[Swift-commit] r4479 - in branches/release-0.92/docs: . cookbook tutorial userguide
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Mon May 16 14:29:37 CDT 2011
Author: davidk
Date: 2011-05-16 14:29:35 -0500 (Mon, 16 May 2011)
New Revision: 4479
Added:
branches/release-0.92/docs/build_docs.sh
branches/release-0.92/docs/cookbook/
branches/release-0.92/docs/cookbook/cookbook-asciidoc.html
branches/release-0.92/docs/cookbook/cookbook-asciidoc.pdf
branches/release-0.92/docs/cookbook/cookbook-asciidoc.txt
branches/release-0.92/docs/tutorial/
branches/release-0.92/docs/tutorial/tutorial.html
branches/release-0.92/docs/tutorial/tutorial.pdf
branches/release-0.92/docs/tutorial/tutorial.txt
branches/release-0.92/docs/userguide/
branches/release-0.92/docs/userguide/swift-site-model.png
branches/release-0.92/docs/userguide/type-hierarchy.png
branches/release-0.92/docs/userguide/userguide.html
branches/release-0.92/docs/userguide/userguide.txt
Log:
Updated docs
Added: branches/release-0.92/docs/build_docs.sh
===================================================================
--- branches/release-0.92/docs/build_docs.sh (rev 0)
+++ branches/release-0.92/docs/build_docs.sh 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,33 @@
+#!/bin/bash
+
+if [ -n "$1" ]; then
+ INSTALLATION_DIRECTORY=$1
+else
+ echo Error: Must specify a directory for installation
+ exit 1
+fi
+
+if [ ! -d "$INSTALLATION_DIRECTORY" ]; then
+ mkdir $INSTALLATION_DIRECTORY || exit 1
+fi
+
+echo Installing docs into $INSTALLATION_DIRECTORY
+
+cd docs || exit 1
+DIRECTORIES=*/
+for directory in $DIRECTORIES
+do
+ cd $directory || exit 1
+ FILES=*.txt
+ for file in $FILES
+ do
+ echo Converting $directory"$file" to HTML
+ asciidoc -a toc $file
+ echo Converting $directory"$file" to PDF
+ a2x --format=pdf --no-xmllint $file
+ done
+ cp *.html $INSTALLATION_DIRECTORY || exit 1
+ cp *.pdf $INSTALLATION_DIRECTORY || exit 1
+ cd .. || exit 1
+done
+cd ..
Property changes on: branches/release-0.92/docs/build_docs.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: branches/release-0.92/docs/cookbook/cookbook-asciidoc.html
===================================================================
--- branches/release-0.92/docs/cookbook/cookbook-asciidoc.html (rev 0)
+++ branches/release-0.92/docs/cookbook/cookbook-asciidoc.html 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,1497 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.6.4" />
+<title>Swift Cookbook</title>
+<style type="text/css">
+/* Sans-serif font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+div#toctitle,
+span#author, span#revnumber, span#revdate, span#revremark,
+div#footer {
+ font-family: Arial,Helvetica,sans-serif;
+}
+
+/* Serif font. */
+div.sectionbody {
+ font-family: Georgia,"Times New Roman",Times,serif;
+}
+
+/* Monospace font. */
+tt {
+ font-size: inherit;
+}
+
+body {
+ margin: 1em 5% 1em 5%;
+}
+
+a {
+ color: blue;
+ text-decoration: underline;
+}
+a:visited {
+ color: fuchsia;
+}
+
+em {
+ font-style: italic;
+ color: navy;
+}
+
+strong {
+ font-weight: bold;
+ color: #083194;
+}
+
+tt {
+ font-size: inherit;
+ color: navy;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #527bbd;
+ margin-top: 1.2em;
+ margin-bottom: 0.5em;
+ line-height: 1.3;
+}
+
+h1, h2, h3 {
+ border-bottom: 2px solid silver;
+}
+h2 {
+ padding-top: 0.5em;
+}
+h3 {
+ float: left;
+}
+h3 + * {
+ clear: left;
+}
+
+div.sectionbody {
+ margin-left: 0;
+}
+
+hr {
+ border: 1px solid silver;
+}
+
+p {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+ul, ol, li > p {
+ margin-top: 0;
+}
+ul > li { color: #aaa; }
+ul > li > * { color: black; }
+
+pre {
+ padding: 0;
+ margin: 0;
+}
+
+span#author {
+ color: #527bbd;
+ font-weight: bold;
+ font-size: 1.1em;
+}
+span#email {
+}
+span#revnumber, span#revdate, span#revremark {
+}
+
+div#footer {
+ font-size: small;
+ border-top: 2px solid silver;
+ padding-top: 0.5em;
+ margin-top: 4.0em;
+}
+div#footer-text {
+ float: left;
+ padding-bottom: 0.5em;
+}
+div#footer-badges {
+ float: right;
+ padding-bottom: 0.5em;
+}
+
+div#preamble {
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+}
+div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
+div.admonitionblock {
+ margin-top: 1.0em;
+ margin-bottom: 1.5em;
+}
+div.admonitionblock {
+ margin-top: 2.0em;
+ margin-bottom: 2.0em;
+ margin-right: 10%;
+ color: #606060;
+}
+
+div.content { /* Block element content. */
+ padding: 0;
+}
+
+/* Block element titles. */
+div.title, caption.title {
+ color: #527bbd;
+ font-weight: bold;
+ text-align: left;
+ margin-top: 1.0em;
+ margin-bottom: 0.5em;
+}
+div.title + * {
+ margin-top: 0;
+}
+
+td div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content + div.title {
+ margin-top: 0.0em;
+}
+
+div.sidebarblock > div.content {
+ background: #ffffee;
+ border: 1px solid #dddddd;
+ border-left: 4px solid #f0f0f0;
+ padding: 0.5em;
+}
+
+div.listingblock > div.content {
+ border: 1px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
+ background: #f8f8f8;
+ padding: 0.5em;
+}
+
+div.quoteblock, div.verseblock {
+ padding-left: 1.0em;
+ margin-left: 1.0em;
+ margin-right: 10%;
+ border-left: 5px solid #f0f0f0;
+ color: #777777;
+}
+
+div.quoteblock > div.attribution {
+ padding-top: 0.5em;
+ text-align: right;
+}
+
+div.verseblock > pre.content {
+ font-family: inherit;
+ font-size: inherit;
+}
+div.verseblock > div.attribution {
+ padding-top: 0.75em;
+ text-align: left;
+}
+/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
+div.verseblock + div.attribution {
+ text-align: left;
+}
+
+div.admonitionblock .icon {
+ vertical-align: top;
+ font-size: 1.1em;
+ font-weight: bold;
+ text-decoration: underline;
+ color: #527bbd;
+ padding-right: 0.5em;
+}
+div.admonitionblock td.content {
+ padding-left: 0.5em;
+ border-left: 3px solid #dddddd;
+}
+
+div.exampleblock > div.content {
+ border-left: 3px solid #dddddd;
+ padding-left: 0.5em;
+}
+
+div.imageblock div.content { padding-left: 0; }
+span.image img { border-style: none; }
+a.image:visited { color: white; }
+
+dl {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+dt {
+ margin-top: 0.5em;
+ margin-bottom: 0;
+ font-style: normal;
+ color: navy;
+}
+dd > *:first-child {
+ margin-top: 0.1em;
+}
+
+ul, ol {
+ list-style-position: outside;
+}
+ol.arabic {
+ list-style-type: decimal;
+}
+ol.loweralpha {
+ list-style-type: lower-alpha;
+}
+ol.upperalpha {
+ list-style-type: upper-alpha;
+}
+ol.lowerroman {
+ list-style-type: lower-roman;
+}
+ol.upperroman {
+ list-style-type: upper-roman;
+}
+
+div.compact ul, div.compact ol,
+div.compact p, div.compact p,
+div.compact div, div.compact div {
+ margin-top: 0.1em;
+ margin-bottom: 0.1em;
+}
+
+div.tableblock > table {
+ border: 3px solid #527bbd;
+}
+thead, p.table.header {
+ font-weight: bold;
+ color: #527bbd;
+}
+tfoot {
+ font-weight: bold;
+}
+td > div.verse {
+ white-space: pre;
+}
+p.table {
+ margin-top: 0;
+}
+/* Because the table frame attribute is overriden by CSS in most browsers. */
+div.tableblock > table[frame="void"] {
+ border-style: none;
+}
+div.tableblock > table[frame="hsides"] {
+ border-left-style: none;
+ border-right-style: none;
+}
+div.tableblock > table[frame="vsides"] {
+ border-top-style: none;
+ border-bottom-style: none;
+}
+
+
+div.hdlist {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+div.hdlist tr {
+ padding-bottom: 15px;
+}
+dt.hdlist1.strong, td.hdlist1.strong {
+ font-weight: bold;
+}
+td.hdlist1 {
+ vertical-align: top;
+ font-style: normal;
+ padding-right: 0.8em;
+ color: navy;
+}
+td.hdlist2 {
+ vertical-align: top;
+}
+div.hdlist.compact tr {
+ margin: 0;
+ padding-bottom: 0;
+}
+
+.comment {
+ background: yellow;
+}
+
+.footnote, .footnoteref {
+ font-size: 0.8em;
+}
+
+span.footnote, span.footnoteref {
+ vertical-align: super;
+}
+
+#footnotes {
+ margin: 20px 0 20px 0;
+ padding: 7px 0 0 0;
+}
+
+#footnotes div.footnote {
+ margin: 0 0 5px 0;
+}
+
+#footnotes hr {
+ border: none;
+ border-top: 1px solid silver;
+ height: 1px;
+ text-align: left;
+ margin-left: 0;
+ width: 20%;
+ min-width: 100px;
+}
+
+div.colist td {
+ padding-right: 0.5em;
+ padding-bottom: 0.3em;
+ vertical-align: top;
+}
+div.colist td img {
+ margin-top: 0.3em;
+}
+
+ at media print {
+ div#footer-badges { display: none; }
+}
+
+div#toc {
+ margin-bottom: 2.5em;
+}
+
+div#toctitle {
+ color: #527bbd;
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 1.0em;
+ margin-bottom: 0.1em;
+}
+
+div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+div.toclevel2 {
+ margin-left: 2em;
+ font-size: 0.9em;
+}
+div.toclevel3 {
+ margin-left: 4em;
+ font-size: 0.9em;
+}
+div.toclevel4 {
+ margin-left: 6em;
+ font-size: 0.9em;
+}
+
+span.aqua { color: aqua; }
+span.black { color: black; }
+span.blue { color: blue; }
+span.fuchsia { color: fuchsia; }
+span.gray { color: gray; }
+span.green { color: green; }
+span.lime { color: lime; }
+span.maroon { color: maroon; }
+span.navy { color: navy; }
+span.olive { color: olive; }
+span.purple { color: purple; }
+span.red { color: red; }
+span.silver { color: silver; }
+span.teal { color: teal; }
+span.white { color: white; }
+span.yellow { color: yellow; }
+
+span.aqua-background { background: aqua; }
+span.black-background { background: black; }
+span.blue-background { background: blue; }
+span.fuchsia-background { background: fuchsia; }
+span.gray-background { background: gray; }
+span.green-background { background: green; }
+span.lime-background { background: lime; }
+span.maroon-background { background: maroon; }
+span.navy-background { background: navy; }
+span.olive-background { background: olive; }
+span.purple-background { background: purple; }
+span.red-background { background: red; }
+span.silver-background { background: silver; }
+span.teal-background { background: teal; }
+span.white-background { background: white; }
+span.yellow-background { background: yellow; }
+
+span.big { font-size: 2em; }
+span.small { font-size: 0.6em; }
+</style>
+<script type="text/javascript">
+/*<![CDATA[*/
+window.onload = function(){asciidoc.footnotes(); asciidoc.toc(2);}
+var asciidoc = { // Namespace.
+
+/////////////////////////////////////////////////////////////////////
+// Table Of Contents generator
+/////////////////////////////////////////////////////////////////////
+
+/* Author: Mihai Bazon, September 2002
+ * http://students.infoiasi.ro/~mishoo
+ *
+ * Table Of Content generator
+ * Version: 0.4
+ *
+ * Feel free to use this script under the terms of the GNU General Public
+ * License, as long as you do not remove or alter this notice.
+ */
+
+ /* modified by Troy D. Hanson, September 2006. License: GPL */
+ /* modified by Stuart Rackham, 2006, 2009. License: GPL */
+
+// toclevels = 1..4.
+toc: function (toclevels) {
+
+ function getText(el) {
+ var text = "";
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
+ text += i.data;
+ else if (i.firstChild != null)
+ text += getText(i);
+ }
+ return text;
+ }
+
+ function TocEntry(el, text, toclevel) {
+ this.element = el;
+ this.text = text;
+ this.toclevel = toclevel;
+ }
+
+ function tocEntries(el, toclevels) {
+ var result = new Array;
+ var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
+ // Function that scans the DOM tree for header elements (the DOM2
+ // nodeIterator API would be a better technique but not supported by all
+ // browsers).
+ var iterate = function (el) {
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
+ var mo = re.exec(i.tagName);
+ if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
+ result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
+ }
+ iterate(i);
+ }
+ }
+ }
+ iterate(el);
+ return result;
+ }
+
+ var toc = document.getElementById("toc");
+ var entries = tocEntries(document.getElementById("content"), toclevels);
+ for (var i = 0; i < entries.length; ++i) {
+ var entry = entries[i];
+ if (entry.element.id == "")
+ entry.element.id = "_toc_" + i;
+ var a = document.createElement("a");
+ a.href = "#" + entry.element.id;
+ a.appendChild(document.createTextNode(entry.text));
+ var div = document.createElement("div");
+ div.appendChild(a);
+ div.className = "toclevel" + entry.toclevel;
+ toc.appendChild(div);
+ }
+ if (entries.length == 0)
+ toc.parentNode.removeChild(toc);
+},
+
+
+/////////////////////////////////////////////////////////////////////
+// Footnotes generator
+/////////////////////////////////////////////////////////////////////
+
+/* Based on footnote generation code from:
+ * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
+ */
+
+footnotes: function () {
+ var cont = document.getElementById("content");
+ var noteholder = document.getElementById("footnotes");
+ var spans = cont.getElementsByTagName("span");
+ var refs = {};
+ var n = 0;
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnote") {
+ n++;
+ // Use [\s\S] in place of . so multi-line matches work.
+ // Because JavaScript has no s (dotall) regex flag.
+ note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
+ noteholder.innerHTML +=
+ "<div class='footnote' id='_footnote_" + n + "'>" +
+ "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
+ n + "</a>. " + note + "</div>";
+ spans[i].innerHTML =
+ "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ var id =spans[i].getAttribute("id");
+ if (id != null) refs["#"+id] = n;
+ }
+ }
+ if (n == 0)
+ noteholder.parentNode.removeChild(noteholder);
+ else {
+ // Process footnoterefs.
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnoteref") {
+ var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
+ href = href.match(/#.*/)[0]; // Because IE return full URL.
+ n = refs[href];
+ spans[i].innerHTML =
+ "[<a href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ }
+ }
+ }
+}
+
+}
+/*]]>*/
+</script>
+</head>
+<body class="article">
+<div id="header">
+<h1>Swift Cookbook</h1>
+<span id="author">Swift team</span><br />
+<span id="email"><tt><<a href="mailto:swift-user at ci.uchicago.edu">swift-user at ci.uchicago.edu</a>></tt></span><br />
+<span id="revnumber">version 0.92,</span>
+<span id="revdate">March 2011</span>
+<div id="toc">
+ <div id="toctitle">Table of Contents</div>
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
+</div>
+</div>
+<div id="content">
+<div class="sect1">
+<h2 id="_overview">Overview</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This cookbook covers various recipes involving setting up and running Swift under diverse
+configurations based on the application requirements and the underlying
+infrastructures. The Swift system comprises of SwiftScript language and the
+Swift runtime system. For
+introductory material, consult the Swift tutorial found
+<a href="http://www.ci.uchicago.edu/swift/guides/tutorial.php">here</a>.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_swift_basics">Swift Basics</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_installation">Installation</h3>
+<div class="paragraph"><p>This section takes you through the installation of the Swift system on your
+computer. We will start with the prerequisites as explained in the subsequent
+section.</p></div>
+<div class="sect3">
+<h4 id="_prerequisites">Prerequisites</h4>
+<div class="paragraph"><div class="title">Check your Java</div><p>Swift is a Java application. Make sure you are running Java version 5 or higher. You
+can make sure you have Java in your $PATH (or $HOME/.soft file depending upon
+your environment)</p></div>
+<div class="paragraph"><p>Following are the possible ways to detect and run Java:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ grep java $HOME/.soft
+#+java-sun # Gives you Java 5
++java-1.6.0_03-sun-r1
+$ which java
+/soft/java-1.6.0_11-sun-r1/bin/java
+$ java -version
+java version "1.6.0_11"
+Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
+Java HotSpot(TM) 64-Bit Server VM (build 11.0-b16, mixed mode)</tt></pre>
+</div></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_setting_up_to_run_swift">Setting up to run Swift</h3>
+<div class="paragraph"><p>This is simple. We will be using a pre-compiled version of Swift that can be
+downloaded from <a href="http://www.ci.uchicago.edu/swift/downloads/index.php">here</a>. Download and untar the latest precompiled version as follows:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ tar xf swift-0.92.1.tar.gz</tt></pre>
+</div></div>
+<div class="sect3">
+<h4 id="_environment_setup">Environment Setup</h4>
+<div class="paragraph"><p>The examples were tested with Java version 1.6. Make sure you do not already
+have Swift in your PATH. If you do, remove it, or remove any +swift or @swift
+lines from your $HOME/.soft or $HOME/.bash_profile file. Then do:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>PATH=$PATH:/path/to/swift/bin</tt></pre>
+</div></div>
+<div class="paragraph"><p>Note that the environment will be different when using Swift from prebuilt distribution (as above) and trunk. The PATH setup when using swift from trunk would be as follows:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>PATH=$PATH:/path/to/swift/dist/swift-svn/bin</tt></pre>
+</div></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<div class="title">Warning</div>
+</td>
+<td class="content">Do NOT set SWIFT_HOME or CLASSPATH in your environment unless you
+fully understand how these will affect Swift’s execution.</td>
+</tr></table>
+</div>
+<div class="paragraph"><p>To execute your Swift script on a login host (or "localhost") use
+the following command:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>swift -tc.file tc somescript.swift</tt></pre>
+</div></div>
+</div>
+<div class="sect3">
+<h4 id="_setting_transformation_catalog">Setting transformation catalog</h4>
+<div class="paragraph"><p>The transformation catalog lists where application executables are located on
+remote sites.</p></div>
+<div class="paragraph"><p>By default, the site catalog is stored in etc/tc.data. This path can be
+overridden with the tc.file configuration property, either in the Swift
+configuration file or on the command line.</p></div>
+<div class="paragraph"><p>The format is one line per executable per site, with fields separated by tabs
+or spaces.</p></div>
+<div class="paragraph"><p>Some example entries:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+TGUC touch /usr/bin/touch INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:10"</tt></pre>
+</div></div>
+<div class="paragraph"><p>The fields are: <em>site</em>, <em>transformation-name</em>, <em>executable-path</em>, <em>installation-status</em>, <em>platform</em>, and <em>profile</em> entries.</p></div>
+<div class="paragraph"><p>The <em>site</em> field should correspond to a site name listed in the sites catalog.</p></div>
+<div class="paragraph"><p>The <em>transformation-name</em> should correspond to the transformation name used in a
+SwiftScript app procedure.</p></div>
+<div class="paragraph"><p>The <em>executable-path</em> should specify where the particular executable is located
+on that site.</p></div>
+<div class="paragraph"><p>The <em>installation-status</em> and <em>platform</em> fields are not used. Set them to
+<strong>INSTALLED</strong> and <strong>INTEL32::LINUX</strong> respectively.</p></div>
+<div class="paragraph"><p>The <em>profiles</em> field should be set to null if no profile entries are to be
+specified, or should contain the profile entries separated by semicolons.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_setting_swift_configuration">Setting swift configuration</h4>
+<div class="paragraph"><p>Many configuration properties could be set using the Swift configuration file.
+We will not cover them all in this section. see
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#engineconfiguration">here</a> for details. In this section we will cover a simple configuration file with the most basic properties.</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt># A comment
+wrapperlog.always.transfer=true
+sitedir.keep=true
+execution.retries=1
+lazy.errors=true
+status.mode=provider
+use.provider.staging=true
+provider.staging.pin.swiftfiles=false
+clustering.enabled=false
+clustering.queue.delay=10
+clustering.min.time=86400
+foreach.max.threads=100
+provenance.log=true</tt></pre>
+</div></div>
+</div>
+<div class="sect3">
+<h4 id="_setting_sites_xml">Setting sites.xml</h4>
+<div class="paragraph"><p>sites.xml specifies details of the sites that Swift can run on. Following is
+an example of a simple sites.xml file entry for running Swift on local
+environment:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><pool</span></span> <span style="color: #009900">handle</span><span style="color: #990000">=</span><span style="color: #FF0000">"localhost"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><filesystem</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"local"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"local"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><workdirectory</span></span> <span style="font-weight: bold"><span style="color: #0000FF">></span></span>/var/tmp<span style="font-weight: bold"><span style="color: #0000FF"></workdirectory></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"jobThrottle"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>.07<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span>
+<span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"initialScore"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"></pool></span></span></tt></pre></div></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_first_swiftscript">First SwiftScript</h3>
+<div class="paragraph"><p>Your first SwiftScript
+Hello Swift-World!</p></div>
+<div class="paragraph"><p>A good sanity check that Swift is set up and running OK locally is this:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ which swift
+
+/home/wilde/swift/src/stable/cog/modules/swift/dist/swift-svn/bin/swift
+
+$ echo 'trace("Hello, Swift world!");' >hello.swift
+
+$ swift hello.swift
+
+Swift svn swift-r3202 cog-r2682
+
+RunID: 20100115-1240-6xhzxuz3
+
+Progress:
+
+SwiftScript trace: Hello, Swift world!
+
+Final status:
+
+$</tt></pre>
+</div></div>
+<div class="paragraph"><p>A good first tutorial in using Swift is at:
+<a href="http://www.ci.uchicago.edu/swift/guides/tutorial.php">http://www.ci.uchicago.edu/swift/guides/tutorial.php</a>. Follow the steps in that
+tutorial to learn how to run a few simple scripts on the login host.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_second_swiftscript">second SwiftScript</h3>
+<div class="paragraph"><p>Following is a more involved Swift script.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> o<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">cat</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> i<span style="color: #990000">)</span>
+<span style="color: #FF0000">{</span>
+ cat @<span style="color: #008080">i</span> stdout<span style="color: #990000">=</span>@o<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">file</span> out<span style="color: #990000">[]<</span>simple_mapper<span style="color: #990000">;</span> location<span style="color: #990000">=</span><span style="color: #FF0000">"outdir"</span><span style="color: #990000">,</span> prefix<span style="color: #990000">=</span><span style="color: #FF0000">"f."</span><span style="color: #990000">,</span>suffix<span style="color: #990000">=</span><span style="color: #FF0000">".out"</span><span style="color: #990000">>;</span>
+
+foreach <span style="color: #008080">j</span> in <span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">:</span>@<span style="font-weight: bold"><span style="color: #000000">toint</span></span><span style="color: #990000">(</span>@<span style="font-weight: bold"><span style="color: #000000">arg</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"n"</span><span style="color: #990000">,</span><span style="color: #FF0000">"1"</span><span style="color: #990000">))]</span> <span style="color: #FF0000">{</span>
+
+ <span style="color: #008080">file</span> data<span style="color: #990000"><</span><span style="color: #FF0000">"data.txt"</span><span style="color: #990000">>;</span>
+
+ out<span style="color: #990000">[</span>j<span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">cat</span></span><span style="color: #990000">(</span>data<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_swift_commandline_options">Swift Commandline Options</h3>
+<div class="paragraph"><p>A description of Swift Commandline Options</p></div>
+<div class="paragraph"><p>Also includes a description of Swift inputs and outputs.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_what_if_swift_hangs">What if Swift hangs</h3>
+<div class="paragraph"><p>Owing to its highly multithreaded architecture it is often the case that the
+underlying java virtual machine gets into deadlock situations or Swift hangs
+because of other complications in its threaded operations. Under such
+situations, Swift <em>hang-checker</em> chips in and resolves the situation.</p></div>
+<div class="olist arabic"><ol class="arabic">
+<li>
+<p>
+how to use the information to identify and correct the deadlock.
+</p>
+</li>
+<li>
+<p>
+How close to the Swift source code can we make the hang-checker messages, so that the user can relate it to Swift functions, expressions, and ideally source code lines?
+</p>
+</li>
+<li>
+<p>
+The current Hang Checker output is actually <strong>very</strong> nice and useful already:
+</p>
+</li>
+</ol></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>Registered futures:
+Rupture[] rups Closed, 1 elements, 0 listeners
+Variation vars - Closed, no listeners
+SgtDim sub - Open, 1 listeners
+string site Closed, no listeners
+Variation[] vars Closed, 72 elements, 0 listeners</tt></pre>
+</div></div>
+</div>
+<div class="sect2">
+<h3 id="_resuming_a_stopped_or_crashed_swift_run">Resuming a stopped or crashed Swift Run</h3>
+<div class="paragraph"><p>I had a .rlog file from a Swift run that ran out of time. I kicked it off
+using the -resume flag described in section 16.2 of the Swift User Guide and
+it picked up where it left off. Then I killed it because I wanted to make
+changes to my sites file.</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>. . .
+Progress: Selecting site:1150 Stage in:55 Active:3 Checking status:1
+Stage out:37 Finished in previous run:2462 Finished successfully:96
+Progress: Selecting site:1150 Stage in:55 Active:2 Checking status:1
+Stage out:38 Finished in previous run:2462 Finished successfully:96
+Cleaning up...
+Shutting down service at https://192.5.86.6:54813
+Got channel MetaChannel: 1293358091 -> null
++ Done
+Canceling job 9297.svc.pads.ci.uchicago.edu</tt></pre>
+</div></div>
+<div class="paragraph"><p>No new rlog file was emitted but it did recognize the progress that had been
+made, the 96 tasks that finished sucessfully above and resumed from 2558 tasks
+finished.</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>[nbest at login2 files]$ pwd
+/home/nbest/bigdata/files
+[nbest at login2 files]$
+~wilde/swift/src/stable/cog/modules/swift/dist/swift-svn/bin/swift \
+> -tc.file tc -sites.file pbs.xml ~/scripts/mcd12q1.swift -resume
+> mcd12q1-20100310-1326-ptxe1x1d.0.rlog
+Swift svn swift-r3255 (swift modified locally) cog-r2723 (cog modified
+locally)
+RunID: 20100311-1027-148caf0a
+Progress:
+Progress: uninitialized:4
+Progress: Selecting site:671 Initializing site shared directory:1 Finished
+in previous run:1864
+Progress: uninitialized:1 Selecting site:576 Stage in:96 Finished in
+previous run:1864
+Progress: Selecting site:1150 Stage in:94 Submitting:2 Finished in
+previous run:2558
+Progress: Selecting site:1150 Stage in:94 Submitted:2 Finished in previous
+run:2558
+Progress: Selecting site:1150 Stage in:93 Submitting:1 Submitted:2
+Finished in previous run:2558
+Progress: Selecting site:1150 Stage in:90 Submitting:1 Submitted:5
+Finished in previous run:2558
+Progress: Selecting site:1150 Stage in:90 Submitted:5 Active:1 Finished
+in previous run:2558</tt></pre>
+</div></div>
+<div class="paragraph"><p>From Neil: A comment about that section of the user guide: It says "In order
+to restart from a restart log file, the -resume logfile argument can be used
+after the SwiftScript? program file name." and then puts the -resume logfile
+argument before the script file name. I’m sure the order doesn’t matter but
+the contradiction is confusing.</p></div>
+<div class="paragraph"><p>Notes to add (from Mike):</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+explain what aspects of a Swift script make it restartable, and which
+ aspects are notrestartable. Eg, if your mappers can return different data at
+different times, what happens? What other non-determinsitc behavior would
+cause unpredictable, unexpected, or undesired behavior on resumption?
+</p>
+</li>
+<li>
+<p>
+explain what changes you can make in the execution environment (eg
+ increasing or reducing CPUs to run on or throttles, etc); fixing tc.data
+entries, env vars, or apps, etc.
+</p>
+</li>
+<li>
+<p>
+note that resume will again retry failed app() calls. Explain if the retry
+ count starts over or not.
+</p>
+</li>
+<li>
+<p>
+explain how to resume after multiple failures and resumes - i.e. if a .rlog
+ is generated on each run, which one should you resume from? Do you have a
+choice of resuming from any of them, and what happens if you go backwards to
+an older resume file?
+</p>
+</li>
+<li>
+<p>
+whap happens when you kill (eg with <sup>C) a running swift script? Is the
+ signal caught, and the resume file written out at that point? Or written out
+all along? (Note case in which script ws running for hours, then hit </sup>C, but
+resume fie was short (54 bbytes) and swift shows no sign of doing a resume?
+(It silently ignored resume file instead of acknowleging that it found one
+with not useful resume state in it???) Swift should clearly state that its
+resuming and what its resume state is.
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p><tt>swift -resume ftdock-[id].0.rlog \[rest of the exact command line from initial
+run\]</tt></p></div>
+</div>
+<div class="sect2">
+<h3 id="_passing_an_array_to_swift">Passing an array to swift?</h3>
+<div class="paragraph"><p>Arrays can be passed to Swift in one of the following ways:</p></div>
+<div class="olist arabic"><ol class="arabic">
+<li>
+<p>
+You can write the array to a file and read in in swift using
+readData (or readData2).
+</p>
+</li>
+<li>
+<p>
+Direct the array into a file (possibly with a "here document" which expands the array) and then read the file in Swift with readData() or process it with a Swift app() function?
+</p>
+</li>
+<li>
+<p>
+You can use @strsplit on a comma separated command line arg and that works well for me.
+</p>
+</li>
+</ol></div>
+<div class="sect3">
+<h4 id="_mappers">Mappers</h4>
+<div class="paragraph"><p>SimpleMapper</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ cat swiftapply.swift</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> RFile<span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hi 1"</span><span style="color: #990000">);</span>
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">RFile</span> result<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">RunR</span></span> <span style="color: #990000">(</span><span style="color: #008080">RFile</span> rcall<span style="color: #990000">)</span>
+<span style="color: #FF0000">{</span>
+ RunR @rcall @result<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+<span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hi 2"</span><span style="color: #990000">);</span>
+<span style="color: #008080">RFile</span> rcalls<span style="color: #990000">[]</span> <span style="color: #990000">;</span>
+<span style="color: #008080">RFile</span> results<span style="color: #990000">[]</span> <span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"start"</span><span style="color: #990000">);</span>
+<span style="color: #008080">foreach</span> c<span style="color: #990000">,</span> i <span style="color: #008080">in</span> rcalls <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"c"</span><span style="color: #990000">,</span>i<span style="color: #990000">,</span>@c<span style="color: #990000">);</span>
+ <span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"r"</span><span style="color: #990000">,</span>i<span style="color: #990000">,</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>results<span style="color: #990000">[</span>i<span style="color: #990000">]));</span>
+ results<span style="color: #990000">[</span>i<span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">RunR</span></span><span style="color: #990000">(</span>c<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ ls calldir resdir
+calldir:
+rcall.1.Rdata rcall.2.Rdata rcall.3.Rdata rcall.4.Rdata
+resdir:
+result.1.Rdata result.2.Rdata result.3.Rdata result.4.Rdata
+$</tt></pre>
+</div></div>
+<div class="paragraph"><p>Notes:</p></div>
+<div class="paragraph"><p>how the .'s match
+prefix and suffix dont span dirs
+intervening pattern must be digits
+these digits become the array indices
+explain how padding= arg works & helps (including padding=0)
+figure out and explain differences between simple_mapper and
+filesys_mapper
+FIXME: Use the "filesys_mapper" and its "location=" parameter to map the
+input data from /home/wilde/bigdata/*</p></div>
+<div class="paragraph"><p>Abbreviations for SingleFileMapper
+Notes:</p></div>
+<div class="paragraph"><p>within <> you can only have a literal string as in <"filename">, not an
+expression. Someday we will fix this to make <> accept a general expression.
+you can use @filenames( ) (note: plural) to pull off a list of filenames.</p></div>
+<div class="paragraph"><p>writeData()</p></div>
+<div class="paragraph"><p>example here</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ cat writedata.swift</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+
+<span style="color: #008080">file</span> f <span style="color: #990000"><</span><span style="color: #FF0000">"filea"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">file</span> nf <span style="color: #990000"><</span><span style="color: #FF0000">"filenames"</span><span style="color: #990000">>;</span>
+nf <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">writeData</span></span><span style="color: #990000">(</span>@f<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ swift writedata.swift
+Swift svn swift-r3264 (swift modified locally) cog-r2730 (cog modified
+locally)
+RunID: 20100319-2002-s9vpo0pe
+Progress:
+Final status:
+$ cat filenames
+filea$</tt></pre>
+</div></div>
+<div class="paragraph"><p>StructuredRegexpMapper
+IN PROGRESS This mapper can be used to base the mapped filenames of an output
+array on the mapped filenames of an existing array. landuse outputfiles[]
+<structured_regexp_mapper; source=inputfiles,
+location="./output",match="(.)*tif", transform="\\1histogram">;</p></div>
+<div class="paragraph"><p>Use the undocumented "structured_regexp_mapper" to name the output
+filenames based on the input filenames:</p></div>
+<div class="paragraph"><p>For example:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>login2$ ls /home/wilde/bigdata/data/sample
+h11v04.histogram h11v05.histogram h12v04.histogram h32v08.histogram
+h11v04.tif h11v05.tif h12v04.tif h32v08.tif
+login2$
+
+login2$ cat regexp2.swift
+type tif;
+type mytype;
+
+tif images[]<filesys_mapper;
+location="/home/wilde/bigdata/data/sample", prefix="h", suffix=".tif">;
+
+mytype of[] <structured_regexp_mapper; source=images, match="(h..v..)",
+transform="output/myfile.\\1.mytype">;
+
+foreach image, i in images {
+ trace(i, at filename(images));
+ trace(i, at filename(of[i]));
+}
+login2$
+
+login1$ swift regexp2.swift
+Swift svn swift-r3255 (swift modified locally) cog-r2723 (cog modified
+locally)
+
+RunID: 20100310-1105-4okarq08
+Progress:
+SwiftScript trace: 1, output/myfile.h11v04.mytype
+SwiftScript trace: 2, home/wilde/bigdata/data/sample/h11v05.tif
+SwiftScript trace: 3, home/wilde/bigdata/data/sample/h12v04.tif
+SwiftScript trace: 0, output/myfile.h32v08.mytype
+SwiftScript trace: 0, home/wilde/bigdata/data/sample/h32v08.tif
+SwiftScript trace: 3, output/myfile.h12v04.mytype
+SwiftScript trace: 1, home/wilde/bigdata/data/sample/h11v04.tif
+SwiftScript trace: 2, output/myfile.h11v05.mytype
+Final status:
+login1$</tt></pre>
+</div></div>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_coasters">Coasters</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Coasters were introduced in Swift v0.6 as an experimental feature. In many
+applications, Swift performance can be greatly enhanced by the use of CoG
+coasters. CoG coasters provide a low-overhead job submission and file transfer
+mechanism suited for the execution of short jobs (on the order of a few
+seconds). A detailed information on coasters can be found at <a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#coasters">http://www.ci.uchicago.edu/swift/guides/userguide.php#coasters</a>.</p></div>
+<div class="paragraph"><p>Following is a coasters setup case-study for a PBS underlying provider where sites.xml coaster settings were:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"coaster"</span> <span style="color: #009900">jobmanager</span><span style="color: #990000">=</span><span style="color: #FF0000">"local:pbs"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"project"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>CI-CCR000013<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+
+<span style="font-style: italic"><span style="color: #9A1900"><!-- Note that the following is going to be defunct in the new version (0.93+) and replaced by</span></span>
+<span style="font-style: italic"><span style="color: #9A1900">"ProviderAttributes" key and may not work in the future Swift versions--></span></span>
+
+<span style="font-style: italic"><span style="color: #9A1900"><!--<profile namespace="globus" key="ppn">24:cray:pack</profile>--></span></span>
+
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"providerAttributes"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+pbs.aprun
+pbs.mpp=true
+<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"workersPerNode"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>24<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"maxTime"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"lowOverallocation"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"highOverallocation"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"slots"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>20<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"nodeGranularity"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>5<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"maxNodes"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>5<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"jobThrottle"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>20.00<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"initialScore"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>10000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The following table briefly describes the elements on the coasters setup:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="70%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="23%" />
+<col width="76%" />
+<thead>
+<tr>
+<th align="center" valign="top">profile key </th>
+<th align="left" valign="top"> brief description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="center" valign="top"><p class="table">slots</p></td>
+<td align="left" valign="top"><p class="table">How many maximum LRM jobs/worker blocks are allowed</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">workersPerNode</p></td>
+<td align="left" valign="top"><p class="table">How many coaster workers to run per execution node</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">nodeGranularity</p></td>
+<td align="left" valign="top"><p class="table">Each worker block uses a number of nodes that is a multiple of this number</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">lowOverallocation</p></td>
+<td align="left" valign="top"><p class="table">How many times larger than the job walltime should a block’s walltime be if all jobs are 1s long</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">highOverallocation</p></td>
+<td align="left" valign="top"><p class="table">How many times larger than the job walltime should a block’s walltime be if all jobs are infinitely long</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">workersPerNode</p></td>
+<td align="left" valign="top"><p class="table">How many coaster workers to run per execution node reserve How many seconds to reserve in a block’s walltime for starting/shutdown operations</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">maxnodes</p></td>
+<td align="left" valign="top"><p class="table">The maximum number of nodes allowed in a block</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">maxtime</p></td>
+<td align="left" valign="top"><p class="table">The maximum number of walltime allowed for a block coaster service</p></td>
+</tr>
+<tr>
+<td align="center" valign="top"><p class="table">jobThrottle</p></td>
+<td align="left" valign="top"><p class="table">the number of concurrent jobs allowed on a site</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="sect2">
+<h3 id="_for_advanced_users">For Advanced Users</h3>
+<div class="paragraph"><p>One of the main reason that one would initially deviate from coaster
+defaults into more complex pool entries is to force jobs to fit into some
+site-imposed constraint. For instance a typical submission to the experimental
+queue requires a user to request upto 3 nodes for under 1 hour. This setup
+could be achieved with a careful tuning of coaters parameters.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_coaster_providers_local_ssh_pbs">Coaster providers: local, ssh, pbs</h3>
+<div class="paragraph"><p>Settings and examples for different coaster providers mechanisms.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_swift_on_diverse_infrastructures">Swift on Diverse Infrastructures</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_beagle">Beagle</h3>
+<div class="paragraph"><p>Swift is now installed on Beagle as a module. Swift supports a Coasters based,
+computing environment for Beagle. A detailed Swift documentation is maintained
+[[<a href="http://www.ci.uchicago.edu/swift/docs/index.php]">here</a>]. To get started
+with Swift on Beagle follow the steps outlined below:</p></div>
+<div class="paragraph"><p><strong>step 1.</strong> Load the Swift module on Beagle as follows: <tt>module load swift</tt></p></div>
+<div class="paragraph"><p><strong>step 2.</strong> Create and change to a directory where your Swift related work will
+stay. (say, <tt>mkdir swift-lab</tt>, followed by, <tt>cd swift-lab</tt>)</p></div>
+<div class="paragraph"><p><strong>step 3.</strong> To get started with a simple example running <tt>/bin/cat</tt> to read an input file <tt>data.txt</tt> and write to an output file <tt>f.nnn.out</tt>, copy the folder at <tt>/home/ketan/labs/catsn</tt> to the above directory. (<tt>cp -r /home/ketan/catsn .</tt> followed by <tt>cd catsn</tt>).</p></div>
+<div class="paragraph"><p><strong>step 4.</strong> In the sites file: <tt>beagle-coaster.xml</tt>, make the following two
+changes: <strong>1)</strong> change the path of <tt>workdirectory</tt> to your preferred location
+(say to <tt>/lustre/beagle/$USER/swift-lab/swift.workdir</tt>) and <strong>2)</strong> Change the
+project name to your project (<tt>CI-CCR000013</tt>) . The workdirectory will contain
+execution data related to each run, e.g. wrapper scripts, system information,
+inputs and outputs.</p></div>
+<div class="paragraph"><p><strong>step 5.</strong> Run the example using following commandline (also found in run.sh):
+<tt>swift -config cf -tc.file tc -sites.file beagle-coaster.xml catsn.swift -n=1</tt>
+. You can further change the value of <tt>-n</tt> to any arbitrary number to run that
+many number of concurrent <tt>cat</tt></p></div>
+<div class="paragraph"><p><strong>step 6.</strong> Check the output in the generated <tt>outdir</tt> directory (<tt>ls outdir</tt>)</p></div>
+<div class="paragraph"><p>Note: Running from sandbox node or requesting 1 hour walltime for upto 3 nodes
+will get fast prioritized execution. Good for small tests</p></div>
+</div>
+<div class="sect2">
+<h3 id="_pads">PADS</h3>
+<div class="paragraph"><p>Swift on PADS
+To execute your Swift script on the PADS cluster use this command:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>swift -tc.file tc -sites.file pbs.xml modis.swift</tt></pre>
+</div></div>
+<div class="paragraph"><p>where the contents of a simple pbs.xml sites file could be:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><config></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><pool</span></span> <span style="color: #009900">handle</span><span style="color: #990000">=</span><span style="color: #FF0000">"pbs"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"pbs"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"none"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"queue"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>fast<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"maxwalltime"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>00:05:00<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"initialScore"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>10000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"jobThrottle"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>.10<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><filesystem</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"local"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><workdirectory</span></span> <span style="font-weight: bold"><span style="color: #0000FF">></span></span>/home/you/swiftwork<span style="font-weight: bold"><span style="color: #0000FF"></workdirectory></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"></pool></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"></config></span></span></tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_osg">OSG</h3>
+<div class="paragraph"><p>This section describes how to get Swift running on the OSG Grid. We will use a
+manual coaster setup to get Swift running on OSG.</p></div>
+<div class="paragraph"><div class="title">Coaster setup on OSG</div><p>The following figure shows an abstract scheme for the manual coasters setup on
+OSG.</p></div>
+<div class="imageblock">
+<div class="content">
+<img src="figures/coaster_setup.png" alt="Coaster setup" />
+</div>
+</div>
+<div class="paragraph"><p>In the following steps, we will go through the process of manually setting</p></div>
+</div>
+<div class="sect2">
+<h3 id="_bionimbus">Bionimbus</h3>
+<div class="paragraph"><p>This section explains a step by step procedure on getting Swift running on the
+Bionimbus cloud. We will use the <em>manual</em> <em>coasters</em> configuration on the
+Bionimbus cloud.</p></div>
+<div class="paragraph"><p><strong>step1.</strong> Connect to the gateway (ssh gatewayx.lac.uic.edu)</p></div>
+<div class="paragraph"><p><strong>step2.</strong> Start a virtual machine (euca-run-instances -n 1 -t m1.small
+emi-17EB1170)</p></div>
+<div class="paragraph"><p><strong>step3.</strong> Start the coaster-service on gateway
+<tt>coaster-service -port 1984 -localport 35753 -nosec</tt></p></div>
+<div class="paragraph"><p><strong>step4.</strong> Start the Swift-script from the gateway using normal Swift commandline</p></div>
+<div class="paragraph"><p><tt>swift -config cf -tc.file tc -sites.file sites.xml yourscript.swift -aparam=999</tt></p></div>
+<div class="listingblock">
+<div class="title">cf</div>
+<div class="content">
+<pre><tt>wrapperlog.always.transfer=true
+sitedir.keep=true
+execution.retries=1
+lazy.errors=true
+status.mode=provider
+use.provider.staging=true
+provider.staging.pin.swiftfiles=false
+foreach.max.threads=100
+provenance.log=true</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">tc</div>
+<div class="content">
+<pre><tt>localhost modftdock /home/ketan/swift-labs/bionimbus-coaster-modftdock/app/modftdock.sh null null GLOBUS::maxwalltime="1:00:00"</tt></pre>
+</div></div>
+<div class="paragraph"><p>(See below for a sample sites.xml for this run)</p></div>
+<div class="paragraph"><p><strong>step5.</strong> Connect back to gateway from virtual machines using reverse ssh tunneling as follows:</p></div>
+<div class="paragraph"><div class="title">From the gateway prompt</div><p><tt>ssh -R *:5000:localhost:5000 <a href="mailto:root at 10.101.8.50">root at 10.101.8.50</a> sleep 999</tt></p></div>
+<div class="paragraph"><p>WHERE:
+*=network interface, should remain the same on all cases</p></div>
+<div class="paragraph"><p>localhost=the gateway host, should remain the same</p></div>
+<div class="paragraph"><p>5000(LEFT OF localhost)=the port number on localhost to listen to **THIS WILL
+vary depending upon which port you want to listen to</p></div>
+<div class="paragraph"><p>5000(RIGHT OF localhost)=the port on target host that you want to forward</p></div>
+<div class="paragraph"><p><a href="mailto:root at 10.101.8.50">root at 10.101.8.50</a>=the ip of the Virtual Machine on Bionimbus cloud, this will
+vary based on what ip you get for your Virtual Machine instance</p></div>
+<div class="paragraph"><p>#On anywhere as long as provide the correct callback uri: here the
+"http://140.221.9.110:42195" is the callback uri of previous ones</p></div>
+<div class="paragraph"><p><strong>step6.</strong> Start the worker from the virtual machine
+<tt>worker.pl <a href="http://localhost:42195">http://localhost:42195</a> tmp /tmp # where 42195 is the port where the
+coaster service is listening to the workers</tt></p></div>
+<div class="listingblock">
+<div class="title">sites.xml for the above run</div>
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><config></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><pool</span></span> <span style="color: #009900">handle</span><span style="color: #990000">=</span><span style="color: #FF0000">"localhost"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"coaster-persistent"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"http://localhost:1984"</span> <span style="color: #009900">jobmanager</span><span style="color: #990000">=</span><span style="color: #FF0000">"local:local"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"workerManager"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>passive<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"workersPerNode"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>4<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"maxTime"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>10000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"lowOverAllocation"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"highOverAllocation"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"slots"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>100<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"nodeGranularity"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>1<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"maxNodes"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>10<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"jobThrottle"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>25.00<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"initialScore"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>10000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"swift"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"stagingMethod"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>proxy<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><filesystem</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"local"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"><workdirectory></span></span>/home/ketan/swift-labs/bionimbus-coaster-modftdock/swift.workdir<span style="font-weight: bold"><span style="color: #0000FF"></workdirectory></span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF"></pool></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"></config></span></span></tt></pre></div></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_debugging_swift">Debugging Swift</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Swift errors are logged in several places:</p></div>
+<div class="olist arabic"><ol class="arabic">
+<li>
+<p>
+All text from standard output and standard error produced by running the
+swift command
+</p>
+</li>
+<li>
+<p>
+The .log file from this run. It will be named swiftscript.uniqueID.log
+where "swiftscript" is the name of your *.swift script source file, and
+uniqueID is a long unique id which starts with the date and time you ran the
+swift command.
+</p>
+</li>
+<li>
+<p>
+$HOME/.globus/coasters directory on remote machines on which you are
+running coasters
+</p>
+</li>
+<li>
+<p>
+$HOME/.globus/scripts directory on the host on which you run the Swift
+command, when swift is submitting to a local scheduler (Condor, PBS, SGE,
+Cobalt)
+</p>
+</li>
+<li>
+<p>
+$HOME/.globus/??? on remote systems that you access via Globus
+</p>
+</li>
+</ol></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_log_processing">Log Processing</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>To properly generate log plots, you must enable VDL/Karajan logging. Make sure
+log4.properties contains:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>log4j.logger.swift=DEBUG
+log4j.logger.org.globus.cog.abstraction.coaster.service.job.manager.Cpu=DEBUG</tt></pre>
+</div></div>
+<div class="sect2">
+<h3 id="_make_a_basic_load_plot_from_coasters_cpu_log_lines">Make a basic load plot from Coasters Cpu log lines</h3>
+<div class="paragraph"><div class="title">Generate the log (may set log4j.logger.swift=INFO for this one)</div><p>(assuming the log is titled swift-run.log)</p></div>
+<div class="listingblock">
+<div class="title">Convert the log times to Unix time</div>
+<div class="content">
+<pre><tt>./iso-to-secs < swift-run.log > swift-run.time</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Make the start time file (this contains the earliest timestamp)</div>
+<div class="content">
+<pre><tt>make LOG=swift-run.log start-time.tmp</tt></pre>
+</div></div>
+<div class="paragraph"><p>or</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>extract-start-time swift-run.log > start-time.tmp</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Normalize the transition times</div>
+<div class="content">
+<pre><tt>./normalise-event-start-time < swift-run.time > swift-run.norm</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Build up a load data file:</div>
+<div class="content">
+<pre><tt>./cpu-job-load.pl < swift-run.norm > load.data</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Plot with the JFreeChart-based plotter in usertools/plotter:</div>
+<div class="content">
+<pre><tt>lines.zsh load.cfg load.eps load.data</tt></pre>
+</div></div>
+<div class="sect3">
+<h4 id="_make_a_basic_job_completion_plot_from_coasters_cpu_log_lines">Make a basic job completion plot from Coasters Cpu log lines</h4>
+<div class="listingblock">
+<div class="title">Same as above, but, build up a completed data file:</div>
+<div class="content">
+<pre><tt>./cpu-job-completed.pl < swift-run.norm > completed.data</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Plot with the JFreeChart-based plotter in usertools/plotter:</div>
+<div class="content">
+<pre><tt>lines.zsh completed.cfg completed.eps completed.data</tt></pre>
+</div></div>
+</div>
+<div class="sect3">
+<h4 id="_make_a_basic_block_allocation_plot_from_coasters_block_log_lines">Make a basic Block allocation plot from Coasters Block log lines</h4>
+<div class="paragraph"><p>Same as above, but:</p></div>
+<div class="listingblock">
+<div class="title">Build up a block allocation data file:</div>
+<div class="content">
+<pre><tt>./block-level.pl < swift-run.norm > blocks.data</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="title">Plot with the JFreeChart-based plotter in usertools/plotter:</div>
+<div class="content">
+<pre><tt>lines.zsh blocks.{cfg,eps,data}</tt></pre>
+</div></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_problem_reporting">Problem Reporting</h3>
+<div class="paragraph"><p>When reporting problems to <a href="mailto:swift-user at ci.uchicago.edu">swift-user at ci.uchicago.edu</a>, please attach the
+following files and information:</p></div>
+<div class="olist arabic"><ol class="arabic">
+<li>
+<p>
+tc.data and sites.xml (or whatever you named these files)
+</p>
+</li>
+<li>
+<p>
+your .swift source file and any .swift files it imports
+</p>
+</li>
+<li>
+<p>
+any external mapper scripts called by your .swift script
+</p>
+</li>
+<li>
+<p>
+all text from standard output and standard error produced by running the
+swift command
+</p>
+</li>
+<li>
+<p>
+The .log file from this run. It will be named swiftscript.uniqueID.log
+</p>
+</li>
+<li>
+<p>
+where "swiftscript" is the name of your *.swift script source file, and
+uniqueID is a long unique id which starts with the date and time you ran the
+swift command.
+</p>
+</li>
+<li>
+<p>
+The swift command line you invoked
+</p>
+</li>
+<li>
+<p>
+Any swift.properties entries you over-rode ($HOME/.swift/swift.properties,
+-config.file argument properties file, any changes to etc/swift.proerties from
+your swift distribution)
+</p>
+</li>
+<li>
+<p>
+Which swift distribution you are running (release; svn revisions; other
+local changes you mave have made or included)
+</p>
+</li>
+</ol></div>
+</div>
+</div>
+</div>
+</div>
+<div id="footnotes"><hr /></div>
+<div id="footer">
+<div id="footer-text">
+Version 0.92<br />
+Last updated 2011-05-16 11:39:32 CDT
+</div>
+</div>
+</body>
+</html>
Added: branches/release-0.92/docs/cookbook/cookbook-asciidoc.pdf
===================================================================
--- branches/release-0.92/docs/cookbook/cookbook-asciidoc.pdf (rev 0)
+++ branches/release-0.92/docs/cookbook/cookbook-asciidoc.pdf 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,4267 @@
+%PDF-1.4
+5 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+8 0 obj
+(Overview)
+endobj
+9 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+12 0 obj
+(Swift Basics)
+endobj
+13 0 obj
+<< /S /GoTo /D (subsection.2.1) >>
+endobj
+16 0 obj
+(Installation)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1) >>
+endobj
+20 0 obj
+(Prerequisites)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.2.2) >>
+endobj
+24 0 obj
+(Setting up to run Swift)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1) >>
+endobj
+28 0 obj
+(Environment Setup)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsubsection.2.2.2) >>
+endobj
+32 0 obj
+(Setting transformation catalog)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3) >>
+endobj
+36 0 obj
+(Setting swift configuration)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsubsection.2.2.4) >>
+endobj
+40 0 obj
+(Setting sites.xml)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.2.3) >>
+endobj
+44 0 obj
+(First SwiftScript)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsection.2.4) >>
+endobj
+48 0 obj
+(second SwiftScript)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.2.5) >>
+endobj
+52 0 obj
+(Swift Commandline Options)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.2.6) >>
+endobj
+56 0 obj
+(What if Swift hangs)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.2.7) >>
+endobj
+60 0 obj
+(Resuming a stopped or crashed Swift Run)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsection.2.8) >>
+endobj
+64 0 obj
+(Passing an array to swift?)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsubsection.2.8.1) >>
+endobj
+68 0 obj
+(Mappers)
+endobj
+69 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+72 0 obj
+(Coasters)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+76 0 obj
+(For Advanced Users)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+80 0 obj
+(Coaster providers: local, ssh, pbs)
+endobj
+81 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+84 0 obj
+(Swift on Diverse Infrastructures)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+88 0 obj
+(Beagle)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsection.4.2) >>
+endobj
+92 0 obj
+(PADS)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.4.3) >>
+endobj
+96 0 obj
+(OSG)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.4.4) >>
+endobj
+100 0 obj
+(Bionimbus)
+endobj
+101 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+104 0 obj
+(Debugging Swift)
+endobj
+105 0 obj
+<< /S /GoTo /D (section.6) >>
+endobj
+108 0 obj
+(Log Processing)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsection.6.1) >>
+endobj
+112 0 obj
+(Make a basic load plot from Coasters Cpu log lines)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsubsection.6.1.1) >>
+endobj
+116 0 obj
+(Make a basic job completion plot from Coasters Cpu log lines)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2) >>
+endobj
+120 0 obj
+(Make a basic Block allocation plot from Coasters Block log lines)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsection.6.2) >>
+endobj
+124 0 obj
+(Problem Reporting)
+endobj
+125 0 obj
+<< /S /GoTo /D [126 0 R /FitH ] >>
+endobj
+128 0 obj <<
+/Length 277
+/Filter /FlateDecode
+>>
+stream
+xÚQÁJCA¼ïWäØ^Lvì檨ÐôÝJ/ZZ"ý}ó´Ï¶X<ÉÈnfÉ,ÅaPCóìÐX±xÙ%MÔ1ÝêÎQ·}ºyPG·lЯÁ2Z%
Fç
+ýj1¶ëi&wûýësÄtÙÏÊÐje 7d¡3ºjþândºïBª3ÍmÐñKU¨%ÂhÄpagØ%åHåñå-ÍÓÓ©ãXÍ1_¯î_
+Å8
NÝZ½pé:Ú¡VLH°U9¹ª;gaTUoXñ¿j»ðëÜ7ñÒäO1űªIüaA¯V¯íq4ýÿììÎZó>>endstream
+endobj
+126 0 obj <<
+/Type /Page
+/Contents 128 0 R
+/Resources 127 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 140 0 R
+>> endobj
+129 0 obj <<
+/D [126 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+136 0 obj <<
+/D [126 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+127 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+143 0 obj <<
+/Length 2501
+/Filter /FlateDecode
+>>
+stream
+xÚí\]sÛ6}÷¯à£5³Æâûc_vê¤é´³dcwúÐí,Ó6¨RrÒý÷
+ä
ª8ÉvIäXG¸÷à^"¶H!$B$¬X¬/pñhßûî8Ì]ŨëÛ¿¾¸0ÈH*ÛBR$
Æ
+1CUq{ÿËåÍÇåÃ~vE¾|QUïïìßÙ¯·?ØBÛJÖ|À¬¸"!hûÙå²^|{¨x&ÊÄÕ
+ß.~ù÷öq£IñÑþ#Ê
+)Öؤþ7«FôïR8ÖbÄY³dÈ´ BD3ÀK$í4^T}¹ÙïF'cýÅq¦wêGy;
ßqPQQ
+dvE0Ư?̾,ëæßËòã1%bçÂ4SGÜPY*6\éc.#~Ê a{ªbü¸ª±M"U^ÏwËEB)Ò#RÇð¨,çÄ É¤¥lá3q_Åø4-Q[G Vvþßovûùj5ß/«Mâfl )9btìÊ!\#Í
î3A³+a#2½|Ê7æ} É@¯O(Îs:ÚHÚ»E4Ê]knd¦aÝ$
áHF!E°¦èPäR¢M
+j=ô¦.ëò·§ån¹/ÓµA)¤El#Í
+ÊP!Z"ÉL²~î¬<ÄHò`ÓÑ2r#5zÉ«÷j'JÌ>àQè©ÛnÊý~¹yì6ŧm÷º¯º×úiÓýÐmÇ ¡bÔÈ"&&GexÃì9RõyN~¶|M(xQ"ÁKGË$dôìµß7íAÀk¿¹4kÿ·oNÇuµYÛc»Ó}¹·9q4-),Ø`2Êð¢X#I±ê3û /£RâIW:ZFêÑc©«¥.´%D(¥@^êÔI½·æïëùf÷PÕë®h·ÛÚ zLÏÂJñ"6
+ߣ2,©`ÈúE÷yN>YÎ`r£ÖÌcr»r{H1ÊÀ§ö òrfCrÞJüEµùÆôñ©¬r)£Ha"ØzªfʤL#õÍI¿çjI¤m0&éhmCFÏ^ªGKkÛ¼¶ù ¶²ý¾^%'qC$gð$îQNÛkÝg5Éõ3ª
+[¤v0léhµCFQ}j1*Dp£Õé¹bôÕ²Þí£ófQ/·iÝ)q³$ë"¶ªÝ£2´5¹6¢ÏiëéR&Ù(!ÀȦ£5eã =»;cO¸héÒTÜ%Ä®´û|F(°ª
+´&*Ã(c¬OjÒògJ
Ñbå Ët´L@FÏßpsVËLxTÂw(ãKÉëõ|s¿ZnÊÍÉ~vh"¬ÍôgZL%Òæ}rõô
):¨t´Ð!£g/ö\ÛÃV|@uBNè?¿;/â¶{ûã»ùæqà-(¦Elw`Ýw¨½°î÷øMÒýÂë>ËC:À±LGÓ4zöºÏ%oîÉÕ¥réð¶Ü=Cí;w%ð¾ÚnKw"ªj×è©ç»wå}3oÒ¦´Õ5Dz©¥{Gef@¥FÌÙÂ$yHÝß#u~OGküÎÇÕ
+=±çq3'ûêÔºß̸ïv»Þû¼®çÿé_m{O>)%Eóhú8TnhúôøNRþ
-Ê0léhMØÄx&@FÏmßsª
+nßËpáõǹ]ÑëôlcgF
+fE<ú@Ç¡2$B§GcÒçWíò2 l:Z&@£þ¶à+ÚÜÆ%ø©7¥r[NHj7ð¦ÔêcÝM©/ªùn? ØDZE<v ¥àÝsPc÷¢2{M¾¸Æøñ½0 Úù{Q_5{¡?Ì}sÿaFíÖ¸YøÝO»!ï([s®&¥CeÒ§ÇpJì/\ú±<,p,ÓÑXÑ4zvéÃìS ©2 áQ]BøòÜÐÉ[WM~|XÞÛ4øÛì|¹ªóÕ_Üép÷Îý´½K;aÔÿ,
+Ö;¡MAIÖç=éüÓ`h"Õ¡IG˨4zî6Èl.13x¨®jKÍð·!½\¶¬tÏ®ì\Ë÷ûÍ-÷÷õÓbÿTϾ,Ú¿v5W¤Ùô;P³÷kLÚîD[ÿú¶â ËD jöÍërþ¸*a¡$á2ðKÊP viàÓ>)¿ÞC'.*Pð£E~:ZfQ¿Ú«1BgrÄ£º¡¡Ïbèå7/oÒGÞÂFë"}à7Ê8dIÌbÒ÷ÿjØÈH)ààT&øéhíÁx<M «g·#©fË\³= º4ñwÞ¼¾ù.ÍxóÐb<ð@8TÆ>i¡yÀ¤í¯§%
+¨C¢ÀHGË$
+hõìýJÃ,(Õ%¿#çzYmë»ÅOiSiµbElbàÁYÊ0! ¦xÉ$ù¯1£ÉE;J0Úéh¹ä [ÁQ¦ì¹+¸êz]÷²ìÒâñ1\Ô~nS eEl+ÍÊQ
+~9ѯhîûaÌüµ1pG5Æ¥sÈ?*ç7m¡Z-Êîz_²j»~ zD-Y5*Ç(ø#¦DèXÅJAËWÏ?¾zTëP±þ8ßVó½kúwÍW1t?®ª¹kúnWë<ÔÕÚßþå:åÝÿ¶OþCÎÍÍ}ai3ÀØ·ÛD¢ÇÝ ÊÌaàº?Áÿ¿ÞèÔÃÒ;5mX²aé{(fO²ð#uãT]ÃuýïêÎ?´Þ®ÊÃvÏ&sf)JXM#qM ÁeÛ7ïM÷O©NÀ8!_$cå¤ <÷""|ìû¼4=Èk¨ÍëUµxïÞ\5þ:£gô©%âÑ"L*PÊÌÙnku4ë?(!DªÓ%dõìRØ3t_<ªfhÍÕÕݪt²z[n«z?t:RÉvÇl
+>ÛТ2Â
Þ§©*úBzj¡XF9 Æ2Íñ\a«¡b"¸»O¸`Hh)ñè®#zkÿwjÅendstream
+endobj
+142 0 obj <<
+/Type /Page
+/Contents 143 0 R
+/Resources 141 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 140 0 R
+/Annots [ 145 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R 176 0 R 177 0 R ]
+>> endobj
+145 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 706.3558 113.3799 715.332]
+/Subtype /Link
+/A << /S /GoTo /D (section.1) >>
+>> endobj
+149 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 678.4604 123.8304 687.4366]
+/Subtype /Link
+/A << /S /GoTo /D (section.2) >>
+>> endobj
+150 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 660.5476 140.3783 669.3942]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.1) >>
+>> endobj
+151 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 640.5575 178.8938 651.4615]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.1.1) >>
+>> endobj
+152 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 622.6248 186.3259 633.5287]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+153 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 604.692 204.239 615.596]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.2.1) >>
+>> endobj
+154 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 586.7593 248.0736 597.6632]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.2.2) >>
+>> endobj
+155 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 568.8265 233.6979 579.7305]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.2.3) >>
+>> endobj
+156 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 550.8938 193.8574 561.7977]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.2.4) >>
+>> endobj
+157 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 532.961 161.698 543.865]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+158 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 515.0283 171.093 525.9322]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.4) >>
+>> endobj
+159 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 497.0955 210.1262 507.9995]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.5) >>
+>> endobj
+160 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 479.1628 175.5165 490.0667]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.6) >>
+>> endobj
+161 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 461.23 263.2368 472.134]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7) >>
+>> endobj
+162 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 443.2973 197.7727 454.2012]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.8) >>
+>> endobj
+163 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 425.3645 162.2866 436.2685]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.2.8.1) >>
+>> endobj
+164 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 399.5065 109.7037 408.4827]
+/Subtype /Link
+/A << /S /GoTo /D (section.3) >>
+>> endobj
+165 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 381.4741 177.0411 390.4403]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.1) >>
+>> endobj
+166 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 361.6036 227.7101 372.5076]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.2) >>
+>> endobj
+167 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 335.7456 209.7673 344.7218]
+/Subtype /Link
+/A << /S /GoTo /D (section.4) >>
+>> endobj
+168 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 315.7755 123.2131 326.6794]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+169 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 299.9 120.0951 308.7467]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.2) >>
+>> endobj
+170 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 281.9673 115.4724 290.8139]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3) >>
+>> endobj
+171 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 264.0345 139.0835 272.8812]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+172 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 234.2163 143.0086 245.0954]
+/Subtype /Link
+/A << /S /GoTo /D (section.5) >>
+>> endobj
+173 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 206.3209 136.9314 217.2]
+/Subtype /Link
+/A << /S /GoTo /D (section.6) >>
+>> endobj
+174 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 188.2537 299.9385 199.1576]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.1) >>
+>> endobj
+175 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 170.3209 374.7175 181.2249]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.1) >>
+>> endobj
+176 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 152.3882 387.4395 163.2921]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.2) >>
+>> endobj
+177 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 134.4554 171.6511 145.3594]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.2) >>
+>> endobj
+144 0 obj <<
+/D [142 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+141 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R /F57 148 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+181 0 obj <<
+/Length 4471
+/Filter /FlateDecode
+>>
+stream
+xÚí]ùoä¶þÝÅ ] 3HKR%(Ð͹»íæ²Ñ H@öȶºãÑD±×ýëûx%R»v 0ìèxzß{<?&ÿEÂËi¾ÈHRF¢ÅÅÍ ^\Á»¯NYk¡µ-õéÙÉó/¼ÈQÎ([].E,ÅÉ"Ã)r.Î6?.OïªËÃjM¼ü¬®ßÃÿ«½OÉ"OYÄ?Ó ²Å' ø,ÍÏåøw'_»´YiNPÐ[õËÉÿÆ
+øðú£8ÏÈân0¢qN7' ËQýd{rzò]§Q¿¥1q§Z³$?ÍÒ¡$IftA(Ê I¸çÆ -&=¸2fYØÊH-tqÈonËfµ&xy[+,ïT.Ù¼¦áç4C0Ãg×UYÄÈòBg0Üa¸ãznù?e£$nW4YMUÕ¦¼¨ö¥º©v«s¼¬··ÕîJ*jËÃAÝåq/ÝF¾m»y«KÜm¸GürSqXmI©ÍÛý1½:6Å¡ªwÊó¢-7ò²ÞIÁÃu© ÷ûmuQ¬yÊ@«²JD"p s~9VMySî\'8$M
WR<¶mï¥Ù1wü²)ÚCs¼8²E«uSHX%®½Éö¾=7òñE}³oªV¤¼ª/-éÓ¦Ú«o¶ÅîêX\òNY£ý»DEbª²ï¡¬
äKu#ëuµ;4õl¯{ùä¦8MUl?·Ôíq«¢M°GøäåÝe
+é3¬¥(¡PQX£$ÓuS¾~»ÐWïªùbmâ-W3w÷ºlJÇ(G@ßA54R!\GÇESQ%)ÂQ6¶'Ú1I§¢ÒD ¤£Ìn ®Z´ÕE;é5eã<xmI0Jõ¼ÖbÂkäDÙò¨Oü Z(ê(ã ¯ví¡ØnEÄ
+°Ð¾ØÅÇV"ðB~s(Þ® *â]²¼¯êùuS¯®õM)/*Y|ÀãEODe Ra_ky häxPÃWIå²![þ°ÊÀ)xWm·JÍ¡hÆ»êÐ7)YîR˶:ÊÁ¢=¢Az·ßÕNgsѤ=· ¢®ºI5Yò@u²¥tw¬ÅÑ¥ÊÕHÉJóC
+ ^_û¶²@¥½_ãè¯>»./ÞÊ6í·"c)£Ë×<¡ÕXBÃ5RDÓj1ËÁh»óÆ»:
+yûºà͸lïÕÙ|Ê\YGq¼|£J°|ßBÓ§âEY|¢X<uTÓ´ËFDÕ+¿®««kS\9ò¿V5ÌE±ò7!®4%uÓ£W`ZåUV"~õìÛUN/À²<{)ý¬[Õg/¿yóÅsÔÖºäle«Jû¦Ü»L¸=îkG)ÉTÕÔ;ÎE at 51u¡<M%{-ùv[scïFòvÛ×m[kîDù¸oPÍ:@µSvªªBÞÉ;U>qêeRPvh/rQG Ay5á?_qü!J¢lÍKe¦\\Zä]½Ä´=B&òÓÔÕïôüj*#ä£ÊOÆÕCò,UQ kW¿{.©wöï¥Ûø2ªÝ¼ý`ý`ûdc
+ÍÕB^|?£¡I»c3c;F)^è
+Kt]q
+=H[×вEiíb)èüìÒb=»®rï4ðMJéc<úÉ$dëöâ¶e)aa¡Qè3rýåÁÒ1/ÎIpî5om¤BÀ6üÜ!$o&Ê´ãZ>/å%F4C2âÓßÀKShÜD$Õ÷)=r$c@HÊKäQIì QRJfì?rbZln²ä=qÈ«ì&õà,V @]t=D4qhÃ]tób;ZE5:îÜàÆÇIêwØHP»PÙËd*%H<×g#wôrø¯ªÛ²uãWg^¿EPÏÂA½m~óLl³Íã¬{h\ àÈQظ-!ãL8µ{=RE(>@
+àR>NóAI&3D8!Mß7¦óÃlú!aüCô?í¾0n%±'k)]M2M;»<Q\°Q*wN£ü0+¡ ¨û kÂÓLqÛF>`«Ûð3væH)Dõ;n¤B°R.¸îò0Bf{åðBöáÇÚ0˽^k©¬£mÜkCgzÝ5xÝHØð3ÖFà5pJW{(ý}Ö¦Ðù£«òwã;MîÅû2äÙ2ê¸¤²6,ÏQÑ]JÈ6k´ÿnúÒÓfñHâ4~ª'ÿ~§ð1
+Õ -%Æ&«¥k¿ðb;Z§Æ¿èÁOò/¨á^M_rÃ]Õ=Ô:=¦»>n¢VÉ
+zSÅ¥)ë¸Y0Ô*!Ó¼×ï®m÷£¶½ç·Û´Çæ8í³ÁK96(ß#Êô½^w=K?¬£mÜëHîü|ÒAh.
ù<B¦r¾2Ëï°
+¡:ÚF«t×ç²Õ£ö»z9üyåd3%ÂYcF*+åBò)Zð³½Öò!x)
cc99Èl`
+YÌÁï9GE8h)?w¶t=<{í2ìÙ¶Ë;ôì1Íjؽ Û îг"Ð=À0'÷#trà[µharàÀëqTÖ§jø»©*£@5ÔRSÅ=
Îá¼×R÷5±cÚ^ÓÓ¶M*¦Óè1ÏÎõ"w6ôÆ ¯¡=ä9K~ù´mã¼föÁëº
+Á:Úëãû¯IOâ§jþWs+'<Õ\KMÍjng¬³ÊV @¥XÒå«É&ûç=ÐñÃoâ
+öfrÌçq7ë
tt)ÝJDïRÏsÙÈPr>ýbzêÃãõû/ñÛfb´mÛ÷Ýâþñ°úvn¿¦ÃmøÅÎ,WîùÊÕ%òÂS¡oÿ Ö¡vmôÉx¨UôCÕÖÙö@Az[¿µTAÿgQx´±¥9$%@:×s-2ÁÑ;ÑØF8çÏßs#uµò~`"(§)ëµÁ;zE»óQDf,x¥B°¶©(iXìYòÄ2~saåeh© Ë°3ö¡ ¯iئ½¬§ûú0Ýðg7{^dWÛTXïº=Ü9ë¬õ3¡®ïõ»[àG5ë~Õa¼d±g$}ft
+»ßÓ°Û¦|Zy©
+æefzÈÛoò¶M;-¾óur øáÕÆ"%^ûºqZÛ¾¾¤$¾¢Ó?&ßkL76<¯ÀùR.ë[0Î
R@2PiT8MeÙ 8h0]VcDX:;Zù ®^á;aîæW"¾Ëë¹
+Á:Ú8ìÇÓTd¦×)ñÃK¹A»©Þî¦ß$åÑǨP³pêh¹¾yõÆÝÅ(c ä
+áJ¹t$Opµ(OI½Rø¤ô9
+}DH?CÄ/)ðuÜgX.Gø}¿FLîϤãû~¶¶m¿AÈ¡*ÙÄèóÒL_ ¿bËüÊÝqp!·RNî &£{q´Ô¿mu³ßhµSÜmÇ
j;.çêɱæðËBþìrÍwõV[¾ÁËö¶Tr±]~õ.a¸<\)-vPòGb#÷î¶u±*£åeSß>Â<Å %+
+në7_¬íOÜíõ®æ©mý1ãµ°oà ©®£Mnëùò¹,*vêâ¸;LM¾çRl.
.ä}ôÏزU»,!ãº|ãú[aù>ÌVª 7y¶/# =1ö+ï¾Ìg÷%{ê¤þÖÔà<4n¤¼Ï¶®N<ûíÒb=»xí,ËÌì´ß2-Ö³ìÝåÄôtЮ]'3Úí7Ìv÷,ku5ºÔÞgµÔ> ¬Ú÷×PùA3t}ìi÷Í\]À
+GïDácHççµTË
+ÒM.Ñë³Y¬rø«ÿº«µÔ>%¿ËÐÆ0ðSqMÇÿ´5åGjQ?må]Ô4#ĪR¬uôTïo°õ,"¨.9!£ÎGrÉIVËÃq?JVÅy#C®ÊHsuKÁy*'%@QïÊF½ãFp¸gÅð«ÁAÙß½ Úgöq"ð\ÞWòôøvSË»ú /mS{yÓ;ÛCÈSry~ÔÕÈ«ÞñH~ðêÒFMÍÀÊÒeSÞXÇ¡)ÇÓ8C5ø:e룶;AKô7ëÙ¶Úüqê=<dxÀÈàäó¢½þyßÔö¹#òZùª8榤jDÓüR>QÊYNnXê§FJôâìåÔ¼nzu
T¯®èþu-öó)~l=ÒÃ~6æ±Ùcàu¹ÛàÇ5;zÀ<Áév7Àwôrü}q¸Úáw[ï~ u®Ô6GÌõÙ1Bê,³\±áwÙ, êåo§õÐ\§ÍQ ^ÏõàÇ{6ûý6ä: ,ÉuÀkMçzmÈu\ëüèV(8OBy#Ìç÷ÿÀìÚj"pâ(eãpZä1ãL¦ì×õS<QòJ=&ÊaS~u.Äâ妺äDô8«®Ô*¿Ô´.ïÊÅaç_«z·©ÚCSÉêøXxÊçÞÄ\çÓ¹â±8Y;ÐwoùÈb+
+ÇÊÁ£V³õáÁwÁióùÉìh£²~«[5àx^¾ÿ8#I¡{%O¤ðÎ#
ñ¹û8pÆ
+B[Ý4)ôjRØ$
}Ä0)ôckRØÃöB¯Ë)ôãRØöÂnw¤0ïè
+B¿ÛPºü¤p®ÏÐz¤Ðï²!
TM
+Nk7×iC
+ðöàý¤Ðï·!
`I
+^k7×kC
+Càöà9O\äuºÛ êÇ5Týn
L3Ýî>àõ§pfÁ@Ë
ÜH
m£i èÊl¿µ|~¨Wø}»\øä÷Ú,|
+ÀJ9Êm¹>j¶ÓJ<®V]õÀÇú=z¸ßç:E8bè~OÄÙ
+_yÉø¹F¬Ç³²ÐY(ZDüO±dÔý(QåMþECÕ¼9á.g9t¦Ôþ_DátL¶ø
KA[È`]¤î+ñàù«²ø¼uï¬IÚÛ(öµQOHÌBÈÆ,)?ðZÑÃÀÝ?#3èÞ|ÎÇûiºüúþռοȧ?¼úòìgqp¬x!¿á÷³¼8=ývE _öBü+ºQðBÌÀ÷b6ä¨Ä¡EûGxxÜm˶×J\Þ\·Û{©Füö {sðêºwEÜ@ßTü¡¸TQø¢¸¼\Ex)Ø7¢£ùï³ÂïäÇÑÃðeVdjQ,×4=¬¸@1N8K7âó`ùxawìU=ÒëYw5Úÿ þ endstream
+endobj
+180 0 obj <<
+/Type /Page
+/Contents 181 0 R
+/Resources 179 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 140 0 R
+/Annots [ 184 0 R 202 0 R ]
+>> endobj
+178 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (/autonfs/home/davidk/dblatex-0.3/latex/graphics/warning.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 210 0 R
+/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
+/BBox [0.00000000 0.00000000 160.00000000 183.00000000]
+/Resources <<
+/ProcSet [ /PDF ]
+/ExtGState <<
+/R7 211 0 R
+>>>>
+/Length 212 0 R
+/Filter /FlateDecode
+>>
+stream
+xÝR;N1í}
+×ÆùÙÉ ¶f÷,ÅlÁRp}ìL2Ä@_^òm9oÈ}ÍØoðxV¼¾C¦0Îð|ûrf"ïÏp¾îWÆþ~üòð+}¦¦ª©rÀ<ãí`
+)¡ÖB"SbTû=vÍR;Bkbí§Ý^LÊÒp©K
+$ïÂVÆÅ5NõÏ»÷ù?yµÙ('YckáEÖ}+>Ì"´MÕ«3¨\ý¶!Ñ4K)ö~ÜУÕVvfmî³ó5~é»[G#Å6áy GIî7ÀÆïÁñ²)endstream
+endobj
+210 0 obj
+<<
+/Producer (GPL Ghostscript SVN PRE-RELEASE 8.61)
+/CreationDate (D:20100125210321Z)
+/ModDate (D:20100125210321Z)
+>>
+endobj
+211 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+212 0 obj
+252
+endobj
+184 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [321.5267 691.4354 340.6647 702.3393]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/tutorial.php)>>
+>> endobj
+202 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [444.2645 336.0762 463.4026 346.9802]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/downloads/index.php)>>
+>> endobj
+182 0 obj <<
+/D [180 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+6 0 obj <<
+/D [180 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+183 0 obj <<
+/D [180 0 R /XYZ 56.6929 731.2722 null]
+>> endobj
+10 0 obj <<
+/D [180 0 R /XYZ 56.6929 677.8333 null]
+>> endobj
+185 0 obj <<
+/D [180 0 R /XYZ 56.6929 641.7915 null]
+>> endobj
+14 0 obj <<
+/D [180 0 R /XYZ 56.6929 641.7915 null]
+>> endobj
+186 0 obj <<
+/D [180 0 R /XYZ 56.6929 615.3924 null]
+>> endobj
+18 0 obj <<
+/D [180 0 R /XYZ 56.6929 574.9607 null]
+>> endobj
+187 0 obj <<
+/D [180 0 R /XYZ 56.6929 550.1206 null]
+>> endobj
+188 0 obj <<
+/D [180 0 R /XYZ 56.6929 500.6172 null]
+>> endobj
+189 0 obj <<
+/D [180 0 R /XYZ 56.6929 502.0767 null]
+>> endobj
+193 0 obj <<
+/D [180 0 R /XYZ 56.6929 491.1178 null]
+>> endobj
+194 0 obj <<
+/D [180 0 R /XYZ 56.6929 480.1588 null]
+>> endobj
+195 0 obj <<
+/D [180 0 R /XYZ 56.6929 469.1999 null]
+>> endobj
+196 0 obj <<
+/D [180 0 R /XYZ 56.6929 458.241 null]
+>> endobj
+197 0 obj <<
+/D [180 0 R /XYZ 56.6929 447.2821 null]
+>> endobj
+198 0 obj <<
+/D [180 0 R /XYZ 56.6929 436.3232 null]
+>> endobj
+199 0 obj <<
+/D [180 0 R /XYZ 56.6929 425.3643 null]
+>> endobj
+200 0 obj <<
+/D [180 0 R /XYZ 56.6929 414.4054 null]
+>> endobj
+22 0 obj <<
+/D [180 0 R /XYZ 56.6929 378.6212 null]
+>> endobj
+201 0 obj <<
+/D [180 0 R /XYZ 56.6929 352.0227 null]
+>> endobj
+203 0 obj <<
+/D [180 0 R /XYZ 56.6929 320.0948 null]
+>> endobj
+204 0 obj <<
+/D [180 0 R /XYZ 56.6929 321.5543 null]
+>> endobj
+26 0 obj <<
+/D [180 0 R /XYZ 56.6929 285.77 null]
+>> endobj
+205 0 obj <<
+/D [180 0 R /XYZ 56.6929 261.7619 null]
+>> endobj
+206 0 obj <<
+/D [180 0 R /XYZ 56.6929 229.2362 null]
+>> endobj
+207 0 obj <<
+/D [180 0 R /XYZ 56.6929 230.6956 null]
+>> endobj
+208 0 obj <<
+/D [180 0 R /XYZ 56.6929 175.3142 null]
+>> endobj
+209 0 obj <<
+/D [180 0 R /XYZ 56.6929 176.7737 null]
+>> endobj
+179 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R /F57 148 0 R /F90 192 0 R >>
+/XObject << /Im1 178 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+215 0 obj <<
+/Length 4909
+/Filter /FlateDecode
+>>
+stream
+xÚí]moä¶þî_±¸~±,ÍW:46
+^S´ç |ÐíÊgõvWÇýõ%ÅQ¢HÊî]ïÐnÖòîh3r4ZAñ/Z±d.V1g¬6û¸z+¾ûúiµ!Z»T_Þ\\ÿÁUg«ÛUAC¶â0¤ÀùêfûÃåëú¶»Zc/ß4ïÞÿ]ýtóx¸x5#òUç¯Ö1Ü¿Åk9¿¼V?ï]|ucå2båa.¥úùâàj+tøöZp´z¿@iVûÄ#É°ùdwñúâ¯Gó-¦BÎRÍaÅ£@©æ¸¹âð²QíQ]!vù«ü¿jsßUêÃÇæ¾UONË6m}ÔÏÍAý,Õ]ó¶ÖÜ5'Mó#d°Ñl^ìM¹ß½#õáýIÃuwúá¶Ùí+Ì.êÃ[õѦÙïËÃö¥×îä"¡ Ô·è6ÙPòÇײÁE[f #ÂWóU[nÖ_Âù&F`ÌÌ«¯¿âlÖ,ËæÄT/Ì3«µxç¹â
+4HÒñb¬þÎ}áI¼&³Üí·Ïæÿd6/4 pÕ¾]©¿Í¹@YQX{) òtd/JÚË©7É ä°ËÏÎ%P¹xÌ1£®§Mò¶ÇUbw)¸p !ÄãúZª¨¦´3ð@t(_ª²¥OÁ+:>¿w'Á "£j3 at rñMj""§$ìM]B9@ïE6áOé3tciö&2b9
+ã"K@÷¹Í°¿X8l,}
+Þãô ¼Hg T´ºò}¸Iþó GypB¥üEÎIàKHò,ÖeE.FsæÄ1ØÍ¥êc3 þõü2.·p(gý²&J z¼ú`²ê:°kËÃéö
+¨Ý]ÝFâóMÙ"*ÒQ¦±à
ÂXfNUDf" ÅÏá%C ÍK
Zõ©;©Ç»ªÕ¯Çã®Þ8ïúòÍ®Ò/æuÕvϵվ1Aà©îªSo[²EYPªâÇ/E/·Õí,ïwÝgWkä
+õ²z¤¿ÔR]º¦í±ågõ³ê6×Ýl=¸ZSD«(zxy,»;õæ¦Ôäo4ÿF*ùK¯iÛÖÛm¥¿¨Í+V(ÁýGñÎHÖä¯oï[ÓpøØ6Ǫí¯2vÙ+%ªÖ
+kÄY$Ø Ö }î}L¬áe·ã¶·LtÈkúûPÍvÂÍ4ËÑ¢ëáY
+¯«§cÕÆ@öÝgz©FÔW»æªe;7Z
òÍi¬ÜéXn£èµ4\ÊýÑRº¶®NÁ ?ó DìócþE1¿pâPÂ#1?YY"98íz5»<§
+msVðtÔ%ìç(KIhéF2V»ÆWuÏD¸L<#1Yp¯=ÐáÙ4¬¶¡OÁ+ºÚo ÀE<O Nhm¨R°·yEtÀÑbuZRAîh
+ÇTݱ%Ç!¦TbOÓñ±xß|÷úæw¯^}õOÆBľ0Ïß ³§dÔtÅTƯ^/X$97âÚ¥§¼$îKoË1 at 9ËKWt¾yõÍwßÿc*
¡÷âÃ(±1¥I/«èØX¼ÃýnçIG¸4)Mt
+C1¤cû©å<Ë~ìYs1¬hbgÍRõAì×ßÿ~Úÿ9¦+ݼÓÀO`£Â
+¬+]×Üoîü]òEÅ[¢¬_]ØÈü:Â\2¿ÆáíüêÂßÚðüUz_ã°·èüºPg3¿& ÍüêBÏDå-ò¸Æ*ësÕxÓé<l¥à§|£1$\+
+ÎùS¢¸x6ªpÅ[U$Ä¢¨CT11UÄÆÎUħ¼RQŲ¡ãDqxU¸ø¨"¢öÂíhû¡ é4ÙÄ¿~õ/¿í'F¤Ä{ÅR¥Mõep¹e±°_,}
+ßã+ñ÷å¯ån×ÕûJí<ØyGx{ƸÐ%íBM9D9 9Ö$ëÐþË>ol¼ï
+×ÁµN¾ÎE
¸_ö÷¢"¶dO~þÂâ?_ûø¼øÌA81j&V!Y¼V ÛÂp²1?Þÿ,Ûê¥6î@ 9ÕÖÓoûûÿ¢18ÉsMôÙ9"¢ ºVnºIõ¡ÜÏ1"F0^ʸI_Íðºßa÷fb®%¥ëéHÉ)»ûÓS1Òó¥LÔ~V'Õ9íKÇ4Ëö²ËFoÇû|1Q£¶ÞV»ØkR/LÓíxT¬yYbDyÛa£Þ>¿kîÍó¦iÛêtlLf kF58:ã"úñaEf¾¦úüÎ(Ãdà3ô{ÂXÍÄØôÆ-»XlÐøþ4Õ·t23¯¦òxÔy¶ÙTÛûV§YúyºþMJpÅÖN]ÝOÇjSß>zÙ=«û±l»zs¿+©Íñuw&[$GVήóB§2 nÞ7Pa<ÏòF/bc{¦7M7pµ#ZfnmîíðR ¹+ f Ësã)åJäªv527
+1¥äÙT¹1ËrzÝðò¥
+¤§öûó\DµéjY§2»>?©ûN¬¥E,:8$ë<®l{Æ
+ÎõÁ ³×ÄÉ0pÅsõ
+,z«?ûý½þ©¾ÕèoÕÙd¨øU»XõêDÉæ
+]6i#½ [éî¬R6Í¡+{À±6¦ÑpªmL&tº)öõ¦Ù5RYöQð"¸TáKejH¨æ!jkâ¨/¯æá$ NtËRI¢{aÉÃËä#½%3ÙrJL.^õQO¤:êá@Í£T¹O|¦ú[<l|¿Ò9@~ùwY«_|¨ûaKv#=§ÎÀâìÕSiÈëùª>7P*¯ÂÑ°5ë³ë¬öJ}ýneþäóÆÚ}e&õ8Ëvï§oÔêjâ±Áã®·¤1SÝ}k*¶°ÌÝI»äoì¤TÛÒÍ0±?T¦¡oá>>÷
+Éâ¡°ÁN®{[¹ü¦<Õè!B'R é¬ù¹áÿ4O¡òBæ¤`fñ¥fñé¨ëSÊp¾ryEöyÛã*±çe^°X
+cÏlॳ&K±±\²þIÌÍ~1°ÎÑÄÄ[gXcìüdÒD+¡<Z|cä xhÅâ¬juýälA¸ËÔODÙ2ð8¶Ï-P
nÞtAÒ1?åÛ¯våã)XëWÜP¥=nóbï¥Û"ò¼ÇWíÈ
}å'LÆà<¡º¡Ja{ÜúýÑ`þo¡êC&0ïóUªß{1Æ"þP[L>}äìï>!A/6´Df_p[·¡ó>.CO<{Ê'ëñ5x°çO Ãu
+yÂS¿«ª£gæÌÄ"ª®¥J úÜfÍaÑÑ¥*[ú$üoÈÌWèeJeúlå3±¢¤[¹!êwûa½C2[RìòCÛ£u#ððѺ1è£u xs´nßVj«-8ø£QMÚãÖÛ<
+.Üå-ÎζôÑmièȲYõÕùå¿Cen¯z t»*!ÚE©BÇGpAUí9à(°¢¢#àªmö^D´uÖ!1TW`¦4ê"
y:=å&UAeL_^¨ó$ùÉ6î×P²
+UÛâÈÚôy¡ßÿ(ëñ
MÀ<BL¶c{\ûªf[
+<¦±cáQX[ÂÆ)íyÞã«Í/õvf½oªªCÀ¸à¶öOÆÚQò,Ç k7TªÖ¼ßf+?k¢¦ÝÐv1A0r!.ØÚc(ÂÅyk!1{BûÜæ vºLqgñòÕýLÑ=ª¹=Ñ6'Fо£Ë
+yKÔrÍ
+}¾P·Oàgã4äEPäªúúìä>'3À!'ñu¿!Ù|¿1&×éGãG%pÍ&Âû#Äð¨v¢àòwÈÇ´¶Ç§ÀS^ójÛm
jÛ
+ ô)ß¾·gN'[ÕypqqXëââZ[·PëÁÅ%àu¶¬´÷'Âiò*îsÏÞÈËõ*oéðS¾}iK¹óÃÌÈ
ïNè
+±:FrvðÇ}L£Þõõ
+»ûSWµsÎÎlºL#éê8¶Ï-®.HW§à{º |ueÇÛ`ê8®¹M' =nóa:N»\sC×ÇtGð³f¯¡Æµ&XÞÅyÞ¨úSÀ0zC´Ôè¦1£bûÜF?]bô ø)_ ÿó}Þ¢«m"»ìW<²[ª´ìRèS¾~[íJ/ër $¡µ¡J{ÜTRX8' èÃúøÄé°1DK=Û½Åö¹%<ÈtIÀOùö{Þ3Ë$sÕj\kCUt$¥µ¹ k©Öö欼¾ÃuofÏ-QµP%kC÷sQv"seøÇw"NO!ÒÇ*ªÒ¿ÆÃäF],Ãz¼b¥ccÀdéXyÂS_qö\1mõ¹6ÏõûB½û¼ÇW]0*ºy{
+û¨æïC[ßáBè#ì9t²$?{î9{Cd¶¥Åâý°©ÂáÛ½ð#ísK#Ð%áG~ÊW]ïù6~DµÂ8¬
+?\ØÏÃáÇBð#oÂ~6e]HTmÈ òBóEåXþÁyXôЮ¥2vièЮË/|h7êñòíö·yÿºß-=;¼
9ç®å9ÍsêÛæV}¨SJr}¹xÔ÷
+oÍy\ñ¡ºÆ[<´÷õ¥:#ËèååÙÎɵÆ5//vd(ÃW#]èpT²9tí£zTGTÅ÷B¦^
+7}£é_2ÇJû«Í½ÕW^þR·ÍA`Þ_ry
9ý?12&ó»<^2c©äüí±iÄpË ¼¼+Û]:Ô@V.wùç§VúÇÚÉÖvdzLÇ"èÖIb§Ø(f¾¸ÛÜ:ùìÍ <ùÖQI9A¼û,Sú>ËàA¿Ã(Ès|N8|@v8bѪ·è>qþxêäuÒ®MÅH¸niÔ±kûqÑ|Þóc×lQEXfFv<!a-;xNóâg6ãâø³-coYeæÎÖ¨ù[C#Ðë°iSäigËþ`=´pÄ°5Qo×ïYëÒ·SVmª
¢byçmÚ¾¿Ì¤ïCW
+¹rÌ´=ýYìð¸,S5£÷åó 1ÄÁ38S
+³-0[v8b̪·æ¦}·ÛjÓ5rÅ(-úë`JzÔKRÒq|¾R¦_Êðé± Ábì)6Á^ÈB¯7nÃ
ïöÇPDÕÙDÔqHQ:ÿzÔûaÓ·>î3]§#¦k¨Ô¹mú?îÙ¼,´ÿ³dáú±Q7&&\f+#É^Íw$¹Øu\kÔ®(ïʶügþCÏÈ£ù {F¹ ;jìQ+Tþ&ÂF
y%%Ãó¼Þæo>§Ì»II¦R6onîÚ¦ëü?r?k ÚwSB)º,Ñ>RyçK Õtqñùo¯µ »éóHNÎîÿù§#îßP=Ïý»Ý¸ØýGÜ¿+YÄýDxªûbÝ¿+JÒý?] ÇýGò1îFQIyÙùÀÿ-
L¦&vDQhv5ÇifqeàFñÍù[ÿEèø¢Ámoô
+anôp
¨uW»×¦
+ßõtdT"aÞ3rÌÞ#Nyõó)òô*/õ@ŹÀùÃY±ÓÂa+6Dj1,Sáq5%ÿ£"|þ["o¤èÓå?_üð\mÍ·²ü£ÕCoÀXÜ_ªOv¯/þ꫱8´µFÐIendstream
+endobj
+214 0 obj <<
+/Type /Page
+/Contents 215 0 R
+/Resources 213 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 140 0 R
+/Annots [ 233 0 R ]
+>> endobj
+233 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [548.7873 407.9685 567.9254 418.8724]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#engineconfiguration)>>
+>> endobj
+216 0 obj <<
+/D [214 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+217 0 obj <<
+/D [214 0 R /XYZ 56.6929 742.9593 null]
+>> endobj
+218 0 obj <<
+/D [214 0 R /XYZ 56.6929 744.4188 null]
+>> endobj
+30 0 obj <<
+/D [214 0 R /XYZ 56.6929 710.1122 null]
+>> endobj
+219 0 obj <<
+/D [214 0 R /XYZ 56.6929 687.1371 null]
+>> endobj
+220 0 obj <<
+/D [214 0 R /XYZ 56.6929 608.8432 null]
+>> endobj
+221 0 obj <<
+/D [214 0 R /XYZ 56.6929 610.3027 null]
+>> endobj
+222 0 obj <<
+/D [214 0 R /XYZ 56.6929 599.3438 null]
+>> endobj
+34 0 obj <<
+/D [214 0 R /XYZ 56.6929 449.3441 null]
+>> endobj
+232 0 obj <<
+/D [214 0 R /XYZ 56.6929 423.4797 null]
+>> endobj
+234 0 obj <<
+/D [214 0 R /XYZ 56.6929 393.02 null]
+>> endobj
+235 0 obj <<
+/D [214 0 R /XYZ 56.6929 394.4795 null]
+>> endobj
+236 0 obj <<
+/D [214 0 R /XYZ 56.6929 383.5206 null]
+>> endobj
+237 0 obj <<
+/D [214 0 R /XYZ 56.6929 372.5617 null]
+>> endobj
+238 0 obj <<
+/D [214 0 R /XYZ 56.6929 361.6028 null]
+>> endobj
+239 0 obj <<
+/D [214 0 R /XYZ 56.6929 350.6439 null]
+>> endobj
+240 0 obj <<
+/D [214 0 R /XYZ 56.6929 339.685 null]
+>> endobj
+241 0 obj <<
+/D [214 0 R /XYZ 56.6929 328.7261 null]
+>> endobj
+242 0 obj <<
+/D [214 0 R /XYZ 56.6929 317.7672 null]
+>> endobj
+243 0 obj <<
+/D [214 0 R /XYZ 56.6929 306.8083 null]
+>> endobj
+244 0 obj <<
+/D [214 0 R /XYZ 56.6929 295.8494 null]
+>> endobj
+245 0 obj <<
+/D [214 0 R /XYZ 56.6929 284.8904 null]
+>> endobj
+246 0 obj <<
+/D [214 0 R /XYZ 56.6929 273.9315 null]
+>> endobj
+247 0 obj <<
+/D [214 0 R /XYZ 56.6929 262.9726 null]
+>> endobj
+38 0 obj <<
+/D [214 0 R /XYZ 56.6929 228.666 null]
+>> endobj
+248 0 obj <<
+/D [214 0 R /XYZ 56.6929 205.6909 null]
+>> endobj
+249 0 obj <<
+/D [214 0 R /XYZ 56.6929 177.2885 null]
+>> endobj
+250 0 obj <<
+/D [214 0 R /XYZ 56.6929 176.6907 null]
+>> endobj
+251 0 obj <<
+/D [214 0 R /XYZ 56.6929 165.7318 null]
+>> endobj
+252 0 obj <<
+/D [214 0 R /XYZ 56.6929 154.7729 null]
+>> endobj
+253 0 obj <<
+/D [214 0 R /XYZ 56.6929 143.814 null]
+>> endobj
+254 0 obj <<
+/D [214 0 R /XYZ 56.6929 132.8551 null]
+>> endobj
+255 0 obj <<
+/D [214 0 R /XYZ 56.6929 121.8962 null]
+>> endobj
+256 0 obj <<
+/D [214 0 R /XYZ 56.6929 110.9373 null]
+>> endobj
+257 0 obj <<
+/D [214 0 R /XYZ 56.6929 99.9784 null]
+>> endobj
+213 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F90 192 0 R /F52 139 0 R /F92 225 0 R /F96 228 0 R /F98 231 0 R /F57 148 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+260 0 obj <<
+/Length 4318
+/Filter /FlateDecode
+>>
+stream
+xÚí]mÛ¸þ¾¿Â=8/pfø*J¹öÐ×k{ýpm/Å¡È
ÏÖ®Õxm׳ýï%E¦D£8/öÚÃy_É«d&2´åD 6[=ÜàÙ½úî7¤YX¡
/õ7ϾxV "£ÙìÅÝ,£(XÌr,+¨½X¿÷XÝÕ·*ðü·ûýëÕÿÛW/¾QEÉ,WE3¦r)D>[
+!hS©b2?3/ér7¿áxYZ² kVÿ¾yù
+ÏÖÊon0âENfê(/ÈìáFõeÔ~²½ùîæ¯ö[Êǹ~Vh)Bdég&yòòÌèLi¢h3ÂiË)
+Í©f4óµÙW¥¿®·DÌOµyØM}·:Vº-¿¢Um"IT.(E¹$¼Qñ[Bð|>Úþcz<µUïëk>øc¹Ýî½ïßßæªðq»þTö,H8ËF÷¯èý~¿6ïNË]U¿5ïWrõÚ¼7KѼNm²ýà|0¯Ë]«íxÞíªÝ½ùãÛ?×í~µÜnßvuÔêô<hIÌÉLbÕif*Gµc]?ú庪Æ!JX>£¨Èó|v,gw^Ëk¿Ä6Ç¥Â
+ô
+8f¡Ä²l¦)0¬\Õ*˶ñaËh9UQÚïüï¤ÛY2¨Ý}{µþ'à}¼ØàÙñ~fÞümhlÈ
+¦Gá:jÍ Èý¡ÁIéðó~ãS£.jðóuõ ÄdQ¼2¸Pã6ÀËux=nªÕ¦Ïàz`&OÁ(d¢ÖJu ÇPõp¹RÔRµ*YÓ_f2õ§î1í°7=áõ35o©ITçl¬î:Ï¢§+5 ´â v Ucoöe°bHõàû« V 5b08W$¥c
+¶âv_k3VÛu`1Q+nµÂÊÒ&;) 7Ô6h4¡QAÄX«<èÏ<GDà°ÛJAÀ¶a»ÕBN0<ºy;y>ÐÛØ}\TgU.¬¶Rl mØj)¶ÚÊCðÞÆêzùã6hæT»´ ¹CmSBÕº½ÝÌ<èÕð«ý}@æ(×^hÚj+ÁÚf\-RÑF·âx_«Æ~دÏÛò0P2j.̶R²£ÙR"îÚVoÄÈaH&¾í¤ àPÛ ÕHp9ºo;y¾¯Wï«Sh6#gÁïm¥ Ü@Û°Ù,C+G|¬ÙVïëWwÆãÐÈhÓÀ4Gf£ÍnÅAðÖÆè7» =ç(Ï0;)ÕÈI¨ª½'FâNôjø«Àj3ÄrT´`[9h4ãD}6ÚCàFlÌhÆYT)×uáÉèOhS('EøÙV*½©çézïM½$/·©çó*W}Ô#NPóüà$¨ÛôA?vÛM½ ¼QFîéÔÀõq¹*ã
){ jÓÀ?(7é³ éS4BÆÚíä!
+F®g»9 ÜQµ¨/° l·R°ËºÀ_ÄÝÑv_ÜÑ4| ÷r<x£¼OÑý<5Iïâ³úôõXÔKÕÊÅoKÃöuiÔ}¦Z$ùòóÛEñü«¸ÿ6®<O.ÍÅyr>ÍPˤ
ZæhN
+6r½gâÜ8»=_. ßÊ.ü°Wáü¤ÝÊ+Uó¨Ó²ëÓYvQ
+¬éeJ/»<]ï½ìJòrË.×`×wk¥÷çæHIjvä3/5
+µ
+Æ©º"ö@Ë£V7rlD¡½ IÚ¢8ÓP1
+ÆÎ`¬}sÆV*ºw¾¾+½KäæÜ[ÛÀf§îÖü)¨¢C¸µryÜàØä¼Ç=ßgLÚ· §HÊ>fÜìV7b=ð#£ÆÏO R.~eó+}z§}¤ äET`µ\UH!¡ãjÇÖÁ¹üf9
+Ï8⪷V«kv§!|$?IRä\;ó@ô§Ò]ìoçÝ~$}}ñ¨¨4j K£>7A¬ÆB-å9^dÑ».lR¨WsúióÎÿaÑäà ¢@>ui¸ùt"ÂóTü§êcVH÷±¿÷÷Çòt<Q_cÀÏ
+¸í.C7zÁBfqOiê®}wåÚ\¤»«rôåÒÖ`±¯õZÇÈEû¦):¹ÉáCV¢çEûÀ¶ÁAÅmßuAѾ<oäd~ø5WÕB «ÚHaÒý"êµÙ9 ¼uÃu )^BcÓô\ÞðáªHò\¤+ÅIAÀ¶æ|5:¿ÑQI§ÁwÞ>úéä×9)sGy·ÜF_OßûY±·S½¬Ï§èE;BMÚÒeQ"ø4L£ÉG?pµþ`
ÎTòðß×n£!åú FÍÓíæÒ¹èßã¿ÍaqÉÐQu(T¤3W¨uÊ ÃÙ>ÜCÊs×í6O+lõîBýQëý±RcxóWµ3¯çI½ ÞÚ¤
+úÛy]ÖÏÃ=>/Ã/Ðæë×3ûîÏþͶÄÂ/ÚjnêúðüÙ³ÇÇÇÛLÌѪBçÕ¦Z-ï÷¨\5çoÏîÏÕº<=³&¢ÃæÄÌë0&Dwÿ¦¸ÚLÄálþµNæ±×óÇöéoJóæTWÏë[27©3ôjª¯Eõz©f®oø9Z¶åò¸3©16LçÉØ»Ìm®
+órWzB§êá°-Û÷ßÚfÙØïl¶Òæⸯ̩F±T0\-ônç¼xÃö¤)YIÉÂS²4¨@eͪ¢\í%cS²ÐnJn3pNl2¶NöÇö1«g¬êÿÍ-UU°}£ë ©)[v°B"Õ
Èe»GÍÝ,/×ïs·j6Þ=$«¶CùÌWw#`ÏÊÒÔlµ»*¼ÝìbERÜN
+måzäËhTF0>µóÉøèGL"!°§à¤t·YeZNåLÁúÚ25B ¦DS_÷mctAGPIx7Bùðé*aô;G³¥É9¹»}ôè"Y(h_[[#$Õ<²J.ñÍ @o/¶¬cÑti»m jDÀèr5Ûå@z£mÑÆ{<E[ÌUcì¬\]5|^¡:±R h_[¬-º¹\a$¶ô>\,ÿ'æ+¥kì¿ÑêâeB²©º¸ºÔ´¡°Ö)X´UAiÚJEd{Ç×682åãîàèð4³6<¦CìWá¸ä¦RØéÛͤIfÔçvª×ûs<Ww¾ Ú4ò/ã3YtÌLô6¿=6ÚÝPííéjÜëc\'T8Sx81SX)]]ÿVUoX1yéþñ{é:D;Ç@Ø»¹ n¿ÏS÷Þû}IjÎö©
+ÌvvjO1óæÿ$¦ÿ}ȯ~w;c&ù$|+'»Ì¹Í?CyÄ´%·1m ¸ó|ð/£1mcmw1m ¼iëÀë¬ðuµß
I9
+á¨u'`Ú8sÝkeßt$ñÍÛNÌ-Q0ryÂga¼ÖGâÙ Ý[¢bädÐóÖUÐühNQÆeq[â`?<GÊhV
+íkðt9OFöK ÞæHéÀå]õS4KIÒðKÎÇ4r¨m°/¸ÜïÐ.y!
+}ÝÎ8A9Í®ê®,D%Àh&È4Y®¢Ò©ô1ÓæD±«¨Ø²#Ç¡
+R¡@ôR ¨4?`î.wçÈyÉ
+Àz¹ù|7Ô#å4RÁÃhì}˽Kte
+¡îÁ
+wi7¯h{6egºØ×0±é;"6}'´@mB0Wq±e!2Æp1íppnN
+5r½Áñ«ø. Ö)@&·û£w»iQ®Â¥î9¡fQ±?Ëøúø
+ßw<M®u;äþ=Ây½ËvKÈÒ¡ævû)nÞ= Õ wP_ç±ä.*·ùX:ð¿ª÷Õ®å¦
+w ä@[ôÛç5ݽíËã}4hÒr'àÚb»<¢=Ë~¯ËQ
+±èëö{m!Ó!*î76 *¦îÊå4ç»J[¤ÒÈqè©Ø{éa¥ P#×ë
+_Daä]Z»T Qè붻Í0{M
+ض >æA¢tW±Ûv>Æð#±[pé¦à6ê P»Q×þÿÊänÆ(PY¨u:R*LKà?
+fªÛp^¤£@TìèÉ.[}u×®4]Ðwúî[/ëe$n%Ù-ëÖ>î/¢ÙX» ÉAõ `3²v(ÄóåÙ
+R±y!*mî|¸l²kظD h¢ÃEãP®¡â¢S *6:¥C¥þ©/̯ sY¤§ÉÃ
+ÆB¦»I{P ¶Àø¶ÕÇù´ë4M¹ÀË¥>¶îG8©XH
Ýsò´
!èjvO"?:Ó3ªÈ=À>VÊVoݼ¬|ÐÖ)øeôÎÃH³/w ^àÎCÚv·OíënÙxÒ±V»8U@_otµ`ó§ív¿û
+àÚ¬CXpO>\¸¨ÿãaoN*.J©IôþôGë5Nfyú% tßKübøÿÌ×¹ÃBöU]R 5ø»xXîÖÛjW¾=è@²Sü6?±·ù
K®!ð|]øÍ°¿îèw±Ô~ªp¦*§Q»=ííõÿÕö¬Ôw²«v³Íݰܵ)Ô4®?æjPó>j&ªÙJU³3ÕŪ9
éª9
+ÙW¥¿7É3T¥Vw^ºóv³ÜݯåoMÆL
+ýZégËh1ßT÷í[óáÃy[WõæX.×:Iþhy\mªº\ÕgÐÁl_[û»ºÜµÊ7Ìjy*íGËÚÿR8ïÖåqûÖQú×R'x£óI,Í'oªc}ÖÉBRKÅ`ת»/-ïjgMY+ºÛýêµkM.6V¥fº ïæU=Ê[2o¦úË<ÍæíåjyÖäé»öUqo
+ùjÿpØV+_gED¿Öí'¨KìåÑ£ÛgÙüïÚ~óÝé¼Ú2¢_èt+ôèPê¹£E5O®D2úb¥ÓjlÊ~¯o Ú~ÛpE;éVÔÓ=\®n;'´ãÔKâG;£v(crx at f:¶ªqWÿ}óòÌ77úèSñ{lÜvªn.sùd{óÝÍ_ÃcqÑhÑþÅM¬®endstream
+endobj
+259 0 obj <<
+/Type /Page
+/Contents 260 0 R
+/Resources 258 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 140 0 R
+/Annots [ 283 0 R ]
+>> endobj
+283 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [216.7201 469.032 428.9318 479.9359]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/tutorial.php)>>
+>> endobj
+261 0 obj <<
+/D [259 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+42 0 obj <<
+/D [259 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+262 0 obj <<
+/D [259 0 R /XYZ 56.6929 738.4887 null]
+>> endobj
+263 0 obj <<
+/D [259 0 R /XYZ 56.6929 703.155 null]
+>> endobj
+264 0 obj <<
+/D [259 0 R /XYZ 56.6929 704.6144 null]
+>> endobj
+265 0 obj <<
+/D [259 0 R /XYZ 56.6929 693.6555 null]
+>> endobj
+266 0 obj <<
+/D [259 0 R /XYZ 56.6929 682.6966 null]
+>> endobj
+267 0 obj <<
+/D [259 0 R /XYZ 56.6929 671.7377 null]
+>> endobj
+268 0 obj <<
+/D [259 0 R /XYZ 56.6929 660.7788 null]
+>> endobj
+269 0 obj <<
+/D [259 0 R /XYZ 56.6929 649.8199 null]
+>> endobj
+270 0 obj <<
+/D [259 0 R /XYZ 56.6929 638.861 null]
+>> endobj
+271 0 obj <<
+/D [259 0 R /XYZ 56.6929 627.9021 null]
+>> endobj
+272 0 obj <<
+/D [259 0 R /XYZ 56.6929 616.9432 null]
+>> endobj
+273 0 obj <<
+/D [259 0 R /XYZ 56.6929 605.9843 null]
+>> endobj
+274 0 obj <<
+/D [259 0 R /XYZ 56.6929 595.0254 null]
+>> endobj
+275 0 obj <<
+/D [259 0 R /XYZ 56.6929 584.0665 null]
+>> endobj
+276 0 obj <<
+/D [259 0 R /XYZ 56.6929 573.1076 null]
+>> endobj
+277 0 obj <<
+/D [259 0 R /XYZ 56.6929 562.1487 null]
+>> endobj
+278 0 obj <<
+/D [259 0 R /XYZ 56.6929 551.1898 null]
+>> endobj
+279 0 obj <<
+/D [259 0 R /XYZ 56.6929 540.2309 null]
+>> endobj
+280 0 obj <<
+/D [259 0 R /XYZ 56.6929 529.272 null]
+>> endobj
+281 0 obj <<
+/D [259 0 R /XYZ 56.6929 518.3131 null]
+>> endobj
+282 0 obj <<
+/D [259 0 R /XYZ 56.6929 507.3542 null]
+>> endobj
+46 0 obj <<
+/D [259 0 R /XYZ 56.6929 444.7788 null]
+>> endobj
+284 0 obj <<
+/D [259 0 R /XYZ 56.6929 417.8872 null]
+>> endobj
+285 0 obj <<
+/D [259 0 R /XYZ 56.6929 398.9923 null]
+>> endobj
+286 0 obj <<
+/D [259 0 R /XYZ 56.6929 400.4518 null]
+>> endobj
+287 0 obj <<
+/D [259 0 R /XYZ 56.6929 389.4929 null]
+>> endobj
+288 0 obj <<
+/D [259 0 R /XYZ 56.6929 378.534 null]
+>> endobj
+289 0 obj <<
+/D [259 0 R /XYZ 56.6929 367.5751 null]
+>> endobj
+290 0 obj <<
+/D [259 0 R /XYZ 56.6929 356.6162 null]
+>> endobj
+291 0 obj <<
+/D [259 0 R /XYZ 56.6929 345.6572 null]
+>> endobj
+292 0 obj <<
+/D [259 0 R /XYZ 56.6929 334.6983 null]
+>> endobj
+293 0 obj <<
+/D [259 0 R /XYZ 56.6929 323.7394 null]
+>> endobj
+294 0 obj <<
+/D [259 0 R /XYZ 56.6929 312.7805 null]
+>> endobj
+295 0 obj <<
+/D [259 0 R /XYZ 56.6929 301.8216 null]
+>> endobj
+296 0 obj <<
+/D [259 0 R /XYZ 56.6929 290.8627 null]
+>> endobj
+297 0 obj <<
+/D [259 0 R /XYZ 56.6929 279.9038 null]
+>> endobj
+298 0 obj <<
+/D [259 0 R /XYZ 56.6929 268.9449 null]
+>> endobj
+299 0 obj <<
+/D [259 0 R /XYZ 56.6929 257.986 null]
+>> endobj
+300 0 obj <<
+/D [259 0 R /XYZ 56.6929 247.0271 null]
+>> endobj
+50 0 obj <<
+/D [259 0 R /XYZ 56.6929 212.0137 null]
+>> endobj
+301 0 obj <<
+/D [259 0 R /XYZ 56.6929 185.9542 null]
+>> endobj
+54 0 obj <<
+/D [259 0 R /XYZ 56.6929 141.8097 null]
+>> endobj
+302 0 obj <<
+/D [259 0 R /XYZ 56.6929 114.9182 null]
+>> endobj
+258 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R /F90 192 0 R /F98 231 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+305 0 obj <<
+/Length 7113
+/Filter /FlateDecode
+>>
+stream
+xÚí]]w#7r}ׯàC4'V»ôç<l²±³^ûM²ö$/¶(²¥aL2?fì}Øß
+@£QhK'˳Ç+T¬{«@ßBh6+åÿجn¦çý¬cuÑ6LÌWåì^þí«+fln¬Ñoõoï®>ÿS]Îú¢ox3{w7kxÑ´e=ëʶ=ogïß_÷quwxsÃëòúíö§[ùßß}#¿Êfüj#ÔW«¶Ýì±¢¯k~új%¿Öv×ëL¨ï]ýû;àeiµ=+DÍ;Åêç«ï,gKÃ7WeQõ}ÿ(^õlöpU3ùQ4Üþf}õÝÕ_GûW^UÙÕÓWÃÝ4@]7ø5k«¾`eÝ&®üc%}
+ãP[éuÙ¤5" ;VÔ}_ï·ox}ýQ'ê°Õ?ûÁüâ½ù°ÚÜmwóÃj» MWËasXÝýªÿ5ß,õÅv·å0_®·dF¹¤Öqe=+äÊZ+&O_YÒ]Y®¬ùg{eYß_/Ö[uMYß®úÕ骨¦§¨ûíq·0víÒ,æýá£ùÅÃü§7¬¼¶£÷óÍýÍâý°ÐÝãa¿ßûÏdJa¿5?È´ïÄîz7¬çóçµ7<ÞwÇÍBµ
+ "/³¼v¦?³ÓÞ°úúÇ$¢m¶"Ð|½6-È^ÝæÓzµöÿj5M/ǼÉIº½hÅW$K Z
+dCzg{Æâ(ûËÆô?Ë<ÓO¦úÅöxx<³ÕÞ\ÈÅáxºzxm=DÖöEÕÔBrTp´+késã¬à¥l¹Úp³²9,ÉÆqw\_®w²'ÿú6J(Ú²b³F¦å§+%ÛºXêÇWjDmSp&º/ú®ëf»avçÄæebçµýjä?Ðq77Ò¬i¦hê/L;Í[~½kÍh\Z6LÙu}ùÿ
'ùH&½Ã_?Ùÿ¸'/oiAÊÙî~¦?|;Ù=[&?5ÐmúRkJ5ÍYÕ>¿îWûðã&Ⱥû³væ¹ó«Ñö=ÉIÑÓµ¬!èOðîx8Êñ.b'{H-ÊcwFîØÂMwɦ,ZѲK[ñ¶îe"ÝØÑ©µUk§¶¯ú¥vLÏ°/
ûýéÞ`"]ÈØðÆ®ñwÇǸ ^q4jéûîá/Ú¼8Æltu¾P.Úº(ëRàY+
+9ò¦¥jÊòEØ}SÔªÊ͵§Xh»>d1¬)Y¢qÑMÙõø +;öæ]2ÂnXÁxWå^°§XD~µºm]t DÙuÕ×òÆQ ~R!§é26¿ôØ,Kã¶í8>6[#Õþg¾[é²xÜ˺`L
+iÏOV"0¢Ý0êSü0ß!Ã(Âî¬(\¡&~|o
+÷&ºÕe?EgcOÁG~ñ¹HTàÖB¼éÑ)åðÑõù[{
+^ÙÂÞl£A±µxÕ·çh\Mññ¾¡]À-9`ª¡°ºÏ
+/es¬ªê2`¾StEÇzjÆZ&ï_®Æ- ßj9ù?±:ÉÉëÛoÓ¡æÑ(ª«}Øx¨äòÒ V@Ó#µ§à#¿
+þ?Mz°FÃvC4yC
lÓ«'
+ùÑ[{
¶«CéQu
¸lH]}q¯hTâmÑ5Þlýô¨dNÿ°[mî£çðÙ£JF¥Üê0ÄÃHnÙ
°>Pvnøðé%V-¿ÇJà
+XQÈÚ®
+?KhÎÈÃÃÈáÃÇZË BªÅd$¥&¶*G-&=¦Jö¥H¢æUÒ^ÏÆ¢/YW¦Ö(³2õ|ÆmÀZÐÆ®Á'¦Õ¦Zþ9DE$cOáG~5¯íÃÂÎ0Ý=Î&é}v©ÒôÔßñ¬Ø1G
1ÁG5j«å±Î¦ì³SöØ/:o5 vÀ¼¡óm[ð¦Ë¾ Æâ ÍFiHÏòºhº¦'. at +«ù+ð·MýÛ=c-ñxÕ.§qiG6r5jú¢êFtøSýº²G÷¬æ¦7¾Ð3½¤TW~f¾·ÓØPcWúaåþø°:=Òo»ë¹þ±?l¥þÇv§.vóý{ûK»J~üö¸xd/ûBѲZµ )Zßù¿_©øõûùRëÅn½½×(K¾ôç»Ýö!°³¨òãî¸ÑôRÓ¯ææWÛ£ùÍöÎؼa׫¡x#3×Y?ÌêÃeå¾ÄëkóÍã^_¡u³S×l ¾Bz£å°_ìV·àÓ0Ú³:IþC5ð?ëZ¬RÑSÿ½·,¾:®ãå+³èâÑI-xÔ??¾vChºì8¯º8ò«ïÞfÕ×úÇO«õzáÜ9,Ã2vð|s°¶v
+[tZJ¢
+û]^#+ ó'ÝÔãZ
+Ī7ñ²ãO¡Ê§geY¯f?8^MêK
¾ÏÂT+;UKò^º¼ð3,/ÀH¥ø¿vÛ{µ¢/ZÐå@ÛhU1"pOf<Ä} 3õààÆ®
+á¿òUÞhâ©"5
+Èû²FÏ}Þ³E;+P-²Oд¸çN®~îæE^¯XWsi¡[gæì ±ßSnóû!YV!/n¹ AÏÚôV¸ì`
ìßÏ
+XQ¨ÚnÜ_ê:í»¢íÚ:;+Ö" íÀewù¥EV¬¡ÐÐÁ@6vã&í5/ꮹ=
¯íF ?Þ*D/=^WçhU)#/k!Ø
CÅa~8FCx%Ô
+§Â»Ì
+XQÈÚ®)QPõª~«(xiQàg"-üÀ*9w¢¨{.ÂÌ~Zs·dnÖ,à¦jÖÔT(FÍ
+ÅQa*4}+Úäê6`A@ÛÀVÕiZ!µTñyqfÖ.`ßA,s$¸Ùe·ÇÝðaµ=¦9éÙd^UªO·Cc×
wÇMr$Ú®!`#o§vÍ«'¥EfËvÒ `¥EVËTB¼iÎÑzDÕ¼lH`0ÜY$ÝÍþà6ËXÑ65#kD 36JQß$ï²]Sô¯/wÙ¿ËzHÞ`Sz¹MÞ8®)½Üté"fÞ88Þ<]zc?¹ô&(ÚÒ; ÞhZ\éMàêÒ;ÌZzgæÆÞ8Ø/]z!/Þ½
+§÷*Rz£Yq¥7jKï0/HéwÄ ÀýÑ'@Þhè®ôÆ¡ôCçÉÒ;3rWzø¶ôðÉÒûMÒÞ8C°
+¼ôFsãJoÙÞ£á")
+dEÐwâò0ååE ¤ô¶Vtéígö¹¥7Ê
+JoZz#ÔüÒEu¥·ûVtéÒ;Í)½qPzûèÒûùyñJo!Þ>C¬ô>7WzãÜ ôö¹Ñ¥7ÅðI¥7ÊÐÞ>C´ôÆÚµ'gpØÈ[Féײ=iS iÓ²]éýüÖãÞ(CWzû³Jo,G®ôFÑ]é¤)½ÙùyÕ^î²/~õ2.½^¹9Ì7ºJo?·8fº[JÏÝò|ÇÇtpóKs5òvZïQ$×xTu%뺻´öoí^&ÒÝ$åûãáµv?·Ïní(=×Ú}ËíÇMbë8;§þpv þ|vûa÷A¤Ú£rpA§Op~H¬A?37¡
33Z>¯÷Ãcz7Fî¬XcW
Ào?ÿõ¼×@¶¡·uÕM>hǵJ¬l.[c^~\ó2ÔÊÖJåù«mÔò[^tBÂyý´¦ßvg¼¢i³:d¦Vïnuú&þ|zng
+Îìó/$¡ÂDHúõ*yÓÏ ôaÞQweÏô¿oþ×a²¤,;1"L0{Vì÷´PVN1¼íðË¡6ä .ÚË^»ß~%s%oӬꩴþó8§M[T5og'¤MYkxìS¹Ý©ÍÈöxÖ¾Ö;.éÕÜøIá¢ÛØ*Ìùf1¬§r©óøìóPvpÏï··iÅfvF&(iS^ȶHî/Pv£9o÷ûøûô.³Sç(æØÞB¼»æÅën³(öØëiâu¾Ü'OÂ#4ò50!°;Ày=©®UºÚÀÂuÅ
+ µ.E%ÇÜp9Ͷu\¼_-æ÷Û´fÂvB ûÃçíÇ£Øð8ÞÃÇ´BÃâöÿwÃw»*¥¨§°¶V¢Eß3}
+â¨-}y-9I^þÃì6íK·Û´·÷úÃÃê ·2ÊܾáåõiOioö@ÊËùënXlï7«¿7z/§üðhB_ÏÍõæWåv8mµìÕÉåðÚê}½oÌçû"·yÄqú÷þè&~1¿ÝªsÍ?¨ÿ¦6ÂÞQ½ÕüÃì¸x]wf¦!Pû°ÉU!KÕR-κìÌü¯gD£^WAlÌ´F§c9¢zF5%ÞÍ<OX=c¬q`monýá_å °ÚðäYgO;2ækQ 2}w«õÔÝF5"Ü<i£Zié£þ\Ì0'°µY`ÿSrfÊÄS&¦q^ÖÌçõøq\æAÈJº«»Kõû;=ònTUcµRiý<9øx¾²F;òª_só\ÂÏý0F¨6«íNfÀ°âÀ{
79ì㸱·É a93j7=MÀG~üíê~9?ÌÓã8¹ÈqhÉñÈa(ÏÜå8<æ>üôýÆM4îËÀùû
+׺¢DµÂUç+kàD±A·ùØyÂ-àñ\åtÒÍgIh7ßçq`èó>0"ßòrãõyú¼(84f9rÞÀwéï¿}¬¨yM
+V*«OöwÏWVG±#¯
+ûãj½L>y
+ñÇJ Ô
+ù¼uÚcp3#ÃuqìÈëirß6-Z°=©âÆÞJɧyQ»S{)ø±ßSÜ»EêL<hûÒtìk:d{.xnÈpÞ8
>ököÜÜ®ä<lxB GÞ¦×rÃ6Ç~RÐæØÏ z±½O>ËA#vspØØÛdÄðà%3f÷<ûUðÛåqBÀr<rØ@@ÛMDäuY¦ËÜÚSðÚ®ÍÏì¥xØöXSvìk:èMÕf÷l°§Ð#¿§
«¸ÚeU°¦ð ÁÀ½M
+¯~ÊìIø±ßd®
hd©×m¬(àÈÛä+`ßGnÜÖüêòxi«¾Dâ`EÁj;Ae»
¨ìqì)øȯۣV/xíj*×ÖÕvT×]UtMkkOÁk»ñÌîÍAÃ
+<8lÅÚUÕhDù*ùEm¥^ʦߤlò.1R6Y+±?¥ ©½AÖÕ»Æ ÍÂadÀÌ(däkrIXyẲ
+Ç{µÓ.É×%a?ù
+¼897'ÃBX6¼²
+G
©(5~~9ËMØðæ¥{¼>à99)
Æí¦¢p`BÛ¡ÊN^¡àÍÉ+tSÉï34EØÉL°³;v·ûäKиW-à°±·éåVvÁZfNÜ7
+Þ¬pàyX§^?m(P»
+< ý;R~eíÊ/ʯ .v«Ç·[Ø¥fxäÖ¼M×`½(ª²m³#·ö|ä÷Tr/ÿÌÇÍ »ãfpèØÛdCwUK^ä^5DÀý¦Ë0ÐðhÜ®"À®hÇr#®ÂZY¤u¶µ§Ð#¿§ÓôKÆÒ¼lÔûð¨¸kYÆ_6*ü.RºTãd[RÚZi)Ø÷âûÊÙøcG^a¶?çÅàÈ°8VSe)X©G67©9Û¼k s¶8³õ<~Ø/l<Ô
+½î(7;övKË"=kº7ùSÀiípje:¸TA]Y]^Åùz¶?©Ócª#²«Ó©SwS[ûúþ{ÎÍÜ&&aÈ95·1ç;³BrO2m9ÑóN8òxÓ»~øb"OõÌ#E\ÀwÇç,B1G
+%'lW©À?ñ©ðô/7rxªH0ü¦õØçagh®üÄé]@ïa»\Ýâ3¢à\Ðs0´Ö.`¸Þ.æÇCÁÑXhëqhÐö qëaÉGÇ=<ÂÄ~áhà`EÁìZb¬.7h¨ t{0i8Zðä³#<lxvD Û-lQ¹1'ñG^SɶeÎÐ
+E/ÕJU}ÁØ5ys祻S£øEõ½Õ×µ²ç÷øÁj`ÄvÅï0>ÒÜ®þÂa#_©aØ>æãmS´êå½öôÒíÉËREX«Ó[W¯¿LV~fOãpÔÈw<G`rDâZ´JyS 8!J-æwå<ñð¡Â/«{sÀõe`}-¡©U 'F9/ð=¦_ãE¸o£j-e»¼óóåÛKDº)¬ä%6Ý0PÛ<Ðô;G¸%(2¼qÄÇ>nVÕa5_¯þ6q·Á aØFaÔö£N.=â(ººbîóâÝÇËDºÿX£¬äç6ÝP\Û
|\¤9w½È§ßÛþä÷öíê"úÞ4-îSWsæ¥iYò ÌÔ¸cp|8(`ðµß&²kη°`iíÈìV=où9Ø©Õ¢<Í?£ìÀ.d÷~¾8ß¾¾æüÜÄÎÏ.Zø-W;Ùý¶»_êÑV¸±=Q¯¸zA]Õæ6p°§ð#¿Øk
+ªVÞ*ѱ³VÞ©ÔKôZîº]_Û§Ájú'vÝïì÷-Ãja]-K½ßÄÝ)~O9ì'vÃ÷¸'9ÿy"k±°oYפ°dÚæR@¾|_ÔึFY
+Øó(`×*`QÀbFÁöá³
+I,t¨$qp(%ØYú q^ðn'&ûEå¿{þôÇÀ8ExìS°ÏMÛµHàFÞô"Û&-lóöØoò¥q°çîqïp"èY»Þ*½ÍM§qTPÌAZâw7¹g¥Y-o»å- T q©ÄÐÂŽCgï$SUUQV ÓËJßvQÔ¯æ.®àÛ¶Fn
»¸çñÙ¯ÂéÁ:Þàl}óÕ2y£ekY%ë.{F_¾Á{H7xk%[ýܦe+ke«ÈÖ 1G¶¢àN¶úð·HàO¸Å)ÂÄO¸ÅÒâMÜâ¸fâ6ÈúÂõÌܸUú8Ø/ýÂõ3äÅSÔ8=PÔ>=ä
ëhVÜïª=á=ÌK_¥rffÅ-êÄ À¢Î +Ç[uªùÔÇa>ß½ôGáóä~°ÌèÝ~0?òÊV{ÀÂeÅeä¼ê(`G4K·ÄÍËeák»Ë±»-°Fïâ`#[}Ï8=AL¶bä<ÙJÀFÞô°¡^D¬ídO//§ø¿|÷2nðÖ(G¶¹MÊV×ÈÖ 7-[CÄÙl
+àiÙþdÙJP´²5 ÊV4-N¶¸Z¶yAekfnlÅ Ä~iÙz¼8ÙJгv=D¶¢Yq²@µ²5Ì"[s³² `ek-['V1ØYY4z7ÇÇÞªÕl`ɶÅèc¯¸dÕG¡Eú%øi»j0LR{Ê0AÍÎÜRzªjõ¬o4J 7¬¯/úõ(Fµ@Öâk+À*!Yíß[Ä
+MàvÙDëUIuü²gçå[´^µFYzÕÏmZ¯¢¸V¯ú¸^
+sô*
+îôª¡WÀ®Wq W}¸^ÅÒâéU×èÕ /¸^Í˧WQ±ß½úü¼xz§zÕ§éU,+^ÅQA¯yéEZ¯ffÅéU èÕ +ô4+¾fÅÑauÔ,ӬѻiV?òªuóDw3¨8xìmZ÷ªå
+B\tÜËßy½L¤ï¼Ö+àÎëçöÙS£(=75ê:w>77sùS[r/ܾÏÀÐݾqpûöNM,ë
5XuH@ÚU$.ÒÕÓoR¾¿ëHá(MB÷è¨Õç("Ï}¸u!;qîaghótÈOïÛ(?èÚ?\#Ùðt9
+jd¹\g¥Äåzä5C?;"G¹ ÷¸azI'ÇQHPã~:ú2-Æóá´8RÜOFG÷8ítxÐÓ2<+nO
£àc¯ ÛàräK¯OÞU¹(DÙ\¶¿ümÕËDú¾j²¸Ûgpà>ALà87à>7Z¡»Iãá.í3D8BÍ p¸pÆQµü2T¼øPáe"=TX£,
+îç6-ÂQ\«Â}\D9:wBÜÏPâHàOïå8Eèå>E\ciñÔ8käx\çåÆä(Øo$~^<MÓQîÓÃT9O㨠˼`Â<3+Nã@Y¡Wu`Ñ{«:PðØÛ´L
õy±»U8úØ«ÿ£(>L¼éãìаÁ ½¥Î»°">/n¯6Àñ#¿èz¦.êFtDìL6äZ½ñõ²&ãµèÙÌDׯ+ü¼ßÙsÏ»ÀÁÂ
+yÞÉïIJÐU>Cì¼wÞkÏ»`QÞ²m¢+ª>ÐÉ~mä¨?ö8Ù' ¥<?ô Ù«ä=¹SçpOþU¨Ó
+±¯¾ÿ±-¥Í7Wêíò¾ûQÅXp¥7®ýõÕwWÞ8íÿ ñÜFCendstream
+endobj
+304 0 obj <<
+/Type /Page
+/Contents 305 0 R
+/Resources 303 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 140 0 R
+>> endobj
+306 0 obj <<
+/D [304 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+307 0 obj <<
+/D [304 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+308 0 obj <<
+/D [304 0 R /XYZ 56.6929 742.9638 null]
+>> endobj
+309 0 obj <<
+/D [304 0 R /XYZ 56.6929 711.0834 null]
+>> endobj
+310 0 obj <<
+/D [304 0 R /XYZ 56.6929 681.1955 null]
+>> endobj
+311 0 obj <<
+/D [304 0 R /XYZ 56.6929 682.6549 null]
+>> endobj
+312 0 obj <<
+/D [304 0 R /XYZ 56.6929 671.696 null]
+>> endobj
+313 0 obj <<
+/D [304 0 R /XYZ 56.6929 660.7371 null]
+>> endobj
+314 0 obj <<
+/D [304 0 R /XYZ 56.6929 649.7782 null]
+>> endobj
+315 0 obj <<
+/D [304 0 R /XYZ 56.6929 638.8193 null]
+>> endobj
+316 0 obj <<
+/D [304 0 R /XYZ 56.6929 627.8604 null]
+>> endobj
+58 0 obj <<
+/D [304 0 R /XYZ 56.6929 590.7101 null]
+>> endobj
+317 0 obj <<
+/D [304 0 R /XYZ 56.6929 563.1566 null]
+>> endobj
+318 0 obj <<
+/D [304 0 R /XYZ 56.6929 529.3186 null]
+>> endobj
+319 0 obj <<
+/D [304 0 R /XYZ 56.6929 530.7781 null]
+>> endobj
+320 0 obj <<
+/D [304 0 R /XYZ 56.6929 519.8192 null]
+>> endobj
+321 0 obj <<
+/D [304 0 R /XYZ 56.6929 508.8603 null]
+>> endobj
+322 0 obj <<
+/D [304 0 R /XYZ 56.6929 497.9014 null]
+>> endobj
+323 0 obj <<
+/D [304 0 R /XYZ 56.6929 486.9425 null]
+>> endobj
+324 0 obj <<
+/D [304 0 R /XYZ 56.6929 475.9836 null]
+>> endobj
+325 0 obj <<
+/D [304 0 R /XYZ 56.6929 465.0247 null]
+>> endobj
+326 0 obj <<
+/D [304 0 R /XYZ 56.6929 454.0658 null]
+>> endobj
+327 0 obj <<
+/D [304 0 R /XYZ 56.6929 443.1069 null]
+>> endobj
+328 0 obj <<
+/D [304 0 R /XYZ 56.6929 432.148 null]
+>> endobj
+329 0 obj <<
+/D [304 0 R /XYZ 56.6929 375.9587 null]
+>> endobj
+330 0 obj <<
+/D [304 0 R /XYZ 56.6929 375.3609 null]
+>> endobj
+331 0 obj <<
+/D [304 0 R /XYZ 56.6929 364.402 null]
+>> endobj
+332 0 obj <<
+/D [304 0 R /XYZ 56.6929 353.4431 null]
+>> endobj
+333 0 obj <<
+/D [304 0 R /XYZ 56.6929 342.4842 null]
+>> endobj
+334 0 obj <<
+/D [304 0 R /XYZ 56.6929 331.5253 null]
+>> endobj
+335 0 obj <<
+/D [304 0 R /XYZ 56.6929 320.5664 null]
+>> endobj
+336 0 obj <<
+/D [304 0 R /XYZ 56.6929 309.6075 null]
+>> endobj
+337 0 obj <<
+/D [304 0 R /XYZ 56.6929 298.6486 null]
+>> endobj
+338 0 obj <<
+/D [304 0 R /XYZ 56.6929 287.6897 null]
+>> endobj
+339 0 obj <<
+/D [304 0 R /XYZ 56.6929 276.7308 null]
+>> endobj
+340 0 obj <<
+/D [304 0 R /XYZ 56.6929 265.7719 null]
+>> endobj
+341 0 obj <<
+/D [304 0 R /XYZ 56.6929 254.813 null]
+>> endobj
+342 0 obj <<
+/D [304 0 R /XYZ 56.6929 243.8541 null]
+>> endobj
+343 0 obj <<
+/D [304 0 R /XYZ 56.6929 232.8952 null]
+>> endobj
+344 0 obj <<
+/D [304 0 R /XYZ 56.6929 221.9362 null]
+>> endobj
+345 0 obj <<
+/D [304 0 R /XYZ 56.6929 210.9773 null]
+>> endobj
+346 0 obj <<
+/D [304 0 R /XYZ 56.6929 200.0184 null]
+>> endobj
+347 0 obj <<
+/D [304 0 R /XYZ 56.6929 189.0595 null]
+>> endobj
+348 0 obj <<
+/D [304 0 R /XYZ 56.6929 178.1006 null]
+>> endobj
+349 0 obj <<
+/D [304 0 R /XYZ 56.6929 167.1417 null]
+>> endobj
+350 0 obj <<
+/D [304 0 R /XYZ 56.6929 156.1828 null]
+>> endobj
+351 0 obj <<
+/D [304 0 R /XYZ 56.6929 145.2239 null]
+>> endobj
+352 0 obj <<
+/D [304 0 R /XYZ 56.6929 134.265 null]
+>> endobj
+353 0 obj <<
+/D [304 0 R /XYZ 56.6929 123.3061 null]
+>> endobj
+354 0 obj <<
+/D [304 0 R /XYZ 56.6929 112.3472 null]
+>> endobj
+303 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F57 148 0 R /F90 192 0 R /F52 139 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+357 0 obj <<
+/Length 4253
+/Filter /FlateDecode
+>>
+stream
+xÚí]ëã¶ÿ¾
q(/pfIêÝ¢¸´y!¦ÉEq¹Z[ÞÎ\IÎfQôï_¢^¤o³Á¶À"HDÃù
+9ORZ(üÃVQLâg«E$Y°Ú¯èêú¾ºbf£66Õ_Þ^ýþË®2Å<^½Ý¯bNâF«&$Èx²z»{·þñ¾Üw×Ñõguýáþ½~ÿöÊV)& @¤«
+c$".F0,I׿ห/Þ¹´XIÆHñ¥ú×Õ»÷tµ9|sEI¥lu7ð0c«ãUÄ Ä\?9\ýxõ·£îå! iͯ&2ëâ\³$ÊÓp~ÍÌÂ0É5û²©¸d|ý]Qþp½ X¸þ³|²Ç¢+¬óúÜÉçÝ]®Zm±íʺ7õ^w²qnF¶nÏå®PÌ¿ÖcóV²~õµæÐìô®×¦h»¼QCöFØ|¦÷PßÊÆOòCñZ27Òlø|,¤BEÃ*!o®Y
+2«Él½ÍQ®o
+ù ¦¶|ß ¡)¡JâÛ¦<uo`Ò4Yú¶ÉN!Ò*?äbUí£J¶Nç®9³æ7ý<ÑTòb_7Å@>¶n·×lÒ
+ä¬+!¤CµÑõ×¥kµgÁ/Ò"AÃè®wuÑV Êy×éÎkN×çn4z[W]ïJcJt]¶¦knËêéf,Ò}Ww
"æ°ÛÉÆO4¢Ú\èúÛòÃ5Ì¡§ìK¾§D<ôÄ%jÙÇÊùçÑ4¦%
ÈGÅ
+Ak9òR¬i¸¾W^®óö~ÛÊ鵡ô¨MlCÑEY s¹ò®TOæ7Êá"eÅ°ÜÞÍ æâQÕ5íë/nR öP-ÁéT4tI!Awnª9ëÝ÷E#Ý!HÖ»¼ËeK,FÏuå±h_KR«w^µÂ¡ãõ?Ôód]!7²YÕÕfW¹Ëª-»xSÜåhø?µ¢»Ç
¬Ï¼ÝæNdó\]A/hÁ3¥KXÂb÷z.bÕÊÁÎÕ®h˦PN0BFOU&bÈ îÍ¢; IxæI96Ã4×\ ½;8A;Ø #w,wØÞåÕm¡rXlû²í>Xëá*z
1þ§ØuÖÀC\ø¦®úAIÐß*'ª¶Mc|ýRKhgwÞ§}ÿweó2ÊAÿY¡ÔJF=°»kê®;HëEáº-¼?ÎÙFý_Ð-Q¾7 pS*&TOEÞüÎ7ºOÛø!V6E#ß4öØEå°)Måµ)hoSNPcS6(Ä/ óÎr,õô¾<ÔòÜ^êÆùºæA6÷hZyyÐëFJS0?Z¿èíªðh¥Që¶>WJ^U¬Ñô~¦ÚÕ3YÔYÆÒ8të̦ZÖ¡òéÌ jtæÕ:â@¤ë»-úo2á`øPkÛªÀÃîãùЧêкz¨U¤úPWO7òRLqQ"3Rå²4¢r4ì¹-ª¢É»b'×JÖ"Ç* θ[Se%Y!{Û;\ð!´ïïÈDÕ"eëÏkùHAh¨"F>Éåe{W[õHÔpLeH c]ã
+Ç?Áp"ɦºðMtP¸"ÛÊr?ê¶7ùöH¦y³S´]m0%ÜAÖ¦Z¼Ù:WVÀ©0
+9áyR¡MåpMåuhïNPã6(,òézÃ2Ú/2ÞÜM¶Ä2cã`ز3 .»;µ·¦+Ø'\ìY°ðt)û¬f*½ñV&ñ´ý¦½5;&Üo´£øÖ·U~ÐQñ|{ש£
+ÎA(ì°Ùa at nJب ZëHÞø©.+-Ç_çXáuu«àb}grÃ6oUKnSS«ÀÇíÌòìu6YWíñ)ÔáZ
+±Da¬6¶då¸cNÀ¢¡YÀâ>üA×O4UÙ·ò9ĦÓ$BÙ¾¹yMT9ÞËôRÏȧU1WqªjE
+-xÝÕb9TJëÑTà~ÝéÁ¨Zò8Õ¢
+îÇô³9¨6Ôè]ïäÜIÀöC%e=HëzIBm,I wBðdIw'"cpñ2¬l@©¿?d·±SxºSMa'ó7oÔR¦Ìo!±
+ðØÞ¼Áã÷j
g¦kqï¹´Îd!
+mÙeK¤ñe¶ñmRÆ)_ ILÒ~Li~7ûnWo?lÞ»÷ªDÏbAø7ò
+¯ÂñQüoUR©àÍ¡¬4g}°UVeWbäÀp.äý~)ÔaL8àîPoSɨËW$ʱÞápASGnLEã³BÄï¯ôWµ¿HRñÚ4"?È[2áÚ¢£¢ÞÌÄ¡NÑR) ô)ÃÓ>¬É+½íTa°ua«h¬3Z¥·DTEXq|_ÒýL<1è¡]<Å 2hDYäV M563ÂÂ÷¼pªlR!'ÐËRîÔDH<ºÉ s ùÏk&
+Fë©h|*}
M I|¶ôÕÊÇçÖ,;Ònöxu^Ò=Õâ&"eHȳ°©ZÑTÒ«µâìµâ4Z±!?/µþqlÖAíPËV.ûà.Ý©¼9(r#âX'ëWwE£¨!8³ÜWT@«ö1 Ðv I"%Q5W¬°"¨dK):Í [ÄRYGZÌÙÜ õ?ܶjë85õ¶hU(u¡#gܨ&àý¹Ú:Ï©0$Y3iYTÓÒT8³`Ù´\½i9!iÙÖä§m×´§^H}ëm?dBåÅÅ)WHÓ£}_æH4ÄëIë`yNÙ|Pú»/tµkªR|=°¤»;^,*Öúwu^*6I¥.§UyP'¼õ[qø^×ÎfGNarü±<
8^¥$4d+È»$M2iJàU(2^¾Â7PÈÇ°oÒ'Y¦«¦Xí7ª.¼;l/åÐdÊò"ÒÍfd²9Aåyö7!<MF¨
+Cº4NIõÙ>·Ë,wÓûhþO ûâS
+BWÍíJ6~s0ÂiÒoù¡üÆÚ.c¨Ð79dà&<]Ù¼ÆE°}ûäF<ñÉ¥ÉrmónâÈ8B²ÐÎ}I²`((Às!Kd!Z9Üh"ôB)"¼f#ÈÅyz/úo¿UDÒrà5g$À<ºÈÄÑoÔè¯gú»>CCqñhþ¥¬SÌüÆq;}¸?6j'ùË£jò¨ýþO ûDm¨óy¶"B?ìNŤ MÁrx¸²=66ª0ëKR
¹~ø²<L²K\mtÂQÿ¸X@ Î^,üÙ-ÜÒÃÄ5°ñ&ßÙI)oì×:á%ßöDtªj
!(%¶hÎnÆQWcü,Äï
+Ùì¤=rè¡9&(Ç]9ñdÆXúI¡ç"Ùྠ¶ôl"ØM±ø1ËhÆzEcÌ*k!±ÈmÆÊ:á¦-FÎI¨SåÀøÑÒ#0j*ñâétä~NÒ ëB[¯Ã'EäÁuD4Ä
+:~@/¨*𦬰á=u
cÖ<;¥ëÜßZºåK+ÖÌ<ᦽ|Á(FãKcè}Hºd¤sõÃD4Pòᦰæ2¿E²fÙÅ3×ô> .»À$9K M³à)Lsæàý>á]02Iü8l"^DI§±[/Ê<á¶d&í0F"¦>h~I;Ovâ\3AC¶ØO4jìßê¢P Eê-ÙºP]&øGZªpjª¥Àlö¶fú
S4³³°Eût6:1Ö°Ð/]êÏç'1îOÑcùæ:xYápc¨|ÐnγÈSP;8ãÄN{c§¡BuýgQ]PFÇAòr¸úì;,[j*ïÑÓ@³GOnÔ /ßÑÓô²£'cÎΣ§¹I_zôäcà9zúxI~ÕÑ[xC7/==bû©O1ûèÉiÆýÑtÂÍ{ôÄ X4y Ï-M8£¦ZÜô`fköW¾wËfb-¨)Ûe{wHgÛ»xÊ
+ß½ß/Û<,f²ôÅæÝæ-M8l^SùmÞÖ쯵y§lÆæmÙä>¥]ØI¹ÅÛ*²Ù
+ ýFâtÐìÅèÝè-M8^Sù+`[³Ë°uÂË[@/¬Ý"9»+àI_\;å /Äo,&³ÆJqNi¦u¤
+.c0T^Ð17$¥/o0?ºôX.QjsÿVyÉÏ,½>îì/ËH0d$Û.o:
Ú"7"˯w6â¯-ÝØc®].G
+.xÚû½S.ãö¶\ÕD° ȱ§L{ëKR±\ûýñ«ÓD4V¿µaßÎ04^>n{þ·3¶*ßΪÅËÄ@[µcñúªÂ:áµT`é@8Àt×5rOßù2ÂDØ)û*>ð:é#¯-ÊvñsÇÒºEt©oUL¼vü= cnó©Çÿ¡%,ÇxSPºá'|²ÎÎ9÷Å:æ6?gýðÒ9×xýZq ÿévéïEÜs69Ë9æå/¡'i¾ÔÐÿÄR
#h*±U»A¨^¾2À¼,¸ñõd)_AôÄ¥YÎ ¥Ï nQLq¯ù.C°2tÌÍApAqÃOøz2sÎ}ñ¹y2È
sî3ÞdþÓ=þM~,¿¸tÏÝ|qép[üâR|yñä%µ]}ï9ô¶ù£nó¤sâý·nè)7qÔ=M!ÅfÏÛÐ{áÇ|g
+ÃöóÌ3eEäóBÄ÷X6¸KÊú¿|)µt°Tá(4ëµI¥¶vç]Nä>iÚÐïæ Ôqäe¥Þ$J¾\NÎ9÷Ò:æ&ÜI¾)ûÓò¹Ö
S×ô>)$J1û¡¾þôß={ó\ýÜÙ´CÔÉhtñÌ5½OI7Zÿíâîi9} cnÞWFåèèù[}Ëiðò+OMäü3
+IÎÿ¶ÉÿÑïð
ÎeÉ|o@¢Tþ>Àýÿ,6=Gö_9[]qendstream
+endobj
+356 0 obj <<
+/Type /Page
+/Contents 357 0 R
+/Resources 355 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 382 0 R
+>> endobj
+358 0 obj <<
+/D [356 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+62 0 obj <<
+/D [356 0 R /XYZ 56.6929 465.1132 null]
+>> endobj
+359 0 obj <<
+/D [356 0 R /XYZ 56.6929 436.1462 null]
+>> endobj
+360 0 obj <<
+/D [356 0 R /XYZ 56.6929 410.4223 null]
+>> endobj
+361 0 obj <<
+/D [356 0 R /XYZ 56.6929 390.5382 null]
+>> endobj
+362 0 obj <<
+/D [356 0 R /XYZ 56.6929 358.6989 null]
+>> endobj
+66 0 obj <<
+/D [356 0 R /XYZ 56.6929 328.8596 null]
+>> endobj
+363 0 obj <<
+/D [356 0 R /XYZ 56.6929 303.1056 null]
+>> endobj
+364 0 obj <<
+/D [356 0 R /XYZ 56.6929 280.7073 null]
+>> endobj
+365 0 obj <<
+/D [356 0 R /XYZ 56.6929 282.1668 null]
+>> endobj
+366 0 obj <<
+/D [356 0 R /XYZ 56.6929 253.0585 null]
+>> endobj
+367 0 obj <<
+/D [356 0 R /XYZ 56.6929 255.3499 null]
+>> endobj
+368 0 obj <<
+/D [356 0 R /XYZ 56.6929 244.391 null]
+>> endobj
+369 0 obj <<
+/D [356 0 R /XYZ 56.6929 233.4321 null]
+>> endobj
+370 0 obj <<
+/D [356 0 R /XYZ 56.6929 222.4732 null]
+>> endobj
+371 0 obj <<
+/D [356 0 R /XYZ 56.6929 211.5143 null]
+>> endobj
+372 0 obj <<
+/D [356 0 R /XYZ 56.6929 200.5554 null]
+>> endobj
+373 0 obj <<
+/D [356 0 R /XYZ 56.6929 189.5965 null]
+>> endobj
+374 0 obj <<
+/D [356 0 R /XYZ 56.6929 178.6376 null]
+>> endobj
+375 0 obj <<
+/D [356 0 R /XYZ 56.6929 167.6787 null]
+>> endobj
+376 0 obj <<
+/D [356 0 R /XYZ 56.6929 156.7198 null]
+>> endobj
+377 0 obj <<
+/D [356 0 R /XYZ 56.6929 145.7609 null]
+>> endobj
+378 0 obj <<
+/D [356 0 R /XYZ 56.6929 134.802 null]
+>> endobj
+379 0 obj <<
+/D [356 0 R /XYZ 56.6929 123.8431 null]
+>> endobj
+380 0 obj <<
+/D [356 0 R /XYZ 56.6929 112.8842 null]
+>> endobj
+381 0 obj <<
+/D [356 0 R /XYZ 56.6929 101.9253 null]
+>> endobj
+355 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F90 192 0 R /F52 139 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+385 0 obj <<
+/Length 5016
+/Filter /FlateDecode
+>>
+stream
+xÚí]{oܸÿßbaÚu¥ù)éú¸Ëáèõ¤@4(Ö^³¸}øö'ß¾¤ø%C%vaã*ÁÊÚÑüf8äpDgÉËdÂ%-'á(M®7gxr#¿ûþ%ùTysvùãIJAÅäÍr"(9æç4¼Y¼¾¾[-3Êñô¯»Ý/WòÿÅ»7?ÊGɤ
+¦Íò\B!¨äÖ
+ùX^L/õaê¹³ïÞ8¹¬XyIã´PRýzöö,¤?aÜÉ?0¢YI&3Nä%ÔÞY½>ûGÃÑ~K3á÷·aR> Ϲ¨¤ÔN}|¯ð$+(aÅ¢²(ɾ,=ó%Ì£ÿ@\ÍL^1õýÌñd&/ò\óÆV¢è²ùÎà³x;Mz¹»o¿ÿÈm^lAðd3ѯúFO±»ÑSb=25\o¶Tj|Õíórá\vuWW2X^I¹D2.GiB.KÖk}è
+²GÓì!+â%e)Á4YÖìz¾^/Vû®tD9áiñ¤xJK1ÏÐuÜW>ù¸|`Ê'Ç1G=¢ë<éÇÓLÎ2¹"cMÐCËLÍadâ3ijD ØÂý:>Êq&©HäéÑ;g `°Tµ;QÝ©kYë@[íJ×xYÕyYôßą̊Î<^Ñ6ø«Åü8¼qÊÎÒº9âá
+` IIgèè !ZÊà´£Jk:ѱ
+
+¬B
+é¦CÍâèS|£¡êmbeò¤e().Êd¯5tÙ ËÐ,Sã;-ã¨RÀ®èX¡ Bl¨e}JoÜ2
l$ùjõ0)y²ë:1À2r$
+QÂqT `Mwa2+¨C
+ãèSøߨamDEBoù.©r¡c0øTæo\ Îó"1[ªøëeNéÄgNà(ðAQær¾;Óãw&ßñÎä¨Lg:±ÎÔ2m´3Á°¯H4¨ÞT !E4wXú¾¡ëèÝ20!°ÞW$0!
+
R-f°]U
+YÓñeú"B
+2Ø.:^Sa2À*PéhJ¶JñÁ ,X
räô+`«8ª²¦Ë;Véâ¸`CíâèS|ã)Êp?e\0Ï,ÃAX¶£J º#é
+s½æ6Ð2>%@À7æ¯LhNå+V.tÊ^È«,1kp±¿áÎÛÚ¿Ì¢¹àÿ»(|](»§Öìfuh°Ò£np÷QÈqÀ
+^öï>ºå%Ê2½øÓîXêXWaê øýîòéÝ
|*¦Ç÷¾@9þþóéAßØÌ×ïõåí¾ú7Æô£þk¾]èÃi©8¹¯òéb·=ïnç[}%c|Ãqµ=VûO«íj{cxÏò®¡Ýæù«Ê>}³:¬ÛWÕõnSi:óý~þÉÂ.V×!®üÇkoÏõv=_m5VÝÎ)îýÕ|!ïÝè?î.îö¿æ¿3OWëÛ¾ü7æxµ½^ÂßK
éÍiotØÎÐ|UÝòËj_mjWÕñ®ªÅaµ¹]WÿÙÌoo«½\²k©Mjµøº:|:4Ä4¾üá_ûîk}ýϺÕ)3+ïw:×÷µÄòBGQ®w×óãj·}q®yÜÎ÷óMu´8ÇþlÌ
+±ÚÞÖ
+!/ë¡~z¹ßmô½Ë÷Òèw«õ¢º¼ZÝôZT=wùöÐk¾ºÍ-ðÃªî ·é»½¾x--´®^®ÖÕßL£¨»ñ1u·:¾WÆ¡>ÿF~ÚôÅõÜ|³Û®?é«÷ó§z,è;sõO×+Ù4óµ¾w8îënSÐÅØ`+[óügúéíîh¨
+é92¬8H-l:\N_Ë6$Ój1ÿ¤º3"ÈÆ4ÀfH«K©AV¦Rù/ªÛWmmç××ÕEï3ÆMµ5qÜ#ä¨L~«L^TÏSj=¨1¥ïêd®°T¾úZsº]$Tóu-ºü¼= ;=ôsý±^î[ÃÖ¡¢¾nt·æúVö2
_Ãõô
+ë\GÍõ½¶±E®¬ÌÊ1³b´ZËȲÄÆ£-×}3+`¹,YK.9QĶó@2·ÌK¦ÉX[²z÷¯´ÕH at o
+Ævk(-ðp#£(Ï»ñ
C×d¤
+~¨sØbë7°Öë$·ßrn*9+F¯=zíA^[%}f2T½¶£R#ñøé¶eùìîyfs"Z¢-e]dó¿aX·øÝÂýc,Ê@àc^ÏÃwtãƶ'ãJ8GÄΫ£WçJ<v÷v% h¬-Zl«í`DØB|ÞÎÕÄ;uëË £+Þá«ÀÏãn³Gß3ii·SÄw¿DûlJMÇR-ch°'4¡v
+ÔÚ-Ðoâ3J!壿{|çYðw*éï|ÃÞ×ߢ¹ÐÉm»eCC5ÙÐ0¤u9>âó¸Ëi!u5 «ñEÇ6QHÞ«tJûlJMW]£^ßKøì³)4]jv&6jh[ çc²ßÞp|µ!RYQªß»Ø
7Y [Ä!s
+FEòEl ¯8ÀØÎúØn9>Æ@j{Ý,>x½-Y)ïE/ lôâKð§e¸RX ÂqÐÛR¥PnFowT
+ª¦Ùqío\ûý¸öãX^eê
ÝR;6>¯ûîØÀr¹Ã«wwÀ°÷ͽX¢Ù(×,¾cã ïAè[ÿôᮽâó¥OÁ|ã{6öج7êø×÷»`%Ý'Â>GÕÄa>¿ûn¥Â²Y²lÛèèÖ¼
+²¹·Á¶p½#Çex^è ¸)àYl·ÞãMÛ=Þø^ñYtÖÚåè'sd|ÌÚÀ½!³õSC5wÇ6|£wÇ6 ?º¤ÿx®%Þf·X-WÕ"LÕDYÁDBwº2!¡¥kI¨ÒûÖëOaF½É{O+¶¹òÝÞC|q\ª5
+6´÷8ú!ß:aew=¸ *ÞÜLÀ°¯pÿCvèö @Û[PyÀsõM¨m©RÀ! öö¸èPÍ
+y¿Ã5fì"C
àâ(X©Ê2ñäX0tb£PoêrÌ&Æ¡P¾Ï+/>F}O%ê]+Ï)X[ÅÒ ~ؾyìâ{ fSÌÛ3TFÆ®ôè]ɳða©ê³X§íßF_ |ËFK«À¨/}2{&0RL0f¤Qé,¶ÄÇM
+JäN¶D:nw8L¼jÂ5¨1/Æ|ô«Oh0
+%«%R]àçýîFSUýñ9¾ÕÖúqÍ
+V7Z§q³±3=zgò,xVK¥¬úrµGVµ,{ߥP6·4ãËv8ΧC´~ $ÝÌQ%Cnp_Ϥ±Èƾþè}ݳÐ×-¸kѲê=w-`¹,YK.àÉHÖ@P2{Τ%Y<Ūà«>=FOeÐÐRZ9O½uT.
+ó«X¬Ï°gyQQ,ù?8ÏHäøÉàñ«ïR®×ÇýéúxÚWWõÌs
+ÕñrMøIþüê"ÃÓ¿ÿê»×¯õ7õAXuµñè룪ê¢>°.?Oj¡¯ê£ÍL¯æó>Ûl92奄¡ªOËyw:êÐê9Ö®no¦=Ǻ-)qBÝPêSA¨Oݫñ>n\S >E3*ÿ^Ï·ú4nýx-9þö¾ùüà÷?ûVû3âv§ýuõ¢>ÞmX¨ÓËN£âèRC?««¼8WkH-7üá¸Z?ë;_|ÜÏ·ån¿Ôeê?&;Êè}¾9×ùmÝó»ÿ´çkËÔ'·ÝõiSmªñÔó^çí3ƪ;L;Gõ
+Õ=ÔnÛyÐï<×{ý¥É_÷GC+ÊRcÚÊ8
+Ë$1bL[aG¤×$oV[úUlMÒgø
ÅÜë5,y½nw&!CyÌ0¦:ýZäD´Q/£oWmP »}ÏJÀ|uéMÛiµ¶ûË Ô.¯~mÒÌP]2N
+½ËWæX/B¥í~4¬µ¥JÜúõ¶[ÐCõv[Û ø¯¿ZÝôW¡3ã@Íúr0´«/kN)Ct#C5wô)xM×iø^µmcXmWê8kK'Ô¶µòªíjë%àmm½üA *S$T?¬8ܳñ\çSoI2ÊûrTµ{'äÎbï>Ãø J6àÕîèføb|·0vÀµVÙFøÑi
+ÐzpQ| KèèB«ðH1RÐ(¶iÕ
BJHQCâèSð®hÊJ$ä1À,ê®7î°qm³ÐÁÒ¸KÈ0*
pë5«F?Ð4> ßå1²Lä2fb °®-#Æ)Âj %Ê
+8sT)dMW$ã|Çѧà5]>Ð8.'©ûÉó´æqÌÔDb7Dfñ0C]NðîÃ
+Á!à.ÏzÕnµ¿ÇUͬ$3sC5w×Ñy0¶AH7kCfh&íAvðælÛLÙ°\tÒ3SCr5uËð<
+¦AØ.¯Ä$=ÈÞ
+cw¸FÁpȳÞÔÖÌ̾53`
+o^aÝ´Y£YÃAl7'ÃÖÈ0Q]ÖW¶Ãê8ñ8?¹TN-`*$8¢kØ>Ã@¼K·2.©ÅÈþXÏ9^é0á}7`áÌ&QK¸L!·¯lÀaE·æèZÂí«êã-®ôJÔ$ m4¨iYÙ¶XMÞ«iÁ÷Ó´±/¬7Ëut1ú'ã3x,ZGª
ê³»oA/X4[¦-Z-ZIæy)Óz)2Z}EmÊhvÌ}ü>îYèã*ÙÇ}ÃÞ·¢¹>î¶ùÔ'\33ÒÍU8äwué×EYð±«AöoÞ¨"-¬LwTYIWoãÛnö4ÎÍ9_´Õf~Óðî? ïL@àB~ûîy´P\(ØfKÆ%°%ãZ¨\oïbë¯`8ª!7ØÊË<VPüÑîY"þJmìYpGC}ÛÆãP×Æ¡>îóËø0naå{ÜáC¾ÑôF{rÔº©ÞÀµ
[¸±ä¡ZÛìʸÞÓïÏo´§aÝÙèpÀ_k9Tm^øùæd6¨yS¹õ'úÙtÉ7é)x^ÙïUÛ&ÖÀj[ªnÀ_m.9Tm^·é-øH~c«SO ½
+Q
+·Ë«.Çü,úsÁCÕ¶ô)øoý³ûj¹ú3êÝÔm¡;&
+TÜѧྵ7
+ÐÙR¥@nýÖvE*í%ð5]Ç«NË>kÛâ@°æ®P9à¦ÍÂmN¡~uvð<æèºÎ,Ú·ÏJ)â4KnG
+¸Õ>'8]c<.*üÖ_3äÜSÈ6·DñE@\æ±ûÒÚ¿6§ÌRùíÑ
+£XÞoZî'-|HuVÕ.
+äÛ¶`$k#;<!C«.ßáSU[±u[<jGðê]T³,â¸`Á'°»\ëF¨OGËQ*»j0¬-Féþæk
+SÙÃجÝÜýh.¦Tn4¶ËKÁͨ²ËB±»\õávõÛôAlÌKXcK@íòÒRo JM
+TÛi° ]®ýq)ãvÊ3XeKBìðª7úã1á0uw¡þ!À&åÅ&§©HGYUa |°á`!'c<n¦>z¨ÒØ!ºjHZu!¢Ag×xL ºÀ}q]õñ¬Èuø£«MÄ]CÚºÖ fSÿZ ͨ¦¬KÓ;<uÚûã³:RÕäèx6EßÃC®¶®<R¹YDèòÞnm
+PºY1íêÙ÷lKìÈW9Öÿàx¢~'Hïøõìí;<YHÏÔùÙøwõï¨Ñ¬$ÍYS
+DßY½>ûGè¹f
+Gö_¿W¿endstream
+endobj
+384 0 obj <<
+/Type /Page
+/Contents 385 0 R
+/Resources 383 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 382 0 R
+>> endobj
+386 0 obj <<
+/D [384 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+387 0 obj <<
+/D [384 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+388 0 obj <<
+/D [384 0 R /XYZ 56.6929 752.3934 null]
+>> endobj
+389 0 obj <<
+/D [384 0 R /XYZ 56.6929 741.4345 null]
+>> endobj
+390 0 obj <<
+/D [384 0 R /XYZ 56.6929 730.4756 null]
+>> endobj
+391 0 obj <<
+/D [384 0 R /XYZ 56.6929 719.5167 null]
+>> endobj
+392 0 obj <<
+/D [384 0 R /XYZ 56.6929 708.5578 null]
+>> endobj
+393 0 obj <<
+/D [384 0 R /XYZ 56.6929 697.5989 null]
+>> endobj
+394 0 obj <<
+/D [384 0 R /XYZ 56.6929 513.8231 null]
+>> endobj
+395 0 obj <<
+/D [384 0 R /XYZ 56.6929 515.2826 null]
+>> endobj
+396 0 obj <<
+/D [384 0 R /XYZ 56.6929 486.092 null]
+>> endobj
+397 0 obj <<
+/D [384 0 R /XYZ 56.6929 488.3835 null]
+>> endobj
+398 0 obj <<
+/D [384 0 R /XYZ 56.6929 477.4246 null]
+>> endobj
+399 0 obj <<
+/D [384 0 R /XYZ 56.6929 466.4657 null]
+>> endobj
+400 0 obj <<
+/D [384 0 R /XYZ 56.6929 455.5068 null]
+>> endobj
+401 0 obj <<
+/D [384 0 R /XYZ 56.6929 444.5479 null]
+>> endobj
+402 0 obj <<
+/D [384 0 R /XYZ 56.6929 415.3573 null]
+>> endobj
+403 0 obj <<
+/D [384 0 R /XYZ 56.6929 417.6487 null]
+>> endobj
+404 0 obj <<
+/D [384 0 R /XYZ 56.6929 406.6898 null]
+>> endobj
+405 0 obj <<
+/D [384 0 R /XYZ 56.6929 395.7309 null]
+>> endobj
+406 0 obj <<
+/D [384 0 R /XYZ 56.6929 384.772 null]
+>> endobj
+407 0 obj <<
+/D [384 0 R /XYZ 56.6929 373.8131 null]
+>> endobj
+408 0 obj <<
+/D [384 0 R /XYZ 56.6929 362.8542 null]
+>> endobj
+409 0 obj <<
+/D [384 0 R /XYZ 56.6929 351.8953 null]
+>> endobj
+410 0 obj <<
+/D [384 0 R /XYZ 56.6929 340.9364 null]
+>> endobj
+411 0 obj <<
+/D [384 0 R /XYZ 56.6929 234.8692 null]
+>> endobj
+412 0 obj <<
+/D [384 0 R /XYZ 56.6929 236.3287 null]
+>> endobj
+413 0 obj <<
+/D [384 0 R /XYZ 56.6929 225.3698 null]
+>> endobj
+414 0 obj <<
+/D [384 0 R /XYZ 56.6929 214.4109 null]
+>> endobj
+415 0 obj <<
+/D [384 0 R /XYZ 56.6929 203.452 null]
+>> endobj
+416 0 obj <<
+/D [384 0 R /XYZ 56.6929 192.4931 null]
+>> endobj
+417 0 obj <<
+/D [384 0 R /XYZ 56.6929 181.5342 null]
+>> endobj
+418 0 obj <<
+/D [384 0 R /XYZ 56.6929 170.5752 null]
+>> endobj
+419 0 obj <<
+/D [384 0 R /XYZ 56.6929 159.6163 null]
+>> endobj
+420 0 obj <<
+/D [384 0 R /XYZ 56.6929 148.6574 null]
+>> endobj
+421 0 obj <<
+/D [384 0 R /XYZ 56.6929 137.6985 null]
+>> endobj
+422 0 obj <<
+/D [384 0 R /XYZ 56.6929 126.7396 null]
+>> endobj
+423 0 obj <<
+/D [384 0 R /XYZ 56.6929 115.7807 null]
+>> endobj
+424 0 obj <<
+/D [384 0 R /XYZ 56.6929 104.8218 null]
+>> endobj
+425 0 obj <<
+/D [384 0 R /XYZ 56.6929 93.8629 null]
+>> endobj
+383 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F90 192 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+428 0 obj <<
+/Length 6847
+/Filter /FlateDecode
+>>
+stream
+xÚí][s#7v~ׯ`6yÐT,¾;±+»ÞØe§jãõÌ×Õ¸C2/#«Rùïºqm4Î9b¬Iz·vÅ!Oï; ú\ tͨø/%)ÞÌjVªdÙlñpAgwâ·ï.¹ÒBW®ÔÞ_¼ý¶ ³4%/gïog%'eEYM+5¼½¿ùùòÝÓòvÿæôòÍæõøß_Þÿ .e³Z\ZfòÒ¼ªD=»b4EÁ»K+qYU_¾íÿ°L^wñïï
+/M«jÉ
+^KV¿^üüÝ~¸ $oj6{ÿ ç
+=\L|ÌJ®¿Y]¼»ø«Õ¨å9Éi]·ËçÅìªøEQvBµ¾3øßjtv%ÔUÕk§3Nº®gLÊÕÍlÛÎn°úͽà(ÝÆ¢Qíæ×õ¿ ÷. g
+JíÔÂ/ÝÂý¦Î¶w³þÃOc7~Õåemnüöwo.ïÞN,!yóÞn¶í|q?¼g\Þªlæ*Ò+HV _kRe%×qÜòa~ש1.ÌÈXr»2R¬Ë}à/ÐLúJ6l¨ÑFôvvð9'UÐ
+Ú,*
+öój
¸ÑòE¸9áM·^®-»_SBÆ,x¸h)Søò¦òÿ+y©h.úWÕÕä_Ú3. "ðçèª8©3¸]ök/VÚݺßÎûÑîÌëÚ!=ëó@Tíó\пÑc1V@ã÷GðC½ãÞÉU°ÍF
+
+´{\ÃÖ+mÖò(|'7ÿ·Ûåª]ÏÂh£]l»u\0¸q\hÌÒódóµ<Ê é³¿ËG]§uvíF
+Aµ)Ûüß¿D]¨Ì2ùäA_µ=8P%ûO§_ãîÔÞÓA§â;!ð@+â9kÇ "u!n3ÍZë5alí4ì Ym]&l<&ÖÍÆa¦ný%¯Ý¥¿¹
+ÀkÑ7å°ÅZê?¢GXª±½0+
(CFtÃónàû×!R¬ñð~Áã¸ñx%hNá
'ÄPîEvÓÄY9§¥d¿ýw¬»J9Àºë÷r{":7dd§®6wË5ÿ§ØÜ×µAzAIOSÓäëÿ£LäÀYåð
+¦
Ì
+Æâ7£ðS'_ar*öÈíº¡Øä+Ê-a¶/ãJÿSr¶Û¶wío<Bì´IhV)é°Uâky>ÐíS]Ãvç5áyQN^ãõxt?/àdËHÙµÚÁ ¨3R4<¹úN¼1k_qqÓb·ÝÇu´ j¶V¹)¹z at nÔ¥é%³ Ú$ðUlAÇÇmzq¼o3^q? Zmý$l<Z¦ëê6ÕrS4#½«]Äò%Æ#g¢ÅiS`ôGïas³¼]¶7â U^/ÂP¨`¼F»ÐÈyWÅ|µz65©ê
+&xe¤0è^®Fâf´!E^e©£ÇÈ#B½Ábsà)ë²
+7Rl'W!¾"Ë¡eY'å1ô^n\¶¼âÁ¬¨äe1[KaÀeF²¼d¸·ÈJ12xl¹GñZc]ç¤.qY#w2è½ äÊ4Gg2AÉûP$E-½øõ½¬¯áªê7¥ÅkE-xbS+:
+Ãõ%ÀºbnØLîeb`±²ÆÓ4»óþå5)ªFê4-%oëïÿÓ};- º$êo®JJ/9efÊ©¸ÊãS)R¨·[1û0ßþJë 4Y1Ô¬h¥Å¾^ÑÍÀ*1òê_ZH·»m»ÛŶ¸ãû`\=éâ~]T°Ì§¡ô»%ÓñÔ©¯wíòqÝùàôìL^°&g¤z£;^ÌNÚ81gW.9Ðä¸{öEÜÃ;°)þ"0ÐÙùöÃþñ L²Ä62 æPÄ|$)Æ:³6ð@gW=ËM/zËÛ¥Õ20f/U»$¢DÔ°e¢±Zî¥*ø±4ÈxÍ
@g#c4[×òªN4VK#À¾Î¾g÷Ïm8ß#
V4V>`$ï)=y%1¥hä¼c`T1B©qÅÕúɦhä<ptè9ñ´¹%E<Æøà Q¡èíüÑfd¯¡~p6ß<ÞàÚÆ£^lM4ÛnáC½þi¹º C¨jùd$h·Âmãvgy·S/Õl%µJìëåÝÍ|?T¥0ä^cfWáel¶GÁ;±A×Q`£Íj«W[`£3VVyªÕFWr׶?<yU$ÏË
+6ÜHaȶqÃs1(DLO6\Ëcð^c«³Y%S7Rr m4ÓËy]${5#Âwr§º_»¨3ù;/rÄjÑ
+gS¾õò:'çðÖR#o9Z?=ß)Ú|Ë%ä[ =7ßmN¾ùoÁ4½x¾oó-7Ðä[if;ùêMÈ· »|´ÁùV¢Ù&ßÁZò-ÐloÁÈ&ßÍÖùV¢Ù&ßBÀu¾åÃùh´Í·`\oFÛ|+Íj'ßám¾åÂcùd¸oÁÈ6$ßJ4Üæ[0| ·Ï·øÈÍ@Ãm¾#Ú|+Ñpo!ð:ßòoVOùÖ«Ë·ªTeÁùJηom¾åDò-oÁÀ6'ߢ@¾å§ä[0@oÂJ
+Ø v-FµÁë)Û>аªnÖUd½²â!Ç×VR
+7«+¼^_ñàï3êè
+l¸YcAmð:Kªáf¥êMXm
+Ö[^[<*9©i¯â¡äxähýôxR´ñÈ%Ä#`à@[b<òÀSâL#Ð×ÿ ù¶þqmHýf¶Sÿð¡Þú²Û©ÿaà@\ÿ'mê|¨5©þͶõ?lêØl]ÿ'mê\×ÿ.8\ÿFÛúÆ5õ?h´ÿÓ¬vêÞÖÿ.<VÿC;õ?hCêÿDÃmýÃzãØAÃmý#Úú?Ñp[ÿ#ðºþ÷TÿVOõÿ«Ë·
+1´åÃD`¾¥
ó-Gë§ç[ Eo¹$| çæ[0p -q½ÅOÉ·`Þúj §þCmHýf¸SÿÃðÞú4ÜÖÿ0²©ÿ]d þO4ÜÖÿ0¼©ÿ]øñÙh[±ÛúF´!õ¢á¶þGàzSêÐð©þmñ(§"¯/x¤
ã£õÓãHÑÆ#$ zn<mi{ú}ðxÓôâõ?h¾ÿaÜ@Rÿ§íÔÿ |¨7¡þìvê8Ð×ÿfújMªÿA³mý#ú6[×ÿfú×õ¿×ÿ ѶþqMýmëÿ4«ú·õ¿ÕÿáNý#Úú?Ñp[ÿÃðÞø3-¶b
+·õ?hCêÿDÃmýÀëúßfPýZ=Õÿ¯.ßâè
+~{Jηom¾åDò-oÁÀ¶Äç[<ð|¦èM©ÿ¡pê9ÔÔÿi;õ?èM©ÿAÃmý#úßEêÿDÃmýÃúß
ßýo+vÐp[ÿÃÈ6¤þO4ÜÖÿüPoJý>Õÿ¯-1Ùßu¿ÅHÉðír=_ÅÞâêûÔwXÂÜ´Çm·ïáAR&fìÜÚÀ·UTÜE´©§±þ»u§'â¹Jx˳׵±×¨DxÃb¬÷e³«E©6´ºúdÒPuÐo1
+ú,Î}DFt¤j¡ñ³44ÍFTs¹½
+1̤È^]cÄdï1¬JQ$WY ©
0È@üf3ßíÛíV\îÔù©îÑ«"M#´o3åÒñ0ï¢ÝÑõåS»må§ær¹Þo77E{Óÿ²\÷ÕYRä£ýsuù|ÝÿÒJ¿=¶ÛåC»Þ_ÛýzÛ
+׶mHx³âò{¥ðA\$¤û+ç«åb¾_nÖ»7ìòñm]ZÐúR(½ÝlÅEEt1W®ÛþïÝVàô/«ìÛ®ïå
¤ÓËëçþïþ¾Øåa×ößlnû¿ßl¾ë?,T+ îµ¾ïÿõ¸ÝHS>.oÂyÿýjóOWý¯òÿÚí};W4þ¾¹î?ì×ËÝN®®^+¿QÊW¨SÖ»[ÑËÝ¿Ú
°h¹{ðUϵû®ûj&Ú±ò¾:2þ_KÓåßÝýf»ï/wýò5ZP)µ½i·þÅsÚvv÷b»v±Yßìä+ýD+V4»ücÿÃM»\]®»îu{1ÛÔòÛ¾×ÅkÅâvsX+ó}ìà¬yx¥æú_?Ìô§ÿ¹õÝ+ÂÓ½]^½ß?~ùöíÓÓÓ²¸$%9,îžÛöæð¶{-ðÛ»$»·bÄûUYùOòxÿøÆÌaz*¥|-¢oÂpºD !´]&)5EEhuõ¤ðêæoå8Ù¬Ô@^®ïúÓ»þï¼ÿc»Hþk×îêù®½Úí7Ïý¿»Ñè\øãÞõD¶ÛÕ³pî(uÅÓ}ç¢: 1¼wä·nÀ÷B¢"ÝZ4½ÉJaqÃÙùNrê0i!VNGIïì!NHΣ´¼-þµýÍ8O9#k7T¿Jæ@ÈÇòuÇÏ£i%¯?D߸îá«æÁxè×°#<Ôae.}KÆfgc§@6Âh« ¡#³K0¢(¥hÝä¢"Sß½p> ÌRÌc wÜp=-sBF'æÓèÞ"üåãõ.úñãéØ÷tÑf1FÐx°+Pâ@W7Õùu4å5ÉK>,wFïî41àÞµTçß
Cïf;ï.Ü=ÎíWÑsȽnDüª¾!¦ä*ÙâÆ£èâM¨©èó0=*w«Íõ!~ôù)|ÌO1îíôN1*#û6`PZ\ÐíóWÑmG
+»aè7]m·8¡ÌÈAò·ÍßÛÅ>º¡ã:fÂGoó@FIpH@ªÍä×ñ ëø"´0| ·×ù>ÜYVØm ¥0Ô@Ûèù!f£JªÑfc¯6¶øFóÿaá"¹è"Z°íF
+µuÁâñ U¤ ÙtétdÁgFqtó#iêîÞeEòW3WÓ^^A#àÖÎ%>©ªÅ`á¹î<FÂ_ûäí)
+0å^,÷)ÿe³o£Ùµ=â¦m¸óxïïç#'Ü©6ÏËÛðîåøwØÜÂg=©¹ëtÚ¶iÀ¥}+'d»ÉØèüÊ9É«#ogY\òË].B8ó'ÁYÛe}·kn}bÞy³ôâZÎâx2~VÖ&
IÚ%}ÝF7
+´ÍaÖ&vYß´·uXüØ)¨sRwf§@êvzÊ»)×ñÄù®$+8)êJ.GÝ·>eï¼mm¶d#¬µÇzÝ>
{¢Õ9}N»ÿEXlp ÚyÑÖríí¶[¡xÖϳv(u%79rõZä·Ù?+W¥ÙL^3³5@ËyÈ
+CÚM%ÂTvf/.VÂñdV
+¼ø¶}\ÍýùâîIrVK?Ñ÷ONP餾âJä*ZZ³Bx"
+¿.ürãxÓT©cåØ2¦éfõ)êÒð@JiÊܼÑÌò4Y5Íüomk¦uíFhÆ%§´Ôè¤n)JÍ×3WWâô²¾áÑ
+xü¨Výÿ¸ßo×}»¯ÏÌ©Aj¶FÛÈ®Py¹zÜnI].éísxt{AjvfÒ¨êÜ`f[
´³=$m«pöÃü9¾juVÚfu fW\ÒëÍ>úäÌyIëBcm&\ÚOíè2ÔYiÛ
$¶YHri5¡-{g}Äô] Y õXMÈrù\?ocÇÚFΣ}{;¤æº<>/ó¢ì8ʼË|æýíØ!öç%n·GòÚ%®
+Ú]¼¢=û¹a£äã6\ÈóÐ<:_¢j)µË}Ô襼Õ˲*¦yZ±ülW,e\«h]Â¥
W,]e)+0x ^±t
Ï)!²+ö¦nt«)É3ÊLàF_u0}%0Ö(îJ¢Ì§1¾ÉMmúÍNac®EøÅp³Õ3p)Tèè&7y1"ìsë@÷¸é:Ý>¥LJQbtûÜ×ÑeµSÈ=n½Ç
+iU\À#B/ÐajÎïqKt¶4Aà½çÑÒ$n3²âðôwON/¶óç/
Ãü]>ûÀî;ÑCmð¾³2Bi¥öGxz#©+c¤Â×Bf/
+@¸[¤»y§´jJ\?Ûĵ¤¤jh$®Zê¤'\ähöÅg¢}
+G>±PÑO,xT'NácX@øðcTFXAÍD´
+>±pĨ°ªnð
:ÁÌ)#Dêd
+Çìß9}J
+¦bÀÏ©ÃÃnÂ@ÚàÈ7¤ÎØä÷÷·Á¸=-Õ
+óðáËå|Û¯ÁÜB0{±ÒÇ$ÑÙ1j¯×±õ¼=ÜÖÑÔ ÉSÁç¼ñReÈpWBØh·ºÁ±î ƺ0ÒA`=ÐàÇÇØ+ Kµ8Ô$Ô¡iHñDC0ëkì_Òyh£¯F-+Räò}ÅÓÍ|ö¢
WâS<fm¤Òã¢êìÞâ4õÛTζwÈ;¦Ä:w0ÒËy-ç]f at 9ïQ8¶©rÞ¥ó'ð±å<Ì'À@Êù*cå<jËy.çÓG
SÎÃ,Ýp9|'Ør&2DÐ{ÚíîÇvûMxFFd§°2×"´BñR^oJÂ@m])Ïs<²¦ 4«òÉÿÍÿ»M÷ÿFê$ÿïucªÿÿï1ûÂþ¡¢ý¿Gñÿ§ð1þá`ÀþÊÿAÿ÷@AÿĨ°þaèýÿ `ü?BdÐïkþíý2<@Ê,°BÇ,Î#|ôâ<Ò0jÝzqTóä×L¾
&¸þ:'´ª§M~Sqõ×*#Løc$¸j©Ó«\Ab6¸ºÌàêQ86¸ÂTLpu©`Áõ>6¸Â|$¸P® ¨
+®.(\ÓG
\an8¸ß 6¸ÂDý{<þóc»¯ä=÷#g¼ e]DÌ\0ëå°ûÆ,¨Ã.Ï"½Ü 9dM²%'¬¤Ó¤3 § ¥Nn7&
+.3 x
+0\*X8
+0 #TÆB jC
+ôQá E Çw
+0!BwÆÁòîÆóÏÌñÇ µÞ.»]j;"a8¤4UZqÍåcÙvd¤N³FzÙ0ë2¬GáØ0S1aÖ¥
ÙøØ0ó 00;Be,Ì 6̺ pMN
Yºá0{|'Ø0"t'86ûð¡3ý¿SÈ"lñf)ÅÀ¡u-
µõ«W)7òaêÉëÏëÛ¾:Íç;}ìò!VÖã;´ ïâëïAÆÝ;<0o<ëìA2CÄÕ<Æ<=h½ûùäà¸yÂP3ìän{ëãAýý»lnÚï¶óõa5ß.÷ÏÑíÇs²{@RÂx ¥ßVûêq¨«óòEgµHÅtFν¼ÓÄ×R§ùy·=HÌzzàê=
+Çúzqö.ÌÛÀǺ{O8ü*cµ.ß
}~ú¨p>Ì"Ð
+»ýã;Áú}ÈAmQ{ÓvÑ'Ð1Û`:Cø8xDøÌ@[²×cI¾jòúgóúN^_KæõÝnLöú 1ëõ]f×÷(ëõa*Æë»T>Ì·ó¿Ï×q_{<!ÇBÛ×zÊÈ¡¨~Ǥß
+cn_{ÄôQa}-Ìa¨9âóRÒº9©ôµ(!:ôýýv³ß¯ÚèYY§2oKDHé·%Âí#ßÇÊ*Ç
B@Ü`\|-Ï£OÛ LN«éÍÞçóÿNÇÝ¿:Éû»}êüAVÆ÷»´â®ßÃ?ÒóÃ<´ãwy`~ÿx6ÖílØéðñù0¢vùýÇO ÆáÃzawBËoÐ ô¯Î]îóÕ»Åfä®ÚwOɺ]Rñôê9h0Ø^Ä.»
+9ÁÍSÂ2:º4.ý«ZßUÎnà^Õ4ò ¿ûù¨¿5:¦Aý¬ÐGdÇVí0þc.wm"¿fòí¾Ý³_/~þ
ÎnÌòµÍºáÀeûpaö߬.Þ]ü54ãÊjÔhÿ¹0_Âendstream
+endobj
+427 0 obj <<
+/Type /Page
+/Contents 428 0 R
+/Resources 426 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 382 0 R
+/Annots [ 454 0 R ]
+>> endobj
+454 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 391.8345 314.7523 402.7384]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#coasters)>>
+>> endobj
+429 0 obj <<
+/D [427 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+430 0 obj <<
+/D [427 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+431 0 obj <<
+/D [427 0 R /XYZ 56.6929 749.1057 null]
+>> endobj
+432 0 obj <<
+/D [427 0 R /XYZ 56.6929 738.1468 null]
+>> endobj
+433 0 obj <<
+/D [427 0 R /XYZ 56.6929 727.1879 null]
+>> endobj
+434 0 obj <<
+/D [427 0 R /XYZ 56.6929 716.229 null]
+>> endobj
+435 0 obj <<
+/D [427 0 R /XYZ 56.6929 705.2701 null]
+>> endobj
+436 0 obj <<
+/D [427 0 R /XYZ 56.6929 694.3112 null]
+>> endobj
+437 0 obj <<
+/D [427 0 R /XYZ 56.6929 683.3523 null]
+>> endobj
+438 0 obj <<
+/D [427 0 R /XYZ 56.6929 672.3934 null]
+>> endobj
+439 0 obj <<
+/D [427 0 R /XYZ 56.6929 661.4345 null]
+>> endobj
+440 0 obj <<
+/D [427 0 R /XYZ 56.6929 650.4756 null]
+>> endobj
+441 0 obj <<
+/D [427 0 R /XYZ 56.6929 639.5167 null]
+>> endobj
+442 0 obj <<
+/D [427 0 R /XYZ 56.6929 628.5578 null]
+>> endobj
+443 0 obj <<
+/D [427 0 R /XYZ 56.6929 617.5989 null]
+>> endobj
+444 0 obj <<
+/D [427 0 R /XYZ 56.6929 606.64 null]
+>> endobj
+445 0 obj <<
+/D [427 0 R /XYZ 56.6929 595.6811 null]
+>> endobj
+446 0 obj <<
+/D [427 0 R /XYZ 56.6929 584.7222 null]
+>> endobj
+447 0 obj <<
+/D [427 0 R /XYZ 56.6929 573.7633 null]
+>> endobj
+448 0 obj <<
+/D [427 0 R /XYZ 56.6929 562.8044 null]
+>> endobj
+449 0 obj <<
+/D [427 0 R /XYZ 56.6929 551.8455 null]
+>> endobj
+450 0 obj <<
+/D [427 0 R /XYZ 56.6929 540.8865 null]
+>> endobj
+451 0 obj <<
+/D [427 0 R /XYZ 56.6929 529.9276 null]
+>> endobj
+452 0 obj <<
+/D [427 0 R /XYZ 56.6929 518.9687 null]
+>> endobj
+70 0 obj <<
+/D [427 0 R /XYZ 56.6929 480.7463 null]
+>> endobj
+453 0 obj <<
+/D [427 0 R /XYZ 56.6929 444.5815 null]
+>> endobj
+455 0 obj <<
+/D [427 0 R /XYZ 56.6929 368.9204 null]
+>> endobj
+456 0 obj <<
+/D [427 0 R /XYZ 56.6929 370.3799 null]
+>> endobj
+457 0 obj <<
+/D [427 0 R /XYZ 56.6929 359.421 null]
+>> endobj
+458 0 obj <<
+/D [427 0 R /XYZ 56.6929 348.4621 null]
+>> endobj
+459 0 obj <<
+/D [427 0 R /XYZ 56.6929 337.5031 null]
+>> endobj
+460 0 obj <<
+/D [427 0 R /XYZ 56.6929 315.5853 null]
+>> endobj
+461 0 obj <<
+/D [427 0 R /XYZ 56.6929 304.6264 null]
+>> endobj
+462 0 obj <<
+/D [427 0 R /XYZ 56.6929 293.6675 null]
+>> endobj
+463 0 obj <<
+/D [427 0 R /XYZ 56.6929 282.7086 null]
+>> endobj
+464 0 obj <<
+/D [427 0 R /XYZ 56.6929 271.7497 null]
+>> endobj
+465 0 obj <<
+/D [427 0 R /XYZ 56.6929 260.7908 null]
+>> endobj
+466 0 obj <<
+/D [427 0 R /XYZ 56.6929 249.8319 null]
+>> endobj
+467 0 obj <<
+/D [427 0 R /XYZ 56.6929 238.873 null]
+>> endobj
+468 0 obj <<
+/D [427 0 R /XYZ 56.6929 227.9141 null]
+>> endobj
+469 0 obj <<
+/D [427 0 R /XYZ 56.6929 216.9552 null]
+>> endobj
+470 0 obj <<
+/D [427 0 R /XYZ 56.6929 205.9963 null]
+>> endobj
+471 0 obj <<
+/D [427 0 R /XYZ 56.6929 195.0374 null]
+>> endobj
+472 0 obj <<
+/D [427 0 R /XYZ 56.6929 184.0785 null]
+>> endobj
+473 0 obj <<
+/D [427 0 R /XYZ 56.6929 173.1196 null]
+>> endobj
+474 0 obj <<
+/D [427 0 R /XYZ 56.6929 162.1607 null]
+>> endobj
+475 0 obj <<
+/D [427 0 R /XYZ 56.6929 151.2018 null]
+>> endobj
+476 0 obj <<
+/D [427 0 R /XYZ 56.6929 140.2429 null]
+>> endobj
+477 0 obj <<
+/D [427 0 R /XYZ 56.6929 129.284 null]
+>> endobj
+478 0 obj <<
+/D [427 0 R /XYZ 56.6929 118.3251 null]
+>> endobj
+479 0 obj <<
+/D [427 0 R /XYZ 56.6929 107.3662 null]
+>> endobj
+426 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F90 192 0 R /F52 139 0 R /F92 225 0 R /F96 228 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+482 0 obj <<
+/Length 308
+/Filter /FlateDecode
+>>
+stream
+xÚP=OÃ0Ýý+nL¸wv|¶AÔ
+5[éдnHh*þ=.IZZ± ˲ïÞ{÷ñ0ýòàÈHˤa¹=
+ê9é@J²ns1~0^zVùXI¶hÀ¡Ú+ùjL庥Ê`rWׯE¼£y>R¥¬ÒÌÚØÂAJ$½1ê[ê¢ÌºdÜ=¤:qæƲ¤6ʧz³9Â*î0(3ï1@©2O°âW³2§sÅUÌÐ+n°mé/;Nãe^Îü%tf¬ëªªGÊ$r·éRí¢¨z´ØáQvá*4Ë}Y¦'EB¶a×öéz÷^Ö¦
+ûnBûñvsÍDÍqsm/m ¥qÌÿèoz®8tû¦øÕendstream
+endobj
+481 0 obj <<
+/Type /Page
+/Contents 482 0 R
+/Resources 480 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 382 0 R
+>> endobj
+483 0 obj <<
+/D [481 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+480 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+486 0 obj <<
+/Length 3502
+/Filter /FlateDecode
+>>
+stream
+xÚå[K㶾ϯÐ!UÑT0éªìíØqìdw|HÙ>P5b"e>vvòëÓH"5k[©ÄµvÙñèn4¾~¾à_¾PéXÄ+f4ÃM°x±/o¸³òVÃY=ÜÜ}¡EÌb-ôâa·Ði¨EÆÂ,¶?,ß<e»æv%T°¼/Ë·køïö§¯a)_D°T¸T,¢Ås+%ìÒhyG?<Äu7?try±LÌY¨DRý|óÃOÁb{øú&`2øâ &dÌÅ¡já{ò77ÿè)úQ!"5©
+)"#A/1ç|ÃÖ_ÇøR3Å#í{ï¯[å% zuÍJ@ë å~Å)©#¦7KÓ±1W13ÚF 'u¬ny´,§tØooy°LÇg&b¡Ðj1dóÛDïH¾ º93P§¢¯«,ÝÈÛ´ÞTÙ±ÉÊb,¶$`GWÏ Zní (20C7ø!c(&µò´`JisU
«i'lÀ4
+@GÜRM=¥Å«aé¢=Rþ¥¼jùDh:$Å-WËgÿô>;´zøæõߨñ¯r]ß=¡¥LEë¼Ü¼©TΤ<'évWSÅÇO!XÈ Çe!04#40 b{ò§gXÿ=¾-·é<`,®Øb÷}°2©ÇÑö¨³)é·jjýôé¼Çÿ¥ÖºSÛ]L¨¤îÕTòû ®!²óèlVÄ<ç b9ÛÒ!νUdGòemTY3¤´=^/JÛÃu(íçÉf?ÈϤf[§Þy:èµµWîz8z(ï£f§ëmÞdÇÜÂvo¡4N³÷9_M/Âdq9+& y×qÀ ñ\ÈüîuGÆÐM2âõX0¹Ø/
+Þ¡ýDòÞ9K3tÎ2Z6ÙÁBÀp1÷~´ègrá[)Í,z¬Õp9õÔû²Í·4-¡.kF¼UjY¢÷®§vç~³]¦ôÙÍ(
á®#/Çy;¹Ú|¼¢8 3P0ÔÔ¡æîd÷ÙãþÉÅÕÌä¢Ø½Åþ3q3É
+,¥¬Ióç1«ÅïÃ`BÅä/ÊùaA¤º`/BG`âr~- PF¿&ç²ømbìå¢Ø½½Åþäü´$ÓÜËÁ\«N7e±K0 çlæ$sÚg¿ÜÕT«¤j²âñ®Þ·ÍÄr´KØ®õõ¼-^í?Ú\!
+0<mÖq¸ÐfQ|É{ÊçgÍo@ôZ%÷eA{ó
+ú°O'n^¨O7?³`äÕ¶þÑæSÊ k1w'¤%ú×
%"É="«ääµò§Ëbv<óÃyîAÏp.ucwjÐgù»¡ë©ê£õ©@
á3 ¦·:4°ØôêÓ}U6M~ź×r«eíQ<µñ(.¤¶ªÒ¢9Ë¸Ç .Ok
+)ø<,¯¶÷_ËÿÆÅUÄY¤¢$
+!'¡1ÿ:XÁ,>°Á _?ØòÓü,<&hÕ |ÕºÐ:c覼ÀoDÙ}aÝn1S|w+àd=lèýö×îôfpüÌ` Õµ»ù®Hi©
üî qHlLV&uYøa{±üJÊ«©Çª¼`øL-ßeIã¦ïªò@ÞeÚy;ëÛ¼©=¡æ/K'MY¥~Õï/mrn;eSì¡ÊR¿Üý6xò#áÌ
'|9Öª¸K©PZuIų¶6´ÊDz¶z1°Çº©@a
+»]
A´üå³gei@^lÜê:çc¶IrG»]²º¦"OWÊkW@²ªhü²Û´M©Y¥?·YExh¼5®N â´´v{kãíS
+ÏÒµ.
+¶ÅÖû"N?û²°(ÁÃù=twÇuÚ´Gï®Kd³Ï¶âq£OY³?qW¤Jw»WhÚª±'`ùbîTÉ!Åg6÷i
Tàc#óκàºiä Ä'¸ÈÓ»XI!Çû¡ý+ô%þï]¶unà8)xõ¿¢yu½wãúÃÝÄ´Á
+Òb;¬4È1R¶ÙwöQê$E:V¥õ`(«[{H7û¤ÈêÃüñAtÂX)/ßpV§KùWÃãë¦áå¥ÑÌD!¿ÌÒOzå±áDÖÒï³wîè«úªØU µªÝ4mu^
+v[Q
+óÔÒOº j?Ë*e.ºñý8I!ÇÏÒÃÀ#ehÓØ#l:5F!ùüHëòw/Øî7Ï1«jèNöÛh'n]BrÛæ)x4 ¢tä%¸é㱬l|ÂEôã¬ÐQX'ÐÀba#U1¼¦ÅDû¬Êâ@fÈd`$rl?¥ÁmÚ$YNßGÃÔàK´m¹imdè/ª¼Æ84
+ïcøá,÷
+¸!áD¸:
+¿]øÖ_©_±.HmÏ(Û{yð çù·`\CÉy*ÃXݬøQC¾?ùuKwëö:
+ÚK²ó84бWlëî|¾í_¦\ztP¶MÞ«º8¿èZqmo¡fàÅ¡ûä¹ Ë&Ì"4avò7e² 3ØA{~CI=ÞXíOê+°Ý8â±ãé©ê /ö?¶jËvbCFE¡ße4Ü¥K1¹KŤÇ{HJ)£.Hà |<ºNJûȤahÉѦ)«gê}²´ÍgL`ìÎKÈòÐýűõÙ÷Ðy¾Õú©þ¨ ¦W*C(j4]§²· Ò@O«<YOì:E:ô»FÇ
+'u;_ϲUp":r$+GLD./¢BfâÈÓ½ò©õ³&6är¤©LDÙ'N·ÆÎ8Ñ|É8±;q£l{PGÕ6k°aêß³ân4S{¤?±qÒ·N$Ë
+ô÷¶Ë}9zÎ
+§×ã6iÖ¼gêáb1*¬àm {æeþ+H¦¤»ébÉEÁÂGTXòÑ,éɹÐt^3Áߦbå}·ªêî-¹âpWãÔÅ<,²p|¡âYS:Ù½?w6*ÈF'¤Üµ9]®}
$ùl÷W¡ü&ÖúÔ°FaàyÊVÆ97½Z>s*E¢ÓZ$2ÉØZ¢ôµ:o:¢ÄÊ;÷¯
+IºÖ¿55 fS¸x/ÝÚ« ØûC>uÆbC«ÐÀËzc£^^¥]¡ä¨ébA=e¹äLÈÈÛ38³SqXl÷K]ljâØ<ZPN`]3¥×ÁØà 0#ìX¨C6éâ´P§Ue¡óe÷aôQÈ>P}?ö{¡Èx{¾Ë[¨/Ò;:¢»?|ÿæó×w]$ s²OH-t)^8!ñFu®{û*£ó%bNõ3?ëÞ«w´O½Ê*]8ïÀ¥Ò§>HðÆ&T1yJ9b_n»ç¼`Þßµº¿À?ô#
+g&ä'Z@>àwt¨è>û\b TàMi³uzx³1jÐ.OÁnÚ%¬²_b¿WèeÊ(Hr<ÒG}oJtÇâTqôWõ+Ê>Íük:¨Vn¯|Äñ½ E¢zÊS©-¥rDÓ÷Ø{×øçZ`ã$ÜcG[[wÍÀ.¨È $¦ãÔ'äuéW´¸lfhÕ{<Ï)''ð¯|í}%¼;àwÙ£óà;×ÙlØ.ór³q½ÖÒ=ü`À5?= Ú6d]üiʦFx£²bùÏ[nooáÜZèE^îÚ
+t\¹^o0@öïP³IÞºþIÿ@2âÉj2°K&¸u Þ-¤j5UbSwëÞ 4n>}½aÅKKM!ûô;^Ll
+¨Ô=ûlñ´ó³f8ýrw¿Oý§¿]çÓ»áëònð1-ðKt;ãðu¤½Î´+Ç¿üPÝ´aŤ9 ¡ÔáO8¯ ³,(£*!0('ãÓ,åÛ²Iñ
+²×.úGøWЪÁ×å{zpæ@nT¸¿îîrúÙS(
Öè
+0Ò.ݽ·°'_»eTBîp¥T»§c¨gÿ¦['~îÉñ'ÐË/ËrÛ3úxçÐ}W^¢¿ÔLôéøÚ$X@д¾â®zÛ Àxendstream
+endobj
+485 0 obj <<
+/Type /Page
+/Contents 486 0 R
+/Resources 484 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 382 0 R
+/Annots [ 492 0 R ]
+>> endobj
+492 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [204.0186 316.2483 223.1566 327.1523]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/docs/index.php])>>
+>> endobj
+487 0 obj <<
+/D [485 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+74 0 obj <<
+/D [485 0 R /XYZ 56.6929 553.0513 null]
+>> endobj
+488 0 obj <<
+/D [485 0 R /XYZ 56.6929 522.509 null]
+>> endobj
+78 0 obj <<
+/D [485 0 R /XYZ 56.6929 468.7561 null]
+>> endobj
+489 0 obj <<
+/D [485 0 R /XYZ 56.6929 440.3707 null]
+>> endobj
+82 0 obj <<
+/D [485 0 R /XYZ 56.6929 409.4559 null]
+>> endobj
+490 0 obj <<
+/D [485 0 R /XYZ 56.6929 372.4592 null]
+>> endobj
+86 0 obj <<
+/D [485 0 R /XYZ 56.6929 372.4592 null]
+>> endobj
+491 0 obj <<
+/D [485 0 R /XYZ 56.6929 345.105 null]
+>> endobj
+484 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F57 148 0 R /F52 139 0 R /F90 192 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+495 0 obj <<
+/Length 4141
+/Filter /FlateDecode
+>>
+stream
+xÚí]_sã¶÷§ÐäÉ©p d¦w3MÞ4/I{éCZ¦må$Ñ¡¤ó¹¾âA h5Ü4ºÌå$r¹¿],°» Y`ø,xòp$r-VÛ¼¸{ï/¦Y¢¥KõÍõÅ¿q¼(QÓ|q}·È)ÊæT,®oºüð´¾;\-)Çß6ÍÇø{õóõ÷ð(YðhÉG HZ, sÚ=K0<(Ë7êÉ'/¾»¶ÁDIPÆáqë×~Æ[ÐâûXYÅ|Á²,¶ÀÇ,§æÊæâÃÅ?zæ.eáO·!Zæ çy¼Õ+Á\ôFÀAð²k6«!ª3DÇÊTJ´p¹y&9f%¼"_þ寴y\ËùÀ<`±%4Ks66m³SÿþxUÒG÷íúª[ês}Eøågù¿zu<ÔêâsslÕ'×~Õ®G|õÀjsÜjÍⸯ
+ñz¯ï7Ûmµ»ýÚë7
øÓµ%ô;Ùò÷²Ã@_È%Y± ¨,bÑÖ;§£è8ÐE2D)7zü½þg³²<S=0Í/ðx¡õ¯Z"ér¨¾ç>ð"ÞVIîöîÉüÙÍ
+^´÷õáC\Á9·ãªÄʱÁH6Trì»=Ëâ%Í.?0k¢j¥CÔå±dÒCbPcCÀö¸JìÃjNB¸¾*ªéFí<P"Ý?sU¶ô)xEWáïÖÚ £B£js²LvAÉ JÑt4iV Âq0¡J¡Gå.pxnÏ6¡OÂwtb4òÖzïPpTÖ&ÚQaê¢,gëlèSð®LwBJ µÂàÿ°HvBJ
+2é4J÷xãYfèÐD'4D)Ð1¯IsЬD9È6×>>æ+á?o7 r)VðßÂ)Ðú -XR8C7nÛÜ®}@8Ám'Lb¨RÀ·i£$¤b¶«¶ô)xo0"g£g 2áÇÐÿ!ùæUòFü?¤fÓ§#ÈtEç-9D÷S6=Û3d¹kr¦$öé¡nëQʾjvzwÐ)ys§þt²¿Þ>n4!ø$¾!w÷ñßÓevÜܪ7u0¯Ïsñâ×ÿAózi"dÎ)TÇvK%ûð¡ÃÞïß;'(#\özVsØ·Z.ãTôè¬öØ4à:r/`Ê¿©ßúٸΠi¸
+3ÝÇé¬;.Ï[ÊôtC.&ÆèÆIH¢M ¢ÈFLd^6µ>E'1iy¢UrHÜJÌ'EéA
+U
+TÑåCÐðhf÷y^Góëf§}{â-BKÕæú³\&\Ëõ?9¤ÛæÓú¶nߦs+&:¯ÜÅ¥²»X_'wCæ";ÑK¢&zA¦¦RrÕù)¢Øg¢øb§S¢8IM5Éè±Ý¼
+Îí^Ðúù]B
+÷´êÉñ"N²y6%¢+¢ì?÷é
+ÇEv4æÙ4ÆtÃ@fè*ªèèôMØËÓâ38£³5/ï4qÄË*³µM·dÕùø]µ÷Õj"s+0b¦C3¦Ü¼~&!Ï{ÚÑë83`7ñ&!7®÷ææè{z³
+w4ý
+^\ÞéF
Ò1BMÒª(-P!ßÉ@?ÖϾ§ç0ìó"I°Ï¤¤ðxO«nÖñN±y6)ÊCòë±>ú®¾ (g at q8æÙ8ÆtËE¿x§°K)Ð1·É|Þ.õzDz 1ïñíÚ«½¿H ,S*ësë<æí2Ã.ËÎî]ßÂ8§Ns
+gG¹TçhsÑ_ââ2çÈ
+p/Åo1aúðk>ºùrL·(¢mb<´ÍîNd0æk/oü>¬ÅåèÈrl«ÏOÕfsXoë°c}±D·Iä!L¶}Eë(8æÕ5=Ì,GåbÔBQÍ'ÐÇ\%ú×=!@^ Aó¸Î&:â43aXnãÐ^- 9Mhê´æqvL
+æóFµ /k 1L\sÅøXµÕ/Õ.Q^.h¢ùàfÒ(¨¦JêÍÃFo&¼ÌïN\áñÖÜì8ÅvÇEBC²ÞëjóaÕ´~£Ap.OÊ>JÑDûdA8ÏxÏ°T)LE7êï?i÷ÏËqð?g÷ÿjîßmâ°û·T'¹ÿçºÿ¸`>ïû
+ð"÷C»ÿ)÷8½ûäcÄÝÿ(î?ªÝÿ°bîÿ=¢wÿ !<Þq÷¬ûOâaHQ~in®ÚæpØÔÁ¹Å BõS¸P>F`£I´gô!'ªBÎ ó"s|?-Óììû_Ï÷;MñýªóýÒfûçý¡Þ¦ÞÍÜCÎ})Íçx?½./3ßÏëg¢tt#Q6ͪÚýÿËÅqüT#áÿ'Dòÿ Ð1·øûX.ÜGËÎCûõ¶ÓÄ¡m¨º¡ýÔ´o×m½:4í³ÝïÞøÛµJyÎ
+9Ð`è"iºL¿ Øþã
+c½+ãªý5Ô7aG2SéÞy$ÀópácpOMTç~OMÖç6©µ]M©u¿ú×Ëïøn_¾ìÁm,qÝí¸ÇMD:ØsåÊãgÏõzËiâðî_K¥×f6§òóFûW4ÓÄáöJ-±Ó³1\ÿÇc6Ò<"+âp8.ç"U<@åºx@(`ÉbÅ\¢pñâÞÏ.pçåå|m·Åøò¶ÿoj}¢üòIÝ;4êâ}}PL¹ ¸Öw»õî^]ïÁEuø.HÁº+ïÛõ-ºZ2Z^þK%¨Õå§õf£(Uù ¸T©ïÛjw¬6êÒª©t¸±¯ÇG
+Ó¨KJ.¸`äk½\p½é¤ÑU}bZ
+éfN³I*ʪ]ßZpÞ;µ¦Û¾7I2ÌTëóSwÍf£ZVɦWÝͱ½nx}öªÒ ÕÍþÐV+[¢á¡ÞZíèÀm¹î¼V'ü>&½wè6$_0*dW½ðöZ9ó ôLI)b¤K*JTpS(ɲ[1}´¸K°´éÒJ ¬F¨%¿+WL´<°{ÜÿI}~ÒdºC§ûÆphãýÃ̺Wõ~t¨NµüæÙÊxX¢)0 Q.ÏvGýKñ?Lùð?QLãcVñp#ëíÍãø¥f'/ªTÉã¦ZïôíJS½Ô§ÙÄ:W:{ܪa_
+¯{mîñð±÷±2.|ªÓ]Zm£t`&½ëº¿,Êi6]Àô£oH&03Çz¿
¤Y÷F ÏL5}tP·vn»©-cUºª-*ǧl\&Q Æ,´&ß6»]m<Ó¡áß_ñËêP«`
+VÏÆëq¼ß?>£MµBÇõ
+QL»4rܵ¦¥þp¨ÚÃà(ì§u{°~s[Ö»ºµ>®ª%ô%tÊCµ[ñKÝàDÕ<·í·q%õv
+2~÷
+!ÏT¦7Aö"ec¿ªSáûºý´^ÕÃ.2aÕk]]OpbâfÚ3KËÇF¢Ë¤,¾Ø-Àõw2.x¦oíïSm@\;Ü·(;º¿t+ݵÍvf=îm¤Ø5íÖt
+§T®o´Yïê¶T=Þ5Ê¿ÕÕ¾xX¡þÝÞa¥¯vç±ê{w\[~Ȩ«¶Ú¾-Ë2ç y ·#ÄôKàóqîs&/i¡!fEÑ,h«ÇǺÝ4÷ÁB¿ÆhkE G|Å8L!çu°"4quÀQ¢V§êy¬QÓùL«iêÍRÓGQ»bGmµÛßAè áFµË¶1È! é¿çÆ)±RÌRÔÇPG¢ç@ÌëyDλ[jÖïì°H!ÂHÜgY"SÜêvÝʼ¹=ñlq·8¬ÇkrHÐ2:×SÔ)äOµ¤~ôF4%rÂãêZªªÏmrh
+æÈ«²¥OÂùƸõ´)+3&÷çGù2Êà/rC$ßAUTtyF**Æ¡mEÅx¸¢âtFEż©¨8oëC»®ÃéJ\s±$ =nÝ'¡©à#hvÞôû&ÇáNªÛSýçylXµ
+
+;Î%@ͦ(
+Õ~"¶U`ãØ
+±ë¶mÚ}p®Õ¹dÄ}n¨ië<µ ÷ø£¦ª Õº(ÕfõsÐübÆyjä%ƹ¡RvÕÁ?Ujê$»}ûk¢¬Çk:56 ô 1]s9íqÕµ<ëð8iìó(¬Ï-1Îç)íó8¼Ç·«¤÷K%TÇ9;ö/g´³e'
+¬[ª®ÔÞëùª÷·.7?¨k¢¦"Ë(Fúö EÛ$.v°ÏÛÓÚoQhÛôÀNZç)îLðc¾Ú±ßO¼ÑîG{Ts[@0m
+ ß·ÁÎÕÜnMÁëm°øÉÆlp«Écwü¼ð9¹¬@Ëóø:!ùn¡LÎÛþB&JàE7
×á^߯@DÁû>4ÞM&ÓÚLM yM«m fªÝ/?$ÐÇ|;k¯waÕ¹wqqXëââZ[7SëÞÅ%à[¾7îßiDïÈÄÑ}nÓopÌÊ÷GeRðc¾ª ÔÆOcìƸÞ"ÌØ9ý<(+;xCÔÙ¿iëjõA:#¯s¢°¯èë`úuNyÄS×û ÏWcÚ:óÕ(¨Ï-À<wÆNþ÷øviÜù6\;®¹-»6e·Ðo_ÜÇ®j1Z`ÿþCY"á9I
+ëÜ~]ã0lacûÜâY 3ö²¤àÇ|Õ)Ûûànŵ6T)XE7jóðoÌÕÚþ®@
+^ÿ× ~r2h]HTmH³©üq?ÄعF0g¿ø¢8\~'ßàTY@L.#æ¿á¯.{í¿*%zãendstream
+endobj
+494 0 obj <<
+/Type /Page
+/Contents 495 0 R
+/Resources 493 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 382 0 R
+>> endobj
+496 0 obj <<
+/D [494 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+90 0 obj <<
+/D [494 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+497 0 obj <<
+/D [494 0 R /XYZ 56.6929 738.4887 null]
+>> endobj
+498 0 obj <<
+/D [494 0 R /XYZ 56.6929 716.6059 null]
+>> endobj
+499 0 obj <<
+/D [494 0 R /XYZ 56.6929 718.0654 null]
+>> endobj
+500 0 obj <<
+/D [494 0 R /XYZ 56.6929 671.774 null]
+>> endobj
+501 0 obj <<
+/D [494 0 R /XYZ 56.6929 673.2335 null]
+>> endobj
+502 0 obj <<
+/D [494 0 R /XYZ 56.6929 662.2746 null]
+>> endobj
+503 0 obj <<
+/D [494 0 R /XYZ 56.6929 651.3157 null]
+>> endobj
+504 0 obj <<
+/D [494 0 R /XYZ 56.6929 640.3568 null]
+>> endobj
+505 0 obj <<
+/D [494 0 R /XYZ 56.6929 629.3979 null]
+>> endobj
+506 0 obj <<
+/D [494 0 R /XYZ 56.6929 618.439 null]
+>> endobj
+507 0 obj <<
+/D [494 0 R /XYZ 56.6929 607.4801 null]
+>> endobj
+508 0 obj <<
+/D [494 0 R /XYZ 56.6929 596.5212 null]
+>> endobj
+509 0 obj <<
+/D [494 0 R /XYZ 56.6929 585.5623 null]
+>> endobj
+510 0 obj <<
+/D [494 0 R /XYZ 56.6929 574.6034 null]
+>> endobj
+511 0 obj <<
+/D [494 0 R /XYZ 56.6929 563.6445 null]
+>> endobj
+94 0 obj <<
+/D [494 0 R /XYZ 56.6929 526.4941 null]
+>> endobj
+512 0 obj <<
+/D [494 0 R /XYZ 56.6929 498.9406 null]
+>> endobj
+98 0 obj <<
+/D [494 0 R /XYZ 56.6929 383.4193 null]
+>> endobj
+513 0 obj <<
+/D [494 0 R /XYZ 56.6929 355.0339 null]
+>> endobj
+514 0 obj <<
+/D [494 0 R /XYZ 56.6929 215.6368 null]
+>> endobj
+515 0 obj <<
+/D [494 0 R /XYZ 56.6929 215.0589 null]
+>> endobj
+516 0 obj <<
+/D [494 0 R /XYZ 56.6929 204.1 null]
+>> endobj
+517 0 obj <<
+/D [494 0 R /XYZ 56.6929 193.1411 null]
+>> endobj
+518 0 obj <<
+/D [494 0 R /XYZ 56.6929 182.1822 null]
+>> endobj
+519 0 obj <<
+/D [494 0 R /XYZ 56.6929 171.2233 null]
+>> endobj
+520 0 obj <<
+/D [494 0 R /XYZ 56.6929 160.2644 null]
+>> endobj
+521 0 obj <<
+/D [494 0 R /XYZ 56.6929 149.3055 null]
+>> endobj
+522 0 obj <<
+/D [494 0 R /XYZ 56.6929 138.3466 null]
+>> endobj
+523 0 obj <<
+/D [494 0 R /XYZ 56.6929 127.3877 null]
+>> endobj
+493 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R /F90 192 0 R /F57 148 0 R /F98 231 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+526 0 obj <<
+/Length 5323
+/Filter /FlateDecode
+>>
+stream
+xÚí]]Û¶µ}_¡åöaìUa^×^·iÇiR·ñ´}Hó èÕ¨PÇóï{@|$@±^îU>8Ò!öp°Ï tÀ¿t'$ÉÃ|Ѥ e³åö*ÝÃoo¯¨´+£¹iõÍíÕÍ·q0ËIÉìöã, Iñ,RÂò0Ý®~¾þð¸þX?qpý§²ütÿ?ÿåö{8Î285aüÔ(
+IJÃl6§äq6çR
+'¦Ùõø yõæV3SÄÒÃéÀë׫ f+¨Å÷WòÎáQNgÛ«Â!KBõÍæêÃÕßÛÕ¯aD¢ ÝíA Ãx6O ?Æhs;þñãAQ )Ëf!ɳ,UÅì£#¼òT«|®¿9%NâwáÁl§gi*ÊÊí²¼[!ùyÂIeë8K׿N.ÿ+plÞ@³ê~&~r4¢$bQ¬ÇOAñAб6âC`S.òP÷]1¡f3³Ì>ð4ÏQ~òBS ´Ëº·åêc½*,1JÄKq®0ð$"aòÒ¿±@«PÔ®»²Gás¡nør[X@hÍ²Âp¹]U:OHäÙèJ+{¼±ëÁ*êÅ®O!ÀËýµÖV°]³ÞaøÈzk{¾_.?4¡¬O!e1Roe
[¥qà¹SÙh'×ö¼Un£A»Å `¥k+×*ÍÝÝYFÈFW[Ù£ðýr9üݺܷwG«î%$Ô_wm
Û¥9»Á¯Y$cë®í1x«\¿,º¨,iNÀ;±++ZØeXͳdI<¾æÊvéÈh1DÈ@×V¸´KX[4z k{¾±ëéÌb¿·ÄÐHADZ++Ö*Í]ë$ØÈòѵVö|cìð86
+BDâ´ÜY¥qpbBJgáhÓö¼UnÑ,|÷¤Qx¹¶r &*I½ößA9`Æ)Y ï´q)h_æ2_{.åpJ§èd!
Y
+Íxgt
ípÊL[ñnÝ7~Ï桨vzvâ<&`$¦iqÓv(9Æ$`)ý*ìxÍ$ËONu¸½ýáý7ÿø`Ïu mÊæe7×V°UG~ùÒBM!7èpµ¥9.Ìh}»øò¸Ølêµ=Í
+ÐeßqæÚ
+vYþÕ3ú2à¿gzJHs)íPð®þ¨kYíU¤
+Hlïu¿fÀ
Æîë~ú*«0M)òqð¡(Ä¿»bS>ãëGñçDzñqXl÷izX×Å|Ùnz¦õÃú ªã
+§ò*bj ¸·Ak¢[]ìc"íLÂaJRg2Öü©Üí¥¼Fy·D@ âóþy|½¨Aç'ɬ*·âèóºªIx»X>¬w
äz<¬w÷vSÄçç4¾.ªª-D`vm¼8¨êodË^:*<W5õ\¿ÓìZ±«$Ö=ÔâQ±ßK}-#±Ù>\/aÉjH&Ap=ÿÏø!b|hCÀDLÑü÷¿ñýË8¤¯b5ÚSKÁOr Á4?©£¿yÆÜ<Eê¶"vÉSUõÿÂØ Tò;éÎ £iÜãceúÒ
+áE1Öv96E±ç¹ÃGaÓ$aקÿõÝÞ¼}øâÕ®¨,+é´ëÌÚ>6nº,þ }ì¡<nVÊ ·õ®ç0üäQ)ÉËÅ¡hæ¿íØJ»×%_µþ50P¸ÕIT:p¢ÚÜm¸¢üðæÛ[°èõûoŧ&Â5A¯÷eU£Ýq{WT⸩yø³êüë5HÆ®ûÝ·ß½û ÿõîÄÑg^ËEõ$þZûb·þ<îÎãÃzùÐ'ôTå¯M+íZªâÍ-á'P$OÓüôîíw·Â°iøtµ
+ûÑßõ¢û¢n»LõÌB Úp`Ð6dZüPîÒÄILÒáÃ[ÇóḣÆnæ$´Ç¦3)+]Z6¦ÎÓëõ^|ŧþáÏ*näÙõ"nHóøüF\zòH"¾ZnÊã
+ráÛÇu3báÈðLøëÆïª[æ£èQTäDÏÂè8QWüTÙ¹ÎÓÄQuݵE#Fz±[:ôïÞs:Gâñéñ¡¨øiY(b_Æi3 oöUÉ?¯WÒT4'ü²,«JÄpþÈã`s¬Ö ,e×
+ªóÂëgu½ysC£'8$'/£æñ3aº>ôN1K§¼tñuÓÃ
+Gç×åñàÐåN*º$©ä±Ì`àB¥i.%è \÷øw"Wéé¤
ÿ!W*ÀTIã=B¹EEöÖ<Àfú³8HH ¹<ÂÕsóG·Jnî»nkó¦Ë\<SÚcåäÂòEII½aüFýN|Hæë¬wº¹qæ{øÐè^1úWuy¶ùãPT×Kù*HÄ&$5g½DOz=Qú~>λÍÉåH_ÜÜÝ>7>§³ô¡9S$B6t¹mþÿô¶yÞFù]¡(ÎHÀs?⻶âþø?Ër÷q}ÿzй"ÐvéµsöÑÄv¯ñYNâ¡^ÛåF(ÏÃb·Ú¯¬¼ñEC´×À&ÖÃî5yBÉ.s²®éÐ($iÚg a"Oųá5jÀFz}BI¬/@ZFpq¬*À åªèðf`¦éeDoDMì¸AÌ
p¨]|)ÇzͧMÂR</¯ìÅ$ëõ"âºâ°
+hÖ³á1Ô!pêòScÈ$2p]¯,@§]½â§cc¸°²I
+£NÅô8=¤MrZ.ïÂH/õ@(YN¯ sF`Z:©´ Ê
+Í3fiÒ=Vk°°0 0ã9i¸èsvÙΪ³0&ILò}.J
Û¥]&ÍÎb$Î6:c#ì¢.kY¹0Ìÿ&]}.ÆEØ
].í<æY4¸Hd¯vÁ^0âw(HEÌ?n´å$
+£^cü§¼Û.v{G¬Ñ,N>í?»lݽU¤Ó¸¹þ[W;D|P×Löúü¶Õ)Ez OQ+æf·Ø"̲¶óô÷ÁìeÒ0;¡\~ÌÞ¡¨sN6;YRK \T
+P«´FW}$tëâígKô&ö$úÊJLÝ«òãz#¯îÛâ°_,ø, !ÕéF,Óç Äì²Ýî+§ãÆr 4Ôäq¿)C
+f³)lô¹i!Í¢Ó»¨8æ# zva~*^ÙKã!átðÐç`,¬²ÝUWëé§ô^³QiìzTÄöE¢2cNËȱ½´tím Æ( $óû¶Â0
]Þ}=¸¾ç+ºõRz¾±ËºðûÅá°þ\ØkÙ#B8Gj®¬0h«´F;o¤xǼÐKÈûêæÉEsUì¥
ÏT°<ä«Á©?©ÐV
+ctRá'fíK*ºNJ*02©èÐ@ lÚ¤ÂÏG'þfÑé#©@@URÑõ&'xDT ,¬²ýIÅ^ÐIFE&*ò®ýßê¯åªåxµÞÏËÆH+dÄözG×1Ð~iMZááe|ÏÂúOý&ö¨¿²¦þf7V/1»l¯úw¦þ
+¥þ&
+LýOgc¨¿O«þÞfiÕßAÅ¥þ~Pþ&¨_ýÇ{¡þ~VÙúOè
Vý*JýM*ÛÅ[×0ê.ÔBúBȸmÖÜè·PV(¨¼mÖ}Møgô§ÉÂ]¤ÿ|Òo4±GúÕ4é7»q´ô{Ùe{¥¿Cà4éGh(é7i`Ò:Cú½|Zé÷6K+ý*.é÷jé7AýÒ?Þ#é÷³°ÊF¤B/´ÒPQÒoRÙï?Õ7üR³èÆz*%aL¢¦ÏE¨ÙîÜ_Ýv÷:H{sU7ç; <qÎßð]BÀùBÑÄ ¬¦
³G /1»loè8- 4T0i`!àt6FðòiC·YÚà â
+~PLPïFð³°ÊFBÀ^hC BE
ÊÃúþZxOçfȱ[+ÇÞfbqÊOA<D[¡ ©xSdtd ´.1àl1ÀhbOPVÓbÙ£c]¶7t*4°p:#xù´1ÀÛ,mpPqÅ ?¨&¨?÷#øYXe#1`B/´1 ¡ÒÇo
+(ëáWñM¡£_Ðб0Ü-£VWûB¯ÕÆ@û¥ ûBF^;£ìMì}e5MöÍn-û^bvÙ^Ùï8MöJöMìÎÆ}/Vö½ÍÒʾKöý ZöMP¿ì÷Cöý,¬²ÙÐì#TTêoRÙ«âmµØ7j]?
+ßl=qÖKÌÆpçýêm¢^÷hßMZ¥ 0BþÃëÛåÁ3Ê¿ÑÄùWVÓäßìÆÑòï%fíÿÓä¡¡äߤÉÿélù÷òiåßÛ,ü;¨¸äߪåßõËÿx0äßÏÂ*ÿ ½ÐÊ?BEÉ¿Ie»øÂûï¶N`ÔÞõ3Ò÷`½ÃÐ$ü~¡Pi×SHüG?M`Î_:£ðMì~e5MøÍn-ü^bvÙ^áï8MøJøMÕâ?M&Ð1DØKÈÆP~¥Õ*GÔPùdx·Â¯Tw¼Gjë'aí®¹ÚaJ'è*|Òõö¡*ëzS>(>TûÀ¸á`Üëíc+¨xl¥ù¿yú`ÅþgT£=꯬¦©¿Ù£ÕßKÌ.Û«þ§©?BC©¿IUÿÓéêï%dc êï âR?¨RÿN#xÕ¼Gêï'a¨ÿNhÕßOÅÂhÞ ¸[×ëÅæò¬aÍ=¡Ä^VZ½íÓ>àóãñ?¦z°:vÉgü^ûOýe4IûÍ>+ý^VVÉ>áï ¤û)û&÷vb4_Îã Lô©~.[öÔu#ÇÅ%?¢1¬èû(ÓýñN OA(³©´º4¡ñõÅ&?av¡^ܯw÷?õC¹LôOçÔæù^N?Ë÷9DZDYLÀ×¥ëÃÏ«ãVÆÄúò4¸É[a½Éª0u¤g#4f§ÃÏÐ&öD4eÕôï³ÃÓ¡.¶Ø«Õû;9ö~jvÙþ7wv)|ý¡z'FE¾Ï³CÅù®#=Ý@
§ÒøéØþ)cJöKó¿ë(LCBóè«qhMìÚʪÚüëÕo%PVO¯Ë=;ÝçÛ\XÚ#d¤]ÒeãÜ\Xæ©üþû¹TJêÇÔ9©y3¬a#«Üê^¼3µîÞXXg¢¾:©¨Ö.m`ca¥!ãjmh^§Â&üÀÆÂ*õÖ»Í;ýÀViîwª"cë/¶`ðýr7NSò¬Ï[ki¡öËØUX®m[g½fA·ÊEvVù®¯æFë·Ksï«õ¬{»\ïëÝUX¾;É_sý&&Ú*Í]sµIñØëM1x¹©q~xWáfAúë®p»´]
å&Å#ëÞnjÀ«MquÓ[öúë7öEåƾ\bcƧ²ltµ=ÞØõ<N¦ö+jùÞ"H4SF°UVº^IÊòä+¼_«Y|y¬þ«ÑÄïÕV³É¼u°ï Óäò<ìûÎhâá½Q´¼TáNSûL^:ílf4ñð6DÚJt²Q±þÜ÷NL¶NÔ763<¶C!÷ HJc³YµY³e¿9Ó¿ù
ÎÌÂ,HeAZ
qÈ?bÅ{¾yÙ½ØÄ3Í®?¨¬¥¿/k oî:A¥T¬MÖÍÆgEUܾwQj'Îûûb¥¶E{«í÷Ų8¼ÚBB^Æi´¼aeïY nOùÚWGË7¸{!õfð~È8í@þQm2[¼
+¾Ôý}ùî+¾¨Ø«ôXïÒ¾w4M¯ö7.WÇ¥jò»'½)ÝNï±Ün:ÛvÞ²ÜnyáCÍC±0Fß°ò4¿²âm7¿²m~/¤n~òVl^pN±í¿ ÜÈoe7ðiÅ.£ð4á;¦×ï䦵rßQøíNn¼Ëoñ®ÄWM»Õz_ãnýë±x÷çLíø ÏËgâW©7ôÝM#¹Ó¦ØG·ß¼ ªákQkëÍ°}.ªú;)r :»ËýHµ4§ª~
SVµ<÷q]?ôÜmÅ7Iîâ6ûÛwwÙ;ÔMÉfÏ3}6½TñöcNêÃÓ>êÅS.jâýþ»÷?¾¹!ü¡±î¼ ÛV'¼ÝÍ«b[ªîîÆ®,¾Òí¥º£p ¡¹1º£$ãoJhmúõêç_Ù
+l¾å=6·;B~Ë`{ÕlñÍæêÃÕßíp>oKThÿ±çendstream
+endobj
+525 0 obj <<
+/Type /Page
+/Contents 526 0 R
+/Resources 524 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 557 0 R
+/Annots [ 530 0 R 531 0 R 532 0 R ]
+>> endobj
+530 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [342.6799 664.3934 440.3138 675.2726]
+/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:root at 10.101.8.50)>>
+>> endobj
+531 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 562.6401 130.2369 573.544]
+/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:root at 10.101.8.50)>>
+>> endobj
+532 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [306.5539 502.9987 440.0533 513.8778]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://localhost:42195)>>
+>> endobj
+527 0 obj <<
+/D [525 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+528 0 obj <<
+/D [525 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+529 0 obj <<
+/D [525 0 R /XYZ 56.6929 752.3934 null]
+>> endobj
+533 0 obj <<
+/D [525 0 R /XYZ 56.6929 470.0323 null]
+>> endobj
+534 0 obj <<
+/D [525 0 R /XYZ 56.6929 469.4545 null]
+>> endobj
+535 0 obj <<
+/D [525 0 R /XYZ 56.6929 458.4955 null]
+>> endobj
+536 0 obj <<
+/D [525 0 R /XYZ 56.6929 447.5366 null]
+>> endobj
+537 0 obj <<
+/D [525 0 R /XYZ 56.6929 425.6188 null]
+>> endobj
+538 0 obj <<
+/D [525 0 R /XYZ 56.6929 414.6599 null]
+>> endobj
+539 0 obj <<
+/D [525 0 R /XYZ 56.6929 403.701 null]
+>> endobj
+540 0 obj <<
+/D [525 0 R /XYZ 56.6929 392.7421 null]
+>> endobj
+541 0 obj <<
+/D [525 0 R /XYZ 56.6929 381.7832 null]
+>> endobj
+542 0 obj <<
+/D [525 0 R /XYZ 56.6929 370.8243 null]
+>> endobj
+543 0 obj <<
+/D [525 0 R /XYZ 56.6929 359.8654 null]
+>> endobj
+544 0 obj <<
+/D [525 0 R /XYZ 56.6929 348.9065 null]
+>> endobj
+545 0 obj <<
+/D [525 0 R /XYZ 56.6929 337.9476 null]
+>> endobj
+546 0 obj <<
+/D [525 0 R /XYZ 56.6929 326.9887 null]
+>> endobj
+547 0 obj <<
+/D [525 0 R /XYZ 56.6929 316.0298 null]
+>> endobj
+548 0 obj <<
+/D [525 0 R /XYZ 56.6929 305.0709 null]
+>> endobj
+549 0 obj <<
+/D [525 0 R /XYZ 56.6929 294.112 null]
+>> endobj
+550 0 obj <<
+/D [525 0 R /XYZ 56.6929 283.1531 null]
+>> endobj
+551 0 obj <<
+/D [525 0 R /XYZ 56.6929 261.2353 null]
+>> endobj
+552 0 obj <<
+/D [525 0 R /XYZ 56.6929 250.2764 null]
+>> endobj
+102 0 obj <<
+/D [525 0 R /XYZ 56.6929 212.0539 null]
+>> endobj
+553 0 obj <<
+/D [525 0 R /XYZ 56.6929 175.8891 null]
+>> endobj
+554 0 obj <<
+/D [525 0 R /XYZ 56.6929 150.0412 null]
+>> endobj
+555 0 obj <<
+/D [525 0 R /XYZ 56.6929 130.1159 null]
+>> endobj
+556 0 obj <<
+/D [525 0 R /XYZ 56.6929 98.2355 null]
+>> endobj
+524 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F90 192 0 R /F92 225 0 R /F96 228 0 R /F57 148 0 R /F52 139 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+560 0 obj <<
+/Length 4741
+/Filter /FlateDecode
+>>
+stream
+xÚí]]sܶ}ׯØ>H3LàW'qfì&nÓ¤Ik·/i¨-m¼êre7íô¿ xA÷®3©4W»÷àXðàðËWú¯hV5/XUò|µÞe«õÙË3>Æ\BÐå<êù볧_ÙªaM)ÊÕë7«R°²ÊUU,oDµz}ýÃù«÷7§KQdç/·Wêÿ_å«ZZæúPY VqQ¯.9gMQáX.ÔU}þÔüÃs}äÙ¯mË aUÃY^¨ÃU»þqöÃÙêZ±øú,c²©ùê½ú#cB6|µ;+¸zÞÙ½:ûó>ɬ.Âç.KÕ¢(ñ³VÉñ¬¨"gM}(U.¥KæRT6^ÏÂBD@ÖMS,!óûï¾ýò)»Ù®.Dv~ß?í×ÇÍÝ©¿¸Ì³æüzsìÖ§Ãñgýg}~Ø·O·yq{èOËÞßnÖ·æ÷æ½ãýò¸Æ~o}ØíÚýõõÈÕáÝÛO!ÞÕß_í6§Óf3¦;[óñö°n·úªÓ²Qýú¶»¾ßvG3"ÿÙÃþúp¼Ùùóæ÷Ï_¯^½üò Ý«v{Rá<:¹Íy!¡0BDé&ñ¡ANC
´Caé
/¾øBY
+«OȱÛNyÝÿܺ]oþ8ݶã×}ètý¢]¯»~üøݦ5/^Úä±3ZÖÉ7øGzbÅk8/4?/æWÎhUç
+ÒK¦!¿9ÜIìû£f}ÐgD^3Î{äRd,k2Õs¢b¢Ô9Õñ¯/ju9uwÇÃ]wÜþlþºéöݱ
¾Ø8:h{8õOØÝ÷cçtûöj;ó·ß}óôí±ý©ÝÛ$7ªqÌtù·íÛõtöýqÌ´å´éÆþ]ö§v³ïëõjΪLª³"KÖÈa¦ÎÔ÷RdýÏK=E«Ù·dçõJͺ®WÇnõf65fI9gBp¨ßáñ4*¬,CÍ4«éF^WãôAk¸«%¡ñ³ùÛ2 f·~tþOÐöèéÍ $[oVæÅ_ßï¼a¢*kûek2£äâë
+Qú»¢æOîø«s5Ñ|5ÏçµT/Fõ¦éZP á FC8
ífߨkÓ .8
@PÎ6 ö³Ys¡º$ç2¶'áݼÃõ|nÔ\S(@ð(
+Ø˦?÷AÕ!<+yC< ?ÄUKøß}ùü¯/½&ÔSjg-ùa~¾Ö3ܯ=Ãå¼j¢ènáPT/>Ã-f8ÛÍ2Ãag3
+ìg#f¸4Ú³wójøÃñÆkTå¤Ç
+Ôͦ,kƬI¦ñ$ºWÃëu¿,àµZÍç hC
ìe§ÔDÚ&ÖQsÎׯE¦V®²©pÆ6õ³mÞ¦LålãIx7¯o¯úÓ±]6j]é6¤,YÕÄ|f£(x/[}Åõ{ÜÆSð&N¸}Þª³7«åYÃ
+YÌmíg2WkD<Ûx
+ÞË;è¶îøn³î¼FuI1(
+ÚÄIyQéCÒC< _sÿÓáÊk@%&ÃYCëe³®&ë¢Jf
+ñ$üW/áwí¾
+\¿%¯`n£h?[¹jXY§2·ñ¼Wÿ¸»÷×L# ÖEÁ8Gµxë)%ˤÌYC<oâ/Yp}"+¥e^ѽ-òá¢1Å/çeÿIw &³ÉQk
+Å£P1áÕ)¢*psS-JX.Í9°Ncƪ¢)çk6Ì󨵩°ólþÂÀÄPn*ømû¶3æfkþ¹jûÍÚ¼ÜÚkóJæÕcîÌ_/Æ /Îûñ»{8x4M·}×^iµðJVñB_
¾íy¹pD;
+kT»þ»v´Oûî4Ù?±qÁ³ì
+æÂçøÓWß7¢PzÒnFËó°ïàÆcå²QâZµ8Ú¥qÛ¾¿ß
+·-Âm¤§ÍiÛ]MÔí¸<ÞïuëfPË3Xzðý®}®Ùù»ÁÀ=b¨§ÍÜÓh2ÿu¿ùçôaÌÍ-ÔòAðq?Ú¹ÏìP£®Ñ3ùeK%3ÜÄ áºüÔTeÅd!ªÕ,rhÙÍ©7ý!æ, cÖ
+h¢äð2f¤1µ¾ ìäÔÀ'h£f\ <ÇÍÉd©T(ã×4m8<-Sßû¨OÌ4,ã<_~3fùC#(¾¤´½Õw±T³2ÎT7W¸«©kZJ l7«ÆÖ
.zïçA¦sæ'¯dj¾KÎN!aKìmÀâjdjÆØÚ Sðeu³ìÝg¢¨µ®Iãkà l7kt<B;µÄCêæ
+gQªQ jÊ l7kd<Jßï¯qºcèd
+[]JʲjRÉB8íf.Cgñ²DïfLyþÿ¼öZJ««Ì´ô+|«¡ôj¬¬rXzÍj3¬°ïOûúÜËLl»i 4` hÃÉÒµÇí¦ëgTÞÝ]°
+
+Ö`,ïx¼ùxóS6R]ò_7Ø(ã%¾õfªVcG©îy:·qË+u¥fe>Þ4Ðù¦}óÝË àæ
+Ú²K"0Gѽü<ªº ²·º{V¢F-´¢A{/}1ëªc5{¦òx~sN{HB¡ÎÚ°^¶°(
2TÖ¶ìËNð]jÕú'øêM7oÆAÜr(½ØíL´S¦8°-¬#A'vÊ$Û x/oL] %ª f¢PÝ\a9«£ZT$sxÝÍ;pÞÝEDOs»âA(JY«®kÈc öêZqÔÄ´,«y^<j»Gm¦íÔ7KÚ¢ôèëþ9x"JêÇ{øjÑQcëå
+Ná µQÊ`ÈNÎèEË(ßɺÄaýlý¢-óL¾áðV¾ÍáCIò ´)QÓRbÒ9xë¬ÎYôJPÕê.¼OÆ
+0*Àï2µG¬×IÀ³sò£¬ØÁϤ
+êgË+qÒ8Ϥïåù¬àOâ¬ÙIÀv£úN«zN®IC<
nâê)Dzá´m¹ånø 26øÆé G45«êª HC
kâ¨nÏDÖ6ãʹÈXUTWëG[³â¼ê"¦¢©%î¼Ê³¼fò§Ãq×n7ÿrW¥_öýf(hVÄ$µÈºþÒåÕ§ÔEóÑOÔ*LëtÑ[¨þü íH
äbyÂ(f©R
+(Pd7§FÞ±ßû
+NÕ/-p5áÀ^®°Fg6Ò8OàØnÖamò®Û¢OF íã8ª+Ìتä4Æßb»Yãk¾a''Eus
Â;/(pø7¨¬jEÈÎ$0:IÐèg¾þÌTßõDº6À6aù²{ÃwÝ:(k1¨n®°
+´Æ]c{ÇÀv²FïºðÅøNºÅ´²w>MGUo]+zqdмԶ£;)^tR3ÐgÑKÒøNÏàØnÖèÎ¥ê¥fQÆ6@ust.Ugdeê¶á¶52 ó2×¥Ùø¶A¦+¼¢)Õpe*Ý1B^æÙáa7zÏy^²Bòbú«¯e=÷üCk¼á¬,s³+ÎóûÍv¬5¿¿÷l
+ñvüàº=µó:èy.5ÚQ{¼MðÀKÂóJ]õ<èÆFáky²E
+îeÇôÕb%z¬0Çf´4<¯
+'°Ý¬Gm1Jx*ÁQmÉNs½OOîcOÁ¸z ?Li±{8m{ÇÀ
;Ë¡-XI¥mV(ø±`e·.]qÒvíJ ÂrêÈútV$x
+ÞÄKøð}¸Mó¶7S`s3
áPÊÚÖSàcñø>´Êµ'ÊyºÃúÙ"÷r2ó<µ'áÇòõ|HÚâ¶-E!pávÊ÷Yt=JÛ.h x/ol:5#Ϊ/&Oål«É t/¯´hì¶
+NúA祺þ6µ(¸zoܧð{ó®ùï7§[çÞÆ×_/x}Þu/nÛãéòªíáUýpï vÕÜ·>îûîx:¶ýÓñãøAê|\3<%é}×XZ@Ô0QÂ3äA}?Ëè{ÕË
îµDLÐ÷8¶Ucÿ«¿ë{pjµî$ÃѶM2|ѨǺc&Ãq\+ÃÑdxZÌd82|¿~s½¡CöÉ=²'ºOà
+Þ'ö~ëeöÝJíñ=ÞóY at ww}tÛOðn
+á³qdØÊ#´?¦ú$×Ë)î6eLbË p7kLÛMÊåü J»õÆ1¥úûƦaYÑäóM\¦Íö!ÌFÛÆ6)ôîà³Èàåq"P½\ÔÖ1Ú^¬»»m7Ôüb;ɨªùpÜHÆÅW-<;ÙÏF¶Wý¼¥ÙOeÜ]Ûlc~ZüóÓG*ÝêjƸù¡ê¢TWÐ:¸òµQ¸©>Obªãà^VÂT_¢ÇD7 ¦ú3jª'òµ¢Àv³R¦:Jx2ÕqTkªã:Oä<©yÔü²í¼{>çne+²u9¾£&s*wk2ð`2/àÎ:<¶Û¡¨ ¨EmíTÒÖà&àÁ½ W}²L^Ö¼ø0·õO¬§z)
+¦ð!gÌcµµ X/[Xà ©¬í<8Üø ³ûéâ´íî¼.N-pE]æTÚÖe&à¸Ô)-Ïõã%1Û(ÛÏ®±Q+)Ëä·ñ$¼7j°Ã¶·8íLM¥~
+ï!ìB*YÏ7Ëì
+K©øñ÷Ð~]¯óe=îÓøh°§ìBd¬¢~H{}
+ú¤ õÖp *vrRÆ:Bõ}u´aµ,A#]1á(²UáXgL"<©7fŶ|Î:`ª[ÑLôG§>ÚËx»À]Nê
+p>±Î°&*ëfÂ÷æHëXÅ¡¬1?ÜÛÿý«1í¸·Â:Ãþ@ÖÓ¯- È^.ü·Òúc*DZݬQ%g56ü&®¤(Ýt5ä¬Î2»é6
+ÜtsÓçùân:êå¢ÜôçÛÃZ[ÓoÇþÔñÔDAg=ûHg½ÐÎzá:ë¿
+øõÙróxûjîÛñ9çqß¹úºïQ=?p÷ëÁÜÔ®mî¾Ï¥¸ï8¸UÑÙMgÛMGõra»é$Ýtd'ç°éÞuÛèn:(ßi7ÖÏ©*T9OE-<µ,àCÅÝfsq3ì@N`B øó³è#²]mð°ÜXÀc[ôà¤G9OǶ5ÑS9[Ó7¦ûÛ¢e<¡à ~6|DÎSU9ïåuEÎÖO*¬b¨Ï¢E§¶OHð&.4m÷QûçmMoÙË©ì®Y¦ô]2q'áݼñÊîqM
ÓV«ÌZêËÆC09×~®¬qãYRBð_ÑwnJÕ¨º|ÜßæÁîoó¡ÆsÝ0ÑTDyÆó,[ÜxF!ÝL¨ñ¼£gØÉIÏÕ6ÑYãyÞ²ð&Ö
+Vâ ð38~øw´:'¦Íqpp7kÌt_ÍAùÚ_àÁ1Ý\óI´Ò$¯-9Á±Ý¬gתY¯¼8¦Q¼8[x,2}@¢cË¡t£;Õ· ¶¼eúØeTMBÈÿSVêßiªð§¹þ ßA@üãì³ÕµùúLÏ@j÷^ &tûîlj¨yg{öêìÏ>Ë)# ýÅZtendstream
+endobj
+559 0 obj <<
+/Type /Page
+/Contents 560 0 R
+/Resources 558 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 557 0 R
+>> endobj
+561 0 obj <<
+/D [559 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+562 0 obj <<
+/D [559 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+563 0 obj <<
+/D [559 0 R /XYZ 56.6929 732.2374 null]
+>> endobj
+106 0 obj <<
+/D [559 0 R /XYZ 56.6929 702.5053 null]
+>> endobj
+564 0 obj <<
+/D [559 0 R /XYZ 56.6929 667.2187 null]
+>> endobj
+565 0 obj <<
+/D [559 0 R /XYZ 56.6929 648.7762 null]
+>> endobj
+566 0 obj <<
+/D [559 0 R /XYZ 56.6929 650.2357 null]
+>> endobj
+567 0 obj <<
+/D [559 0 R /XYZ 56.6929 639.2768 null]
+>> endobj
+110 0 obj <<
+/D [559 0 R /XYZ 56.6929 604.5727 null]
+>> endobj
+568 0 obj <<
+/D [559 0 R /XYZ 56.6929 578.7294 null]
+>> endobj
+569 0 obj <<
+/D [559 0 R /XYZ 56.6929 544.1788 null]
+>> endobj
+570 0 obj <<
+/D [559 0 R /XYZ 56.6929 545.5039 null]
+>> endobj
+571 0 obj <<
+/D [559 0 R /XYZ 56.6929 504.4775 null]
+>> endobj
+572 0 obj <<
+/D [559 0 R /XYZ 56.6929 505.8025 null]
+>> endobj
+573 0 obj <<
+/D [559 0 R /XYZ 56.6929 466.699 null]
+>> endobj
+574 0 obj <<
+/D [559 0 R /XYZ 56.6929 466.1012 null]
+>> endobj
+575 0 obj <<
+/D [559 0 R /XYZ 56.6929 426.9777 null]
+>> endobj
+576 0 obj <<
+/D [559 0 R /XYZ 56.6929 426.3998 null]
+>> endobj
+577 0 obj <<
+/D [559 0 R /XYZ 56.6929 385.3734 null]
+>> endobj
+578 0 obj <<
+/D [559 0 R /XYZ 56.6929 386.6985 null]
+>> endobj
+579 0 obj <<
+/D [559 0 R /XYZ 56.6929 345.6721 null]
+>> endobj
+580 0 obj <<
+/D [559 0 R /XYZ 56.6929 346.9971 null]
+>> endobj
+114 0 obj <<
+/D [559 0 R /XYZ 56.6929 312.2931 null]
+>> endobj
+581 0 obj <<
+/D [559 0 R /XYZ 56.6929 289.04 null]
+>> endobj
+582 0 obj <<
+/D [559 0 R /XYZ 56.6929 270.1143 null]
+>> endobj
+583 0 obj <<
+/D [559 0 R /XYZ 56.6929 271.4393 null]
+>> endobj
+584 0 obj <<
+/D [559 0 R /XYZ 56.6929 230.4129 null]
+>> endobj
+585 0 obj <<
+/D [559 0 R /XYZ 56.6929 231.7379 null]
+>> endobj
+118 0 obj <<
+/D [559 0 R /XYZ 56.6929 197.0339 null]
+>> endobj
+586 0 obj <<
+/D [559 0 R /XYZ 56.6929 173.7809 null]
+>> endobj
+587 0 obj <<
+/D [559 0 R /XYZ 56.6929 138.6325 null]
+>> endobj
+588 0 obj <<
+/D [559 0 R /XYZ 56.6929 139.9576 null]
+>> endobj
+589 0 obj <<
+/D [559 0 R /XYZ 56.6929 98.9312 null]
+>> endobj
+590 0 obj <<
+/D [559 0 R /XYZ 56.6929 100.2562 null]
+>> endobj
+558 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R /F90 192 0 R /F57 148 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+593 0 obj <<
+/Length 1322
+/Filter /FlateDecode
+>>
+stream
+xÚYÛ6Çßý) rQqIJÔѾôJÛ¤(zÄ@Ò<Ð2×V£#Î~ûÅC²¼¢_Åb)j8ÿáùÄÃðC<£8£^^m°ww¿n¶ Q0·úq·yø
a/CYLco÷èÅÅ f^f4ñvþ»KñØoÊ°ÿSÓ<íáwûq÷/
¡q(F E ¡©2Æè800IýõaäæõÎFfK2BÃ!®O±wY¼Ý`e)ñ.ð2âUF ÆÔôw¿'æ-PSö2cÄ c±Ze`LÔ¨Øì$zèr²)yso7ÚæäÒTü«ÝRì7û-Á~)*
üqnZhb¿/ê£^¸ùÃÂÂÂÁZ ,Y4úzµZóV:Çç¶ÙóN=õÍr$!(Åz ¸K"¬óQ½~òLë÷iÆvD0r·e ÌÎ`èDû}^ !?9?6Hed4
+QádÙ¿µºÍ7Í7R)x'T÷=ÏO×Iw>6eÙl)ó/ì¿0µRh®¼>¨FQ?6mÅû¢©¿]Û;q¢4L;çV/ì|È£öµw/ZJ&à¤Ô-iîH¦±,c×}¼ç
+]Ñ}©Já1©¡}9ñ^H·ùB÷>7jԼ߬f
+~È*Ôj¡ôÔª±3¤ëP]T§¤
:ê¦bÞAo~dA×éóíÈ«T-tgQÉ:ÑòdPgwxά<\¸ÎÓ%9ñtJZsÉ+0B¶¿ô¢¹NÏÏ&»¼-νFó²4Ù¸¶úÒÚÃVYÂ1¹óÑ[9X+9±h¥Krbé´,çDoO
+Rȶ©4·[3ôç¡_+Ѷ¦8ÀÇê0äKäíP׶ìÚ<£7U%¯á'À.£;øgVüÆJ²`ëø]~§¤Å?Ü飲9ÞÖiúSÑY|hpÈx£y]
+³{qSvG®*ÑPñæçQl
.Ä(!ÄMwnµN×Z©Ù]§¤¥ë4t¯$/'ÑJ"Yâ¿[â¯TïÈ4uB§ºGÕ£´¾¶^ë
+1¾èÀ±)æð¨"!Nõ&^Ã^
+WÂÏÕcÙûÁi#=ôªíyÛë±¢?Má[ vuú?ÈOóõVíJ,>Ñ-¯ïnE´-1ÜTB|§ÎÙb¬dìÉz¶¸$§lqJÚlKî¥h|(z ¯¨·³<ø?É¿X-[,JàÎÀî\çVTÆJÆ®£rIN¨Õ\òó&Æ
ÖÃW·/ä¹DöºoíÃÈK69ÎZ _¡^ÉSåW¿ýùÇëµÏ~åáS?ÈZn±#2Ræí¤þq¨@Wõ,²ÛR:áó ä'^Ew½
Tú¨õùñz]¡§Ä,Eörª¼D¸¼0ÄàF}'AfV1VrÙz¸$§qJÚK¾×%ËMc±x+^8!ȼhÅx£ûN{ülïÆãÍ£èÀW§_6PÆô:MnÎf¯+.CQé¨zN7=?è9Õu^qpe#/þ{!biÿÿj &Fí?JXendstream
+endobj
+592 0 obj <<
+/Type /Page
+/Contents 593 0 R
+/Resources 591 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 557 0 R
+/Annots [ 596 0 R ]
+>> endobj
+596 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [170.804 721.5872 284.337 732.4912]
+/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:swift-user at ci.uchicago.edu)>>
+>> endobj
+594 0 obj <<
+/D [592 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+122 0 obj <<
+/D [592 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+595 0 obj <<
+/D [592 0 R /XYZ 56.6929 738.4887 null]
+>> endobj
+597 0 obj <<
+/D [592 0 R /XYZ 56.6929 712.6209 null]
+>> endobj
+598 0 obj <<
+/D [592 0 R /XYZ 56.6929 692.6956 null]
+>> endobj
+599 0 obj <<
+/D [592 0 R /XYZ 56.6929 672.7703 null]
+>> endobj
+600 0 obj <<
+/D [592 0 R /XYZ 56.6929 652.845 null]
+>> endobj
+601 0 obj <<
+/D [592 0 R /XYZ 56.6929 632.9197 null]
+>> endobj
+602 0 obj <<
+/D [592 0 R /XYZ 56.6929 612.9945 null]
+>> endobj
+603 0 obj <<
+/D [592 0 R /XYZ 56.6929 581.114 null]
+>> endobj
+604 0 obj <<
+/D [592 0 R /XYZ 56.6929 561.1887 null]
+>> endobj
+605 0 obj <<
+/D [592 0 R /XYZ 56.6929 529.3083 null]
+>> endobj
+591 0 obj <<
+/Font << /F50 132 0 R /F51 135 0 R /F52 139 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+606 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozeng
e/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+>> endobj
+230 0 obj <<
+/Length1 1647
+/Length2 8562
+/Length3 532
+/Length 9439
+/Filter /FlateDecode
+>>
+stream
+xÚíweTÝ.Á-8$@F»»àÐ
+4Ð44nAC ¸»»@ÐàîîîÁäsάïÞù3s~Ýu{îõîýT=UµÚµÞ¦¥TUg BMA²P[GVvA2bêä
(CYÔ@Nò&6'V
+2qCm¥MA m
+2pr8ÐiRP;7ØÂÒ@¯©¦ÍÀÄÄü¯ß& S· O`[ ÝÓ3ÈjÙ:>QüÕA £%`¶¤TTuåß èß(kÞlA°§"TLmÀf E°ÈÖÄ 0 6- fP[ øwi¬O\ Èüär5Ùýv ìàðô ; ,`&¶OgàmÍl¿xÚ7þIÈ}²<aOdªPG3ØÎðUUZö¯<-MÇv ?Á ¨ù%jæô»¤?ØÍêh¶u 8\Ç2`;·§ØOdv0ð4À¶ÿÊ YÀ6 ''îߧó¯:ÿ¥z;;·?ÞÐ?VÿÌìè ²1gEçà|iæøÛlÎö»_ämÍ¡ ö¿öNvÿÀA°?Dÿ»g0BmmÜ @9:2Ôñ)$þ¦2ë¿OäÄÿÿ-òþïÄý»Fÿåÿoïóß©ellM O
+ð×<
+[ÀÓ¬(~à÷Àý®&°ÛçüwkmÐ_Yÿ'çßá¿BHØZ<)ÄÂÁÃÊó×6ØAì
+ªÍ,æ&6O÷g_ÓÙmAO"ÿ9ß''vö¿a`3kÛßjðül¯áI·?°©ËÈkêª2ý7Óö±êSW8j¸Ù ÿI[
+üçâ7¤$ÔàÁÂÁ+ `áäcºO×QÛëÿöÇ¿ÖJ&0°+@ðôûï¿V£±5÷º£-ð©õþ¹ñ6sÁÿ3
+*ÿÇúÏ% \Afè3P3!«ø¤ÇòiÝÒzmÝvyUÙ>¥ÐVïøàe"㻲 Öê
+n»v÷ë
+=mD6¯[ã@¯¼¨Ú3qèù6üØó'ìi{+.!¾çe×ÚXx§f{Lö³ztÅàCíéC at siõÁìke$aN5^yÖîÝí«Ë×ß{twµ µ¯2¥F¢Ñ
+9#>§ó±O%{¯Y䯤XSôs,±g<»=>ï¦á >ß0qriz7«QèâºàµÇÄK´¥`4¸ÃJÞâ|´Ë½Í\ôIÏÉf-}nÛên¦yòSÖe¯Âú¥:nÍã¨3Ô {ãKÁSwûPB[1[[V_Uái¹sMwá¡óR÷«£.ÊÌRÖ±¢²ª5nLÛ7!{x0R.EVXÜJc{4»¼&>/æÞgÕU!æP Ê̵qäÈe+´(°§{T2/³`Ø
Ð{)GrUònÆßvM¤¢íR°ÃÓ:Äè2wçµhígý«¢È|*^w?¾AþhÝÈÇ¿\sÜá&«Ão?
+kUüòßNq4ØjÌ@û[¾`?P¾ |+l÷a&^
+Ý®o<äöHïÓ
+Þ É3Ñ×ÜnA6¥(G¡#'vQ¦8æ
+)_I-oïp9Ö¼Û]÷¾¶W¦_8ÌLµµÆ(®ó4äô²øô;±R9C¤yÚõ{ônâ$£~0búß>Ã&¥Æ3ªok]7ºç-<ÄÊÕaHJ§-J$ÐG¯aÃ;©rÿ¬êJdDl³.r_Ç\ìBÒçvöxåäâ¡öÝÃe'ý°ìx*îï=9ùqéiß÷ó»ÒÐ}óöÙFGä¥~]!/ã=öR¹õ_ÿHÛ4S¯Fâ¦ZS9Yn¦'%¿DÇÓÝNÃÏBå×)T÷uJür¾°Xéú`ÜLZ~nET«¶þ£Ô,5øݬÒÀjèÌXæW·¤°þºµÎ|üI0FÙC]«ÿ¡Â\h9aN>-9oô£Ùá×ÀuxgûÂ<^êßEÐ!<Æëöãv
+d@ì ¾:VFüëSmùg¡äíÉ ñÙ
Êl|Trç¯Dq¨]÷72ÖÄÕ/³§."ß\,¼ùùîÓ(ÎI¶6b{:ÐT1d´¶øN¤ÅuÌê º½~pûÌNs at t"³Ip£C=LEÑï÷Ås´Ú^üFµ³ÜqUË5&XbXY=(öµ(±pÀQVó`þ¶N`èá($AþBé+KÓ7\ê¢öø¯
+ÂWÞhrÆ
+³-R
+ù²pçÔJú a[ @
Ïö¬»vZÈg
+½¨ËÀå{d·CçZø]¥æY'ZRõõ«ýé>âÇÁkè¬(ªzy*Ò\Ï%¬å_²Ree
<xÂ,äx¸·ØVLñ^»Æ k¹Ê¯\þÊØÀÿ@b9·%ÐFáµÄ£c8ëfB¹éi}SÂ|û%}^OÃaëôéØe¢Å£^L×Ä hééå<U³xÈ°÷^
+(ÇÞ«ðRÿô C»äÑH©ç}`LYã
+Áí(HüêP´¶'¡B×&? 2©6ϳXÌoáSÿ0DÓñ M*UúÁO/G¶dÜèaëôÙGfxsÔ1º6 at béy¯l9s)W¼åhÑrÇncýaÊOæg$ÓNG#¶ÀOÜ.`0ÕY4o8R©/칬
D?«8°Ëy;ÇÉÄ5Dp-ÎÄGçÇÒí×ýì:¼hÁvu÷·\?]§Ýóضn<$PbÃvømz^H~°¬¡¢ûbÈc©×ãP5¬Xm37¿Ö3ÄÁ0Ð(,"â®ûÔdõ\¾~Wصì%ßC%ÍsÕoçðAñ
+©%'ÂÎxLi<ê¡St8¤²
#Ƴ
+¡kè$Ò>
ȹÖy|Ñ(eãÒþc`2j@º±¾*
¼bî¤~NÊNHEÞrÿÓÎîÔ=®B&ãM½¥Â#w,ièbÉ»iÜ«qJ¼¹DIÐpÒ{°«õ®ëg²kkf=;gd"Dü5Ø\Áç±5NâÌÌÆoc Dé
wãɬ5.Eò²j6äÅ,AOȳiUnÓ¶2·z²q*¦uZ¡£>¾aì!ñSýì±Õ^ÁË/ºîPú$§Únê
¶U%Çá]r6pȨֺª¤:ß÷Pãt,5
+@Â}u
+£³×ªô1~ $2®f¨ÅªNH»H¿2ÿò3Ûöüã¢-IÚæѯ×}á©÷ÁXïRØõð¯Èú6jSn4É´i]DãrÝãè>´¡jâBmí Ѹ
m(<ñÝnÚ¸ÛLý±qx\*4> þ%_ÃÎæx@ÞÈÝw÷u¤´mý¢Fd°|:³2 =æÿ¦+·Vë÷È.Ü). ù2ĵÎc,c·¼¤â8]1U[â^Í ¬Ó=âyá0!Uh¸/"Háâ,¯®Vy\ûÒ»:ëqÓcIø-«øoYLäÅ-9¥[åE}{³è&[á´ÎN(åÖAúÜ1üïÏÔ]{ÞXsÀgÄ÷G¢î®l¢Ë0ú
+÷á·¹ì]¹Á¬,u/¨úØ·ò_ÔÃôê¤QY){5à«5Q¦Ên#Ý»ÏÆððä÷H5kÍxþLQ1¬ôqE0ûÚÐI"«Ó ~8F9"°·UPðÜVe=¤ÏÎI®D^4^,öØYZgÖçS[gÛ9f3ʱ8Tü ¹î=|vÓµXWí«ØèõêöÛ;ôÚÛÄ¥272³ÂïþýÑöñl-=¼wþñ¯fJÍ-ò<eq¦S8¨u9£ÚD®?
+¼I&P¸ïü --pñÕyÒª\B£_0Tª'~óùþC|À5
+ajSZtM§½:I`ݺ>J¸;Ô7¨F ÚË[¾Ö
µ_l¸['Y±-9ÎàäwCAÔéFbçC¥º\ßMä »0ÄÔ ãr¶Ä½éä²Ä`·¸gOp.
èد`,ÌþÒá!b-hßx(1Wß)çàqàĬ¦5ÔU¤Sýje at Q¹dXUy´ûÅ4¤ jD¹²(¦¬µÙ{j"s¢J¸v£f¿ylâ¤`8,Â,/xQ#h^çyÄæã,3Á硯% ³7F Ï¡|ñªòR_ÚýÛ¦I¢XGýwwâ-t5øñÙzb¾K³\Ç]w§¼J!+tàDð9&ÿºøK)6ÍÒÝÌéÀh ÒÆçbLЩèê4õÒy'
+'óç$§3Ã^¯téI&DHjÔ×±ßUîTfzÕ7ìx<Ý«3»¨9k
+5ÃUßi°î|*n at a8Ï=xù¾??¬lÄBn4P_£b^®Súctºà×RuIWßàcø×Öül ºaÎ$^ºd»GÝƪÐ8ÛÌSÃå ~WuÅú±èh?ºÙ¢g³Üó1ÂpÓ¿r/Â7ç4CÆ
+Úìz¾ oÏãüêp£PاB6Ko
+}3üÃGXCaRÜôiã#ÐÕ¾¿Ü·Ùdë
+*ã
+¹©T £,h3V8LfÛjcÁ8w²çÏì%êèò¤aÏâ8¤ÇÜ/Í{øe=ZqÆjÀ2¿¥®#Àx_ez3´u+5-0Æë°Ü
+´Û°/H¸¡f°}yáäSËjj¹|"|2
Dd¯ÉþÒ7jèxâ\´X#º"öÁ/ѵµ¢@¼§sAoð³¤ñvÌ|CÖ¸BÒK,öÍ9¼Ç¾dîÖ®dÔzÕÿíaÑîÅtøÒµF=QB¾§ÓBù :ïÖô{k+*,
+æµvJâa³º¨Fù!1saÊÑ<¨49ÞÕëù>×C.i$QdÈÁq¡{¥{§Ä¶s?ïÿ+Ë[nm#ð ð16)èôÓ
+×S{µÞø%djéÒÂn2HTK
%Ovp¨{&BøÈÎ~WFÏ»m<Zï_µ·¶EP|òÚËMO+daKyÜÿ^@"A.îJu.)°{ÚuÞoI ÊÇ.«Ë¤ '¦,Ú\kï=Ó'viUQ?:¼ ¸áÆG1w¡E¼½]»¹ÈuóÈWÛg´!játµåÀâ³ÂWÐzmUÞR³hz½R±V½S¦ÑxÁ»¿ÇqU³SÀ¨ p0â ©çÏÑíä!S ¨î>~4D.¡QkØ5ÜYê
+¼W ¢hïÏLcñHOñhþF ÞR9Îçê\ÿÙ*v§4ì¡yXÔVÊ]O9 ÷÷u;=h ³6·
+¼±0.ô 9§)°OC>kôâAK35ÎÈÓÂ%<æ«O!¡«ëÒþjP²N(¢^ëõ¸È&¢5ÂPªqϽ&yMêaÁ~ü¬*æÙJÙhøìDÒ
tæ8XQÇ?hàï^qé®/(fµr¢Ý`(`ÁZµL£VgÇdÄ3ñVÉ©DyÏYfä¶[}X>§ÊèjÅ´~Ç*(©XêÉ])µÿªP;¤w91ä¨HêÀá²Ûô6.ÒËú®¿£CñvËgÂNmðÉæû;Ö¹¶Åò[¿õdÏô%¼#4q!
+ò&èò®vR>m=,ÐÑ$Q´+Þ&i9H0¢ SUó{ëÔ½<¶)÷
+c|·ÒL7Û#¿ÿÐoE`ìáXLy4äèçvõ`1sFVí{<ÇíÀB[e$ÒôÆѺ:¥ºg§]%×' LåóL¤uaùN$ìUßNÁò<46ò<*2)LtÙ^7ñ¥9¯MeU\lçô¶u¯tO6BkÞé³J¤oRÆ2ôÑAÿÓ~4îb£ôhN,Ø>R9÷åG
+\/¼ÏùTV÷Rô²8³ÇëùçZöoPÝ&80¤óJäê¯ {\Ϧø£µ¾5½Ì· ¾®5`-¢1ó«¢ùÞ[
ð@Xç{äg,ÜAûQ:ÜûBãA:*¤¹H'îÑw1°¼[7ħÅ
+ñëùô&%°HÃøkgr,´ïV©2¨^(°\ªÿâ.4ó ¬èCÓÒÇìµnåY«r³hâ(4¸Åkï"ôoX¨Ws·²}·k"ÙVÒ¼ìßOX\hµÊû÷MsZ÷q 9¡î'²¨èÃu]xÔ¬X¸¸7]£g&§äüÊ}â;²b8Bù9´W½Ò}n0i¾±.v ßÕ7ëòÔ/Bó ÒÝùDòh~
},,FpÂ,c£:]úJzbÃhEçFµÃ7\pNNf)¹æ¯Zy*T¦æ0÷ÁÖH¸¬yÍCûóÅ|½[o,Eß;LD¼qAò×îãȶÜÍ8'-ñ»zÂ
+A>H|
+ÜôiÕ5$S¾þ4ºQî¢DJåÑ©l<ü:ÞD³öLÕm/NS¯{÷~¥p¼ø¢'SAùðY at P·9«º,èc`866RË0öÒâMl$Ö:0FxPF@ ªÒ[üc+ at KVûÐrvpÚ©÷xt'ÄK¯-A¨rýlö#ìÀ°¯.&Ntwþm¡ ÌðåòMG|2
+äýªoËΫuÉw
W3ñ¬iÒ>¥õ/,
+kÌÃ
+&Â>ãaèù¾¤ eÅ
+ õiÒ\üâµ#®U«ôì¦ts'2Z_øÉ
+QÞËI|øº_µúöʲqA\2÷N§#'ßOn¢±ÂU§(zÉh;\íp°ÐÌ<ÌV#{ÿ+Ýó6_Sñ¹\ ¬Ø4¯¼÷[.r÷¸Ù®N ½¤Jo6ÕäÇÏG°&=eûSåÖ@\÷Mê^õB7<öI ¨O¢=3ðÖª;MÖ>îvëÂGª6»õÞ¬
+¶úgSªT8a/ÇOn
}Ï&¾Ù÷®ºnNLé?Ò#fMâ·Ð^Î\`î39$â$5+Õÿ8JB@*øʯÎ$Ø;É4Ó"ÌY7h{AÂBß,Ï<¹X²'}´%yÉõC9X«§çì×~
F4R;ÿXl,ÓÕ£ÁÞúrò6Ó(©ÐyLlÇ/ÆxÊMÕ¼B¤ át ûR[ÓE"D¢Sø{Oæ¥Ûoùö¹ÒY Ø¢ùPµáÊ
go
1AõA÷ãÜþ¹3_ÄþyÜĹ¯x<G2ø}É_1.2«=4:>lÖûI1 ¿%¥$<´72òþ6qªtQÀÀ%XõöB\±I}l©s@ÐNdu{OágäõA$eÉÆcäxgé¯9¶¿Äf'Öà6¤Ò®Û¼K¡ã.=¡__ã]'Õí/=Évo®þ¦ÿã+¼×8ëv|y»Âø®z$fPz%³¡:
?\é§(±»Wvì7ä|æw¶Nio=K_|êãà»ô»,¿¶7Eb·èÕfs£üþÉ÷1÷Î(Ôÿ)tµ{¥÷@åó2s:HÄ5}±7©üÒ1wtBÞKñã´û$!Ó&©5}/~Ú¢ôm«ªÎ£(¼D_½ÂGOnQÈMg%Äbná ?ÓBHîMÉþ¬ÄsÈ3c¹E/JôŽ»Ñ´Ë)SiI{дÊТ¡Æ·V¨¾çd
+J=Z#rÝ{©ÝOØ¢vÇñÆv ²²z8¸2|wJ¾ßÍqRÒ|%QËytù°§§Â®^ ÛÂã
kHg °¼^ÓoÂ_Ú>ú¶)yÞ B£Ä«çüëKNÊ¥äÇÃÂwKýµ¦ô¢ÄÈ:¥ôo92¾q%oÍÐO1RÞÅïsÌÔVÃÌ«3Pß®ØóÆ¥Óýr×PJ=)ãÙÍ£ü2Ï»A^¸
+y`}ì]K,à·à}ÕÇ&êkäiæØã
#ðó:]Å¢ß)wÖ/Ê]È¢?½ç \ïƵ¢«^9l¨åIдdp¢ºÏF)±f[g¼´Yïã_³PîÓDÁâs'?ÂæUBlÍ`EÒ¨°þ¨/U.ÍôprB»ì$»¨½û§Ï;HemäÆÍÂÝ
+
+,®
+ì+:³õs~ªÏâZo!9º`°D~fbÃâbìxx>f;åô2òÓw/p>~öBÝLR_±h¿R/ÔçÍç÷ ·Ú÷rQÊ°»7V"âÄÃá´ñÕYt(³«µûµÓI¡¡Ê%¬¦^oécFãZ¸P«
+j
+<ÿZÔÂÊø~g$9Ñ~>]a¤Xâ»=øñҽݳE¾qÂ=gÞ0ûåUiÙ¬.æ㢥eð*æ×BîJ
+ß1*HçhÓKMÌÚºËÆÙt]¹L®Gú¿à~ñ.§rq}Ð'óÄ£óp
+ò¯Ö)±º6îçűá̱ÙÌÄ>AªJ²ü··oó
+ÝzMÎ*Å_ëwf²ÖáÞu znÑ»è±|_zÏs9Áîãs ©G9â4"Â)çdk×°»Ú®EO%{ÉÌ6sHÉø.l*½'ÉQýêE{_úÈx½ÛöÀ aW¨gcVc§Oý´ç5UynMaÇçz½Êê*¯uU+½ü5Qæs7#j°Ìä¡øáNò5aìò³Ü P£i¦ÞàðÖ¼Ébh¶è@@ò í
+f¥vcm ])Ã×¢9Ì×}úØ@¢SöõÊ'ìÎH»X7´.Woì¥1¢ùÃ[Q¾,wÆ2y4D¢nóÚ"íÚ3XÒüDÄåýMÚ´?&»óx¿y¹5cý®îé¸ ¡(ÒEÛ¨»FM7©è çúmY=Pó Á©ì¾#x07|zÖ9"U} f4[äÝ/gËÚæÐøjØÄ/£ËJ5¹¼
+~u)!2ûÉEÚæAe¼ýÔÒ±@³j»Åx½`8O¨ØiÌj½fÛµÁþd=¡e$Öód3r߯²oúîºfgE*§ 8
+G³Ù_Þ8Ú`÷ò¶bwKrü="1·|Ä¢Y^wó-¢£%
Ú©ÛÆÕ¨Vv¤¿e³èg+e¼:üêc:üGç¹è¸ñú -÷£ú/v{²¡ä0IZ/ªfQ²VÄÓ»cLêª~u ö»qæfõý5³îÀµûÍåºgÀGÓ~kdßù ý®ò&ÜïWËUß_ð-j[¦Rc/Ê¿ofäúü:Cìü|uÔó^Wõ
+t¶N(TýÈ\z_ûñº ïNéæ}ç!ʦkyÛ7lß
+ÃQ¼EÉD#¶¡Æëö§MÑÓé}KUḵ:YýJ<[F¸LïP¸Ó^0]Ú_`(Mtz`ÈJ°$§³ò´=2"ïróôº³[u±}Ö©»R.¯È?¤zö2ýéÒÿùñË¥Íõ®æÐívëLMÕp\¼ØÝ|t¼aÞñeXN«OÚÇ*wÜW|:±Õ7ý¤E>'ç[íúú>à´÷AVOlÁCqwÒÛé»Ø¾l'§§¾*IQèïB2üÖw³ÞÁjXBÀö]¿fi.÷Ïì"|NDZjë½|кåKÜ©L¿-9¯ h½äfö qÖFhóR&ç`4\cï<ö=^10 ÂW·*ÞûÉBËÏñËØ.eübÙпZ^Þe`²Û©b²´
{yÊ7ÇâÕèÃ2/±çÔÜK1¦²æCN¸PmH¥ªùÊ,SiÂÐY«øC$Å,>Ô~§£·sºælfñüÿEÄ!©Òiÿ®¿N+ã÷s`/ÚçäßOýx³Ó.e@ð~á`e'¬ÓÙ´7óGDdÕOøécYup/{qC lÇ3R1Þ¬>8(Ï#.«Y󷸻¼Å.g$u(ÅQt$°ÃZÇésÕ$.íÉIsÒtÆxp?ç§ÈWrÚæ+G\¹'»×ÎpÂ1,ÏݾÓ`Žïo=à2"Øoá§Í8Û{ó¼:õfTØÉjõ]0þäù£ÎÇ@;Å}
+¹"fÏ÷:$w;Åþ¥H0ÿÏ>\
+ûØÌ˱¤SúÐÉN¦{Q]ÈÔñ~<A¡XÞÆøB¶ÙøËþ1õ"gl{Ê%¢å×rÄ묬âè&½+4i¹1i0ÌG-êtýÍyʸtçßCÆÇ*Ø»êóDøÂQóINíü~ÜjÝ-U6Nî&®K¤*,h¾ùFÚgÅÇx_h#-èwõ$+Ø0,õÇ[§q¢D4®#§>ò+aX÷黼pî#®L2I¤.¡P¹IXkÜÌ-Ú®,mf}HWS×8N7T´ù5¯ó
û%á8Æ2k©úÀÛEo¿Ç<ó-'Z?yezº¯kPSÃ
~cã°ÒNQj¾s{3\!Ù7r<ÅpÙ
^§¼èüózrÏÇÆP_fâ2àñùüÛCîí"uÆÐÂ8H³XeG#|@å¦ßæî7Í©ì-¯§ÏQîàvÉyåè¾Þ ¹§[ûF·æNlµÕº3ú¢ßì[>NkâjrAìña2íëçrjÞ
+³kMÈÈ·¾%8w³»Ãe¢»Öô÷ö¶Ö@î§ 8À°Çl¯Ý©¬ÍR/§RWgû¡Ó}7{ï¼³P\í6\ÚgMI%íª½w«êGÁ²Üå>ßñ$KϺi~,W?«ÔÅ_®rÓ^W/n´2UÎIJÇ'r5ÖËWpz"vîxx¹Å¸ãu£Yº4I POÿLQBÙÇм÷`p~kxP©%WO\e"ôñój$A °¿JË6àUDÖÞv¯Wó¼îIj|È°iQêBYÑ^sK²¦½Nìú¥ãë1¦
+MâËêÑÖî¾K^1Q£íá75¾çÉ.6÷òMÉëøXío}Ptì°î¤«Tʾ²N@%uóÿ¹.'n²ÙQIUÙëÝO ~f¨_=}!èp¥ÂØ;¨åìR«°u(lôÄRãy®Ì u¤o¹©(kÙW'®¯(I÷%*2,_-zIÑ:bzxáYâs#«9F¤ÚøÇ¡GPÑ7U8R·G0ÔËûÉ9Ú&"¥;ÍÜ_c^x2Ú%çá óId&,¥L*0ú«´9Ñ÷^ìv̺7¹¢Élv6Í*ð`93ê½[?!£ÏÈpkëCqcrÜF÷æYBJVºØÿôÿOðÿ
+Èæ
À¬ÑÿÎäCèendstream
+endobj
+231 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 606 0 R
+/FirstChar 2
+/LastChar 120
+/Widths 607 0 R
+/BaseFont /SEIUYP+NimbusRomNo9L-ReguItal
+/FontDescriptor 229 0 R
+>> endobj
+229 0 obj <<
+/Ascent 669
+/CapHeight 669
+/Descent -193
+/FontName /SEIUYP+NimbusRomNo9L-ReguItal
+/ItalicAngle -15.5
+/StemV 78
+/XHeight 441
+/FontBBox [-169 -270 1010 924]
+/Flags 4
+/CharSet (/fi/hyphen/a/b/c/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/x)
+/FontFile 230 0 R
+>> endobj
+607 0 obj
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 444 0 444 278 500 500 278 0 444 278 722 500 500 500 0 389 389 278 500 0 0 444 ]
+endobj
+227 0 obj <<
+/Length1 761
+/Length2 1025
+/Length3 532
+/Length 1574
+/Filter /FlateDecode
+>>
+stream
+xÚíRiTW
S
+P%.õ!FH6PD#DQEA3/0&Ãhݺ*¡TQYTZ (ZÖ7ÒºÑ Ö VPkÔã)þlõtÞwïýîw¿ùîc9G¸KPb8åÎçðÅ X.ñy¾óx+
ødbÀ¼À4< Ï[,ô½,LhSI,1®Áì7h )È* jh¢T*HÔj0«§#ÌÉL(ÁçSP`LÄp·GWÀûMÕißR L®½2Ù¸: PÉàN'èiÖòoÈêK.Õ©ÕÓM}¯SÔ
+¦N} 4ZI 'PHâ}¡Ñð89D1¦oUF!jL!ÁÕ¸ó=9<Ï7y,Yé!Q$ DÔÉ°7q´¯Ú¿^\YXHTp¬ÛÛÕöç"SµðÞ£{cþû6Äô`.Ããñi }ÞÝâûÁá@ ôI"©úÑø ÃQ¨PO+ærp¢[ íÌ $HFÏ^=
Kw_$êÍÎè:ãÃ
+
+"ôwpé<Oà-ä-ùP¡#IS½¶å]¬Äh'!ÔCÃ|Pø®\}huIzHÑ
R[vò¨]+ÏYu Çóà¦ïÐËdåùHøÙûUö±²!Æ¡{¸¨RxyHf2DpW5Ù>qdäF|Ô®x7¯_öõ5ùëîÇ´h+ÝÚvé¸rÄv_Ø}¾w!óázkW_ý®Zzö¶ÙîÔå¿ípXúíÖæº[§E¹¸ax\nÃffýFÕõOrDÛäý¯äø½ÈcëÍgü<ÕsÌ·¢i⣼.GmÏV#üsbü««Båm,Ù"sÎDzåKS£e³,-ª(©öRÌ´õsê4þø±5-3UU\ømák+³X³º^±Û`ó4þÅÏ_g0ëÚg+§½ý¢Ý|òR\Ý°Ïð¶Öc¤¯ïQ©7í3NjÎ4§UwÊAèÊ2Ç«»×ºûâ.MööIò9nßW2ãBôV¢ØøçÍ
~?Q''
+{3¡&ò[CùÁ£EÊ×ØĪ¤Ò¢qU&KÐpgQ¾ÄµD¤æcúÍIµiC
Ý]£ËÄ^ù/}ï7Î6U>Üå5:ÝöΪÖȶþGBËR/øï76!Ls*+ -YI},U*ªxÄï¿=ö©¤êGå6r3Ø纴c"û$kþéòÇÔÍá/
+8dl at M]=Nâ-{»)ó
¾q6úﵣذiiûãk£×Ígí,"¦6d±1ýõÊgMStvö!Ugæñ{¥97NÝÆDµ;ìu.~1{Æû×1÷ýµ3p¦»À^ià©cÝÖ[7w³ÐêBM¹#uliB]ÍN&¹ÃqÙS'ÜTÍX-¥X;_í/2FqÓ[x9Sa
b<b¼ìz¢U¿6Z:È/ó/Mõ>¸}#p½ |γn¿[»uËN?\öÃr¥üõܬáʲʵî¨ÂNd
ÂǦµ.±³n*·X;×Dßçƺì¶mw°²u&;ÚY§ÇAà×Ìé3?=§4?7ßÁò<?¤sõõµÃ·lxl[Q+°R47ôã< â¸ÄíL²íÁQµ;ÞwøjD®çNçÖËw³µM[
+OÅßõ²+Ké/áëe÷Ùòê_¤]W²¦.ÂNÛtÄÖx&êmðü®cDý Å\©Ï#'¿i#Ú\ë¢_TÑ;+³'!ÆÊÝÕ[u?lüó½5ÑAiÞñsæ'·YÄâû<ÉO:-Ê9tÞß8÷?Æÿÿ
"$EhRÅøhL}endstream
+endobj
+228 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 608 0 R
+/FirstChar 45
+/LastChar 45
+/Widths 609 0 R
+/BaseFont /ILEVCY+CMMI10
+/FontDescriptor 226 0 R
+>> endobj
+226 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /ILEVCY+CMMI10
+/ItalicAngle -14.04
+/StemV 72
+/XHeight 431
+/FontBBox [-32 -250 1048 750]
+/Flags 4
+/CharSet (/arrowhookright)
+/FontFile 227 0 R
+>> endobj
+609 0 obj
+[278 ]
+endobj
+608 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 45/arrowhookright 46/.notdef]
+>> endobj
+224 0 obj <<
+/Length1 753
+/Length2 637
+/Length3 532
+/Length 1177
+/Filter /FlateDecode
+>>
+stream
+xÚíR{PTU.Î+ zÔ!TÚÇ]\Gæì®BËk#1çrïÙåÂî½x¹»ÈkPÑ2J"|ñpJ³B°XgE0Á¢C]PÇ ÿ¬¿ÎùçüÎ÷ý¾óïÏÕ*¾ ãaM±|T
RµT B<=ÄX¦¶`, ¨¿?
+dz
+@%@$
+$RÄ(èd#CjX°N±~$2dH£c ÓÀ1-PÑ8 Y£ È´Z5×¢`
+dR!!@P$Îx¨!)D8ç(RÓ@úpÐ'?R!Âë8ëg )PÃhî,È9ù/L-ÒkµanN~>¥§pLGj´.YÏB(i2ÔBêvøФ^·
+a1-Ë(>ºQ ò<È Ò ÅÓ¦Àù}HpñÍ*#¶Ç(C½½ë<û1Ñö|>©¹Ò v"ʹùx»à°N$¥b/À3"Üâ* Ø" @çX( hk\4@M3Èܳúë¢Ó´PÍÎAÈÓwËiþØðý}9mõR©$óD\Ï0bç¿ÈãZMr)Bh8ÒÛCãû/½Wµõtç9;¡ÃLûg¿õÚ7ÆÔe L¤,rµ=3zÒZSÐÄKêZ¾
+<æÌ|åj
+;7uÊùÓüò¢Ep]Å3îÍ?¾dÖÛk4¤i÷Û%¥ûîfð£k_íZÝîTFÈß9Ý0=Ðã¸lCÔ
+kܤ½UöýÏ»ðý¿þ¸ê÷ºìâ¶MøÄ}¡!¼ |¯.õëñSØÝ!$VÚÕå9,»Ò=bM[N<X~زÓ0î·æçd³ªÂp'?Ë}ÏÏß%Ûó®åNÞÉw@,òþΦ}mVaaNpGèöA?Ýڽÿ¤
+øØ|1\çú}âPôÅè¿FìÝÎfÝ«ÀJkzlOß]iÞ4Í3e
+Þ¼T²ãÖscùeÔysw¯¢pæ°Eùb¥¾æîñº1!ïÆÍ=ÁgstÏ9¹~[± ÙE¦+7µ$K_ìsxaÙ×ÅͪVV¯ªúÞWffåó/ÅyåÕWÞ°ëÝ[*/¬º\Äå<²²ï½hr¢oò·us°%î÷Ä@Òé nèklÀÙzóO¶îqÕÙrýIK£o6tFõYVl²DçƸ¼^_Såb>»ëâä¶N8ïç1½·zôêÈùwû¥í²ú9ö¯
+xÐñnÿÁ'¢*J#/äÖõí¾ô_nìklSpÔ&ÕÖýó¬ú˵ëGn-84q_í>Ŷ±ÆåÔØÞ¾#\YØr5ýSóPvQaßØ)?¯êt¤Rv.mñ´y¶õ>ÙØ-úù_àÀµcXZ1IÈßmZendstream
+endobj
+225 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 610 0 R
+/FirstChar 32
+/LastChar 32
+/Widths 611 0 R
+/BaseFont /MPWXML+CMSY10
+/FontDescriptor 223 0 R
+>> endobj
+223 0 obj <<
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/FontName /MPWXML+CMSY10
+/ItalicAngle -14.035
+/StemV 85
+/XHeight 431
+/FontBBox [-29 -960 1116 775]
+/Flags 4
+/CharSet (/arrowleft)
+/FontFile 224 0 R
+>> endobj
+611 0 obj
+[1000 ]
+endobj
+610 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 32/arrowleft 33/.notdef]
+>> endobj
+191 0 obj <<
+/Length1 1612
+/Length2 17846
+/Length3 532
+/Length 18762
+/Filter /FlateDecode
+>>
+stream
+xÚ¬µc¥ÝÒ%v¥QiÛ¶mÛØiÛ¶m[¶mÛÎJ³Ò¼õÓÝ_sûþéûýØc<+0cFÌXk*(Ó
+ØÄìlié¸ä,l\díleh f.¬0¤¤Â Cg;[Cg :À@`LÀÄDÀÈÉÉ CJ lgïáhafîL@¡ª¤NIMMó_B<þ§ço¦
-ÙßWµ½
+ÀÖù/Äÿu¢2 @àl 0µ°Ë+hJÊPË©lÖ
+.FÖÆ2Æ [' %©#õ¿Æv¶&ÿ´æD÷KÐÀÀÉ`lñ7
+àn°ÿÇEC`p´±prúûM`áD`æhhëüwÎv¶ÆÖ.&ÿøk7µû!{G»¿6}Áì-ì þVUû7OgsCçj;YüuØþ4±3vù§¥ùþÂüõ:ZØ:8Üÿ©e 0±p²·6ôø[û/½£Å¿h¸8YØýG¡£5ÀÉé/Ì_ì¦ó_}üoÝÚÛ[{ü+Ûî_Qÿ
³ÀÚéoMc翵Í,laèÿYI[S;FÛM\ìÿ§Ïàø¯Qü³3IØÙZ{ Laèåìÿ$ ø¿Sî¿Oäÿÿ[þo÷ÿ¸ÿ©ÑÿvÿÿÞçÿs±¶3´ù» ÿ~`þ¾0v2ÿ¼1Öÿ¯pCkÿCªþMòÿGÒÙðï0mÍþ
+Â@Çðo£
;ÀDÁÂÙØÀÔÐúï¤þeWµ58Z[Øþ*ú¯aÐ220üOÅÜÂØÊöѳþÛ°5ùOòEúuzEQ59Eêÿ|Sÿ¥ðW{gû¿ÄþG+²v&ÿëð;íßHËÄÌNÀö· #£Ïÿ¡Ú¿`ÿë,kèìháN ý·eÆ5þ?~ÿuÒýQ[c;vEÙÙÐÖäïzý/Ã?ncGÇ¿ªþëÆÿmøÿµè ;Àf}ÅÎ;Ø2=+ù#odJD{ t$ľ¬Q¥¸Ð¿Æ®×/=|³Êà£6®ië«ÝcùÜþóHêx¬Ý¼7p]ãCLÙ_´MÖÉN}H¯Wö#ãB=ÚëfIfLAíxJQI¯ôw¦ÙêæÒصÐäÉÞ×8!± ¹®èü,éôù|h|td¸÷¼ÿ:7ÛìY¿C.6¿jW%DF3ö]Ç;z^>) I¤ÌYÁmÌG2xF?O¬£DÛQµúíÂL`Òç|Þ÷¦©¨O3ÎtÐÀýIÐldÞÈ#È-ÅS¸WM
+Õ[?|Þâè¬bWY[+Ä)íhK5¼p½©§Îª´9à£<'Ü6.eèiIÝ·³oÞªöBÆ$O×±.ë§ÝyKØÚY3[aÓÈà´ÌHPóܤqÉ
¢G§ïuë 6IB
;Ôc6ì¯ôú¦2Õ®VEçä±vvsìåàQ_Î$¸pxbxt£Åì0íïóÁL÷[äôª³ ϳP!t"¹Å"ÿ5=Feµ Fñ0}'Yåg
+æÚX®TÂÚ÷Ñuøìp Þ8ôh½ÐÎ7F[VÚ£üE"?Çap«wí «×xPOx3®LÌ?1°øÑ.X£pb×µFE~ÄQsÝÈ+ L¿FN/îOð2Ú}#9^$|SâpÖ>lM%TYÕÚßðÚMR pÀTh¿nCvF0·¢§ÔÍy )PrP#È÷çõ©^nYfk7"§ñ÷f³Zìã0¾¿8Íö~Y&Æô§|ÓhuK¾"9NátYÀ
+ïÐe®-2#ô©ókLgÂÃÂa-6gÝX¢ÐmÅÒ§^Ê¢A0MTCÒ¸Fݹ¦ZòY÷E}MЦÞÐÒiÙü®åNÚ3ÍçR !ÜN>¼ÉÌmbSÒíg.P+_ë#S&ùmÆ-ayh¶q;!lâ%nüäáø¡9Þê°[C^Ûµ°»Ñæ©ù¸ä»ªì¶(®{bÖÄü-m?K&GuûuàÍçíʾ¦'C××_eÓ4ÎA"<*ÑâLán7À("§·ïÄÚȾì9£¸½ÿ¹¦öv0f*b_lHVÑ£c?vÅY]ÙÙδü;?ÅËÛä4«9[j®b÷vôAñfl{[P1ðAæë@LÁ*Gtý]jpANwýËkѦe6
+Âòµá`\f?©µ¼2jó-°;ÏàCßï
+·§iCÊëÄjdá ÒSG±Ñýuh'!Çê-ÖëðWÓø9Ã5rÿ<úscSö
+¹Ns<Exø´Ù®^q7]«T?ܵóaL2oÀE@ä¡q#8\f)ª*åÃ÷>kþûLNÏÅÄ+²èI¯Ï!ÄXÁk½yÂb¹+<WÁPétsRÜá2³½&"g LjqFwNFLGî|â½;[0ñÃVùÚø¡û§ã8r}Ç8@Ò\ù0Édv~*x# UX&ͧ"æîÃiJ@Öþbpö¦~5(o_@ÍÉɶ{Oh$"/#~s{þ~N8lWÙUXáz l¹è7J¦oix[õ(ÁتWúõµ
®BúlE|EhWÚêpcuØ7?¯yã0S:©:n@¯!øxÍ1ÈxT.C6ü¯\Ôª¥i¿á/s%Ã7%Õ·ñ(lßàVΧmK8¾bðÔ羯I.\±Uq¾ó1yqøããt{_ìÂòTòsû¹Å¤FËßobÀÁúö¼/kµé¹¿ó¯`Æ<äj"EhÃL¢(mÇ,Åâ1Ï-ð+Æß(EɵÊg'¹?^Ïzr^wú ?Â>..Ô¾
ÃnÔ\ÁOú¡Ô,´v¾#H»7.@Á÷C¤Ø¦¤¯×¼A/gx{Tà}eÈ
+W7 cÃDxíö,\{i¤NÔ&ÅYwº4+wU×(j¿Á
F¯zcLèè¯o?`2]_V7FÑ2Ò/¸g<<ú/ºATÞÊDWwÎÀ9,¿RýXá¿ÜD^59º°Ç$Ù¬oÇ*òQ·5âJ¨ºaì+ý *úÔc©MÃ/夵¥wNò¿Æ'S®ûá+!^(ññ
+ï ©¥*{_LêøñmQÒó?aÈ(O1
+s0ÌJÑïçBÏê?ªû|G×-Ó£jb+UeúUwÛ¡²MZµâiy Çt¼õ{~_VGìi¦7òxRU|Å×°ó
+ «Ä{ÃÂo¸ýÒº¼ÍNCÐÜ+D¼uHÄôXðÇBÄî9Cçu/W®¨JÚ<°2ü#å]ë©ÞÝk
+äCÓì}Õ/é¤Ù§
+a/Ó*?ƽ¿yhô®ÜóIhݯ5jA¶Ð°Ü[$xýBØQ·óLS¥p²wFýa
+ß:w¸Ñ¾Õõ:*j=°¿
?îb at A·Ü8Zbà ûnÃæCiëúA¡"î_cÙ×ãJJ·Ë õö°"³Ç(4N{UÛqå:l
+ijÊwßÝfÓñÍZS¶+`.óOÃOJ`è^
'ÅTA(²¯i¶¸Ü;µëÔ,¨.nÄ×MË3ÜLi_ðµ.âsNÁ~3 xGίçêtl£5lÞîø_¶Ò
mÎc²D-û´ôLSD¤³×\½%«AÝ!îdU\mÅú\Ó¹$±KåxfÀIà¦Y !²ÁWb%[£ü8êÞë×/~Þ¸æ®KNA`
+XªëÐì4ý
+¹7ºDÚÀöò<§0D# IM§Tõ®/É>y÷@+'PBÒ%|Aé"¯WÛ¦ß)!¦~DtY¢i¢¾y/ÓÊò÷÷KÈÌ ¸ó7Èòq¥UãÈhçaûu
+f:<ltºxÄÈáÛ¾jí²º¯ë«¹P[ ¶
+5Âi»µ®ÏbƼÐÊSfÄhµ´Óû¾;Umëdzc^_{¤£<ÔÆðùÕNa6jÂmV©sñ»èw eµØ©*A2±0ZØÖÍv#XFf´¨F8tÕ¦Fbºüþ|}µ~ð!RVx%á
+êáo¨vä\*&¦¸è~E7#òèý6<¾w̱ËêýbÐÄÅ+;ßt^: 1.\/.Ú¯oÒ¥¬Û5ÅÍf&à#dj²ËQÓ?Pß]~C,@±©(xKjÌAãÏ!6Ü>G
+Ì¥L×øq¿
+qº»±h<åÅJoÖYénAÇ
+Üe§î¢<&d³- ¸É
SsW>>B@ø3<Èo ðäK×c½ºB>KÝ@Î#Æ?õkê@qn
+°×HXr |W¶Ëº"âØàÄÀ4uì7N7>ÝÝ¥
+(_å¶g½ë
+½ ì|>s>§hÈhõÌ
Tà£@ãlWrì©Bpl¦ôåÁ±&Ø®kc>)äûñ¸
+Uðg??)72]{m7 at AÎÌðû
+^ÿÙÊt¹µÞCL0'ÍoH[dâÌ:²×ÍUïF-÷ÁF?Ó¯ ü
+Ü45É<ÔÚ
TÎm¸uçUìh8îªC¤Ý·Cg=¼Dûæx@Åפ6Ø
¯ÁølÅ!¿A"uvHêÚÊîG¤ _Z®8϶¾=Ñ>~çyÎ|KÅþºë ¥Nè2>,SÄot1ÕÕþMôKU\,Te\£÷çó´m§^[ÅWzgí
¨|
+ßÅñ'.¬àê*c°ù¶ù¾ÒþHo -ð^èâå,DëDÖêD1
+Qc9&µªPi¯ n,¨u1
BkË[vhÑï*ãÐ@â Ê"ÆOº:I±?xl>wú¸+©X°öQ_h#,0ª%]9üîó¨PÙ,+~ oÒØZFpÀÓèôSÁ"¶º(
+ n ±Pv`!ß*åÞvíªlOÐ9å]}D½õ v¢qÇ}-È(¦¢OÉÈq{-894wATqÏK\Ç4tFw¨o0ñîGS¦wn<Dz¯¸ oî*¢ø,Â@»-:xÄÕÍÒÄyê¼5eþÝÑeöÝ"¾<¨üH¥6¸!Ðʳhz«6ñãÐ")fʨzm>B£}Q4;k¸
+hxA»Òi`¥¯\ÉÌfw<È5/txLÜuSð~iëh
.[¾dé!ÔÕ5µ«ÿÃàV¢m0§·Å¤DÚÖ'y8 ,Ì®æ2M\Hð1 ãAÊàÊi£«seLÑ^DϽp¸ÍÓ-Í.Suµa9Ü´ÄtT¦ap=AH!Á ñüΡ0û« F?ýXæðYã`,x%hÿߧ¤Rþ`´ä¸$mØ|¤Ú´¯N.L6¡}OE¦´J;l.PNJ.@ÉÏ:/WÖ06ª×ûw3(Õ¼¤öU8ÙlûÂʱô³ºeÊ ]×}2áFà[é60R»õ(ó8&¡§øÅ)ìÖ£pÁ
+ò.Ç"O©Ð,S±ÈþzØ÷ùñAaú*=pÿp¼è?P"ä[¤L»:§VáÊ[, jÞûyëI\Ñð¼¸`ÙXÞYÆrëOÔsoÊ6 óëèÇM?Çd«P,U¥kRï"Lí?ÿ<¸Ö
Mè`L·×H¬}¾Û÷@kxM^·-_4ß2K¯º3[÷+¨pçfhî<{PXÉødvmtÙå¾ßoîå)u'ôÄê0v®Ù#w¼¦|-ÅPâ#ì<Kíih¸|«åàaÙ*û
+x·â͸¼BiN/ÐȺ·ÔjQwÀ$a 3¦.¡^<YA¬ Ó"ÆN3S"9ÜoMË3ßõ),êÕÑ°^s¢¦mÛ}ÅDÅö°¤}èá01±=#IU-®Äm<¿¸XÃE
+u¢êضê¦w6i'ìQüÝ Ï_ý û9åîþyö骣 ¬Ø7t9Z¡ÅtÕ0N}½´èX\ù3!tzÀù£Ü"ÕßéWZºÛÖ ½±:ÇÏ'÷)k±k^<Ç æéß]Ç.§î¾î²Ämç6¨>dr¿38?b²{dìweõ¿:ø
+µNònÇäÚŪä=ýNÁA¬ÜxÁ/9l&ÿD:B<çFµb¥
+©
+êÎÕ:]]+ÌZ¡aƵVU1ØÙéN¯%ÔWñm Âo SQÕ.ÇJÿSæ9Û3øf_dkGw÷mº0`ò;N·9Ú-ú¹®½LP:ßhùZͪø|B=]üEEu'#Â\BmcgÞæÑZ#ÝlÎ(O×ÅÂ,~é¼vëÚÛ+#àè¨ÃÅ°$lÌ>dõÛWöý
-Vÿ#GY®Þh|ö²S{ÎÅxÿfoüÛ|ÜdШíj¢gÃ78FýÑL÷w\<4<jÕUüѺ¶1çnÅ&ÝFZ²
+0{<²[¬µÌ¥Íð³þ~·ÞpÕ~Êf±¯(réàN%;óW¦
+K¤AZªýâSb°Be3ìQ<ý\Åà®t
+#3$Â^ñ£üþ^ÀUwóu~9úì6 S)cQRÂS6×KttÍVê²:x¸)¥v"¢[%!KÌêqÚ
Ùô åGjcVªzJÑ7;£Â¾2!bdùÁ$æY\ÊÌ®C¯N=_5i >ßES.uM_ú®·¤vJ¾áóaèÏëÕ[4ËúëÚ=ñ>Ø´]tvÕÆÇ £A)GCm)Æ;&²ïøü1µ:ÉPi'Uh?è69zh´ÆtäJe¬¤øØsdU-óÑÃ×òã<4U7ãdË+mÿqµ&>"obÔçV{]@6«.ÛL¥§øð¹QQ2êðí[=_ôÀÓsi7ìÄ(ï#p¹i<¡³yî
x@×ÆqßS1
+áëÇt(ÔI¯á=Åöä°{?ÔÇ¢`£Í'øskg@Jío<N¢èæ 2!ÂcĬ*Vntt¹¡ç_íLöapÏL Âú ³j§ÔµÂ'U ]6åÉQ}ÙBÖ¾ôCý\%ozç`+ªAg-è³Y ²T¿5}UeíîøÕEÉÜ?·Ñÿ§¬ºr=ýüîHtÅm;O9ìÖ!êîcãPiåà#gµÅì|ܤM·ÔµI2^WmF×Vº|uø2;h8Pß!C SAcuàt®©YIéï"÷;Räe<! BÒ7Äö:ãïàâ´qê ïªàióôEøì/gh»Ú·³vJª
+ÎWö¬~ÚB¸ß5V;¤Íu X¼h)7d7n®øÃ3¥Mu'n¢~ÅÊpÃËc1ÆÖúä5ÇûÔ$½àQ»}.uú6YtZzªiDפyôóÒïâ¥.½
)¥¢1lüÙt(%¬¹í×®Üëo«íÏ|6ÊM»û¢GeªÍôZ´X}F?uAÆáãÞá³®ÿMõ%
+öm÷ô ThÔK7®¢!Õ«$éiÆ9oÙª»Ç0ÜÑ>ÛñMk£UñÄÛµâ('ò÷PR½Õ¯xÏê.
x6W¡i¸T«=nÿ22Å0lÖíRäØÌÜ´÷é°mudÅ®PÓ+¹cØ°n LÖtdq2:tÌ~R|ÎäzK¯8t½ó«qú *BÂ1c"ZàôjÑEä×ý¯òÌ
+U¨ ªÉ¾
+¥>ãërÂüý¤åB7åiXU4Os
+'¹[©týó X»À ZÓ(ð¥¡hõø¾f&¶úP2É6ßëµð+»<×zRUzFýÃUôût%Þî¯@/¼ð6´Ë¹G? ^=(÷b{C¨+$NoåáÂüêdÐ}×BFxÖ½ÏBm³H6¶b$O\Gc]
+¶ñe:ÿl>i°õª¹Sn0Ý«$ù²¾Ò©nd1 iÿ®<ç)cÓÀÔ{wµUb ¿¸)ú3tìGÿ 6,ü ÌyQÌKc«û>H´²»wçf´ÇâðëièNa·söæõ4ýÞ>õ³·î ~&õÆÆa³²¬Ñîì
+èý"@ë×7(tÄÖ[&oáÏ^*Öé4JuGílÛñäglÃ4ãÒ ²±æT ^Hé"î:Ы¢«çþðã?Þ§Çæ<(|°& ²ÄÓ! _|¬!,m¤=ÈٵrßÑù`B¿<«ÈÄÑ%ÛBÌ<WÝéÔ )ú:M1 FûNàg|ÓÐHÙF=Üê¢Áq·ä{h«5h>épFÇYçÇ<!Q=`÷yëq(b-¼B®´6ö=°Lùaé¾Ú±HÊÉnó~5ãFñ]$$0Ý>'¶ç¦üÂæ+©3&»ôêï´ xbñUù[/GL¾BçÎ Ùÿ×sªúÃÃPûeºÏrðrù
+Î:¯k8Zsû ´ÂG´;lÊ))`äïµÐ$ÿºå¸Äº!+ÖHÕ_mïZ¶
É5lÌJ
Kµµz.l=iÄ~_ÐW,"kjzÈ6~ÊaÀûÎr͵޷WàÍ%Ìà¡ß`~»)[³/íN+ÏN/ÐdõûØlØZ(Ùéæ±ûëL®¯²^I`Íqi4ûªGl`:(©E´øÂü0_Z¬6g¬¹Jc}ê8÷ZÕâNù}¤×"µèNóí÷*Ù 'JÈIöS´Xx 6ó'å`èî%½ô5èW¤ë³ãW½þÓ´ß*¡/à{4ü"±Í-[æéR}iÀ$`Ý/U¾`èÒ¸5På5 ï\?âkø
Áj2FGØ\³¨Â³È®xs?ºLfwfïÑA ¸,n¹ÇÆO. ûù@1ò M{6AyìH3^¾Êjü
+Ôzá`1ÙPÚÕ){ì³6bwB äD Î^ÄZ/¸ÙCÐÓ
+êNµf¼K,uxÀX7r©wBBãÔ¹bsÀ[¢Ì3+ôæü¹ ײB=?ê¦+èoÑf1]ç9··ú
+Jíh9(Mèv¼fM·iñ£¤ë+õ#fDUs«2ÙRÌ
+tjÛoÚ¨[½£Ø(]f÷'Ø
¯ýJ2èòÝÈm2èñÈkHBRO:)Hd{ôysË0"Í#{Ò_fë3Q' a;ÏC¿AÝUÓ<`Ó»ÔiWX'a½ôª
+è"5ô!Í Fçä~WRíN*×IÕ0p{<£É 2Ê¿Gµ4µÀioP)ï_È<½ûmÉAhAëG'Pf1vØü&Q¶µQ`ZøcýÐïêZ]tÞæJÂÁ¿Åv)02¦¨®¡(åé1FbáÖ(vr_«|½æ}àkçú
+3ý°¶nþ8öæ:¹®ûb>Ù¢Þ¥Æ,´æÌv·x\JñÐ\³´êmD{Û¬ü81?Ý5 ÃÆ5j*iþ¢¥õÁw8§]:8¯Ï1æ=ź¹lfäïβÈÌ©ë÷îê*ñ¢ûÍ(icï®ç
+ÜB¾SwôÞÙÑtv@¾[cNU1{B¤,ѧñTÕ²r³ t½êæï_ö
+âäC[)¢þB8öZ
+_J1 ¿z(µpÌg"íøQCAÄÍ©ÿk^RÐ;¦eQ+É_^myxjA|¼Ûç,JG[DqqÓ ³j0%!NÈzBs»té9¿ïWpOnñsve3«×Iïn¾¦Ì@'üòáA\ì%ÄÛe»U#á5%ÚäÈ;\'mÌ0`éÄfÇ9ö ¯@D°½ëÂqe1öÛé4D|]t½C2öðÒ¼è/´fÃÑò¹ã{´ÄTyϳôÚÓ fÕÏè(¬×JÝ°<ý)íUûdÝÜ´ZvêÂãhnÒ
+àÇÏÂ#áØ$-õ_¬»^fG¤J^7eÇûM§yK¨Ö5¸¥¿vàþ}s¢Ê³Q-E7<$ÆÏTeåãà6iz0¬ÙEaÃa2ÁM÷§3N«p<GH:¸×\>²ª!ñéÏ)v|ü,ñÐÝ/ɧ9Ì
sçC¾0ko1rùj~UMuç
+àe(/VÅi«YÄÎ[*[ìm½)TÏd+ü $~f*aßîâ¯ë2ÓùM¬!)ñt+WðÓ&Ô/Ë{jK')vZ£eLDùjøTerY|Î^wàb¥ê£A×ñGV>â4²i¥]+ê_ù¼
+/úMZUùFE~ ÞnÝÛu]¤@Rn¾bAia¶PåðùCîEíìñÛ9?{*ʶ{(ðÁGô1^û\þ^×¢öéB
+åÊl
+³'<+ØJSØlÔ`
+QT4\rë¥s°ÈÉpûyºl4»1úÉj¶}(T¼,E3Zs&¸Ý÷.é%BÚýɧ&PYa¬
wý½
!ÅTºÞoàá.:¢3
§î\ÓO³Áo^ýcù;»$Ðî¸,©ì-ü-*°èç1>¬¢^»MÜ6X_"KÜÔqÛÌüîï¦G3N®Å¡S»OûL´*%¢YÿØC)A8u°2Ä2Ärªç#BøkËáãÏ-). §Â53óÊ_T£Ó÷}H£¦á½JÝ7)®}¬Ì~³ªÉÙÔähKu"VÕgXAô¯^AàïSѲ_½P¶å¬¯X?´9¤Ï!)æJ2æªr§}àNÜÖÆūѼmO#ßÍá±è? ÀÉU&¼BûcXóké&Ì+úÚýy*n8©em~ÂÂ?Ä
¼}|KTcOÃsÅY$Ú'¦ê 3&KóÖ2_SöK.h%QÌÒL$ÿÊÅD½EPÅ ñ¢}]j +SÀeu)Èþî&øý«wÈÝ£¨¿MEpßb}|þCXh09ËÎ;Ç"t Þ3gê±ê^°2HpZ_æOÊ´¶6e¯ =\ÉÅÄ ÕB$fñÃÚuÿîèLúÜ8'¯û-kZQöÈÐq÷òtÁú:ÆÊ&¹Ï
+Î Û..4[þ¾6Ïèp¿!uf¯ÎNÿrKÉ·VíÓæ»Ü #x.%$$ý8%<æ>Fæm{GTô£Zî ÿ:
+:uå%Xz7X^
+øÆâ?Ç5Ò¤ q¼a¢5Üà±/k#£.ü~©$t[¡}$B§ÞÁÔBxÄ{ó1É)wc¶/zfèÄËnp{;Q¹ÛYÙÊ^ØÄ-Êe}nÈpõ
+OK%RûI§ñîñ¬·@GQá'ý*w!4´` t|c&
«ä÷qßéJúPIa0xéì2o¯8í³Ïµ+ÆÉîJ*W,SïÏÇ÷@Ô÷¢ZVèë¬T§½ä]ÙuËüHEÏÜÓ2ïÚoëmÏ"MLDÉtñTÂlâÎK
}L5 )¨ KÆBç$CªÜ±PS=æY5SdQa^lg3ÉÅî©Â¤
+à?±ßGÉgÅ0vE´çU%ç$8ùM=FZ-6x¶Àá4"gêêö)áEKúl%RÎ4æ¤hÃ?ÊåHM²MÞjÍuD{=ßÛç"*1`,?åµê?:©Tús/×0 ÉBný½GHÏ\üÝXw o-òò¶çU
+L±sI ¿ÉEãn:îf3÷Ý54aø[Ø¥C¥n}!fÛk«3æ¸9òâA¦]Ù¼¤¯SØ7-ÿ¢ ëqbÅìbÊí7¾ÂÐëÌI{7°µNNô p÷ýÒ²lV\IB2qf7AGá/y![MF=FrÄ¥ÈEkN6¢L
½k Dqû´RUß¹lZ¶,MÓîD þ·¢xûªÈM¹¯
+K¹â
+k¹ß´XÎ<r°ä¹äX+¨(KÌÈ^J|¼+>û] kÚExBÓ=SB];-<+@·JA6,å2ù¦{
+õ®dûËæâ7Û 'è7µ¤é/·ØãkPåuD´çuã~%]íô`K§¨Ø?6VFo<½¶¶Cà§æÉ#t?ùª">¹Ö¯É9GË£z~^·I{{)ó÷Ämç=` µjC _+vÌ}¶Ú:èé
U/¦÷äÔ[y ÑÎûrn.IÊ=G&µâ·ùgß+±¾¤à&Q̨áñ±ún&'ÃnâOòMõ´£T%xx¶ýXÓá¿Bâ$W¾ü¸-IJ×oëâÜzok´B¼Ù8à
f-bDȼÁ]XÝÜjîÏrý§»á-N®¢/Õ·;M¦<b_;ßM8-ÍÅNâApÍ>ù.s¦k~8ªb{o.Þ;ÿ:Ô¦IÕªp?ïÝÜòy
Gåï`C6h©1 "ó.]ÂnXê#ÿBL/Õ÷J;¸HGw°7¹Q_º¨Ç
+)Äl<Wò|Öä[î8qNäUÒjµØ3x7JiRÅáY«éÐÜä.¬X7Ýu»gc·
±Ã4FÝj-aê,9ºò}£$¿«½BêV^8°àTãsçÝk¹½ô2Ìñ1Õ¼aÞ¯üÎ>e=¥h E}9ô
+o-k±Ø±¢©QÅlØK^ÈÌ^»Àýܵ"²\öѼ
+îô[øeªä#º1ýËr?Æåô¡<ê§CÖúÏ;û "#ÐpJ$P
+xÙ¹^ÓWjÄ`àýªïò,åÞX©HÐ9R×4Ü6Ký-¬âK2\xÄ>=®ªFt/%z Ú~H «¡±ZÁ×:lÎPÀçÔ¬hQVÄÛn<©ö¡úOúýQßÆ:O¨lO0læØé°ÑÐÊo¶xÖ¸wÝøóDÀªPÈÖD¨háe¸?GâkÞ£zÙòRîzÆhei3eîKËZ³8¿»õl «9Äýq
+÷ü6u§6y³M·Ã@@¹ÐøN©¶Ry±[DãÆ_Ãq'¼|ðm|$§ùǽý@Àd¯&¤<ðZ
+
ï~£1ÓýÁB}á9¤[:W·®6Ö( _{ô øPzH©ðiÏX=É,ÉÏ|é¥yKö¨Iò¾aÓ.ì©`DÌQ½Êí2ÿ²GYIú)ZMT·³ëÄÒ:dR¶=nbÇÉNB¨¯¥|1å^£k%R_ýPo
+W´°ZËô.UÃGEÒÆ~UºÖ«2ÌÈ¥Äî(ØëØåÎjMÝL3X½lv¬¸ÝÏͺÓ%çö¶Ðz1ª·H¯S³TKYøuA. G½Q`¡ÅlÅ&³Èïjë³Gaò@b b@Þ7¶6VR¿c'F>IÓC¡gÆ¬Ô ê]Ö9NíEoÚ-
+$§¥VóÑ!ѹ$v÷êѬ6õyqóz.´~FÁiÿö]²o*òv2ãÜPI§
+ áÄ@F?¬6d
?Ê· Ì8F`:<ôÛ!/ yöçÑÛ\mÐÑæ´àêSR#«¨Y
+9KÌÛBçã[Xv gSÝsðúëï¥ÐO\Wnq6%Ãí}ÔñoðzUظÌZÍèð{Ô¥]~Ù÷¥K§Áþ´Ò×ûp2IfÊBQ%ü×Q'¼ë©¡
Òw4mõXñ׬lÀF+¶Å{Óv£àe_¬×Âh§^>@(Êݯ©TïZ¸ ñMJ1Wq?Åu×ãË·ËÎL¬Ó@´KÖnð2j:B È¡ÉXAU¿"xãN¥{ÔïÌvé2²Ûb±72MýúeÎ+æo г¢7DôÆæùÄNÅëÆ7e³rñx·×hxØë´©8Åy¿4u Bo[âêÓEL28²¯l?çÛ(Ù`¾¶Ê[C#ûºÝäxZýR°ªÀñîÅ«û£)Ññ-[Ãtè@lßA9Ê*ýçç³l¼bíi¾fìÍ"6NÈð²ÉÁEGX¥>@©)ÌEÈ'ùÀâa2À@òn5ÌõGò;Û«¢öÆÆôÞBaØñ#3;w@Â^Ýw{^¹¨%ÚQ\9iQ!=GÙ(°ïabû¥Åc2"A³ïJÖÔlB÷ô¦À)¯ÂR¸sÅ¡
ѯ'¥[¾ñ;¸B
_è¥ùN|z3P
+ózÜAܲ{mL:}°ë¼7¶7çÁS¤Sü½ÇËÐóI7´4ýsl`ÆýñçÔÐu˵\RôÎÛIÂu0S¹%Í}§_í¢z I¿Jm~ÝtÃðJÐLé.3 <·f;¤^«ÄÒ1LYoÙH]©©q hÅN¦ ¥µ¼%[Ït.Úq¨?¤4rÙ¦Ê;¦6±tU®?(fmÄèõ\Ú6æ¬KóÒ¹M<V°±Ò$6ÞEÊVr[ú§o¾V}x7ºÈä«'ìÛ2G]A±Â ~há.Ðüªúó!ÂÏÜêÔG]Sn$^B.æÝNôv¡½3ì&¡h7Q|aüÛö'ò=ÆPh¤~ãÎÂîÌ_ä?n
+±Yõêæ[,¡$åÈ|I!tíA½uµ!z62âò{%FÇ\¦¯³!jÛð`{v´®,>>BYÄN,g¡ç¶0'KGÏ8Ðo}ocaË*é¾ÇÛ 6Dä¾\ä{ºàfüC×ï1~'"ªo» Ñ á*èjM.J
+Ù¨':E:ïÅæHäÄà_ó,E1jOÑSwºuJiGI˶à5vÕtþâ\'1º½Í/¹ û_^À¼kGÖÖX,u¶î~¡õÍíù°Ú©½[é¼éf:¬Ï Öî ÚÝYcÍc ÅRszMu§òÙ¾Ñ ü,,ûã£]¾brG"°p«©Cwz¢Â%? ¿*£99R1àuH_ûÄ9Àò·¨¹ÚýÝD<nh¹!qJPÃe0ÏÅ]ÒÌ2¤«ZOú¬¡×|;h;oîÚúæ<}0r(Ò}aÌq÷aD[ªÔH}TuS»ílÖ3æè¿.#ùË"_öÎìr9åôj èQ;ÃMGÀßÄ]á2i^ü^Yc÷!«d²Fë»ítÇÍpÅ·¸¿µ»°#ÕÂNG§={ÁîÑ¿³EvìÎÔ§&·ÂFÜn{DØ@ì«k¢Íä^CçË¢Ò: â§^·»0n¾¼ÂDÕSZµHé:s
gÀØþjs4
+)úÓ¼ÉSõ¬¢üp¼ä¤rðV"/~·á£>oCûʦÙ>¡ ì< ´x4¸áÏâ&ÕªÓ7ß.5NV¶ vGÿâþ§åIdÞþ¬2^ÁEü¤h®Í`÷ §½ãFZ©+Âyí&{p-·ÕâÃJ'1+KyÁÁ,:Ðmc:é;LÏÐp°7ÜÄFGïú´¥¯ûÉô¡ÝÇb¡¾$h×Õ¥]ÿk Ù<YUöõ®ýÀ÷Ôþ@3rP®Ô/ïz-û$)_Ôm¶Â¼.=fpºº8¡çóGBÃJZáÈCtt+'Jæw¹Ô¶gݯþæ%½;AsF-yðñÈîÖµ~»ß÷ÆòþbLí¾d\rRìHõÑ ð8óW¿´¦%g¦x nÔÝåUY~rM;T(ØW|e ë0Ñ¿þ!7}h˽pr1~±Óÿ¼Éá; 95>ÎR¸0sÆ!îG¤>DU
çîÀs¿òÀÔ:GXJÓäÒ=¥I,·ÓÖO´®*ÙÕL ÔnÚê~îNª!y|é¦8·ü
+ºÙ¾Ü£ÁF8x¾ÇbýTSl°téÆ;ʹ?Úþ(h)!ëîø*5Bd¯*æwYËrF¬@ÜФyV¦ññ <íÈ_e8r)¹j¡#»à~¡TÉйѤ¦¡`ʲ0WbÚ§Òd'È^ÍN¾5ÞÔ°9GÏãHW~3 þùÜ«ÑǼ?<,â(APJË^M'Kt{2KÖÚÕ Ó@CÌ yþ,¼Û¿d/4q©Ü_T-ÆcÄUÈ[-=w EÅOh S2Ôçñ§zU6©X<Ãhà|JT°7há0có¯¸Ô#ØÝ©]å³xtÊ0ïiäbékϳ3òÑ[·¦õQòÉ$$ÖÙÃm§ÉrxL·hÅvãDuûÕå<&']wì rqlû7ØDYülH*´
+~gØØIZÑîîOgÌÛɲNËÑ:ÑõPZ»á µ\£T Áa÷]O'"ÁýsTCÕª!WÙ0f×~ [n^Õ!¡¨zÚ¬^-5Í"Ï8¢çÚóeWtÆ~Ü+säÎýQ@=`ør· ÿÒ#"g-ÎZȽ³:uMÜSâ¾>PùQ¬}ÿ®êÞA¹ýî¤bÃ<&_ ¡v<ôÑmÑé¼ÿR¸°*Ã0m½û
+Û¥44k~å{åÝ Áq\`8õ¯ñÂêè(m¡Z½e\¬$n¸F×
+n\0cý´èsÏÇ(WqÔÈÂrl5÷M£ãðq
+ÒSPÂïáߺ;ôõø½ûAìªPè=èá×RÍú±ÅZ9°:b` *Ë=`áæB±¨çBýµ×êÇ®n³¤¦¶û-
+éBå) ,Ô¿Ækc±oש9%çðqãóaÐn
+-«2néb%7½àçÝ×Xî)ß
+yµ?d{ìÎ{Vý´×¢ä¬%¼*+6sDõÞKÂ&E<SÁ7 ^ "ûÀüzê¼WÊ¥âܼÖ4ÞîC㽫PØÊC¯¸Õ*â.¤ãÅ<¼tÑi g½àÇI®Ú¿;wØ«KÇà?#ÏÃNz?$aR5ÿ«§ì-¤
5A:bwàÀÐjíé¹áîºâ¿¹Ï«¿8s^¾Z:Æëñê7L®ªÅ¡å·ÿ£Sxhô>±8H»)uvbêæëwWT5Pzã}ÿk³ÜH«½ð
+É=:®ßeËn=Ú£·Æ>ì³JdCf
+kÁÀzoSñ÷ÏnG.È!jP0aý#.àS£%æD-WÃj8¨~eÞ¾7Ã=hpfx_ÎýcõôO÷Lë1ä«_$øsAÂïgÍíSÀ5(Ó¨1wj{Cî.û£äU®}îGE+*YN Τ8GÈOF¯dò¢Di{¢á~R&B%¯âRÃ±Õ àîQ
ñ^Âù°5K1µbÍ8£ïñ¤doÞ@!¨·Î¾§óMñȽÀ cDäLO8½±´6GÆ»,
²êÉeX@:ïâcGnCîî»÷¨hòò¿ 1@Ðâª7ôÐ6ZÕLÜÆÚßU§z+F+µß"ûÿ÷VC4 åo ïÜ{/î¸]4:èk}SjTºÔܹ h:6í Á\ÈoÌÚ?Eqõ\/EõNÀH×ÛÉßÅ
( òr1t7Z8°÷Á.ULt!9 BÛ {FÖÝ (AM!pQ5ÒCÂOnÚ:ÂÓKaÒ_i¾®hAÚdòB?hAC2Þ/£}b-YS¸¼qìØOÞfé ý<Ãà ÿHºÁÑKaÉ/îü0È÷ôº®úaÌÃL(¢Ê_ýÕ gNÃðF½*Óä¸Ù\¹S»s´Ò?ÒØ>,è
+&YÑcûÌ˱?MùCÃ|'W W( q~O?º3'Ì©Ho¼¼ëÝÊG«5AìrÁÇËA$±¬hCÙDâO©å/Øp)g&ùïWz|Í·¤\Â<'~ç ê¼Vy¨eö-|ì/êyG(rH7YQ#AÌþAÐô{ar4¾_80lAö¬å
)?½%ícÚûYh(rÔ°\WË.¹t© O¹H¸Gí»ÎUÞè&M¨³óÏ~P³ÄóÏl¦#¬ÝspÞè9f<iO4Jõ5Ïë¡ßÈÉC¨¤]2£3 hŧJ ÝDÁúñ¸/uéØ®ÜÑ"7k+g?Wd ÉÓ°©#6Eù8!µ°*BÛºUÖ«
öJV$g^J^ {Ç¿5e§,ëÀÒÍrÏ+·6§ÍÀ[@ùx9Û.Ò¼-ÐPÈÀR0¬[kpmÝ
ÓVÁܱ/MÕµÏ@©_Wý¦Ú¬·±$©KÎReè!Ü7ûÅç[A©Æ16tzxÍ!³Yiâͱ_óN#t"â«ëùìýÈCËY¤«ÛVÖ]í{é§WYöû$]í%ÆôÖûót@!¦dÛeU[®²Ãú¦cQ/3ÍúG6epܺ:aí|à4.á@>û=b¸rPÎæcL8hhÿ`¥Âb
+xÿ3CÂÉéBkf¾x%Èê̤ñ¸#£cã ÚÞe4¿*®ÿ&°ä/Å
6ï 9ÍÃþݸ0gæÉ/AjlAÛQ³ÑÛ§+X¨_·Ä@óól¹é+n½#QïòËa~òËÉ˧Àgè¹v|àaÊA®7<ôê¾UFÁWÅ)Ý,yQæøËÞÃ×Làç?7HspTs ³Ø2¹ÅÁ×ëG?²Õöøg~åÀFzÏò\Ì°ÙH;g»E¯A*Z3cØüqØùE`0ý«LAOlü´Ö(d
Ê]Ç_ Jz b®Óh÷L#a|x @;@ôÛýö UEÒwÆ
+çãP(IcÜ F ·4UãUwJ¾A²¸ãYL,x¥I ÈË©èãµÕ.ÇVúºF!/RÄ&_Å®ær Ù['°¤8 SK
+üÞ030¥Ï<V];×åµa'±¼÷~@Y b¿8_¶«ejï¡I«iEßVºÒ[<ËÆkû.ÁÑ Ô²4±¤.5ÁÉÐvV~¸Æ0YÛzNæÉ oÆMú±lÊã'ú£>%ôõ}+ãlå@õe!,í«)@{<ÿxlòÓÝîYRý^ÉfÚ´H;ý&¹O8`b +¼öVjBñN÷yáÃË_îË[å%´XÙeùJ?MJRµdæD,$uÔÕc
+)+Ä6|âXÝ>3VGhËÄ0¸9m¡
+ø±¢µ®WÐÏéIª
+w_}§Þ
¨é
+Ǹ"ïn\ÚNÛSc«óʹî¹;Tkê&)Êÿbø¸sSä® õë >QÚ-»'m£+Á
+
+ØðÏk¸î$1ÊÄlI¡w÷EhA'8sOó¢
+Ô/I(ê<óªn:UÏo¦tq¾eU@ãnðþFä7[/P%ÂS°|Q&uèø¬ÓVåà©
+~Ñsæv / úÁj]È*=k¶{såÑȤí+)¶0@)±B6èÕGm.ð£û|X\ßj±÷£Ëµ<uVÞê~¬ýmíÕCA1êhjù|\i7ÞB óhðl®xtxï8®â°fY#µð¡åUX»cÑå/#áªÄú¦Sò{yF%AÏl>æ'_ýù¯NÐAí°'ýL¾ôÊ:7w,p*Ð.]~áßÌõr9ý$g
i¦5Ö@îÚLªÃ(¢G?6òeT¯»áøöA¾eI¯nÚÙkÐÏ7yFå_×&rQÂñâq!fô7LÊ7
+ÅQLØivx=ð*¾&`¸ÂÇßQ¿ÌÉÒPLMµzhZ¶sÌé$:¸FÈ¥[p5.´ï8&Ï"v¢¬Ìç1#âúä·ésð5ÿÚ<äðB¡Ômæ_@ç =j°ÑyúWþ?íÒg?q5¢1kVìÖ(صª¶ V9µàDhl¢åµªF5'V£ÚØǨ$Vim5P«¨ ê¹ßá¾»¿û|ÿ«'iy7©U¬$>wVs©ê¥&ø%ýÖ?i_!ÚX§ÇwKÓô®ûòÍ·`
oËBzõçýû"ǹe÷×ÍpýãG@ó=TiSOæQ*òz
+f,B`ÿuu*±ïà2T1êÅWÁzX>°%5«ú
+KÄQÚò´ÚWãIBKÊvY<L©%Dz{µÊß«LpÃó´Èä§bç=_ÍÍ&2%Ø>$9P$ dÞ¯Ò§ÝZ|®ô0%©D¢¦¸Äë¹$óÙ£]×£i3w±ºhi½±Ò
Õ(rÎʪ´ÛàÃ|a$Æ
>¸Ø÷]%5Ôý<ò¼U¾ÏáTÔÉ«à=Èød¤I%7V*}.±Nì4Ædkï°kf[KÝ®Zu /qIüª&4uÌd&Vʱ©õ¼HVQúëõ7-#Kt"²ÍnÏõ"* :ä|·ÅÙ4×ë-TÊáî¼Å+¸£`i$Ç7¶ëØ^83*G˳:ë¼éÈ6ÄWíl
+ø¾ftdýz"âs<ĸÇm§éª*P&¾:6dÛo×M%ÕÒ5§ØÁ
+37FpÅÕND@Se¬Üªú"9l<æ*%%?keYSæ]D¥Å¿Ö4ÏÚCÓ¦û_À0{!5¡EªyÏÑb¡¾Óº¨7GÂÕ¥O(ï\íä }ýü?z²¥½ù[dc#£Ý³ÂkY6EÎb¹¢¼F_S´/2í¼(ûùG».Þ¢Õú£º.g»j dÊmËâ@#{þ³¥çy}c½Èoã9
+,}BõÈÔ¡O¡êúU3¡SÅ Bûµ*7ÆÄÂr& ¹bK¡ËSëwN¤7òD8ö?-àêrnn£ò¸ßsd*ÙÜâçJ¿pò°4^±p¯Stsá
+ĸ_$ï]?«8:Ö³q4gú8µé.~ò¶uÅ»C¨XÀ âÖ"d þ¤×LöÂ_ãËÞÞ7tj쬺OÂûRhøÎçQP-e©:{ëBåúPÑMAô`qAê?Í÷t i!àÝ7ñÛ=
ñHHã¡Yz ~îóàÛ
éâ:Ë·kYvÒ:ÈÜÑù Î[nR»ª£Bùõòà>exX~=|:<ñý
+JÍõ=0å¸iã¹0B*4lÅvúîÊâÉ"hÀ[ùu#rÌ$S¯N% ã¯)u:=벡ƣúFwÙ8Þ!ùö¼°/5¶¡+#05ã©ÀFç%¼ð¸^üØï¦bÐfylµ×\¸ÿ´d½«rlå7ñ@?¤Ý°Öq¼ò°l"ÅE?{ßÍó5KeÂÆn³XýÀ³µ(SV,M5û8J=æ ÷ɯ¦Î ïCãn"=²ý78í1F³À;øA<[@ׯàîF«xÂemá>`CÐ;;²â$§âíÓ(vÏösP#ÊòÞkBI¤¤¯çöÅÝýäÂRw¿KÊ2Û4IæEÐàWñ'"Û"¹á¯Þ>´ÖcòVê
p×;¶PI¬?D±%:ÅYDiYP+/Hïs:%@(£L6ë¢'ëlõ âh3Ã
+&KÁ"þ þì|ß<2¡Úæj¹+ºÅ{ 'O|ãvÐò?ºvª¸ôÌìK±$^vieúApgÖ¬øÂ?í¿ÀÙIÓ>æÄû<bþUc±2ªÜ¢À\
÷¥Õ°)/¸Q<=·ÑEVÅê¡@FS7¹¾%½Qõg Öå}§â/VGÐÛ e,)¬ÉV» \ e¢ünsÞÐCEH¢e¢ÿ¾8õ©5¦·ß*f]Õ»¤~¥$ÊÀh±i¶#¿²QÊÄþY¦4î8¼ù£´NI,ão9g_«¢WêlG¿±,[I·³û²Ka Î$Wj)¸¹ff
+ã¸ér¬ö6 ¯í%¸ ù¨´Å¢î¶¨ÖJ,Úð$ö¥»v8ÙÌâ¿Q÷ÅÈf=aÓÔßüò«^ h$¨íê±&&/e2 Z»ð÷ªktÿ°c*äz~+Ó?7æclWj{PÿÎj£nú·íêÑë½Üò òxÉ!î;ÌN,j9ýMMláæ
+_áÀ2ÎäßËÃ&g
ºyí©Öú;d
+9,¡iÉð¹AhB0¥«ñ8x}¤^\ºR;ØÊßÅÿ¬Án:»º9.A+Trèg ?.©=cÂkã¬/iZÇ.ò;"ðõ®HõUHÙÙ¦¼;ÉD/ß6·YôÂü¯!Äø|m×>Цÿ¢ÕÖB.;mô`Ò:Ãxº:ò¢
+KËæß!ðç¦gµÎÕÃG sc§îÐäaÁ/
+ÒÙöjÑ%ÍÈÅ%;{êý²^3]¢AÁáåü-½·Rþ»jÿeÿþ' x0Â72*,Ä72ã_ãPºendstream
+endobj
+192 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 606 0 R
+/FirstChar 33
+/LastChar 126
+/Widths 612 0 R
+/BaseFont /QTEVNQ+NimbusMonL-Regu
+/FontDescriptor 190 0 R
+>> endobj
+190 0 obj <<
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/FontName /QTEVNQ+NimbusMonL-Regu
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/FontBBox [-12 -237 650 811]
+/Flags 4
+/CharSet (/exclam/quotedbl/numbersign/dollar/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/at/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/V/X/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/braceright/asciitilde)
+/FontFile 191 0 R
+>> endobj
+612 0 obj
+[600 600 600 600 0 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 0 600 600 600 600 600 0 600 0 0 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 ]
+endobj
+147 0 obj <<
+/Length1 1626
+/Length2 14351
+/Length3 532
+/Length 15230
+/Filter /FlateDecode
+>>
+stream
+xÚíveT]Ý-îî»»»»Cpv»»KpHð`Á%$¸·àîÁýñ}·»oûúýyÝ¿Þxg3Æ^U«fͪYkíMM®¦É,náhn)ãvcfga ¨ÌÝ]5Tù--@w;75µ¤¥È,eæf) е´ HY v~~~$j¤£·ÈÚÆ
+@§¡KÏÈÈôOË_[ æÞÿîytY4ïöN`·wÿë@MKK%À
+do TUÓWÐɪhd-Á.fö 5ws{ Z]-éV. û, @G°è¯Ò\YÞ±Ä]f W'K è=ÌÒhéô àdéâ ru}\Ö.f`·÷¸9@` ½»Å_ÞíVrrq|ßáðî{SstusºÜ ïYÕ¤dþÁÓÍÆÌí¯Ü® w7ÀÑê}§
#Ðý¯þö½Ã¼{ÝÌ@`W¥Û_¹Ì- W'{3ï÷Üï`N. ¿i¸»ÀÖÿdÀp±´6s±°·tu}yÇþ«;ÿ¬ðª7sr²÷þ;Úñï]ÿÁäæjioÅÄÎñèöÛFbýkVäÁV v¶Ø-ÜþÝçaéòwèþúwf`{o
¥«£Û{J ÝÿÊ,ÿs"ÿHü?"ðÿ¼ÿ=qÿU£ÿtÿ»çù_¡eÜííUÌÞàwàý1Þïà¯ÆÝá1s Ù{ÿþu·®å?ØJ8Ú[ü«OÞÍì½%â`ëwYØXØþa¹Ê¼,-Ô@n@ý{¿þ¶k-,]ìA`Ëw]ÿn)í_|Z6 ø/¸ÿá²[ü+ýw©þ&Ï*¦¥)Íø_\®oT{7-o§wnÿV²£Å,þpôø2³óð9¹ØßÏÞ;!~6ÿÿ"åß@ìÿ\+¹¹¼ ïu³±ÿ]ý¿ýÿ¹2úi0ÐÑ⯱Ñt3[¼OÚþrÝ]\Þþûð¿Wýïë¿gÞÒÒË´øÛ(fù9Ë?o`TÊ §z Ü©´AëkaPµcg`fÔ
ésM8Kã¸Àk÷ÜÓËÃîP=mgºåY?%}w!æ*M/ãn«q)jÖ±nïù¬Ò:ÌG6ÝÍQu
+ãg8Òñ6Nó;ú J ª['´ `F}"n;F#VmÑÑ1MÊÁÝ-mßðà@ç%l÷1cn""µ *Mls.±èGí
+ßüH*4lO
+Ü£æ#ñ\¨Í¶t³ýÚ÷êCìD
AoR»¿=±|+3êÐhM¯oȱ$Ûã'²Yåm?¹6½DÂÙì¤á4˽Я¹&J°Æp¡¹$Ò>Å©,¤<#¥f)bjt²2wz$ALáÍÑ(A·7©0nÒ¤FwE>`)Ýög+ûû«f¿È[!TRºêÍOÄ*LáÆ3[2ÌO®IhM at Ih¨X5É/5õt%³"Ïßc!é mb= 1I8K
+k.\L5ñTxªðÖ6ç·ÜCñ©¡1%zÔôü^(¹]iu¡+\_RR¶éGíJÈúv|*qê`ßJOm³IòL§{TÐÛ´õ0Çà¨-e´, ½ËúzÍ Z$3cS¿¾é}"ø=8f\V?À?§Ê6MpÝÌ¿DGÔɸåa$um@[¼û´zçÉöèßeI<fdsì&¤¾8>§
+E*}çWaÍ(ü!Ò¨Ì2RοuÈ[Wþ@þ$EòK.Å1`~ ñ,EgÎ 5\û²ö$sØà1# ÆXc«HÕ\Ẕ¸Ô¯H«MT.û)ú1gcmB`ѲNÄa(¨2|¬¢K³&e\TM;PCÙï×ç
+·´ª©>.dÔ_a<6W[ÑöͼTé=×|.
+Cú=,ËÎòUÑ<HQ
£ÀØSê ¤ ªRµKï;NÌè^ãÅ&°½tGÝMÝ`{%ÅùoP}}ÜæäHÉõäW>zÍGìYR9e×\9yÿ£
[³0£yÿOäÙV`d>YºÝ"¹$8®Fìbµ¾,òÀ IRG¤áx¸ºñÒö`þä~A´SÌÅck=Ãз
+¾!>Y¦¯Hk²¤ÒhðstÓF+%ÞÛ»2\E>Å¥^<bh->ºWb3MÐþÂS%¿õαðÅâc±âî®óã¹6
+nÃÏçòCØd oTCójKüÒï¨n³´ú0o·ÄòaÉÅûÆJmkwÅ!¶±ÉýÅÊKo<KÏ!ß¿¯D4;*4*¤0M1ÆØhL<Síþ(IS°3g´Ï´[!ílÇ-SjIhÃý¾|¡Ê÷U
+®#KßvåUjtÍÙ°¥;ZmG´ç4
+zÂiߥ>2|²ú@pÛ=Àn²NÝá/¬"üV7·wdÚvë§P±¥»ÎÙxÚ¡¼UaG¿¥À?IçUPïüHÖÅæìuîyªÿÝ!ÐgE°îa±q·p up ËVàÇí3˶ÕÖR8Aª
läQhó¦C¬Ù4ðSrïêBV+[üÁÚ¹6¯Ë_³4GèdÜÕûú^ÌëЫ[äüHÊøæc»ª³¼¬YéÇ8ü30g®!wsâC,e«qâXÐï¯pNƱX
î ¹!°¸Æ5<#©25WxùHæ¤íma§AÇè'׳ÃIÄHFtQõyvªýÕ¯NFzlOÄ¡ÏÔ¹ÔH¼,â~[ÛOUíØsã'~å'Od^Çíö:e;r¸|iEÈ
+!5ú2÷íìn73vóTA¡º³/ØAÄ//Èè°#*ð¬a§Þ¥äÓEt sÇ×õ±/LGÝØÑüØUÜÜPU"åVh³z_aw¶t$ô7OÎ>Nj?ÂMÃ¥ü$ß=ç0
+äÒÐÊ\¯/ðâûÕ4dwö½ÿáúâ.'IÈþÈåÕzCø$ÖÔí >3.0¹0Ð_°Äcµë0U1-PÏÓyôs§·¨÷ö*û±
+ãu'd¹*:D2¦ØR×C¯Ü£Ñ%g(Íó©>§Â·3L3íHèßyiæ>`iÓ,BÒU¢0QÝû¤mn¤¹ÃO3¤âõ½i³"'^k·
+
ÚI>Üö
+èT»¸R+Éa|.ÍÜ >uYKñÙ5v±ÏjZíSѤ$]ê+rEcª)±þò«ÊôQÖþh¼»< TÖ,RfCìçìÇÜ°6,ÙÝF:Q ½ÚHÒvÄ'ì
\¼öBÒë-;7B[Y2
+uíׯpE.*:VLðSËsVv<!ê°?(ÖØè×+57Ñ}þ ö0¹ ÎÖ<IJ»é.½Å~Äß5ȸJ ½ÁLWî?'¶ÁK&õ1ÒǨ¡¹Ö: ©o¨5zоìF("½¦2Ýs¦Òɦ>¬dîlQ3H_6,á
+/ÞQöëõob0Zm C¶é÷®;9ÌT ñÆsïÈVSoEº<È/nbC#Ìî"ÕýKox¿Äd~ÁûdPFjÚËàmJGërOÙ/*ï1¬JjuO-
+E3ÁoøbµtÞCAÉÃ~Øæö¶hm\AG/ "õý2«6(öýa¶]ÿôÖ7à©fävxëíF<Xö;~d@I§ì;Zð
+¦V¶ÁAÍl_{5O£úé=£±¾ïÚFèÐë6·"i4
)+¥¯¸x1ñÂuYemåóÎ,Ö¢ý}Þ-ç½áùxý¤ß̨ü\Å~é¶Ç¿|¯æ@f4i' ;ËÜïúÛiC86ö1Ák×Èìá¢?IjÀïùdÓòÓÂ'õ½NÓû-n~rÿÊÈÅ(CMUËy²»Â)=Iyw$;òQf@·ÒN{ÒAÛÔɱ^ýwÖ'iµ"BÀ
+h 5ªã_%¶ÍÈçûärRTW>dÇy&Õ+Ü/r×m;ò*ö¾sLÌ Ð&Â.ô4o-þR7ex¥"0jDÛvmÃÅEgö{j0~Ú·à ªTÈM*:1>¸ÛZy Ü}[è;ÛO)CâÃ¥ªV"Fð<¸
+é
+ôxÆC¬í@H:ãvMRk?Pù*ã|eÖbOB_¿¿Jr
4]F¿LÕ½úo#É«{9LµTTL«nH|ã®=ôFLUÕåùÂÒ\·>MSmä¼plãhj(b®åÞÒäázÊÊãI at hâÒ¾áDoú
+Á .¡Íäó£o6sB½yÂ\Å
+¾<cÔ4ô¡ùÅÝò®Âïuå´Ð<óΨ
f÷oѶ^N¥D_g
+×JÕá
öégZðµÀÅÙ->pm°IOIóùï?ïI\÷ûÓ³á×7=~è©·ÖìEÕ8>Ç5åý :Õ
+î =$tþlÒk}Þ~ìjXÂߣÎSÔü[D¦L®FuIEØþO(t®ï½kry.&ÓÁ5» ï/ÍÂÕ Û%*ÐQ¯ê '«ÝhÀ(u±ùè#;fîg#¾ß[À:½45Á"]ð1zbÉø)1ú3¸Í_çKhHÒI}©°±Øi¼ão%-°ÏùyãóÛ-³¹`kG³~¤æ³ªºp~6ó6#V¢ÃQìsLï
+ÔM¥¯J¤OyÀpÑXU+d¯sþ$«@úTê'øÔyµâ²½OÓ ÏÍÜë=/ørâ:4øãùÄX¹OI+'wfLÉiúPu®ì|iïîVh?h
G%ºñ°Åmï{¼% [öÄqcÒ4gÑIq
+ãWêták
+úէ䥿Vøê0,XÄl!WÿðÂÆÍ(ÓôäðpyêÀø)|d7ð îüKÁ¦&;æÇÈb;ß&ìSq{ùqøH2TmOÈfHLdL~~Ï$ÜhÉJ¥YÎ)SÁQìÈFBÐPÉP½Xx@&@¹msÑëûÁSà[érG3ÇãY ¦I¡êFe<Á5}öP×ñ(xÑP NÎä-|µºÈ]üe)Öâer ôR#å,>*ûíB+L\©ÓÄ¢]öóï>FоJvÈüm«´`Xë¦ìn×}AMÌ^¡+D¦¤·ÿ^¬ÍoSèpQ±b«·ûõ¬6pÒ¢g'×îÃó5sêu3ÇVø:¹/åÀÅüQðk1ýJe®NòX=±}Ås=ξ9Âxlg\ºÕÆôéøHÅ~ëPQÖ?hr
/ØB[¯ê¢]'í9zûý?´ÇU*BsÛ¬§ifiDbby1·Ë+¿ø£ßmÎê1É¡ò´Yì3Iõwÿx%8FJi2c£ÒïL¥¤Ò©èIÉ·&.:Ø{ËÐÊÈo 8×ue{³?¾ÍÿjúöÜõ`$Ó 25µýþ}#ü4*Ú¥þÙ½Ý`Zåa¡0{ªèÇ>¥øÝ×ôZ@DÉQL
+õXÔʹ¬4ÛØê »ü<wÀwEíȱÚMtKì*R²g+÷ rm
+¤A¦äÝsÀHäîC!äÇië×ÒÂgþÑûóXL´ñÔöÂ1è-¢;¯cè9ÃZNòÉ)a+Ty ^µ.¢6T*á~Ê<ô¡N¡å Ñ®7Õ^,k¶OöÂKoµÐ}ç§:*±
?U°+
+5æÄ£
Áñ¦Ïxe0Ý-ùeÛÎEܱi4oWCH<¯?>Ûf1ä/FOe{µÖM~¤ôÂôeYåÊ
Û~8 Esr*
+²@¢î'Ò4"Óù]OAÆsÿÇ]?,äw;Õw¤%N|TMÊI_äðdoEÅÏn×'rZf4dzL¿ã¡Â8ûÈüHiõ³ªý¤Ukq7ûS[·öÄU¸0ò¤ð:/`©$ ï·Ïhàfè+!S¢
JÏ¡*k=¾ñÌT¦"8ðô<WmÌνFÚã2,¹2¶XzæzØJ
)h^¡[4ÏT(ªÚý4-XëŹHÀ+#d¯
+¢ÍE+Ò¹î0ö&÷7K@½5EÙµS=ûòÇ{÷É {¡'6nÔ:áB8ÐzLN2תël7S[O8.1L"ö3".¾ô¼=Vâ-ãfÃzD?/è*º¬£O¬Û!Ø
Çðx¥uq~&*iãõCDZ䯧æ$d-W.1þq'jLdáqѪ;daõÖýÇ3YêA
+ÓÁÖ²VÎÐí"?áÚ?ç¤{d§ùÅ`3Ä÷Rb³(ø¸6ZYÕoÍýÛ?`~.鸦LÎOÀú)eùeþ\#ç
+¶@ÂÀ7
+o°L¿4Ñ÷£nÝîÞ
üÌFêl¨Zíi#û&ßäõiµØbiruÝ*¼Ñ
+W89s¿ì`\Ò¨'1Sè8ÖÔµÀ¡Óù,
+ÝDçsÕýö¼®î`¼b+t_ìhGiÕU?h®&ÊFB<a-Òï«ö#ï¤Ï<RÒÀÞ
];D|¡î
+ Xé§ìs#RîS æê%ÚôÆÛiÞ©øèÄau4£¼ðùÇ<äþ³"G6CÁ9±%@èÞ»íÏWGÚÏܧòŹÎhF`NQ%D5^Ͷ£Þ[×eM%ú3:éÛPÃd¨ÍU~ó¥p®¦ ãN¬`oÒÓ+tm(ê¨BÅSÒ=<ôêÆKûL[^¸ºr³]C7þåÓ)Ó^fVn
+tæ §ÞnÐdñ±ºiG']¦¥ZXäyMwª3¨ä¶*Ò<ì·2;RU[ãòçhîñVz[ Ãu"1ei½þ+1z9bûCÅ£|!×]fL
òGDE¯ù
+L
+zJx¶-¯átD¥ù µîÁ¶ Yl[ø~É@ªiCá=ëʸµSêhmîfÛâ8f Àôõg8hrûSú2]©eÑI_|D½ÆÞQ%$ÿÜz±ëbëJAÁºï×
¸Íh j_$ª WªÉO¡;xzº(m2Ám¶ój¥ (4cÃ×"µ9"\SÍËÊÊ ùÁ]~´ûíÕN]Rõo4x)Ë0XèQÛ¸d²B¼x#Èt÷èm*DLö'báÞ2/1·¬YC{W3z-E7gW1mP¸pyáÊôª<ÛØ:eËÒI
+µóÜ®9'>úqßb×»ÕóKä
+¸iâÙq>Û?
+õƪõã ¥^WW´±¢LÂØû¼]ÒÞéú)û®ånX÷B.nÇGåÀÇ_tZàX¦ üüfX² $uõhu:Fcü P¥z8.),ñÙ`=mï~û¼Yë·"Mþ LÜ*ÁQ9Xæào1ÿ
+Ô\ÒJÓiãfdBáüÔ¸Ìtb?>UÙä(0Dî¢Må¶a
Ãh$_î|IMÏ@gÏ)5)äAvj¢'¶-
+uÚL+W³¹~bÂAÛtò¾³+ÚÉý%·HJ=°=;yYpÐgøUô'ÜùÆâðûåf4Æ°:=V]!%µ°T<_ê´¤ñØÕÆ!+sÒÍ(îkb =/Aø½ØOúZ|Pÿ}]ıèËD
YBÉ=y3§O ®±WNSj¡peêÛû©¶÷yPñ×âîåë`B|áÜÜAWZÆÚÞÕõÞÆ\X¡EQí
+È\î±ÀãA¨Pé(ÑãD1Þd:AFu1OÆÛТ<øÌ"ùKþ§ÖYw3 at oÍúËÒÌj¢Ë3y^¼æÐKñûäÁy£
+µþ«Ç
+¶ÙrÎ,÷ÎE«;ÍxµªÌN&êÞ
å¡X1t¤ê GìNÄ¡í_}üó~\øy/ïè,f
+nd
+Æêiw÷d½µ±8|<ãu~Ü
+¯+CÄ:.ùªó ÿ"Jè¬VNòÊúéÅR·À
+¡,^Û2lr~ùÈÓåÕA¾IýCÔYmè§îÇ^MB^wÏ^ÿqºâyîÉH]Û¼1»8$ÆWQ¾'Ó"ß
áÈÙº>j
R(Ã¥%
+rQRüÕFͱ$lÚGh2¥¨ýa<÷WïwÂ)ª^ð"^D5f0ܯ~½_]møV o,»úׯ¹NØ}SyÝÖZÅ,¢ÌÔ~S¿ºöÛ¦åLj&7kvh¶×{íp2TÑmîhmßB}öb®k¡£¡æ.±Ú!pûGïC§
+ÓÚ!f
+'ü|ë̾ÊÝzècY|X½Ö(XmÏñt¢N¹a\å2Ì¿+Í÷*ìÊ0ª}+VÉ~|ùq:"æÐw¦hÿ*ä¸0(~XwY2èçJ'GCÁÖ%heHÈðN'g¾iÐsú( ÖÉ?¿MWRå0
mädj¨)¯Xê0üÒi½/K5yõp~ðØk¹6tl8ØaÆ&mDµO²¨¼S>8kPÄTGHSÏjÄ.*.-@=½)Ýün%?9¾S|9Lá~îûÔøA8e¬]wxÞw¸$áhîGöÞ7Puäü$üºv²í¼¶ÞèRøGcpËäÞj®¼GçºÃ^"S]áùÑj:²ÍkkTfH¦tÆäÐí÷jÌwÞÜ(42zÑ
+lÏåʳÕÏ£\ Gø7EMî{<
+¢½IôNô3²'[{ë²Í!=9ÆDf< )¡/ãôñ)Lìd$þåª_³9L
+¯LÏu¨?7H÷a,³L×ãÖÌgÃQHò3öÕû¡Ò=JÆ^Ð8%ÌjL`3ÿ¼S}îÎßq'£Åñ^®gÚ,G´ýÔe@Û'rAA$@þw¤°°D;õ«7:í§ÿ)5«ñ¢%÷v.Æ¿+>Ý-X¼³Î1Jú½þYŶ^¯Ö³z3R5G·¸¥Uß&?ýe;Ö ¥ìP¾ëL"Î)Á«lëj# ÙtÍÅîÚÕ£M´ú1`aWú=ö«gO5³hVS\åµz¾/¢®ÀÄ ×NÓùз1#n
+NåWµ;ÆüSÙ24ÄöÃîÎa ¢ ÑiÊ*FÁÑ£ö°¨ê»yIß¡ÜïÛËkkP¡úÑdÄÎâéx¸z}ÚX×ßCît)ç?&¤ÙKGmÂ0?ó¸7¦[(*.@È~zã9)cNñ!þLß!ºêðÝ£7o/6J7»tMÝAÀ ëJNºm¾¹Ô[[µnÚÒ¿xï>bj©zöªW]3,8I4>Ù×aäç OèÐ.~TÕgGÄùv
0l¯¤
+ÿ,cÊ5qr¨Å1ÂÌÿôäºiþbÎ×âJͶMÕ{wävGLo|Søå~vÔ83Ç-¾~áGdûë þ¾ëMÕß½¸NÒÜ@êxÞZýlÐL]´·ÀS-uZy&©a¼§ÇFpÚXÚpVS_µ¯[S×TʹùT÷Á¹åÔÁ¿lAúdú
+A}¶s+jjB}©må*Ij[L+Jª>b,mlGHc¼Èéª9
+"
¸óx_\»hÏGÔÅóµ&À{²*%zCÞGÞ6
´×Að¬&°HnFÆa¿ç|ÔYî:+yò¶×o-Â¥¨íCÁMûã(i3Zr>ýVÀ÷tgÂ*/DzZ#ç[XNx¨#Uv±¾êù«)ZþûþÎ$øü/¨·iø5#tñ+[¶ò'QØÄÙGÚ[IÉE¼zØÅkpé|µoM\^ìy<2[á}ØÀ|$ÑÉóIÂÆcº+0-W
ÝPÄ8~m'kt-nÖ`ÌÀ
+Oé´¶ëEþdåÍöàÊüñ¥ÀÈØu ö %lªà¥ÄÇ5D1¦Ä§?gú&U|a~ÅPÁure!`_PVú
+";®Ñ±Ó?f×ÃÎÌÎô'¾è !,ú·ûXÞ^l\I¦Ðè¶$àþϲÆʾ÷ÖÀ@A2_3+ë·DÒL@dÅ~Hþ"ó]f@þ
+uÒH¥Í¢Ö£Øsþð¥¿ÐC¬ðñº6/ü zfêòµÕsék¥Ñ44ÝsVLÓb5¶ÂÏ¥ø÷¯¬ óaù¯¥#ø0LÈ.aæ_jFü¨ì3¤ý
+^
+m6v!jè@uí¿§êÍtÈLoïÅ5÷K·Ç,#ðÝ
+Ë«z¸Y¾«¤>ÄÄ7ô^¶j±¸ y¿Td>ZË5 ¢8hÊ~ùý¸Oáç¥iÊtTözÝ3z+ ñ¥^uñ(3
+ðë÷ã [9"´à
+lrVÅûÓ?<µÐúÕÙ¼óõ%ÚHG6½ gCWÁf7//pÉr2Í"b$QeÉø)êÏ[¼VJF9ö(67y'nÞù³K ü7¹±B~¡¹äÒhØgäm7!Tf?Çâ(tv¼<ÂÇÐ:Ó>«¤<ÆÙ[ªÕì¯
_«h
º»((¿K7Z-m%¯XÒ_¦N~¢ß"jyaÇÁZï£ÿ8ËêºëÎ:ó åÛì×`@^ÿ²ræ-µ6)|z¯Ù>×NZTïÃ+ºã;AÉëáFùNøvuÑVLgã \p ´@$Û½[å3G!-Úf·¼Æ(!>ýÎe ±#áOy®|Ƶrhì^QT¦ÎïZùE®Dsþàj¼tÜhx«±õ¹¹«ò©gc?º»NUzÒdÍÔ {Q5¦eD
u<_8s ø6×¥çüfZB,v±ëÀR bå/ vï%øØ©Öç0ñ}ðc¢C²v¦s¼ï¿1PZ¯ ÷ÏRès~ɳFY"øSè]Ñr at SRRTo¾,(ä|vÁÎW_×û³G"UÀâ¹fÚBùç¶X^0ðÎà8]ðÔàãF4GW£öVÒM1ôòuG.ËvõqE6f|¤Ú2SÅ7ôå; µ§GMÔ4ÕòñIÛD=Óè5 Â~·_ã½r¶~(;eý ]q}'mæFÄjmÍB'÷¹
+Ñí- ÷Ȩ_CdaËZlÜÚdÒÑ6|¾LUm"ÓEçY=ÒÎW Ñ¥0w8FémçhM^¹{I¦Å¦=åÌÀbÎ08¾µñ'í;zõ¶W9ðîvPêcY¦®âØShÃãzjLzïWúüÍçn*Aé¢W.ç
+ÍÂóOv¶,5MêjdGiU¿bÙ£ÇF¤'7{>´Ã" ð.b*E}2£=å¸ä¹õ'yMAÿdïÒt=»zèEÐàd^Õ+ÊˤµÈP×gÀÿ³ûà)xl¬êÛ7q6x-ßHÓs¹ ész y& I$â²9§ã %ÝÍÓñW>£¼HñÚõN}໡ ù°Ú+Q2ÿ㪪¯Â,ÚMi¬z0ÃYó4·ô;êª;dÖ]ÜuH}üж½úG¬'ç¨"¡À·yt*!áÝx§ûÈIwËq&¡ÚWZ{ÎêËâIõ±½HAù>ÏV¥~8HËs !^((+7s»¥¦ð
ÀðÑr]ø^ûq3»V Jtå˱
lÈ°¥ñ
+hoɯ²³80ôÐGm¬~(°Xã&+ðr·Oh¬òÆ<£ ó.1ãÞø©»©ë¥ý`0iIiuShºÅÊFõÁÄÓJöÖRÂÚÌÔ8áMå,g¿çrÙ¬ßâܸƪ)ºB§Tm¹>E,}¹Exâ&¶Hq°`ئj9Ç%-m!uã¼E¬W
ò
+ cûÂ
+>¶ZÌdDÂ߯göåpn7L8£íe)ðÉýö¬n«ÃÔ¥c§ýN~!pãzNv¸Sª(ül¶WÝñn
p³=(Ú«w#þó¾Í×-<ª%±bÆÛS®.Ë÷ fìVÑ0//q~4©®mç`6r¥/ó$¾iïa¼%ñö¯ ´ã½è«b;ÝglNCíd²ä'Ñ=;HKæc[?änHÚ'0jêMLNä¥=Uù`õ@^Ï8ïܾ.:2E,¥O¸ûnôzz2¨ùÈ2ÑáÔ=3Þdô:)ײȴ°`o A$ãìz2¸FS"n]¦QYI%U&X_» {aaÃ\à\r£·=Z«ßW¿B:ôÍd
+7SÅ39äOb[/)ÍUPÙm«zö»æ=9YSÊñÓÍC(å*Nñ«W0³ï¶XbÄOª×vR»,'Y42rcy>4Pjý¢DTDºø©µH³S´ÃIJ{ß)DfP#K¹Ï£,z_^à¶ÅZ<!æÓ½¨M-£gl FÍò#WRµ·fÞ_ÉüÌäÏáËx¤¬Dow¥ÉIÓ|;ìäïózÖÛ;4?®:¥
Ù¬j8ÒÖ~3±¢bòñ\8w;½ëf$ð`õcK´P'Lò½zaéoá¤,¯kjBE³ÕBàÃ>´@ÝTøÑîa¡K³/ü'Ç÷龨ø¡×@Ãù9F>=QÿúÊòô®WÓÅ4ÚÌðó9Òsq(¸tPÏ?~S°
+
+Db]â+3å"ÈhLÃÑ"Ø-c>BJ^^GKäíûâþºêö5Ç7ÜS&âwßN»#MªÕ±ÑÅ6ìQ½9¾¬üÐ@ª¢×
+²ç$)ýnt÷áÜwCáÌÌ}ëfUÖÜu;í¶q ©lÒþnP~ƥɽs×w_4ÐW¸µ=
+¼=ÇpÄ0p¿Ð*:61âØ=KNRÐY@ê·¨`Kq_Ç;Wi_i¢rõ`Ê4]nËCï¶/ÊäjuÖÁ¤â¬IÈ Dï°èß# >CÏbv9ÊzæsX_1ÍóTùìir¼²×òzÓ
+tÃQÛ¼ËËeêdcÁ+.pKbÌÿÂùFm!£ûñ²l§Ý}æÓ!À¯ M9´µ®äU{ßê7%èÆ{ë3`?¦íì&ëWÆuKf$°Yì'Nöú¦7³x¼Ü¼ãÎs&~Ó*rÞ²TÅð9
+ÖÊQs{61ûÚàÁâÜ<Q»øÓUÓ£
+w#¨z¤·cYcoæÎc[¿ô*;¤8úK¹yî.·ßë¼ ÆÔßÖ
+y²´Û5æþD ¿±ì
+N¼^,£}L~õJ{ÒgtZ×-«à$þ®YÜja÷÷M´g¬¤Îu2¶£¯éGÃèaF¦ñ$G¥àûJø}¡ Ë·6ùx(ªÐ9]IŹµb?"Qýî1®ö;7ãçeÈ
~ÿ¥Æ.1ÞÏvä=¨N¦s²í¦aÉÎǹAI¡í'¶y~|ìݪä/ÝÞYÆ5Ó}MÉ~eÊé:í¤2ýٲإ÷}ÕKÉk7ñ<ËX¯M+³þü9qLùK<gg©°5± UògÃCypë[ì$y]EÛÌð÷Í.î¶}9s¤¹ÐÑ©Ý0¹¹zõç;ÆǼë. ú2
+´-»yÐM"AÌsr]áÅ'Ýç6Z']ιPøáÉú±Ö5?J1iñvs·ðù<¿BX!u.õik{ÐñÒDÔ½õûå$³¦ècnävTÒÑÁ©GûÛÛËl{{B²`çÆDÃ.ϬÉÖë#](T5²w~o§Ìö×n{I
+ Cbåî»C¾¶~s¦ð6Xõ×(¨²úùÀVâN^>ÒÕzc>¼Aº]CÍZÍ]Ïóp|>½
+ü¾$LÅyoÄ6³(:LIJ5X.40vw1¼Â¦vÜÝ
+Gj>T¡(à*'b+¹TÞMJ¸á$Jvß Sè79Kr÷Æ¢ýkb
+l£¶/
+ d«°"±ÑA®æ÷ÍÅÝå\Cì¸E^w?c*8¦qp(¯HÓCbtÓ±¨~tõÉë¤( ÷ÚQ§¯ocjpyÈEï@F
+v4ä?á£U²³Èô¶'Ô1~£Áëð1p5¶æJ§øÔ«mPRª²}×S÷\î_»º¹¿[}LU%¹[[]ù£Ôfd&9¼#àg*Ö5$£+#MØ&xåIz£Åá÷R¿Ä/ãÛñIXßâg ~Ù¬ýDõrÚeÀï ¦íX=G³npàâ¹Kiçõ¼¤wþÄ > !µê<Y³iÈñMÕÓz66×nìV]g tF;¤gúÚ¨5_íABuÿ<.1aÇż§l®uhvÎm;ÕçxÝu<R2åW[LÑÆuy8çIç;ÚÅ¥WÙWhX*_Øó,w?aÁðVw/ÇàýádnÙ·iÆÍ>PÐõ¹hù$2Þ?Dj>wÃKÛÒòëªãçÿ5Ø_}ûtI±((ÍuNH;`4»Ûªù|È˶»O<p8} r"³ÛÑôÕiMK Øf0ê¼=1àî¶ü
Õ·_½Ùg¸ìøö×\Ø7ºZߢoiÛÁFwÇð0ÖãI)ßÆLõÌÔÛ|ë¶_)Z E3XÚç%)ÆÎ ¦l3v\-Ï8oÍIðÚêªóò àá I<Ë)ª Óh`ÂqÄëæüýzFw¦êwÍkðY
+µÌÑ3jû´Vê¯8ã¬÷há<h.)êÃ[ö¢É{ûùÞn÷ºÇÍPª1 þáV^Ô»oúÌ'®ú6ô/Ì qò·uõÅ©¥áæÚ+®"íxNº
ûü
odÚ5$J<ÒºËQÁÝûð´Øj!ÃójFÈMKD2A¸"L¡<»áí°-Äêæ<ÇÞ£»Øôrl¯ðô%(_ý`X¥ePEôÊõ.*5ûcÜÍJ8ÕÆú⡸ÙòOæ£âÖD-¤&rò¤Nó¾~λ
+Åi=
&î ª[±
}h¶ÔàÎcËZXØ_è©jØÍ=_¤é¶>OP¦Zö%á0lÌíÕºÊ*OMSLRJòe0ñhðVµ^ªX£?\§¯0ÎüÚ`<{Y¸Ö<xRú|(¶>ã9FÌ?Á,^4ÎsѪp#
ÿåx83:føVð1+å ´½ñÆ^©ó²ýn3Rç)9ægÚ
+=°1
[ØÒ:©0íÄxIEäÐHÌlì·üýðµÄ·Ùèz7¦êM,4Â0oÎÁóí´1d«ÞRp%F~º±²?ÝAØÁË|úïk±däWXXà*x^©BXaî)ÏÕXZµ0ïó43Z'9=}´Vb«ÉÞ¶H¡¨ÞÜç[SõZVõÊGÌyázC䣯±X¼VÎ%¿¯02Yðë-HÑÆ8Ç 7Ydf
_~Ã\ÉaS*ïEÊLòxkÅ%Év6
+õjò-j=¶¶¨s!ÿñÃö,«^7eaÞýµ¡Ï8!e?HPÛ3¨¯hfðÓǪÙÖ"ëfryøóÄm©
+I"ýS¡¯{pakxµ"äRÙwv8^
Ñ07¬ºtÚ%áEtÉO«ÚU(ÙxõKÀ~]Ò³ EÔmÈÀ¶Çf3÷W¯Èà.')£T¬ÃE«ÖQ1êÇ$/<" Fkí¦\Ç ³íB¥$=KfÎäÆÖ·fïU±Ù¯?+ÕÏbL/ÇVÕ>ü~º+wÑÈYÕèS]lK
+»v <C?/
+;z³bs}u³±ðëûúZfaEÄ8º© øíù*×9Í_xCzé¼ûRMÁJ5/Æ \H¥ÎðÃWF|¹ècÏp%ií=ðR¤VqÐçádØ^XôãÅv'c±lIròíÔ
+ðjq\_¡?Õt"?º ø]ÑÎ`èwò¹*Q ÐOΰ§ø'ãg<¼æù¨cÐVÚ·±Ó%_N±oÚÏ®«Hµ mØ3°mÒìO§K¾Ûç³ÒgÔ[×ÉjvþÛ ½)2aÄÌ{CjrF¡wØó
m¥¨|zmEôÍVÇ&2Áæ{8µÉD4«Ò¾²Géuö6óI.>ç¢MñÂ_é`¢Ò{~,JñËìj×%*JÓéðjõ¹<ëÉæP[Û"v~¯s½Ëüð
½bSSG¹`»8°°;,¡æ1"ȵ9Îx±ß 1ç>øÉ`¸c+vèôh¦Ñ~8b=PÏÜì
+°Ïê¶-û¨{u½(Ù÷ùÅÂm.s¤yÆ8æõÊÕIYÅ° ½îÊÈ@<[ ]{
Ü"ªX}Ý.ß<W¥jSoÒêÏbª]&xô#Y¥/ìN=¼õBÂ6dC9L/Ü ¿N}zg$a¡ÂëÌR«V£f¢ÅûÝiêýõx».Þ%ô¹e.ÆKB·F£Èýi°38^LÖ®ÛPÄÁäÜ;úL%q?6V±·'µg]
׶ Z×róµ;Zl²I%ÐLzÈømÅZÇ2æÇÖ){mp¤(òtb$æPÂcJ~!é±MP¥Sª=ÝZ»«<H«Ôúr$vFÍè¦WûüuÄzÁOËÍqOàþ͵·~Âþç
+êM¦¬hs|T'ºÝëåZBå6Ö4*:uTÏxÉЧvU:sÂál¸È,
+b
+ü¢@ *2ëlHñ<®¯5´Ñjøíäº=WC
³Ï7¬Ì4:ª8Åÿ(i-Jö^Gt»¬l|lbµxSGFç)SmÿÎfï "É9AÚ;U®«VyÈYüèJùiêS7Y]¹YmAâ}hë\
g¡ò8æÜähFZó»¦p(Hå¦hã°OðÞ¸î1ÂkpôSÜïÖF×ØáÜa¤GR[-s(Ô÷vqq~Ì\®W+áãÊwÉ9õÃH>:²Kb^9B½ê©ëCU*lGsèÄi}®rýD×\ Dþ%ÑDý±s×çñ Ìa¤9jC¿Ù°É|æEÜÅ¿1Ö_áAð
äGñqz1¿«"»Ú9u{ÒÎðÀéå`f1õzäèFªñ<.ÞǹÍìylবøàrK.y;Õ:îU1¢"äj¦ÎÌÂ¥_´[&ó#Ü£7ô<êòȽªpîò¢2¹n¹jÔÐFÃï6mXãz!q©ïÇ*}
+TÈ
+oÏ8üëôs
APOM¦fÔý\«
çhÄQ¸«ÔÅιü7ÜÐÁy<Ðfïö»ÅÓZ´¸ßN8ÒÎKåõ«RLÙ}éí. ï'K×F¬Ë<Vàs¡óûiAÉd?rîѼ¬ú6¹ÆvIfaÞd`¢ãÙ¾èég"{Ò}¼9äW«£mkç¦Ûo5z:;§Í
+TîåSÛû9ü42ÑàæQ¼½B0ÔÁÒ oågõI (d$3o*{VQÊÔÉ=^ЩD·ºÙ°.ó
+@5pè¸FöíÒsOݬ{Ù÷×¢áeN[É/¯Û¿Tªþ©fßÛ®%Óí¼ï´·ïÓçQ_2qa¹í9/Vb ó¿ÒIÑù"Wþ<tUü%ØìÒg°@ súj 11¢
kñáíZý)è¹Èî¾±ÅæøWÏí¨ãKD¨ÜqÇ%Ö¼ÜÌ#DÎo"ÿ~ô®Úo«!â³µTƳ!Ãû7!È®t ¹d÷u~ügòsµ
+}h×ó_uÑÁ*A-#:z]ObÉP®×Í÷TÛ]
+:ø[@y6Þ¾ÕÓë:Ò|L¦¾`¢
±ÂQÓ³ßqj°ØÖeï)JXnO]3ÓJ ¬Ñº-¸S×!dz\4`@¢*ÛixB0
k¢äCoÿ¨ÝÁt,×+¹Ñ9áÎM ß88;Õ¤|ÿ
ÏFý
+©ÁÄ==#VsÞmæ[ÝDmÕ½ÚÉj6öR{âª0ÏðöÄÂkí'uÔ,Yó £~7>L4ÛÍUfþ?Üpõ:ÉåYVÃ.ϨSsò?Rê#"ÔÆiçØúÐçå
2hº^Ì¥YZëxëÍg3ú¹l9L/NûhÕð±ùÁeijöEvvÄè¿ïÖÂ9
G£½V»oÌo+:=ñ´W.¬u²ü"õ6ÓâÄëÒ
+êÙþ?¤ÿðÿ ÐÞÒÌÅÍÑÁÌÅé«lendstream
+endobj
+148 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 606 0 R
+/FirstChar 2
+/LastChar 122
+/Widths 613 0 R
+/BaseFont /EUPTSE+NimbusRomNo9L-Medi
+/FontDescriptor 146 0 R
+>> endobj
+146 0 obj <<
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/FontName /EUPTSE+NimbusRomNo9L-Medi
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/FontBBox [-168 -341 1000 960]
+/Flags 4
+/CharSet (/fi/parenleft/parenright/comma/hyphen/period/slash/one/two/three/four/five/six/seven/nine/colon/equal/A/B/C/D/E/F/G/I/J/L/M/N/O/P/S/T/U/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z)
+/FontFile 147 0 R
+>> endobj
+613 0 obj
+[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 250 333 250 278 0 500 500 500 500 500 500 500 0 500 333 0 0 570 0 0 0 722 667 722 722 667 611 778 0 389 500 0 667 944 722 778 611 0 0 556 667 722 0 0 722 0 0 0 0 0 0 0 0 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 0 444 389 333 556 500 722 500 500 444 ]
+endobj
+138 0 obj <<
+/Length1 1608
+/Length2 10437
+/Length3 532
+/Length 11293
+/Filter /FlateDecode
+>>
+stream
+xÚíueT]Ý- ÁÝ9¸»Kpî 8ÀAÎîîÜ!¸Kpwàîîßw»ûö¸¯u÷¯7Þc±WUY³jÖZRMUÂò(;±r²qT at v¡¦`%VI9àÕÈBK+å4uAÀÒ¦N@!.Ð
+4pq8QhR{wG¥A[Cå¿B ÝÿÝóº
+²è^?\¶{; Øé⿽Q8Y [ @JUí£ANE MmjÎmAf %2, Û, f°9è¯Ò l¯XP) j4½nºíÿr± ìv (ôõ ,MÁN¯=p @`3[gó¿¼Ú- ²w¼Fؽú^ÁÔ P'¨#ÈÞ ðUMZö<¬LþÊ
+½º×Hsó_%ýí{
yõ:ÀPÐÍé¯\ sÔÞÖÔý5÷+½#èoÎPØòX @KSGs[ ú
+óýWwþY'à?Uojooëþ÷nÈßQÿÁäÚZ°¡pr½æ4szÍm £°ÿ5(
+`ãvsgû÷¹ ÿnÃ_3ÃøJÂÔ¶u-PØU N¯)ÿ=Ùþ÷Dþ_øEàÿyÿgâþ«FÿéÿOÏó¿BË:ÛÚªÚ½À?.Àë
+(þºcþ¯XS;ûý¯ºÀ0ü¯@L_Û ¶|ãFTä4W9Y,Lm_{ô·]lt´¯ZþÝF +'/ï¿ø´¬@f6à¿Î'ø·6ÿWæ¯òüÍ]ZJNOFù_oÓ¿£Ô^UwÒr·%öou(CÌÿcñ¤$Ä
+àÉÊÉÏ
+`åæà=lÜ AAïÿ"ßß@ÿ\+:9Ü ú¯Espþ]ú¿½ÿ\þØbþ×h:Í_Gë?¹Í_ýû´¿üïë¿t¡,þ Y§¤§:UdõJëwwr¾é¶/ªÕÊÏõ«tø¦ <U³Õýiv;°ÞRdÚìÄ·¥ïø
+<É!õ¦fìÊÅZ¦kågÞ`7*BK=Ôò<UZ}ûCg{}T]èð l¼ÛéôÑÚ%×æÆÝÇ,¹&¯
+³»*ïà.aïö¾wh ¿¯ã¾k93VØå-]¤C&Ø'í2ÏèÏ
½!]ÚÜËçøõ«ÜO»Èµ¥fKÕÀGÿ OùG£_Çp9nª}Þ<¡KI%ÍÇä$T.Ò+±/b>_ºOü6=äC¯ÏFKÙ7ªxRÇl2û/63Z«L'ØzüòØ&c?Ô¾¯DÃÕù
+ýìºÂã/F_¶ wgS7çdáãûþÏÖÄþT¡KcTE=û5ZSÍØá-íã°=^NX8i¿Í·
BÉÞê êÖËKÂäç¼Ê«~#²Y§t¨hãx5BSAéf
x 3¶qÆ÷3ÃP3Uh@¦¯ðÙF"´=ó·B¼÷n¶ö0pyÓ ¾"dV©¥EÒà
+³0<ÄîËzíÏ |äO°û)³w
+5ß¿¹_©±Ã9T>¢2ú²óx>fà¸CÌc\a\?Ågпá6Ó~öT3°úÂq¡·2U1Ár<Ö¯PDÀ uHzhüÞªå$üE¤|B»±¤ HÔ»#*ùbU.'r¤xÇ%Í58ݨ.#~çÙûóDtd!;7þ§ÈSø;¤LÆraå_n
aÂñã<ÙØÅL+
+
+(RÈQ}ðÒͪåÏß<ÖÒ&Í xwdì®Ov~ùl]d%¤ü¶8ÒJ«+ÊLäÊÖ*É~û
+íqÓHC3A:ç´Ó
+Xl&tÓÞàõ±ä´u`te7?FðW°w£bÌ*SwWB}'¹ÓÑ´vÌá°ÅI-·ÐYUt%rôªq3Ó\lë.ë6Zr£ÎïF±{«3¹ÏdÇëßje|°Ý1ÓíýàÎu]=þfb35Ù&cè;Ö|6þÝ:¾Åp¤èºÙÅp"ÝÇEÆÍÍmyØñþ
[|¤ :ÇOíC6ªÃAsrÒ¨÷ï
/Älfù´¶ªCr²Øf¨;¨ÈQÖIw¦*åkÖ³ßçX(ïgH{ñ®Îª)Æìë
+â^ÚdO÷ü°ß½ÙhÎùÖ»ë+& ·x½)qaZZÿ¢÷{§¶ºè
+6Ûe5ȬܫÙe ÑÇÇÒ(Ô'Àq\)kUÓºý%± PÌtÿ}ë½¢ü
´¶¶ ªcÌ·õ`¾û
HuRá"2àª{^TbÚ5tc@ÌâÓ¢ÓwºãÎpà[_·pW±í⥰òöø\Ú%UÒí·"ÃÈ@Ø:èáÆ=ÙßHMÂGX?ð1¶¢
+Ä_¾dü±5.³âýB:«øG$_Õ$ò~
+vÓ²Æ)êAé~ï~î×|ëäDÄ£©1¯ôÆ>ÛüïDÁ.4×[Q7ÝÇÁu7Jg5¨KÁÓÒk!|l.ÌK¶$4`ÖßÒo²COkQ/é
+<iè?UÐcP2p^õ,4Qcõ|bf/æ 1{½÷Xµ²MGK½þ+ËìZfðEcf#³0 ýíW)óÆp¬ïÚ-Ñ
SÓðä*æ×óL6Ï>¥¹Ï¬Î9³¿AºíÓ<¼]t1ed¬#àäîШ}쨽.¥Bç¶ÁU¬ù!@'Ï¢E%£dÑzÈïÞçé¥Ï~ÌÔ,ê Ñõ=+X0hàQõC$ä¥0é¢XÆm5\ѵ¶Q&I%%¹ü
[nHFŶëÀ-NhTµ~á8&Q¿«5~V¸4R@©ôñHÎÉ &HÄL6êf%9¼UðiowЫ.3ª=ØñÍ'3ó.#Rsıá¦tW¾ßõíÌ1IgùD¨Ú¤vWiEkäÐ×·¶)r{i¿»ÿ¤'Þø³b¨T#nÞ%³"},oMî}±OÁL²ý\
+Xhôï±v31±òëf¡Ü¼äB©1v£á¥ÏÑò PNÓÚc'JÏ3&ôjHÙ¼óaZ=àr}*?ñmç
+¾ /ÖwüÓ¼Ü29+g_8
+ÙBÇc]Û5ls'Ü<Pø¾í³×åàkH«%CàKðJ*3ñÃÂ7ûmvË$Ø·ÛòÓ*1
KHÔ}Cf$nA>§W ±öM%Ñu´³}s²V{]=eLb§+~ßØhùDSñ/Ó)\mJ)@mÔÞø Z5Ýüvùqç[Fc\Y±7¢(Tàûʧ2¼håèsQ=´ly]÷<Vd¥Ìp³úhâ?ÀR îzýü´Þá#[KîûHzWÐæs@$=]ÕÁßÑc½´Xú#æ`LsªF4©Åcx.
+%æfÆð5
+êµ¾
+I$=g
+9qÈH/ûl&jÜ F¨ÛHnÓêroÈÉÀ±It¾ÙayP½|§*®
3dwAX;ëSå§^&KÈæ=qÃÐQò]½SzSÉéÄx é®È¤Áü ùvv¨á®M«-Ï#°´Ï[Ô¨E ø
rݽåÈ°è-
+ázz6²4Fê4ûP°As3áU:]fñ\_ÖÓ,àY åç@û¡"é±S^ÈXÚáUµØó¹
@÷«3F²ôw¹mé!o'kOý ý~oûIÙ]¹pFݲ°ÍÎn¸kár|²¼
øÏX/!ö)ßÌ$¿g|h¸k©Ê$Mi_¿á+èṤÔDFõ ?qFûpôpÎÎ1µNÃ&_kñÇKaÌ>R,}/§¯S÷³¨zØV
+Ðî;]{Ky?`/ç$nR»:~NõÈñbu#Þü©Ôdmè¥×ÀL?E²ÜEòmö%¾AÖA$Â
+Ýy2ÑÚ]ÞvS£k²SC ¨ñq]<FÁÙrèSrp¾þÒªONÊâÛEß÷Ýæ`+lÜ(øVS2=·?º,¨1Ö)SB1S¬*«²÷ÅXàÞ R%M;pÖMjîÒ.ÔfQcVÕÕXØÒ\HòÝ«D´r·uÐÙóU ~ÛþT}²è{Oðç*ÉòE;îYf.c5ûêÚßûn¯V4¨gÇáä+õy¿vc~mD¡QÁ¬#7b0ÞMÊØðVÊÝAì÷ÃÕ."MðüÞzdzÕȬÁy±®¥íHq>?ÄÃ^î#çγÓ&!RµøQ>1¶µ^ñ{¢jEÛJ\cB=DEÞU®mH}åóá³ So±äIm
íünu">ãg+XùDyÒ´aÎM¡µô *ÿ;3ö_.¼Îä8ï)¼úþø<½\»uý¸æs°Ñ/¹ÄÉYo.kÐg(úOÖa¶ÆçÝÁx®¤/ní´!~/Z:õbÛ½È/ͼâÚÒý
+ÍKÅýþ~G¤>yøÄ»0s-ÁònmÑÞÓ{$ÌÐæíj8Å âòÀY6»¡~Ù´¬ñ¬ïã\¢ôYØÞû
AÇ<V£!;G±MZVì×cæÞóufü¥³ÆHkaÜÅ~ÕKó,vqñ²Ü,ÔÁïɺ¦È`7ru%KJp÷jaëÁ¤N×ð÷ü-$bÉ7°.ìa£Ñ1¿ñ_Ъ¡ÒUa;SwékS[1ý/uéþ />D²ðFþztA¼Áe ÏhM?ýRªJ¨ÔÉ:v 7
+1ðuë]q¢ìxWíEjù¶ùLÞl3ðmZèPøîM³Vâ|ßöÅ}q{>VöÅëÂs8¾(ø{=ëÕ¨ß*]2s²¹Ú¾7ÊË+@Ð$¢êÎGzÉr¶1á˨7!Î øES
+¿íÞâ<3
+¹Óyd>E{Á;0³BÀþYÒ4Ë£¸Á#È8òõ«`Oä£ouSÐt=rÔ"ÈOCi¬i¼r£«I;&U ·4øb[Mºzèê'+óLâÙVäX9]/°ID¾EĽ¹Â°Ì«Û«C×?lÇ2AÙ°zx¬E§¦ufàn"«b~ÕS2iylk3³{Oþ¸NÜÇ6u¢áru`©¾H>¶¥¼²¨æÐtÖ
+69ýjA61úÏÐ{Mû*ã |ø®Ü]ZÔï ÿ?÷yS ÷¹1Ù®`{¾Ù4Ý77[Í)ÃÃZn©ä×F'KÛÍz3-pnLûÍm¨×²ÏÔò,EøøæòN9?n-âÀcæ!6`aUã¬~´²YeY}½Çó"geûqÍÑÕþ~(
+7ÝöA¤'º÷[C\:¹úªð:D°³þ¦Ó^Ue«M×Ù\A·ruiç~MirÀ¶OôY=ÍýMé>¶Ó6¬JL È3â.]¹{b?³hùÁL/²TÇ¡Põfx,&õÔÕ«:ÜòÅÚ@Ú@ðþ¡2è3>?×boÊ!sò\cFÉ)^ô÷n§Ç@$r´Ð4³¼úܷۢͱ¸m>+©z*ÃCoI*¸÷§ÆïU;YÜk÷
+Ä+êóÄ<î±S»¯¬É;¨o®ÇÚ÷¶?SLù¾sÁç:zOõÆآܹPßƤeÊFÊsWívÌ«óS"aY¹±bçÀÙÔK͹¾rÑ7úÒ=õ[˵bÒ
+´Ï8èiJ»ð¡uÜo¤@¡Dòª
+ÌíÛ»£N»ª_÷Ì£^Vù|U¦¼ÝÙ¹@+L£²«$wW/ûýÏÚ°pÎR;<?E¢{GþðAKÁ§î´µÝpùa÷ÐÓB´ÐðN²ßU êì³íPi#ëà+a2êcú^ìÍK´ÒÎè46zW×îQÍÒMX¬uÑ£@FÃhM¢Òû²_¤ÔÑzdx`¬ËoÚ%àÓ8ÓkÝ
+/ÕÐTiEW#&B)tQkºqhsâóiÃ(uî(ø9¥Â ¡Å=©j§XZ·°×Xó: =\×ÇgS9mB¤*t¶ä¡äñ*x[~y¸Þ#¦Ç® ëeBÆlOBàò¾±úüm\æVÅáJ~#¬Hs]°ÌfÖÔ
+Á·¬Êh-¼?0Ëa¿¹dÓ_7>¯>R±öIȵØ%åäÞ¸ÙFã
+Óh;BDy¿°/Q¤Ð¾ãÀé·(æ]Ô©ê?r%ÕÛå{³VnzñäÞÛ4ÎüÂn³¦Þ¶¡»Ñæ»ÓùZ `¹tMçÌ¥Âsá:¨îcxôÿU|;÷vÚv#Ì7+Û{¡Çe](¸òºÕëCË(«vrphWÓÝgìÈþE¯òµQqNËfvüHÒ7x6ÐC%$þ$\$¾;bAbMß_zþ¾:úÁñÉWt
+Ñ:.b¤Rú¾ÅqmG@§ýÛ,ÔsÓãìÄ~aîÔ}Zm»!¸Åí*®Í<kâO|ÊpxJÍmWVg"x^µgæXÞb³ôçûZkL ÁÈÒNóRb}'<âs?äÌ ÷ÒAå0\&Î4Ëï$uw`ýØ1fðÃúnÜ×V£ KrjòW¡G¨.qä/Vp¦^êßXd¦!Ú]|Í WÔÏöd#¹wäekÔõK1_ß¹AsÌ÷ú¿\G=SëóP<ýXÛ²`zÇí×5-gÙï×L¶5@
+èrõY¬é ¡&ÐvNÇ Úr5pj¶»5ÕÄ6mï(,¨4>Ïs¥[j|³X.ÆYN«R®ìOÕZ-údyj¢æ|ÏDÆb¥#È÷kï\³ÝÂ÷c$æ®"ÊSlýmQ=Ï"9ôD6sLûæÓâÄűåV9PK_|η
+}¬®Íø\kÒ°Ù¤F±ñs¸¹e¯M;¾]3Ü3H믫j¢~Qìá¡JËø1Êtýx¢Øh¡~¢VPG _¯.ÒýãçÃÌ`Ù¥ÐÂÄWä@¿ÁxóLZuÒ]Ã襵6¾
+1¿¸*ÉÚQt Ðä½IldJl¸³~±6] ã1o¯§7µ"`DMÜ`êv§:QÐߺb.0wGàÍþqHùî&«tÉ7µkmX].7Ïî÷ºíDæÈQéìã:2¥6TXÆÀ{*VIT/*<^3£j²\{fèc<Q*»eLδ1<Çzõ`xo±;ñç#Ün¤Ü¤ G5sÇÚÛã®Ù¡yÊø'7GFÁ&v~dË¡öUµ%:=Zªö5lþÂK³}NdOIäZmæÆêWdÂaRyFüÇÕ潪bvËQ»èk1õ¡*?ªÐf-:Ï>sIt0üó5OÏÞQ7*Pª¦fý!tçkÀ=cû ?VY*çûÓe&.t+(ìÚZ¸M¿8¾j[óëL«
·©ú>å®#åTNPaIYÿ#N!½8 ý³A½Ï0åçvƳ}º·ÌØå8Ͷõë5æ%Þy!ÅQ[piÊÞñ¼X|i
+u{ìÖz³êvýTùß!9µEE,.EÞÀ°\ªwãZÃÛÜýZEó 5/¶I²i6; Õ;æSí®§¦åãDîhÚ
+kºÃÃãÆ ²zM³ß(¢#®G
+ÑÇÙônOLÊ6í
+yô^$´^·¿>g^ü²BX<sôJ¬üô©¬¶åÀY¬mCè?Ýÿ'®·|YBH
+4Ò3arר¯d¤uã
+@Ç®~jV3ãk7"E«Ò3YúÈ]>»£Âo2ÔE§Çx'A|Àµ5l¡Ñ.ªóµ*þ?çP¡$SQ]ÁôÝE£b].¿ ufé2
+¾bÏáüç¶zs cpýâML V7K±
+e fcLàzçuçNù(Ð7T:J÷-\ñÈ jèÇýßî~A~;7¸y_ã«ÒËÖW¬³(#]ݪd3<æÅv¬4ÇÉÈjý=v
+î/£aéPxd¼¢ZÊ#¥>îz~È
·a¸IDóó%ºãdQR|cLÐJ/gÍuGtSúäï8·TÑ4<,Án¬[:úe¨7ñ+Ö[¢=¿ÊkªÁ>.Í·¬í?_[ÖlÒoèp¥±ÈIkñϹf¯çÙY¹«w
+Ûs+.oÈ·ve6{ññrª/¿z'©e
Z%y¼óVý@ ùÝ©¡ÿìd±ÄÅUÊí è KÌ=«!ç j½þ39WÿTøbÇümå¼ÀîÆß1÷Aéô±Ù¿n&x2mì¢&&¶©|?Q0îÏä/ª%Ç9#r«PuÙaÒÈm&x)¾.ZÐZwξJwvÖ]4þӽƸJ½W|ÄxS>YÛH"Ø@ä8n×#.7ê·AHrWõ±h`£åÖ¾àpéÔ×,ÈÊÙÑ[x.¶'y¸ÃãçÌzádÁò¦kGÎ7ÛR.ëO®Yü˹
+å^Ú'§ÊµÃf$¹ò*ßÉFؽùRB:-àø<h:6>HüIwø!ѹ±³Ì~
5ÇìÉ ¶³#©P¿Ù0.Û5J&Á ;GÃô'dÍdÁ¬;Ïÿµ°Óê°:ýÜ(¨Â<ÿ{íioI_ýcájçý:çÈÊÍjÖÕüÒv²{`Ýå.Nõc¨âKªÐ0bÒph1Z?¯ÁC)Ë{!𽬳įæ=>%Ë¢dߥ-tó;²¡5Ùd4ÝyTì)&°ØgdôO=yªïã@WMùýª¹ø»¹¼×^pº¦lõéß©´4 SÙ6tBdë·IÐ,C
+U(
VUãÞ
+¹¤@%U,Þ´Sê.EØaV9!gXtmɼð{9àÆÙÝÏY_@k¦0í5UEîX^÷aîÌb¶}m#
ýÜâF¢K°5ÅÓäL"5r¸Å|Ú¡ÿ#¡ÒH×[C © z%9UfãÛGW9*i¤ë~ó%!ÄãhI«µ¹I?ïâÕD7ñt|Êæ¸Z;F?ol°ýÖ;êÃÜu
+
°*ò¸ëk½ ÿZg"áãÜ5ßvB¬¢c.
+
W^ QHôÒa>u¹Kh¶~
VxQiÚ`C
+O (5ì2kåÛª®½ÄÛ·Ë©ÞÇgU¿]ïçìÏRÜÍñs©¦u\W6K}e-%ïñ³§¯ ØÇLò°GÄãhïæ×5¼²ýø÷=£Çôè<øh6óÃ:ÒPVW1º7YÞ?Î_âùg¬ß?à»WÃc×
hr-8
+Ä¿GP¥í(;3ßW°#_¶ÚBÙpo»5ÝpßùºËTÓ"äh±Ìjµèø=IÐÖß_Ç#k÷5À:ßo}ÿ£aŸx=sÚ3°[*V<¯{ÈøÐtc¢þNÒñ"Ñä¤ÚÂÒ¼}"üdîâ<¤£¨äPÝvø«oÜ!^XÅ/QaàñÊ% âÀHEÉÃ`l˵d\äfAKJìá÷ýÿeYúU$2¯l÷©GQêç¦Ï©ê» Á`NÃrQÊ ðä½=áhef¾^°è×9ËÝ¥áéµ!𧴼G¸#ÿô3ų #ß+¦åvY1Gþ§'7o÷¡/¥»úù¶¤À2/¶-*Jü¬ö#ÿ"Îw9FMÐûxÇ"Û/KgðæÚok·`·òãf°áåúnD;ø\f0JÂnð¡´®.×/ƪ/Þg5sÈï`
+ùu㼧;
¼Y?:*Ð[à«x é>1¨Ï05ÚXÕ¤w
×Ërä¥'DFÎ¥ygmSò|#ÄàvhB@«Ð«6¹Û,ïQ_ÄøggpïÙhÇ:MÞ<_ݸöüFîáö[¦Ç¥ú6ÃSõK=ïsHªMe+Î]©FgûËëì½(Ç@w¢¿Ì
¤)$þxû5øÀÎ"ùíc\ÁäUß(7ãÜï²G¥!¾ é¾}¶ÐóѺ! ^*½ÛEôý
+§¡¹÷wX¿eÆ´¶ÕÔsûP̯å¹Ô
+Xò÷&Ê7°àé¦Z}Ót2f>ìÁ9hVY øÉr׺.*µþúÓýµ¢ê¥ývÈB´nÕzg\^öÁP(|J>ª²C"QvÑÎZéLùý'B¨´÷·.4
+O(¼#Ê×Eï÷ñ"yÔÐÝB¾^|iÁO¨
+Zâß|ppx»±ñà-ï±n¢[¢;w.¯Qߦê 7ÑËõúþ¢Oozd¥nþº±6/ª
ë ùÇÏ¡Ñd|£`§DUþiÂ5ÆÍüqµCJO\.b zYû®*³1Uàê,¥[GO÷øÎM1Í»½ö¸^9Ü/8¤Ý-'yb x ¹aÑùýMFnQ½óðGÇ8µLéwãz
+tÎñ¥«¿ãAûèâÎð¿óàøWáÙMH òXcÂÎðæNËØL¡ÏQ1¹ÒAdsÎJæê¶I÷Gf/«ø+¥ÕB×ÃD??9ëMJG:`´ø%QÕ0ãõÔõì±°&ªg¯í]ëqøH[XLô²Ôѧ÷XQ16Xxzc¼¼kg¤G8®µÍ¤×JÙh¦ß[O.ç*ãÈ.^yË¢ýc7ð
+_lð|¶/V¥Ë):k5+ÈåíÑf/`*
+p6§O%¯±-i%üèÄÐɵ/¯Ì«@"ÚàâÂÕ?Û²ýÙs¸u08é¢lëeâ®'¸ðRbÏM×Z(å®Ù¬=<U-,²ûÂ,¸´1½µK¸µfgù±¦©núäKV÷vÿ"ìPØgb£{%fi{óx6Ï
øz¨,Âïì`úlÈ%²¼\¸í±úx¨Â/$Ï=;w¸þY··YµQðg×ëuo~QO1¨«H "m+Õ^VÛó1ºÃà» C_°<:Ékáúôóù¤È×K¥1~»l|\÷Ñøh=¡µ
ÈÞÜQ³¯¥ö>ºýø1V
+ÁuϲXûYoÔmâó ªÜÚ· ¸1ÄC¶Ã-¾óQ<úì.ÐÞª
+M^M0u((CWTá;«`)õs<7ðÜ-cr¡~ùð-.¶¿+__q¬þ¬Oëöæ§É
+_ë/ñý~a[ÔêågD6øLí¯i»JØËi.Ü÷¸·ÆÇ=?e\7á¢mêbqÞ-8iZöÏ(iÅKmãÅýÂÄGå´Ë#_6°Æ1EZùRQk¥4Ù¯û÷\[Þ£¬bÛ·0ÖôëÔMhÏI ¤ã%ò
+Ú ;Zî§îÜÉNìaMùw(U_g§¬Åè#ðMô_ÙÏ>©l2§
+ïñbÀm$FÒB
+¤Ä~#µS×ê4æÈWWfÄïÎä}ýÚöu*
@Ïe1É5\wç¬.¸|HgBUB8ø·!4%Ë/ÓHVa=Y&DÚG-Óż`wòÅëRÚt4We½ÞÂ_EOQ#DQ?g¯rÈ|H}ôo3kÞtø'Îø¯©jSBìÑ'Iõ[õúE?UïYçxýKvFæ}ܳ£Â®¦Ë2"êsàå@H)Á`æ©È^D÷Aº¡uÞ=~t½.ïÛ9Fr×ó¨´=+¾n[¾,þRðíý7Çú%7µ»èm×ùáÒ*<<Ó-ïÖÕ³;#¯Ë\'{¯GUv;wn§dc|øe&ÝÈðøÜØÈqTNËÎÄd£wzCz7Bf "!ÝBeÇÑçÅÇØ\½©X£ØÔµgP½ÄÕod;ý̹"Ø»~iÎ]BåÖó4SêÉdãK#ÛI³»ÁØñå¢*âd"8ÐÞobTR£¤Rß7|8jC©÷úºòîKÐ5[?:$ãS5[{öÇz)»¾nâR7ÍT`TËIJ¬&ú*ÈÎ$ß05Wßþ6L}òBÈ{÷Tê&ÐL1Ȥ¶êQ^YõÄÏĬ76¡Ç3..°&ø(ÒßACøÃ{¾ÐζD
+ÊÇpGìW)HRèëÐÀs'âä´
+äÙ/9ÜeÑã½côI:OEDv¿H_dW¹Ç·Sª"§okü.$<Ìdk(5~ýðï¡Ñý5Ì9ÝT¢î^7kdmY¡Ï÷϶@J7gÑ<¼f+±´É`E¢_cf2¿¸/¿4/þÚC|ËMZwùKö
+;V$y´Ëb/óúMz/åõÏÍRÿzÓ>½í4{.mË}¡.ú@ó/Ç¿£y
+øT|µ
+¶º:Ëâ¥Üü%wR¤_¢!ïâ0߸øÀÎ Mdà
+O½Ïçjv6
G2vnìEØ@e àÖómúa¡,ýÕxLÏK¿%EaC¬è=×°;(ç¸Õl?j$ȯ kå¤]Ð )ùãd¡¹U¯å6·@TßIz0,~ÃMRn1%û¿ûiaèÛmgBdñDEC¸÷-²®2áÜQ£¼Rq'7¯Ô)8ï:ùã^ÉbÏIZÌ¡ÚFò¬èݸT
+J®¹]þrQ¨Î@*B\SZ§Lí(b¨FRAS{LÍôËÓÛµ+ó^Éö0×àITweÊ®:[æÄ$a+áwµçSÐ8ò"ÙAÉGýS(]Ù»½5øÙ êÌF
<üi?¿^¶#iL¶é)½
6íî(¶ (ÈZr÷
+í÷>ÛõÎõz??62ßµ8ál¥)¥öóä}òÖhx¨m0¯A1ÙOúѦ«$ êw']±&åÍg"mõ¢ðáÆ
+n½²ûhLÎÎüB½H9ÏçýoÓG(üºF{¦í£º4¥`»4>L ¦\ÀHÊä&ðMGìÛCNXªå|Aä
mXMÓfNËDyûÙ8I
+1EÚOÐ]®¦©øi¦©©3?Ó¿tfR,d±G¸Í§²bÎÂöâ븾aèåãĹê7ñ.>9|§:y
+ê¨S»¯@;À~=ø0|¶Só=´$çÑÍx£¬×u3°×µ¾åÉþ³°J!.\á=Éù b²fßDôKÑÄ0rÎA°]!8¦ùfl¡iÌ&C½ÙxC/z]ë¢ÈÛS×>p=¿²fñ!>-;CQ*¥é¼b_Pü:ªKXõ@<2Û´s! ê±2JT¦ä7ï¸ÅV´±tÅè& ò05Fr£ÐOÞØ°Ö2GŤ*ßq
+ôhZ"¶FOÛRÚA}ÛËWÌ8ì˶¿ã?Q]D
+ïý²CÀ*SH
Åäµ Hð¯õMÕÎ¥üåNlÂ1'`pþ$T÷ ®á¿;NÔ$W,帷¸a÷÷ fÃÌH ²ëIÏïe&kmä×îqZe©#óÏD¶$kûÑé6?\¦z7¶BtWýMp©{~qOw;ÒæÓQµ_FJT°5J½"úÐl4ÅÿÃåÿü?`f4utØ:Ú ü¦^ïÏendstream
+endobj
+139 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 606 0 R
+/FirstChar 2
+/LastChar 121
+/Widths 614 0 R
+/BaseFont /DCGXEA+NimbusSanL-Bold
+/FontDescriptor 137 0 R
+>> endobj
+137 0 obj <<
+/Ascent 722
+/CapHeight 722
+/Descent -217
+/FontName /DCGXEA+NimbusSanL-Bold
+/ItalicAngle 0
+/StemV 141
+/XHeight 532
+/FontBBox [-173 -307 1003 949]
+/Flags 4
+/CharSet (/fi/comma/period/one/two/three/four/five/six/seven/eight/colon/question/A/B/C/D/E/F/G/I/L/M/O/P/R/S/U/W/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y)
+/FontFile 138 0 R
+>> endobj
+614 0 obj
+[611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 278 0 0 556 556 556 556 556 556 556 556 0 333 0 0 0 0 611 0 722 722 722 722 667 611 778 0 278 0 0 611 833 0 778 667 0 722 667 0 722 0 944 0 0 0 0 0 0 0 0 0 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 ]
+endobj
+134 0 obj <<
+/Length1 1166
+/Length2 6834
+/Length3 544
+/Length 7647
+/Filter /FlateDecode
+>>
+stream
+xÚíye\Tkû.Ò1(Ý1H7Cw7H#à CÌ0t´ Ò!ÝHHH#¨RÀÁ½ÿûÝçÝï{>oçwÖú°ç¾îuÝ÷}=×ú´Xôyì¶PUÅâêÀ\m==Ápm^¨'ð.(Æge5¡\ ÿßJîP0
++Qw¸£'ðØ(( H
+KîÖB%"Ü%zî0WPº»Ààw2âé
+
£=HÔÎ êðt@=$öwýgU éëspD9
+L8¹¹yþ$$$¶¾!@e¨Ìd»[xA]Èßî(Ô p¨û]Óv¿sõìÁ*v0Ôïq(RiÞÅø<ìùàP?ç]£*p;%ëoüß)ÃÜ¡»¡|ùÿ©3á
+÷ÿ°=n÷ÇHvH~c8Ìͪ¡ü?Éw!ü¿cPPD at P@B@uB} ü¿Kù"¡ ßa0Ü.Ð@íÁ.Ð@=ôîïïöQîÐ@ÿÿø÷>´AP@[¨ÃÝ1üÍ~Úÿ¹F¹Ã|| Àïû_+«»µCÀ]|ÿN×»Bü*ÊF:jÜÿý_Y;J^0WP\äÎ)w"BÿdüéðGTû>þ¦ÔÛ#s§ã_#yAÝ=î¼ äøÃÆÀç×A `(ãoëX
+ܹæîú¯ú7ü¿ë5T=]\þP
ãO9wzx µ¿q»ÿG:Øæâû_^øg¢ ôO÷ÿx4P`Dîàò/`ª0¨qüÓ.©l÷ÇwÕCxÀ~É@^è#âzxÜÅn÷*pÂw ¢î\ v·ûWà7ñtw¿çº{÷¯½=ì®A(Ô
+Áÿ8H=uª{ÚvQ£@ëÍ»=.Ô+j|vëÉ(ïro½GʹVøÕ©xj®²Þ£lÆ#{´*ñbÞÎí|8$¤$èê14ßøê¥u$G¸Ç½4IϨÒóö|ûÕÊÏÌXeÆH#äÁôæwÝt±iÊ+ñtwç8%(.ÃtÕ]ô%±?u(8
E¥hv6Nýd×4'hüvNZÙNb3;קH(ü!R
+UwdKkV*&Ù1Ö)xéXÖjY3,ѲB.ñ¼/Æ5Î;~~ûìc·s1ö÷oâ ÜH¨Ó6«¤ÉÜC.:ú
+¶´48TÎÎê1ôjz ½X«dÜg×ðq
+NÑâ O³n$ÜtnÜþÝD!i³wÙ öö]àR»´Ï%¬ò³qA׿ Î.¢Xp-9t¦ZÏ(õLÏ@ÕKz=.×K®jëûH¸±ãE§©QÏñ樥ð®ì
+[Ü6?èís¾EB}áÿ ÃÑü/ÚËvÔÏv,ß+Z¡ax<c^ÆREx8¨/î$ÒÍøý3V¹Eû0¦.òJüH{4t(7ßÂH±9J/j'zÎ
+È.qËwïxKM)¥ö ¥ø¡ßë¯93¨¹öoæ<ïAS¯^|léÇÑ`lOU#»ù˶ÏMØ°ú¯ âÒÂü5_2?ÏpÕtº*÷# 5gá?^fß-ÌéÓWcÍÀRó¼á¯åÃûwþ8STZò#/³ãoÆ{Ó$¢ïÎuD'´RXs
+éÁ/
+ZKcq©§f[òt-/c£~Ù^¿>Õ±è6Y yÒe ßÓö³Ï{ZP[T±ÿø²VTÚv&nëÏxÒ·¶±}ÄýSÎTV>«Ø^ï?«GP¤´uRR;üd'ª¨â[6ä»y|»&%ºh«ÑøÆßü IOüñæ$¹·ÿ)1Wë×Hú|¸:ézÄÄñm¥®ìõ=1Å/Íãx¿ú¦Í¬¿}PR<(F'¾l#Ì5îõ¡êªxêGy;D kaIR¢gF9Ké?sJ!
+¸FÅ}YeK½úC/FüÇLdìÔñ:¿OÕâãªÚÂ&¤âj¯'Âïgßß=áMËDW`Vãg¢{Þz$Ó϶± [¯vÞº«<L u
+$MÐÕ.§ev¡0Z#} ƼïѺÞA]RéZ,¹6pZhS$Uoà8Hbé©òq6Oý¨2M³Øõx&Î_Ã3ÖE|gKJGÚûLÝ
+Vb!9k%_â:mϯú¼]ù5Ø;÷IHó²´Ø¤y+RÀþUâæÌ1lÝuK£¦Ýóü<ÈÞ ÔÂG.ÌwõÂ,Â_r10AÞÌ(~Ýø]ãëÜ\«}¹F׬ϳ58¤áZè«%nç¯9MÉjÐ¥ÿβ"»M êÑdøÖ.oBèÔ7ëh»ºÎ±Û{ÑMÉÙKÃ¥rc8Âå¶\ONm"lÉeæò_ªr-íxïêý`â|YÓÄOÿ4Dô
+O<ã|14IvéOþ
+}·ëY¬®ÛC§T}»Xea¾ÐÙ×"¥EäVÎOâÌÉÐ{úïÑb
+Øï£W£ ìâÀn_%!½:ê)Å÷úSòW[uоÖÆ\ Ê%
4ëκäÔ44mü«[o@\Öí5ã÷{on3̬j¹¾]æaM»lÛÖ½*óãkr÷¡è±¿Ð«Å¢ÈªÉH½ÂÀ[ñRèÍ?Ç(ÎëùòUEïkQä²7u):ã>añ¸¦nu
+§|3SjÍ×}öýçÊûrrʸ3ò|³ÛöLþ°Lo||m&OÑ
+±!D~Ä3¼è-ï&LwpFE×®
+f3´ÛT4.p5
¾J2çÀffÂÔ/ l÷¶NuÁÞ¢ Ã8K®$ÇÁ
+âÉØÓ/+m>¨ÿÙô* 'åý2]6 ¿ªuþÊOÆALå
+!*ÞwT,¼éóÆ~<sD/Ùq~Eøtù:x;pfÌþc
мãûWÕø
¶dL¿hXè=ø'¼NUÓ©
+J^ÙFî½ÆcY3 mâpÒr¯^òrK¾r¾FnsbNè-Q&³Í#ó<·RèñºzZ¸0^UíÊØõÈ_ò*1í
+Ö° çÙ;,´r&t£}¨;Xu}[ Èxò'Þ1ÝVjëd/Ò¦ï¸ÅËÜ´FO`ZÚg¬Yùz'#ù\]x0æQD
+_ûøÓÏ0~(óóQgä÷í'X(Ä$¸æù5?)êbÛÌÏmÉv¨¤7då90<ÐÎ~>cõÖ.¾`Tv[v*6#f9 at YèU÷äjK˶ÔØËN¬ÍåkO]e/f´¿Î~ÕÓñ¨ È5$±l¬_¡¼¾ÉѤÕ<«ª ¿ÉݶVI¼|-ÜjAåZ½Ûp²¼£oè6)ëðCoF)9ô«zñkeW`Ú'v±Õv ÆI7ýI¦)ÀÅ¿Ùa-!P¹P4%c3_l)"àf,1ácõòÆy(mÚ§jdªÊYÿ\ ª"ù¨¶´µ+ndü¤Q]áÇÒÈéMR1'2 ã\ Ë©Ðl
¶²ò¨eôEÕ3̶
ðºBÈû"íM²}ðØV}üÚoø¹´\¬¬Éò-çºuôð,BÙz
+¢M
+Pn~'.hDF#O³wjÄh£±éDÌ@<µy#@:_wK¾ó8»Ùnü}ÒÌ ÓxÿðË>æMz¨DðH]ð±X0à'£®ôP«à:rð\%òKQ|¼Ý¼³Í9ékdÞ¾jéÐâÐIîËÒb9½§3C¨ÎÌ¢J}]µÒÚÄ·MÌÃê.4¾wÇÔ%ÒØöÓE<j6ɬòyßÂçFé7´±j¬é¨ô³TKS¾çÅ.`?n1$áé
+&²8R6Ô<#P¸ý$$>}Ò"*Í~EÿÉ51¬&í3[vYX¡0ß$:z N~=E¥é¤FoLeÕkק?¯¾ êáb445?Å?é§iXÜÛãW¬
+g½xßï«?
+èú'V
+Ú[®óÇeéÖÙ¤Æ?9×%Rw
+!k¿=j¤×¤:/Zåß÷;׺VýØ<´ók¯Ó¨_H÷h©
+`&kX2X´,
+WÚOÖâÞ!Í({G¡6bºýºµÚ±oDDÍiSÓÝa®ðôxµ
Î]Aó³©ê«õ}Á^ÜÐ0§×¾ûÍð¡æï㵩lï#ÓN?¿ -«Ø\õ½ÁßÓ÷ ±É¹PÓ¸ ÑðOP%3&p©*?Öt¦ê·ÇûàK=#Ö`£²÷¹ 8÷Õ¤{gûì6û,%ö.îYõ8¼¶V'2*Ê2SôIGKÏTÆ*y,ý%.þV·îë_x7³³Ô»Á^eÇî¾ÎÑ"ötáÑo6%2>ikûs
(èöeHìÛ$lËuÜÈ¡múŲ"cD <ó.uLj8íûdí2ñ
\ë¢~ú´m;ŹXû¬#×øæ;º¦¡j±ÎÙú|Ü(8i*½qÅ_´´Q§2]ËþìI¿ðß{¬-}ÂØ5áBòóþI¸òÍyÕI+̯^¥jê>ýògøbNæÙ æùUßáÙëñq*þôO¿$Å7Wh$ûwI\OÂâ²ß0J;og¹¿f·NLH74Ë êç&ºú
¦ò¿·¶Ç;õÌVÌVÔ!Ô'GÈr®-LÏç&È}õîC==KYVp$aÜ
+h=
«Ú1ô¾ÞPí¦ö4Å}d4¾
)kõhízáLEúÕGÍÍë&À.u6²
+;&H±Îúß c·ää¦z`.cEcãzHã9iÞ¶¡I+ò.¶òÀE^W´ò§°ß|Ö?
+Á{Ó&3U§µ,7±ç>
+p´&dêøPHÉÓªbkOL:®T{Í.Ô;êà²Ç°+}ï_ MgѺ WU÷Ý
';²§òN®Ñx¿µ¨p-+C+1lYþë5òßXAYoöEãLÔsnµ¿91+z"~f;Fk%Fuà27¬r76cNS+~ ,fqaBÞN§Þó©zºàÇ)¹Çç»þÊoJ%þÞvWOOIÑøeÃå2¢®(åáÛÊØÅïg6 |ècy"WÂ×j$qÔ_?Á·ãb=rOÑïØjtBÁ¤3{D+SÊ_óÙZç1uÏäg°eìØØ0¢·Çyí´"m²ûÔTãñò-²½\ Io°[ßa£Ö0ãýúa
§RÄtz|3uüV Q¹Êªór¼§ÞÍOÓn)
+êß°qrz}]PæTÆ4·)+ýIÓ(
+!
+k#Æ:ÉeO/c+(øÈ+ßBÃTqÁ¡LÍIúþUbD¿ÊºLxCµXEV»ÿIe+TMI¥øúg©»PþýJï
+2#Âz¨Å¯µ:ÿãDÊÉvßð
Ä µS8¿áÑ#íPså¥ãÙd9ÄöOÛgp$M²¤
y/ã£RIÐòÜv1ÛÙÁ*±±
+ËÜà´åBÂG°ü+ÌôlǽËê5Ì\ï¢í¼âÏYóÂÏÅ⪥2çiÚ½oS©ë)æa-ÞÖÉ<S<_Á×åöM N¤~4A|\ÊTîÛFZa9üjv½?k´¼PÖô!¬xîA²t¾ö]z¿¯^ÝÎFáé6+øâÏÛ&\«z¹-YëöwìNJÉ^6ý.ô°¨ Å&
ÞuâNHùÔhýøA éc*î_¶Ô{Ù"Ôå³EaRb«ucR÷Â',Ø3à~Û;´4$((Ç-ÕæÝøü|Øÿ]8V\ãwEWñÒßÁ,$ÇcljP¹ ¦
+úèÑNb)°ØÛËë@-\ãwĪ峲äE`¥t¿_êO/{%ÝêùD+Bçâ¤Hø dÁ2ê¹aòi×)`0áàó$-º1
+¨ÜzrÏóÞe*?AD¿WÐ-bsvmOù?ãx¯ª_ê¶ýøÙèH;Õ /l¹»ºò¹3«F56"]ø=bHÑÅbâÉïDcUzz!°Õ.3ÁÏ{dñ
+ ¯¿ÜjÚ/E©¾1ð³íMª+«½®æËk³¼(÷êlÞWà[»Cä3µÝgÛ¬F°P^ñÁå]§ÕOÓ%ßi¼´Ó=ÿ Ü2ë1mÂYÊ)ìè2£#ùaëgâQc6ì\+½Ö¶^Q}諸2p?´fxê°Üüùìñ·×_)~h*ÙFÂØ¢æýÁ Õ;êܹÞe«~¼2\IØP~R;n¸M >&5ëãâT)ù°6{µ6fï =MMZÐH¶Q[NZ=-ÈKD½V'xèäuKоºíøÚUnhÒä¿ëÀ 1'~ú"·hYÅ#«ÿÄ~¬sqÍÐä#×0¯+ L"¦Mu'®/\þí=¶Aã$¢ñIbkÉØd¡DõÕ~å«ÆøÙ{jY=ì"\,´ê)2bñõl
^6Âi
+1ú%²éÜÄÒ|pj$;ÓAeo¸¤bVÙ þÐüt,t8Ó§~~·`':BÁJö&
+öñÍ_w8Å:éº1ãóàæâ¾_l/%?õdo\ÌY5Á5ÎH-§ÞQ#òy)εk*VhàÊ~Æ[%¹*è*r:YÞø¸UÊXzà÷«&ÙÄ
úÕÒI66{2~r_9ä·SHrôŹºabíËû¤Ä-{ß7R ©|ýXsöÔ'í¢zÎQ3Ò nÐÃ#õ¥èWhV¯9âbW-®g¿6ÞÎÆÔrÜÿxìÖ4Ó1E?pÏÈjbÌ|w£ï? .|í¢l%èRßGÔµÐÄ=Õ©_%Yo|Í®6poÝÖ9D[éÜ®Áª8s¿n\«ba÷£ñÞH;`0iÐ
+KçxWTKîmx¯tOà>w´kPYêPÑ<ÜP,ÞM?6òÿ¤uÁ¨~e-_/9q¢z´ò²¿µ6¾Xôm.
+TZá,y%¬Íª
GÓ8×ÿ}2 Y00nåA(¶æöé û´je4ª^
Ǽlë5pq æk[KG¶ðDb¿&Þ9Äúì/ôÍøu?õh$a2ÐߺçgƵ@Ë&SºÙ1¸3üÊGúl®2VK¨AV» ¹ÄÌ¡u5?û´ççÁt©MÚV¨|·¡6?]7Þ¿ïcnxÏM³ë^
+=ã©W/)¦l
+eÊ+Ô<ëüFHíÍ.÷ùÉÕsVÌ÷·òÛJÖù¸RQLûøyÚGA9@¢®¢y¥ ËÂié/W:zÀûÝ']I«À,>v^G®Û¶O¹Ìex¯Sm~ÁMÕætA
½)¯ýWhüu¾¬¨%«ñK'Cà r -yHü¿Ê`±Í¶yj¤rãâFfO_ë¾ht=8ã5ÑÙ .Üb-¦BåauÚà7Ì$E¤ºÊ³'²[Q5þÒ~+/!?¯z#;áÐî~.DÏë9m&Ml½â|RØæÅíoþiM'²rR#·S/ì_Å`yJû«CFéóØlªØÕ×}hhk_Ö½µÖcƸGGè¬ÀÅâçVÜW+Ѹ6Ï!sû
ØB
+µ5GJ."%/
+¹sÁcBc¤D"²=¡p³ÝãNDPîOZµ9jémjÒ»lФ²ÁïI0c?¶ÄöÙ§ªEÉ{ ¤£Q+ÍEDB%$ÅÉf_PêP&>©¶Á
+S¥Ýß\ók¸Møó× ¢ÏHÓ?üHg¤v,:Þ_©ïs
+ªñ)Áëö¾x[¦äkÜU÷ãéºÎzÀ~mV Ò1kQË-eí«P
¡ý$º#ÇGaÊÑ»'±Üó#sÖ©ý{·G/£Ïà¶x
+¾6ããÎ;rÙ»,OÒT%h,b7°¨ïÍD|<Ýeí"pTt0Üʸ7Ógc)·óRÞæç\²i×°5¯Ç¢üǬæê²ÑyÏK£ü=Ia5.X΢ÛfI@Â@²²rµ`ÑÙ
rMÄÙ5ü,£°p<À¹á@Â;üQ÷Ýæ4¯¼<®]ÑZ02Gãn»®×ÛÔ=sE B§ôÐJ£¦ÉùNVêáDôqwfrºrô2FRfhOU¦âlµòÜÒ"öNUôËÒíoÍME0³fÄìwÞc%È\ÍÔXxåë¿¿oñåpüÙ$#ÜaJ|ùÚH`DMÆÍädE;XRøj|,µ´3ïQ=âìa=¶O
+¸¬
+1´MÖÌÓÓÂ
+PÛNx{e
+T¯. ó>æräÃ¥BTeïz¾ÑE|þdBÐueZÔû1ÆéN%SüÚ¸ïgåÔ¬ õ}"(
C9rÓÈa:ðkèD0n@ý{H¡ÛÔ¹n]OÍÓû Ài
+o¿ÍeÒäëç<4ÿl5þ[¦ qÁs)mÁX®ÇÏ°/CöO¼G³Þïò:gÍÐ1YbtÖ/ÌfªÈ¬¾.Iý¤ãØÞó§·Äs($Ø`p³~Û 54eì5óè´~{øÙü!ñ|`°¥ó&ùR6F%qô967 S³?ZþìÝ:µ{3hÿôûQ°hÅjí§æãiûÜ<ªeáèp^¶{¾7oSs$Ó~(l2ce"³¼Ø;üôÓãUÒÍc/x³¯ÑKÞÁ}^Aϸb53ÐlKW:Ç&½ØíÎýø×µåñÙ4©·,Íxçeèï"K§jv.5]ÂváçE»".¿*]ð@ÍâE$~öä¸éêE*'C#ß 'ØrâÖÐõ¤/ÜTæ½ö¼f¸Ày° îßöé²éà
+iÄ`bjÏÊÓäaôõÛÃñ¢Þ=úQôýM|ÚHàbf§ñññë$æ·ÕOï,}¾*ÚÙù:jù/|ÎYclÊ'd¼Ö.¿?TGW
+_ÓðæoUçGþÐÓ?H»¼ø¿¼ðÿ?Áÿ(Ø
p»;ãû»C=P÷ßÿØñÿ[ú®endstream
+endobj
+135 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 606 0 R
+/FirstChar 39
+/LastChar 121
+/Widths 615 0 R
+/BaseFont /REDTNG+NimbusSanL-Regu
+/FontDescriptor 133 0 R
+>> endobj
+133 0 obj <<
+/Ascent 712
+/CapHeight 712
+/Descent -213
+/FontName /REDTNG+NimbusSanL-Regu
+/ItalicAngle 0
+/StemV 85
+/XHeight 523
+/FontBBox [-174 -285 1001 953]
+/Flags 4
+/CharSet (/quoteright/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/A/C/D/E/F/H/I/L/M/N/O/P/S/T/W/underscore/a/c/d/e/f/h/i/l/m/n/o/r/s/t/u/v/w/x/y)
+/FontFile 134 0 R
+>> endobj
+615 0 obj
+[222 0 0 0 0 0 0 278 278 556 556 556 556 556 556 556 556 556 556 0 0 0 0 0 0 0 667 0 722 722 667 611 0 722 278 0 0 556 833 722 778 667 0 0 667 611 0 0 944 0 0 0 0 0 0 0 556 0 556 0 500 556 556 278 0 556 222 0 0 222 833 556 556 0 0 333 500 278 556 500 722 500 500 ]
+endobj
+131 0 obj <<
+/Length1 1630
+/Length2 19463
+/Length3 532
+/Length 20368
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¹spfo·&ÛvØIÇVǶ'¶m§;fǶm[¤cÛ¶¿þ½ï9Sçùgæü±«ö½p-\ë^µ«6¢
+°©½1PÜÞÎ
ñ@ÞÒÖØÕYÙÞVÞ[Ahî
+ø+g£ q¹XÚÛ¹ y @S(ÐÀÂ`æææ£ Ø;x:Y[¸ ¨Õ5hèèèÿSò ÀØóhþz:[Û(ÿ¾¸mìlv.!þ¯U@`fi((jIÉK ¨%äÕ @;
+@ÑÕØÆÒ ki´sÒ Ìì 6ÿ> LìíL-ÿ)Íñ/°3Ààì 4±üëô0:ü£¢8 l-ÿ¾,æNFv.{àb°´3±q5ý'¿r3û%äàdÿ×Âö¯î/¢½³³¥àoTEQñçébaäòOlgË¿j½Ù_KS{×Júî/Ì_¥3ÀèáòO,c ÀÔÒÙÁÆÈóoì¿`NÿJÃÕÙÒÎü?3 8ÍLmÎÎaþbÿÓÿ¬ð¿Toäà`ãù/oûYýÏ,]6fpÌ,c¸ümniÇôϬHÙÙ¿ý[nêêð?tn@§5ú¡ù©½'ÀhÇ$oïò7$úÿeÆÿ>ÿ(þo!ø¿
Þÿ7rÿ+GÿË%þ½ÏÿZÜÕÆFÞÈöï ü{Ç þ.#;Àß=ü³hlþ>F¶6ÿ'¯ÿjüwºÿ0)£¿m¶3ÿKÍ7ÆoÿZ:[z M-]L, fF6{ö/¹)ÐÉÆÒøÛµÀÀüíÛÑ©ZXXÛýCû¿U@;ÓÿZÁ_ºþ?¦º°,ÝÿfÁþËPñï ¸¨z:üÍí?ª³7ý`¾·÷ x30spX¸ÿÞ¿¿ q³°ùþoBþù?ÏrF.N ¿ucþWõÿñüçIï¿ÀÙØþ3:*.Fv¦§í
+þQ¸:9ý%ù_àoÕÿãü¯¹=&p+ö&¼!Vié.µØ9â:ý½Ìàá%
+ª
ùÕö=þiÛÜï5¡Ó<m§ûÒ´£½X6T=)ÀË<_2¾|Ô
+ÊNº &ýÄô3ÞWd· ´9¾©ìL*)ë¿CNw°:Á\=ѹå`?: ù¤ÖÇbv¢4 ÕQ&?=R
+õÜ@öíãÓeÇÂRðºA RF8fãj«UxÇ`Ò
+Ä 'HÝîi=Ȩ[ìYÂÄ=ðj[>PÆmõ3Í)®Ûá*S|Ä,2ªúÉHErõ\ä0Á*ç¢`Ѫҿ[;¼n{Ð:DîJlHäã¼eår½Ìe[ÖyËtÚ%C LA¶oêdIAûÖv°y Ïç
êâµkbµ|b at Q¯#3\SËëYѦ·ª-\¤JHÁÚ+bì÷"È¢ðIh `[_Ü #ÅvS)l® ó;³x&qº¿l\ì¾{QïDhñCõ&sãºÓüè䪯Î|»YøÒ|ÏÇ!I4¿Àì=*Ø»óg
+ôwß_RÉK(
+ÃÕòq-ìÓm~üQôëQEJÃú¯Ícr¹Ñsr"-~Ês/CK#¥üj%lЮMKËsRsËuÓUµ3½{Z$Ù£¶»£EûØ÷è/Ky_^YO"Üæ7 ?Xó!ø%ñ#j!ê¾Àë¨e~£!:F¤sÎìý@!ëQ ~é%dÔ,é7DmÝnËìÏ¡Jø(:ZXyÍjOAHQåÎT
+Ó¯CÎß^Q¨ÄtYÐ÷tpHøz[?|vuÒ ;³WW¶Ï®kÂÚ+A©ÕÁ+#("fGrÇÜ#bÁ"àÚ® ÜðV<B²ÆÞ!YÔ²ÝÈ!"ÚHhëcíÂÒÎtoÕd E'Ní0\#cg®åÒ¹E4]_=q¨ê
+³^`}5ÖaWvû(,l~é£Ê'þÒ;ì9¨yÂbSÎè¯ú¼KêôÆxI.W®Åog"Dâ.ñèAçMÖ9ï!¹YÀMÀ ƥuYÞäÛE°"+Z2 jad{6P Äìk¦VËY¦6w<$A`-XNÐÍ¥W¾ÛÍ0V
XZûØ4
t
NÚ1ªæ;(ÖâÑdáfHOÀøÞ®e÷Óâ\çh.B2Ø@±MK~«I1>8Ý$Öõѳ÷7hº8ojP8E`þ¼¯®HYzW0D
+l#
+ËÿüBC:KR7£BÜÙ[βÍøÖÛìÙÏ8°4=e°qËy4§ÍN¸á[5±dÙ_ΨgÄ£ö¾
¹Óu¦M ý¦O~8Î=§×
¼)¹æç¿!7PU]wÎÝq+éÇ(Ã%yçIËäÞ¿LZ/ÜÊYp
+óR
ÐìÍñzZ]`
+¿p{òK)ØÖ»ÖÙ£_XªNfJ(ÏK
{7%UO(VËlp°YD>÷îå?¯}SS"Pù zDVÁJCùi8'ÜlØà°ÕÆ¢aïþg9*öÍаü©IhJÔÅÙ|ÓüÈÕ7´¡{noÝI
+çà6Ïd_çáþ^)
ý
Wêµ+Ì©×Äå¿ûòãs9\êààZ)Eíþ¼D®<E7(Õ2C¼<{0\%)7+z ¤FÍS[Þ1À i0]`wR_í# ÷§íºÖð*[IÉäP¨þ3¹zf?»·.#×R`¯üWû\¶s©¢£Z²¼p
Zz%qº,sÜzÒXé±±FOnYïZÿ±u!puäúy»ãO̼òvÞázâíSba¢Ï{ö¯I2=hf¸"ø7§[¹Ds2|üÂ`E±fhP8(¶lSò>ª2UY²Õhãp¼\»VÝ}^ ïPmöÖgà-}
+Á6N¾UEH^eãgJôÇt÷#í3=ºM¾Þ±2F6Çæþ"¢µòÏÇÆÂOû½>ÁÜäspK=÷xìØ¥Owö{¦ÓñÙûo¼BýÓµÂíô)R-4¦|iz_?-ld¹öp}
>üÀLvèCÒ²TΤW[ÖË¢U¤¨"9¶
+ðnTåµe%úCà5<V±
+§nðÉCe+î(¯jû]Å2øëÖ}÷¡/]FÒ ¿øæÊݦ6°0Ë\` °©ÉpÉè*±ên£ÕöäæÉÎAK,ÌQ§fäO
+õ¢;O2´'ÂpÅÓvöÚ®¦rq·¸ÜJ·êcêZ"ÎØ u?ÄgëY ÒÜ×ïa0*ÉèßVÀ*åãnE&Ö J
ÕXÍÃDÕäú¿7ÚaUqÂZÕ1mÀJFFè,ÂÌ:ë« 5õé%ËOÑÑWëÏî}$ñ©PbtVaX^Ó9S1íÒtåÏÊ4¡\Ò|ò<tv²FÃ÷Û&ÃÚÄõËXØcp)X$lOsa
jßÐð÷¾Þê!2¡°ôR×Î~:+zÄQ4Ìm
+°ÂÉH¦±¶{l?±Y`²k^Ü[:m½´$1¨ïí.ÌÍT:ÅÚûH,èDGóhȳ×/éÉZÔÇ)úNý1ZW-jinå½¥ï39O¡´4AÒ¥¿üÞm i-êÏ/ È(qL Í
+ûÙVÑqÓe%{v&Ä%?óË\m½aútõÂcÜö.î'ÿûïÆùMÓB}Aãâ6fèïë¹!Æp¡ÔñNØiâÐ]¨ø$¦àFxÂåÅÈÎbc¯oá+@æ'û=ó
+áÁûû$Jã²À´f¢V>Ç~4
+Âg¢ãÖ×_аÈÔ;1&k«¦©õ¯¤¯ÆÝ´]ôýßA#}
+Z5
+
+M8úÏÕ¤´Êáê³EN¯SÅê>ͳÍhVò¶IçHÞèûÍÊ'¢<1ÀFvýJ
ËDìFáM±4©+dÿ>2ÔìOq¢rý@é ,$yeÓ?kð¼ÎÇw½
+µËP90,ÕÑL0Ò\¨×j9d)Ã
+j½¨Û-çÍÕ+Ì,dØqL$´·KA¯åÀH«p/ws¢3
ׯÎ~=/^GÁOWà~캽3ó[¡à¤ÍwÀ-/Ѫ*ðïöT¨|Åù¿3h«ÇF¹º÷4ÖÔà¾Ó:5áµ<×´2%fÿNhtx{$¦9ÿab¯Agè3Qa±òÌÅJw±~¸1õÐuÅàZðkVÜìG¼>ï .ÐÈæÇ
+wä!Æyíu*«q
+ËÁH¥¢óÚË3R&իʶüý¦vk^(á3+V·ï1¡ëãÉâQRFfü*I mkŵ5á¸%ë, ¡íÂe{ÖA^´É8G¤Ø1øbÀ$ý ãöCØLiàº
Ûé¡ÇÛl£-ÌJÒT®TÁ{üØ=ÚC_¼Å7{éñXe¼$¾M*å[NL¿n.5S!1úkB:.=6ý$!ìðþsqèL)ýêoÑôaÔð¾9î»ð/¥?E6{``²\Ô ýQwãNpxùæ]Õ=ÏEZk©sSÓ4Oc÷q®ÃraúmnêDÑq°UÀ½
+Oðèª*¾¤q¡÷DÎt 'UCRCS+F:sÓ¡*AßB[2é'KÑq6~<É#*¦¬\Ë9ìZÜüiP²òt©³UörCϦN}\Å\¤È×#vyᮦû%9G)vÂÛ]d¼¨8ÁÏÄëVWÅê²<3ªr~k¤UgR![oé¥óÏqÂ(äîe> ©KnÇàÇÇN`'ºó<ú=ðõ)heTÂá
+[ܱTGH«ðØ©¢Ô,¥ÄØ%àû9úéXÒÐ`·ë[Æ»ÚNafºÎlÇa*f¾©×rQ¶Døî.$a\W`9Âx9×»,£hkØYÕ³vN:Or
aWìÙì
+».ïâZ
+¬t.
+/îKô±Çy^9q÷v8p¥*å^ãCwÛ¦ÊSéín©>ø#fï×àtb骺§"füç·¸Í=$Uð¬û*ÍëÕ»é§po¢ÑàzÓª²¸Èü}l@εìðysòçð4²úþöêt§;ÓRø~Îe4¤ìÆvÍѤhwÑ
V°µÅÛä|h:ë§5 ÙåÐ_Ën,D¬^@]ÐÊT"G`dnz6üO¤]`!N8C¤"yäPsëõÍâ*¤ó§cúN§Úþ*~#?V
+5>»i¼3êwIº»ÙÇ,8öÅDÁ¦è}ªÂVF;{]ó5ÕÍg¥x#Ëca[³S©óÂ0z{»çÝ$&"z3|B*ï¡J)òIÓ#P£gý|ÃBwÁËyv.1ø,ô«
+K©nÙ>tøçqÐ!ó=Ì\QP$As*EöâÌÄwæ|xQô±"«T}ìûó.®<Riêi¼H»þßRëð3é,ôGãáêùúâ!pÍÁÁår-mä¾a´÷",5ÑÓÆ®KIadÃ÷m "B½.4s¥É¸-SJþqðXDàÀ9ߦÃWí=
+£Ê!Êßÿ<!,
uJ*¦
Ya7JexWä1TS
+(åö<fCB( lÇlQPwMí¤Þ<úûѨ9@бq< øXb§5Ð)ôÖñAõ²ûÉD׶E¡plèOnþG7X·6åæ>X²^ÎÞ¤~ú·óУÙÀaªÝ£{Ñ×ÓÖÖ*]¾öèÝìõÄ7¢ü>ÐÙÂñ5·B#Â"ÜMáä´|y
+Hé6Ç^Beo}µuµö$éÄ·Çø,ÿ"_ß¼©5ý&ÙÆô͵§ tª»ÐFé
gYº)¨¶u¸÷L<Éùµ2,¬ö{ëkùZV¾À¦Ê½$v1eä¹4sp0>ö"]~ð ©Æ#Å>v^ؽrobJ¶ÞÐfù¾×}¤×s4¼2qû &t8½DÜÎ4n½ÜÈÙ¤'J].ifH_"²Së)²²fìöË¿ïy¦WÁ§xßðP&®Ih.JplÌ#®çí·YÒ±%î#ù5oåe÷~&Pz4eÜóBÏË¢$¼¬´é²?.b£¦¢n
+Y
+ö¦g[å³ÃCdÜI aÖ°þá9ú<6Ä>éôZF¾ë»>`nÇ?ç=D5FÎê¸7¯ª¶Lýbï¡ióû¬O3¾©N»`#f\À÷_LÕRtùú͹§[DôÏzƧ¿¿WzD2¨ªñ¢Ü²jÃì¿UÝSqä«üÂçDêÚØ\%üÙÒ¤ £¶¯Õôb
+»jR{¸ÒÎ8¼é¨g@¼Yáåú-wdäéÈ4#rùA,è7~êîØNi¹Ähâªì¹¼kõ+ļ3²»5^°òÐ~à6÷ñ»áAt¼J©@.EA¤m;àÛù4ç½ ï&¢kÝÕ'<¡æ'b¼XëëÏ/g1¿bWÜOp8'ØRö/ÇJ!!ÖGÆ-1E¨îRY§¡-ùÓ¨øjõT´ù9»»«Æ³Ó}Í¢v'J¦èa JÞ-2Kñxl8è_o[ úk²M¹Îph}y#íN¤ÔÝÍ«6µ¸NF?Myìð»B±³ÒÜ÷¼ êδïHS¦é¸¶OÄLú$÷S7
+ eóyëÚÂgÏ~º8bàÛ_ÖXCµÌtmp=Í{õ#ß3jXTó6¿Ìe?õó\"x®E0Øß» 3ZU]ð¥:^Î\dR÷9¯ ØsæYÕ¦®õ¡\¡ÔRL>é
+w·,ø¹rÅ? ê´ºa±BvJîßÓ»g° ¢f¿´ ö¯q> ñMïí5HÜ|àüZêﻼ"ÅO"ï»ìªø¶¡R[íódeh,¦u´ð*E¾ÿA.ó<ÞCÍÒäÁóÍ8»OSO4\÷äϤDþeÁ N ÈwÊx-´NBP?ïJ^دdhÌËç[®ÏFöÒfmßïfÈv£$xRoÔ©XæQgOn£¦µ+ç´¢8VXõÑÃ:Æý{ìÀ1
í}¢÷}åvr.
+ÈüFâã¼Ù|Mî]±xõ}À×þB
+|Wkæªó:pßFmå¨W
Öé4TÕ
òíçxèôrçñ*fnx§>\!výdÀQ.ò¾:èâb;¸êóYúbËY+RÝ´îE~ÒøSü¤6âo4»ÞÍXñXÛ-Dr Îײ4T÷JG=¾Rñ¡Íµð-øN.+ÄþfÍ~M¨awö¨d˼6õ¢&iG)ýî©p .Û»B@WgÒe}¥9ÆkÓE=S¨dº´áÂOòÂ
+Ïï¤ÊL§Ha¯é¸Ùzϯ§ dômo¯½¯\#¦;¬5áP6ì/úúàr¹[fÝ!"WNÁçn¡|
+$÷¨£
+JËî0·ªÔJTì,lNeFÏýa½A¡ïÎ$½ÙÓXß7¦tÁø8ùU^©aÇ8éz[W5;°ÂIJz®¡¤
Û¯ÜÊHys%ëÆBh©Q40ºPjHó 9Eýv©aÍmÒÅ°ÌÜ°nUTe®:qÂßAæ ¢$Ü×í¿¬¹µbï4*æÎÕ¥E¯ôyÂæ%;B3à!l ~Ù«TÿPâ1dì ÀIzk8jí:ü´ðØÿ$EE)c(_¾¡Ew-Û®ÁÝ°4¸¦KM'³¦Ûyêê3¸nÙ8ÕÂXWaØy;GY*Gï#ÝÈ/¸lvÉíì¼8xâ ´©+pY¦kMó%¦©¹LåñØ\|üZÂØx3þñr êÖ8A[¸ó=(oͳû'5A¹*ñ,ÂÜ ý*(½È0@±fÍAò¦o´5#TPOîg¥®Uú2Æò6=¡Í%ó?¤}ËÓ@öÎØa+#U.§òy cÝÉ#/ÒpG´Ä8`1Øç<4eShÚP-¬B+Îuzóå-±¡ JЦ±´t9ã;ùåÛ0ãæÒ8c÷auy¶%¡hAÓÂêC;%ÿú>ôöæJ®åm3ýÕuHJ5&Ãü¾¢°æô¤3wQ6Iõ?åE«¤MƬíçKÝ*UKÂÛÃi7`Pͺ¾ó@e¼E@'Ðw¹-"6k'½Ô[U¦´Ì}PÇ«ª.õ
]&ä±µ¸ó~gè§ëø<"ÈãðSõ®ÉX<1Ø â
+¢zkZÕù{ü²"Ëf¥Tt) jß]
+ClÛ.²û²E#&"P©ÈÜ¡ÇDÿl #bÎ0®ñÏü~<{Tª@¦qeèõ£ÑÁÌdh[ýÄRòäzO°õñMGpXWÀ<-tÐ$pYç!?è;3Ù®Ú¤£¡áR98ÎóÕ ·>åAL°£`Æb79Tî¼óÛRU/e1£×éÕÐÍJb¡eÀ·µÿ´ÞåF1gîùéåÑÖ =fÿXä©IVÈÇØh³¬¬üDþPm´õ@J6Ò¦¡d4 at B;Ô£3æ¾î@P©¡AgïÂ}Oököç©ÕËô/s#Í5IÇ`4ÒÈ´ðÂ
u>î^*Úäżè¬mgÌ¢)$<¾e5 Íòr¹¶õ{å³ÜØ÷çò¸¡¤:b¿x¢ú³· 'õÃÔsEù]he>\¾i6mrÂ
+Èt»X9ÁaËü]u=D8Á[Çä[fçðehZeK¢ÒXpd¨Úï½Ôù÷¿\Îà=·2Âý~rqÏ!ÝÅâpQý>¤Hl+¿Ñ`Ül&/z8Eµ01ÜBAÍûò§¹Mý ÅñmESØwÊÈ«7UûÁAF¦p<âãFÒÄ
ß1ï Fò&#ªWtç]ÓK
?VÔNöM´L¦l®®»ðÀ ðN&ÓÊOëÞ²&í¿bêz|y§¾Â¥]æÉ?Íå®7¨óÇfZWñ0dL5jCo¹×ò§©ìyÄToF¹þj^²ÒCeÝÊÑ(]à÷ãNýðJþÀ8W
+×@ä6C[§¤+ïKÊ«þéýÕbÃåÿb7½Mc(¯¡û~$^tµJ3·hÁf»¬¼pD¸ Âìv¥Uë6Í°Ìg7æÓSW%B°,pº×ûñr,6ìväã´'L¦ÞvâѾæú\üiä~óT%v
+¥äéÕôÃÊq²Ýö¾i0²¹£Ô#¿±Ñà%ÆY»ß6ÁmÆ÷ÏóR´²
qü,BYü^ë+õÜÅѯ7íõSÇôiÅÆÐÔA¨zcã8|Ú{}¿Iþ¡è½Ã]YÉÙxIákd³ÛC/0íLWãúpÛËÙèMOmÛíKgçS+7~9ï²Û´íYÌ?£ãI=r»Ûw1óBëkØ̶ZsNë¼¥I=ºúøýÆPÊ×çùfÑ(·ùt»~."ÀÒ´öe³úáRÎúH(óÁø¼jÑdf
w8K{J7Ð&®ÖѾÄs¬!ý³ÜÂäK×<Â×z}#ýåz
+¡ÌÞݾº4/ãtUÍw»jïüEGÃgÓw ¥¦$ïÓ¥êÎ,7[ðܧ¹4,«¼oµj¼,RíP
+tî<¤ãRL5&Æ¥µä®"ªë&ÔÑ@za-
¤çÝ¥ sÕí±çfÅSqMÛ2êä\WêQ64ª0UB¦é(^/ãpc
+î÷ÓYÌ[Ç^
7ty½jËåm±$'ÓÜý9åajz*
+¯ïè¤8Â
OW8Bïßñ®Â»ôxúy8мu^XgÜ>ªÃBë>vu#ä¶ÒE17½p:wа%_ÞùU
+ßí´dô[@¸·FGÊTQ±´s.±Y(J(¢¸Ñ½TGÂP«mR²êÐMÉ\>TcÓÛ1QckÇ¡¦%l;Np«ÒÝÜiíGôuÒo®õ2Íý¾;¥¯þ¥ßga,¥ ÷Ðñ-k
ÖÊ%eì`á>gO!ßð .¼7½óôáQÊFËDÉöïc_~ÝÆëtTM¯Í3\»á~:ÑÍOEÀOúec´8ÕZJY
+'Àmá4Wð©{¦UÄgÐC\~µÝÂÇhåLCÅ»èn"WtÆÅÑ;²VQKòI@þ4 £_a
+öY:*Bjëðám½ß{S¢ÏDCã²C-®ÓÑ[¤I
+¬Ý4MA\2÷0Ã)'@8?S,Üó>>þjÿT9ŵà¢9oÿéiud9ø¿$väfG¸ÿLá'>b©)n-¡´ÀùÊðgåcßý Hþ 'N1 óß
+º%e;£
+8*_ýv,Z¼ñpvÏ`ÅGø"ÔF1{UÏ[%Lç^ByTüg$û4%(ÀúU¡ÅG¿kSº&}ïQIsÐûgüvÒk
+³:&4
+Mºcu÷Y©_:qÍ_ÛëbÛ¡T°Ej¿È¢é*¥zÚAò`Îë5"|ðÌsyùë;ÐÎdn¾mGÉ
±wFW-nvh
]Ëawû_¶
+åûe
+G±Ýîdî@ L8÷¸3#«§
+(µõq"WÅ7ô}æ§mÈj¨¢9BùE\f(DÛGÏÓö(½£UvmD-ÍSêPû¤åCß{Vc$ú"âL»Nêå¢ó£ÿPîÜvLÜ²Ê o˱£É·u×7,MMÙ¸ñª¦ÅÙS](@©JÅÞçÒº;5~mV¯Æ[pX T2 ïõÓ¤òblþÍøg¾ë\FøìôÎùBɪÌvÇeF&_h} 1áó²h®j6<§Vô£p'aº¼ÞUûEbú9Í
+·oÛÙùÆýZ°.LÒìĹÓ9~©ïÃ5í+w</
¬µ÷/øÕ o ¼ôñék|;æ¸/#âàeIP½9Ì£àopÌÀlgXôÉ̼Ø÷d¡ÿdæí¬ìAÎX¼oy9TæOtÆõnÑPûÊÒO6Ô0C§»¹àÆrð.ð+¡ºYøF¨Aºû@¤Åì
ÕÎs/íäìÐ82a"q÷æW¦rrbÒy7&'§øÄpfÅw»88Ù¶)KäîiÛÈ#Ö \Çâ½úî$â*½U7è϶ºµã||óm©HåÊYà9=øL»'&²KÇ%¬|Qà`÷K@¿E
+o1;@>ò¡G
+Åyy±),5ÇÜk³ÆhIoËÇ8Ë'êm¹ÖRRF£q|ÞJul=~
+ü²î0wn>wP{-Ws{å¸éø
+«u)²©*-wUÍÂÊsdßnÕ
ï`©³X{7Säö
+p;>(WØ,w³¥ ßxÊ{-»Z ó<ÕßÌ]©N¨ÿ"Pú»:)wÁ+8>,Û)9=ýpÏò+n¡3yÝùP«§ýI¢<¯Ôä¯4êÜì;7¤Õ¸%4ÌÎdãcjÇ^P:JQ"©bëFï&Ýë¦
+½Ýý/®»'¿¯o¤³_cÄWAYÆÉZõ:òÒww¶*8 <5ÕXAà©3@NsÂÊ.L¾b@Øôw¢KPü*þìÒͳ,´óþl<¼úAïLî@¶õÈï®
+kÓìúûakzõOßD£"paok3C5Ò__`#«·*yòg4·£
Ü°6¿6¥Dwá½X×/ *^ÝØ:»rªB#
+ÌæHêpÍ¥\ZàRYÈ7µÆö¼öSÛXç®Á0üþÔ)ÀxÛè×ÁkæÖ¼Xª\`Ñ%JVGhO<C_Òë¥
+Zr<¬ì»2àMî]nÎlò¤Øs//-ö£
lEò¦àGÁðÉÊáF0lhTeÞ _´¶¬½ÎaÏÒy¸b»;Ì©*½ýk¼+#$¥(àüïñbÏݺï¦kQ×3ã[/÷dpXß_ïY4 ü)EºyP:{.´Úº3y¥ÆäW
+mZxØ7Ù=°ZS=ýÍîßÈ«¿RÆ`,enATÐTÂ{.06üà C©7è9,-8s¦êæSdcix¾pù/¼ïîÑ"ïB.¡;Ý¢ Nv9Á¶0
+Àj"9b+<ñ bÑcG¾8
zÓ²=H&
+Oη2°u0úÎt¢kÙ.^N.õÅ\zØsâc×(&5oÈ°{X¸Ö=<«¶è©Zäi§5¨50ºGø¤¥wî¿ñ=âÕº¹xgka'JÁ]¸gÉo`Åýà "¯RáPÉqD¶¾\?¶Ô7t6bçVZèÀ
Êy·x1Nü
+-V¿¨3\ÉCZ ÃÕpþL,ï¶Ì®E1¸§
1ç¨Ð<RPämqîûVÊãijLÌ@âå@YÿãÊò¤14lz^´Ë×_Ð!*òÃßSÕÚ¾i|R9g
+íki%3]Ä+ûÚLA>ØîCÿJw? Ò#aùT«|U¹.4F±Mp·wä«ßߪÉsùð (þ
¹o¿;È.*WUânOü5 ;!ºm7AÖû¢'¡I¿HÆ8xû*ÄLHok_ç@S/عX¡èÒ$ôaVZSyzK"!¿É_HïeXÿ¡|!ã1í-·SQ+P¼L±RZTþ(_^k~í9ØÐÿì³Ig¢½àñób±ÀY'&¼Î¨ÏdqkÎ×WÄ\×ÓÍ5fÖ9;y1Ýb¹ÖrF0ì VnD\[Т Þ
+\óa_K3ò;*úvURcÁo£¥1{'ÆX3 sÿ1]eÜ wHð6l ¾TêÒG`0\SMsä`-ÿÕoê
ÇYÁå½Ákï>}¾Ûï{Õ.~8%.¤Ð'2Á+F£¶þËTð
+¿AÁÌX´ª ¦¶iÓ!9@òsÈã£ó0"IJSªIßú|OEqÚ¡
ÜÁ}«÷³ÃÙ´ ío@]ÕTÞÎ_+yhöG¿
Ч7JØP²«A×õÂ7XñUsé($<*êN0jªeõ¦u7¬~ÍÖèñÓ CßFhJ
+ªß'£ F(oWâStÝÍ,û±<øo >òçÊݳ¬ØÝpÓ:ckÀL)Êêˤ«y:,Do%¯mróÖ`;õéÏ£ÓÁCÄh!ò·W
+
+fïÖG4
+"Å|8,_Rî-Ù9Åw#¿Ða½ùsX©õkCu\,Ó²º¸ýð±Ä[h¦ \~ðvVFòqGÒß&Ÿ$eõ§ü¢òRªÈ6Xë|X=Ò&ìÞ Nª·bibl »ârbºy´è¥ùñá½HÏ>Ú_¬^|ÏcáÂ?`¥Gk»´)eWÄthèkkïð»s^Znç¾-¯Ô][8þ«]Îâ:·<òú9áwi½cxäù÷%m¾«7J ;íãbH=gýNøMæÑ
+5ñòÉãéÈñûGÇïµ²|l«?Íbe$ðÍÈÓ´ów%SH IÎaävkþ5=)³=4MNz¼¦¨5x¿÷±ÞGÓ'Û<Åaý^öyí\:=iÇоQj]r»bF-¶%OßS¤û®ñÕ¹÷nP¿¤BÔ= -S¤^c§ÝèMôÆ"sù<ö
+¦*dÞt=*ü<iM¦¬½HPÙ!äß4*EÕ¼[={q¹.æìmi×GÁL_g&©ÉÙú!nßT1pÿc4WãaA
+HR¿mÇ·uK=Å°®oÊ
+NÉBS°¤:!}ÇPÌèb²H'ÅÅP®ÂÕ7*{årbïFßËÛqlßí^¸Ûug¾¦¥5CR§ì±ÿÆ6Ñp®\¦ö{,°«1° ¬L<ßÿ&¸^¥à´pËÀÚÎ_ß<J
+ÒÄò2Ä|ö¢Íº:¯ç®,©|ûfd&²h¨ú:È$ÊÊ õ3z/y]6
1[¿´Þ^[ɸ
+fá<ü]Iî}Nm]®Ö`#óY²ÔJ
«Åz\»ÕEnÁå´ 8·ÙÌ Ëõeówá(:dì¾\W]³^áÊÓݲ;(:¹é±æSÉË87M¼
+.DHÕ©Pµ>êzZ}è!V+û¾aËÒûÁ%<¯¯ÝtSªý%ê
+ÚÐÄbiÊb0EM¼
xTòNS²°`VtáW>¥^8QB?ª·íAïjësW/ÈKÕáéÇëT§"4xNöƶ*È«÷,5GkÒ$?ªAVìǾ¹Óá¢z õ+®çÓ¯Æj$JàÏr1üåóùZ8îë*hoHV9&(©Â
+WÌq< ×»|ñ»à¨ü_<?¡ øÐw}þøå*1ØÇY©½á«2÷|cokµìNH_oÎQ TŶïÅÂ<8AÄßî)wbIÙ$p~3Ò$Y¼ÙÌÌY[0×X>4v{ùúíNO,}ú6¼ªD~wäPÿt·o¼NZ#à%Q°d)ëi¬Ü~ßm5Ê!å>SàêRÂ
+ñMÂLÕD$ÇÙük+ÃÖÏ>¹¬=úª"ðH
n6óc1×\ÙÛçÎë,Í/nðÄA£Ðû=nG±O§ðºo¶!HUÜ2èL±}ÉøM`uh¬qJÊÅT¸öþE©kàC[³½Ç*\¤L¸Høõ$õªÇÝ+è'AmõMWàzL»8yí÷±¯³NÀ0ÆзͶóHþbó¯t¿\§:IçTGV ̵ÄÓÈZü].W&iO-I)Èýñ
+a+²´²ç=8FjKPosMT}U¸nÀ<`3Yb²W&¹ !ôÿV¡ý$%jSVg:çÚ½°L*N¿ÈÝî2ÁSÆ6îóW®u"xÝd*ñ8©°2«!µ¹)YïRW¼ëT2z`kö ú{K\hׯ$wú[Tþrqp+âéf½Öï(@pZ7?!pCV[á«¿`òo{&Þ;¤ÁQ²ó:ªíÂå`'Åe(
&zÙs
oyx )|6æËÒúÇÜàîÙÄùZÕ%Sí¸ÖvÕ|7\qf"ûf¼f§!o!cyÌnYý4oY»µENäáíÙdÆY{{îJ2Ë
++§íQWßÁ&~Ы[ê.*Ù BS3êE3¼ÆâJß+~7s&)òß²Øb¾¾ï¢ßÝ5pG*(£ÍR]EÙ!îïRè¹F½S`Ô B8k;³¥X^t¯'¤9H°åý×çÖ^i«r_Â3ÐܪÅ}èúNÏ*Ã2°Ãz°VÞÀ"{<?öý±!Ì`oâ§èÃ/®¯Ýa¿tz*,î¹æô.¼E¬1áÅ+w:®¶`µË³³<u²)÷ùgíªE,̲°J%wUR±Î9üºÎù²¾3"â0Rqî=[y±õDη#¤xO::0I*Ì1³~cYãzÊ*± Á
|p)»oY¤æ¦bcØJò;úÜ a§0´ä¦NE4lKSR½14â2ÐÚ,vLc Ôþ(Vª5qWÕÞ¸2êP8ã/1UíCcÔ4¬KѾsÌЧģ×Á[ÜÌéx©°
+ÿ6P»!,ûÑ$²Ë°_Ìöý·6s¸¤¯r[µhu´¿oUrLòáP½®áødüènãRK,+}ÙÜþfù² F¯îö ¶cHuÚg¤|LZ
+Y·ºÑÂ#3zLjj{¼Qj!¢'ÿ½o"ºìa²WÖI2åÄÏ/¹Õ0¸òF·ÛèH%êjHYªÃÚÞ§cÜKA)ÐÚàëõhqÇÈîeK¥î_I}ÕÚJºpbìW{ÞLÔæƼDVå×Tâ¢å@LµÃ«9óDôÏCBkÖK.¢*Ø#ýÇNw<n&ú¤xÂ)õ¦?&áÁCÇþL°ÈyUZ
+
#"»E\{w9
+IàhumGñ
$RÚÕ²OrRËyz© ¨µ¥½a'ìÿ6DXøq´×áµÙºS4êª+øuÜhfÙùfÅgÅé÷~eðÈágªu¢½KáÅýc]2)(á}£>}f3дþ°, ¾Ò° 5Á#ò}^AÈãw»-ÐÌ4¢ÏZ§«Í>8;Ôfjðôg×£
Vã´Êcâ᧺ß0è5
+-Õä$u¾§¡ãBªXÛ<Á½ñßO!å5ZS_{"BEJ¥ôϾ!3ú*9öIl
+÷Zz-®XÏ`¬(Qî+³«¸ëîÜyl/iH÷¥ûDYͧ&óáÞb
+¡ó+´ ¥tCÛC>%¤7?PÔ
+/ðÈåCÄ~¥b(h+Dv¬bMúÅ[®½tC*÷ùuþ²Wg8ÀËö.Oö F8Új Ûá½vR*ëÞq/zãb¢i×Âýýgá)ÔUh3m¥Æb¾V Àë`>ÑØ¡q½'°[møê>ÇÑMÙBMzcÆoRmÃóìwýO16'v£tÖÜD×æi8[ö#ÁÏUa¶¸LüòPVw¾P²^»³\3<d³(+Á0îúðBÑ.ª2|HÊ6d0q¾æT ö;ÑÿUGìSdz
q"!/îðï7MV§hOcfµ²áÊ3&¯³qg CnÙ¸9"-k.ÿ! ë-Ô§p
ãK3;mª`÷-ªOrÿUê,¥c=sM¤Æ¥üÍqÝÝæ½r('2¡VôÇë¼MÂþ*+ÒÌ«tY"¥&s¼ùMÖ岪gNÄ3Ù¹3RÖï¡íXÈqÍd·
;<b.Æ`Bù|ÊI j@ß©²8gjî¦WÉÌ-ÁïH0- ~ý»Óai½rzyJÔjq]/¯m[¤ò(LÝADÒUÕ8ø·ï={Óìá|¤{ð¤£ôïdÊ<v¦Y¡_mjT2(@Ú ;?ÕrÖŤ@¥Ê¤àí:²D%ØS` ês56ÙQȯþÈäeÑÓ"H¾EÍý
+¸¦ü,o [ UÏìÓ¬®¡\AdaÿγS0ï[DY6iY£ÈºÂ
+'¯éè÷TÇ+qE.¢ ?iÙ:¯Ð.dAø~Ö¿0#ÇkwÏGæÃq¡ú_\¢òûh®j+úüjâ¤0V°¯ñ.×A`CÑÍ{õñ}èû&y(xUÑ®jó§VX>£ÖHÆô°ÁÝ»ÅÖ]%«ÚîÄÈM[ôÂíí[ ²¥©NLOB13#àå¥Ö17°ärL]ÅÄ6èñ·ä¾ÿ6l.ÑÎÐhkqiÄÎd#cð§7i%ÎÝ×/@dX´MC~VÓú¿Ý¸Lº¬]»¯Ù'tbw¸0Â\å0^w qàñjNêCr2a½ÑöejrPqªÐ~'ÈéIñb}Ûÿ¼? øh¹ÃÿÓNºýíüçV÷<9Ö dx¤®®=¬ÂþÞa+¼»bÉcôÞ¼?ÛSs»,®Gi Üa¼²|Q¦>*׺Fñ¸3ú3ÞÈÝþQM³»R
AÅ̵-òç®|×å|õµË3ü5ìpÄÐÙ ÊD QâNhÏXµx2Ë«NÔ7Ïtvjî)©«ù¥ÑOUÝÿ%²µË,æݨjdÊd
+dKèùÓuXÛ×ý¨¾Ï[ï¨XãÑIúØ ×Øay¼](Ëöþæ<áîõAÆâJ°M(ÕcÐ?küÚöÚËZò¶¯°FÍ&:àxµ$OI
+gf;÷QÍÔ¯åin rÊG]}°NCIï&r0ÄE£[éòf1ù¤"}V_ZÉR{кüæßÅÊéâþ|"ÇFJX}8O
+iß?µÃM&QNÅ·
+
+äpûDëA¤Ë!ó?½ëW¹¹>¢¸§Àn*ªE¾<õÂæ!Äx"E{Y",õ0TÚ»!æ9Ä¢ôMUÏ6>%.Ãg¶âß@ïHEH`:ÃhgÜ£÷Z.[Xùá[Aª´yøpZ0Õó8kÇWæ¼8sCü6ÇiºÆ Mp´:oÆq#ÆßúHI$ú]^øáG·YsuqLOpj¨ ¶Nò#¯(¨eL¯S3ñ]-.38ì´éeÀØbÁ8Þ2ù
+[74¼Ë^=|ãÂeÞ½[þTê-7M¼Åf-J?ÿ#Y2±²28/UyN«Ã; ;;Ø'ÝôJ´1ÕJdשּׁ1%í,õM
+V ßûðÖÚO²§è!\¨.
+>/Fn³r]»jßµÖdæ}ôîVEöQfÌ,¡ÕMÈgÓE¶oyßgí¼ãÇúí¼úúVí
+"iìkñË^ëNÎäîîÁ4UÑÚ}¢FyêÕ¾7|Àõ#=-¥ãJÉ8 äÍh$ÙO at tW|çOò âÇí4Ü]&B¯si>:þ<e}
+͵.ÃÃ2fsrëÑHX¬WlÏóBeHBjg]äöó~Ũ=Æ]ÜÑF
+îfm*åÿ}òÓr¯Sô¯F~Ã:,OUéÉÊkaO
+ü¤°fDÜt$TCã¨[ÊÒÈrmM>g:+ðãý>¾y
+iRâßÀqÖ÷qÒ&±ø×+|"aî{_.e+ÍÑêOãìuæn¹-ª2 -óW8xbÿ©»(¨©"±Ñ1Ü 3ÿVzx:G)mÜjvEÛ»AÆûm㶶6º°æ±
ù¢OT^>³
+·ÀÔñ/LÑËÒ± 8WH7²uoþi@ÎÂï'ÁUg°ÏàÕ¼³ ö±D/øò·úáÌÞYk«ö
óK¬-hyð,G1Ò2ßÏÒÏ*Ro¿:Úp®§QxiÕÐ` Jb
+[ÌáÀ»ÁØÎïúÒÃ!6ùG ØønþÛYüÕVá ÍaÎ?êK<P0a×mw,-üYvvðý®piYÙå®H?zn\võÐѪI³±]qjh7Ca°Ý!
+ãÙÅR
+Ò>Ip@â¡ p×&.Q*7dnhtsóSRSGβ(´}qS¹Ã
+6]R{¦ùJ@K๽]¯µP·=¯\L
<¬
/waVÊâ±êpàÚSMÐSøê»·³
ö~,Õè¨=Ýh9ä'â1³q" `ù}sûægïþZZ%ð]ç$`ÙaÌÑÉÔDd:ÎÊ?´Ê*˶E&ÈP!²Æx
[§ 6Øl·ÿÂVÓWÛðWDõ¸ôί8
ó¤£ÎQÙ|"ýÁw^«gB>L^a¬¢Áªì9DSþ¸«~õw}Û鷺º×¬Obÿ¯ÌÜ®P(´¤En
ëT£ZÙr@zñj&W~Çh· ~º0×4Ä'xfå6~udÌ#Rãûæ"öèB#ïê&&ÀÊ¥ÃÜNF[¸°'&J$(§sÈxá³ßî:: ,ã$täÐçþÖLLdbaʼ¦ÓÙÿ_;öÝà8pTöÙ[(qöÙg³Brö,ûÎÎ8gd^}ÉJgäR¶³7QG23óýë÷~ÿ}_ßÏx?úHV7ºpý2LZ0¾!qí½E%¼ðkY8³Th²2£³>wÐúϨí¶ãûØTÜ7éâOÖâ8Îì§È/3§f¢
+}ç"²5î>px¸a¢
=.PBRZVA;¨=.£¶¿OåÍé¹U_ó8ØÇ.d®ôþd4]4XrOCçøgLs»×04ÚGnâÌ["(òÏÚÏRTðÐJEgÖúî0ÒE;&e|¬»Zõà^[>}Ç*¯c¡ÉбØG«[÷ÙMÕh¬dÍôUæ½½-÷K¥Ù/{¢Ù8~k3ÝÓí
+òÁé~QSÍ¢¢]
+{k{4<ç%_èJCÄMáãs3fy¿)eêÔL À+±¬OfÝ!ÏøñmzkñÁüyKSoï¿ÿe¯èx7¦'¼ª2¬À5M±h¶5¿:¡:h58yÊÌ¥µèÛý{ÈfðÒ.ùA$<Ø_ñ^5GñÒª_C õ¹Ý«uqðg"8"+²ÕëZ¿¾vرCKAR|üiû #H¨tÙË¿×
+ÞzÆì}¿
P¾ÃøOØÌë6.×C°ÖïóSõajs©Áô¶RÎ9µk¦Ö4¦^~ØÄÌ)¸OýåSr²(3^ï«Ö$õ8¶µY$éÔï|sÔBºWEÁù³+Ì]G´¯ûÈBÜÅEb£UâL>"»S#@÷íZp={ãép*+úé9ôWl&ÿH¹úÆwÁ*{z87#m` þÛ#Ð8a-áÂ÷
ÐiêéÏÉ 8fL^C¡|Î,´Ôì»@z£µï³,þ>ßZs>>°Ê$%?3ä1Tìkù5ï$vðn×ïv²í»ýÍq½A|ùÚç$4 ½VÚ ³Ö'3¥ÀêìLÖ¤{äö?ù1sìUòÄ¿Z2ò0$·qÀSf¸ëóqWö¹Ô{8ûzPgø|U¥mEZp§Ãî¥ÙTC]©ÿ
Lz;ü>Þ,,?9¶W_åyHh%¤L${N.©.5U^SsÑŪI$ÚËr1«·<þ`§Zl§ÕXBÅÊ~á)kzõ*¶sé;ÍË8Êy)!H,§g@íW90³TN\åLû"0IÚѼzän+<·tâÄ´ó\]iì·ÝÒÛbÑàR}ØئÅ#-åE v4>Ä^b®|³£¤®é±D=wA
}Z? ˧=£ãì´9«ÈðWlmr¨réñttÅYîWJ¥$éå&Ü(ùÉ pú ÕX^_iÊjÉ5w¡Õ&
EäJÚµÝm_v*ld+o3¨GQ_¢ºËBÌ \¹*Ó×/·Ù5îàÈqtíÖoÍ\ád0>í8DÙ_P¤²ÛMµ¢ÿHìàR0z:¡r!QQpÛNµ.26xQÁÿ=ØdÍÕg¡+i2T§Ð
+A#¢ôg姡Vh¼w,6àóA!âG tOe·>öÊÖâ´éÿþp² ú¨5¥¡)#"XØI!«åàÍ¢gMQmHäÝáhÞyM]BGNôȧÞlç;÷ûÌ·S 6´kI%ï úeç-V
+c̺$FÀ¤wÒtk
+íh³,¨ü-¸UÏ%^^G¬z8 X(Yt¬×jV/k
+µwÆúAÇ
+(tÔßÎ8?¿bÌÒ^G)U\õgj©#a·uéÛ¾+¾Æ6+à{oãÖF4×IÖA:VòÎ:Úï¥Fj7Lùϵ$ÂÜ|© NøÊ"'7ÑrÝE¶æÏæßÌ^SáWc>?ËÚìÿj÷i3ÏíÙ¡f[®ÊØU#ÀÄ»à<Æúê@&ë?ÏW¥
+êþãF"lb=¥xÕ½dT³¼óϦc(>ðÒA? Iõ7ÞfutMs ÓM}@éä&7ÝC?ÊåÐlL´O¬U!EùÉôËp ïñ
+Ô÷'ÎLJ¢ºKKʶoßIϺ®\÷§#ÜRfïéºg=Ó¾²f® ¤Ú|m8¿¿qßìT²»'Æ>²mÇ»¬®1>pñ¼p¼ã¯ºàÄ¡©q{Àcbi1Ë¥i
ÅáUämúxCe5#è
ox<´êãp½¤/}bO??ð»Pä{Y!ê÷
+7»©Õ°»[à@.gøëJ÷
+U§´Ã°¤þE¯JVÁú+t{XJ©vüK3Oú°Ë;ü
+lYe3¾ÜLú@ÀðYÆ ÏÛz T.;W²u/9ï¹%¾ws3&3þÚ¥R@dGpFÈË+Ptþ¼T°¹´XkºKd®Õ¬sÒ~¨m÷oh}àÑ-§òó«ÍV©.£ð4eNÂsÿh%¹·ìq ûwdÇØ|öfsb¤6/£çÊyµ/ã;é0*/¥7©'iµ_©jÂ*»A1ZO"?ê{ÉtH³~ów;ÉÔsðtÆIÝÍîKsÏ.¨k¿N3@©LÉëÁ׳xÜ&X
+ÎÁÕz.w¶V\É<W çBϹÜs¼µÔÃ$¸Î·úë>ØZÒ¬8 $^Hù[7-àÀߧu¼»7K,%bLú50VÆÉÞ§Ù2ðüb« ¾]¯¸1oY²óÈÆwý¡O½*bÀçz*w{é?YÖÎÅe½ÂäÍ%o> qM9w.³ì®½n,øï<¸5v[Ýû.Ç3%°öinøôTß
Ķ[K/
k í.À£ïÏ¿ËQ×u½Qa7ÞÿÌ*:CnÂ5׸ֺūtR»{'±Ú"UÄd<¹ò1ËC¾bmÈ4Ir/¾:ù±Ð#ó7°¨éöѬu¼rþ}<ÒüÑ Jt%ë~ÛyÀÏhhi¾|ê,HWL9kZ lÕàÉ$ÕìîÿA(í~¾
|µµ«B³óÈ~º>~ûªæ"6g,¾ÿØ7ÿ£÷bÀÏÌ6+ÆsÇÉÙ}dpÑz@ü&wøóúuvÈK èSí8VøJÌçÌO6S1aõ÷¨juTÂ<2Prþl¦¦ö5az)2ä[úµC»/ìϹB=T@F, aVÿ¼Cóä«FµÃs±¥ ¡k uf5Ú<çÚNù£Â**öÖ]Z¬:_Æ6>Hâ1ÈægöyÏØ%Åáûx8ìÞúÐÚzò±½&®qã\
ÎÊçeEÿº«R b+ü5Ã[´wÿºþÍÑÚ>¾Åѳ%´·[úÇJY|+¹%F¥Õ=2Ýïÿ³ùõ¦b º°eÈù"áidr!Âý³MÜj~±¾Ï¾n´¦xDæ:b&±Á&áµ9c ?Û4³Ìó?_lÔÓ#zAÏYªuâb,HZ]·
d{ãM#Cþ
+÷<ºlcënzǹGéQç«>ûtöqÿãE}}qóÉ]¦tý \ûò2÷ÞUó?/ÿzLøWý cUбàcíôå_Æ×íÊ4¶LXÖç¤'YÄ}í|S¿ú1þLÌ ßF2{zµ~¨fêØؾ&%ëÊçs9÷z<^(R½Ï Ø¿-BKX?°0Y-ëæJ:¶F¬IÀÇçÝáÂø·
++Ót!ä1ÿÞ+Áèþtyæ½à8qÇË
+VÙtv¯bö°3Áòz5BÎ/4úãþÙ¶ô´B÷[~Îå AÁ°N>N¿EMOÿæ<y}FnÉï
+õî伨¼?m_¾§ßÏ/Eª¿x×¾êÝøLZ2ÞÖí¥è`î¯Ý®vD|~wv
({æ^äÌ@Nu[^:7¥×Üdôô]Jû¨¶ä½v6u}>v"OpW¬&g½Øim×Ëþüþ¢be¡e"lâ·0r2Ù
+þ±Êª¼Þñ¥ÑNä¡FæýØÔm½PÔ Ùö4eL_s½£Ïd#ØÙv)Bs¥kA©¸ª|Ì#ÈN´´Pµ CÁ$òB20SÛÕý"áeål>}=yQoÇÅþF#¯ 0¥¡=8«Ä¥wSÕîý+Ö³ø9p48ô0(ò;Þ
+(ãwY=ôÓcõ³õØ'o<ÐRsÛ=ÌýgIQ3ÙDkÎEwV}ÔuÎ_)jöpr=g`ß+ºþäáÌD<tb
+îXé¾-¨èå3ðtälÁ`O¦¥ô§mfIõËñÙ¥Ü
+ïë×Ëhm?mDÝw»:VJFöj\£o¤¨=R䬰ödÜîDÈ]NcQâdE}M2T3¦w40Å¿§ô:$´y1$X~ÐgúFó?à¿põqwû:xÓüÕ"]éendstream
+endobj
+132 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 606 0 R
+/FirstChar 2
+/LastChar 149
+/Widths 616 0 R
+/BaseFont /EXVUAL+NimbusRomNo9L-Regu
+/FontDescriptor 130 0 R
+>> endobj
+130 0 obj <<
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/FontName /EXVUAL+NimbusRomNo9L-Regu
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/FontBBox [-168 -281 1000 924]
+/Flags 4
+/CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/bullet)
+/FontFile 131 0 R
+>> endobj
+616 0 obj
+[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 500 500 0 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 0 667 556 611 722 722 944 722 722 0 333 278 333 0 500 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 350 ]
+endobj
+140 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 617 0 R
+/Kids [126 0 R 142 0 R 180 0 R 214 0 R 259 0 R 304 0 R]
+>> endobj
+382 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 617 0 R
+/Kids [356 0 R 384 0 R 427 0 R 481 0 R 485 0 R 494 0 R]
+>> endobj
+557 0 obj <<
+/Type /Pages
+/Count 3
+/Parent 617 0 R
+/Kids [525 0 R 559 0 R 592 0 R]
+>> endobj
+617 0 obj <<
+/Type /Pages
+/Count 15
+/Kids [140 0 R 382 0 R 557 0 R]
+>> endobj
+618 0 obj <<
+/Type /Outlines
+/First 7 0 R
+/Last 107 0 R
+/Count 6
+>> endobj
+123 0 obj <<
+/Title 124 0 R
+/A 121 0 R
+/Parent 107 0 R
+/Prev 111 0 R
+>> endobj
+119 0 obj <<
+/Title 120 0 R
+/A 117 0 R
+/Parent 111 0 R
+/Prev 115 0 R
+>> endobj
+115 0 obj <<
+/Title 116 0 R
+/A 113 0 R
+/Parent 111 0 R
+/Next 119 0 R
+>> endobj
+111 0 obj <<
+/Title 112 0 R
+/A 109 0 R
+/Parent 107 0 R
+/Next 123 0 R
+/First 115 0 R
+/Last 119 0 R
+/Count -2
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 618 0 R
+/Prev 103 0 R
+/First 111 0 R
+/Last 123 0 R
+/Count -2
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 618 0 R
+/Prev 83 0 R
+/Next 107 0 R
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 83 0 R
+/Prev 95 0 R
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 83 0 R
+/Prev 91 0 R
+/Next 99 0 R
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 83 0 R
+/Prev 87 0 R
+/Next 95 0 R
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 83 0 R
+/Next 91 0 R
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 618 0 R
+/Prev 71 0 R
+/Next 103 0 R
+/First 87 0 R
+/Last 99 0 R
+/Count -4
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 71 0 R
+/Prev 75 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 71 0 R
+/Next 79 0 R
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 618 0 R
+/Prev 11 0 R
+/Next 83 0 R
+/First 75 0 R
+/Last 79 0 R
+/Count -2
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 63 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 11 0 R
+/Prev 59 0 R
+/First 67 0 R
+/Last 67 0 R
+/Count -1
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 11 0 R
+/Prev 55 0 R
+/Next 63 0 R
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 11 0 R
+/Prev 51 0 R
+/Next 59 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 11 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 11 0 R
+/Prev 43 0 R
+/Next 51 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 11 0 R
+/Prev 23 0 R
+/Next 47 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 23 0 R
+/Prev 35 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 23 0 R
+/Prev 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 23 0 R
+/Prev 27 0 R
+/Next 35 0 R
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 11 0 R
+/Prev 15 0 R
+/Next 43 0 R
+/First 27 0 R
+/Last 39 0 R
+/Count -4
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 15 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 11 0 R
+/Next 23 0 R
+/First 19 0 R
+/Last 19 0 R
+/Count -1
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 618 0 R
+/Prev 7 0 R
+/Next 71 0 R
+/First 15 0 R
+/Last 63 0 R
+/Count -8
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 618 0 R
+/Next 11 0 R
+>> endobj
+619 0 obj <<
+/Names [(Doc-Start) 136 0 R (Item.1) 307 0 R (Item.10) 562 0 R (Item.11) 563 0 R (Item.12) 597 0 R (Item.13) 598 0 R (Item.14) 599 0 R (Item.15) 600 0 R (Item.16) 601 0 R (Item.17) 602 0 R (Item.18) 603 0 R (Item.19) 604 0 R (Item.2) 308 0 R (Item.20) 605 0 R (Item.3) 309 0 R (Item.4) 360 0 R (Item.5) 361 0 R (Item.6) 362 0 R (Item.7) 554 0 R (Item.8) 555 0 R (Item.9) 556 0 R (_beagle) 491 0 R (_bionimbus) 513 0 R (_coaster_providers_local_ssh_pbs) 489 0 R (_coasters) 453 0 R (_debugging_swift) 553 0 R (_environment_setup) 205 0 R (_first_swiftscript) 262 0 R (_for_advanced_users) 488 0 R (_installation) 186 0 R (_log_processing) 564 0 R (_make_a_basic_block_allocation_plot_from_coasters_block_log_lines) 586 0 R (_make_a_basic_job_completion_plot_from_coasters_cpu_log_lines) 581 0 R (_make_a_basic_load_plot_from_coasters_cpu_log_lines) 568 0 R (_mappers) 363 0 R (_osg) 512 0 R (_overview) 183 0 R (_pads) 497 0 R (_passing_an_array_to_swift) 359 0 R (_prerequisites) 187 0 R (
_problem_reporting) 595 0 R (_resuming_a_stopped_or_crashed_swift_run) 317 0 R (_second_swiftscript) 284 0 R (_setting_sites_xml) 248 0 R (_setting_swift_configuration) 232 0 R (_setting_transformation_catalog) 219 0 R (_setting_up_to_run_swift) 201 0 R (_swift_basics) 185 0 R (_swift_commandline_options) 301 0 R (_swift_on_diverse_infrastructures) 490 0 R (_what_if_swift_hangs) 302 0 R (lstlisting.-1) 188 0 R (lstlisting.-10) 285 0 R (lstlisting.-11) 310 0 R (lstlisting.-12) 318 0 R (lstlisting.-13) 329 0 R (lstlisting.-14) 364 0 R (lstlisting.-15) 366 0 R (lstlisting.-16) 387 0 R (lstlisting.-17) 394 0 R (lstlisting.-18) 396 0 R (lstlisting.-19) 402 0 R (lstlisting.-2) 203 0 R (lstlisting.-20) 411 0 R (lstlisting.-21) 455 0 R (lstlisting.-22) 498 0 R (lstlisting.-23) 500 0 R (lstlisting.-24) 514 0 R (lstlisting.-25) 528 0 R (lstlisting.-26) 533 0 R (lstlisting.-27) 565 0 R (lstlisting.-28) 569 0 R (lstlisting.-29) 571 0 R (lstlisting.-3) 206 0 R (lstlisting.-30) 573 0 R (l
stlisting.-31) 575 0 R (lstlisting.-32) 577 0 R (lstlisting.-33) 579 0 R (lstlisting.-34) 582 0 R (lstlisting.-35) 584 0 R (lstlisting.-36) 587 0 R (lstlisting.-37) 589 0 R (lstlisting.-4) 208 0 R (lstlisting.-5) 217 0 R (lstlisting.-6) 220 0 R (lstlisting.-7) 234 0 R (lstlisting.-8) 249 0 R (lstlisting.-9) 263 0 R (lstnumber.-1.1) 189 0 R (lstnumber.-1.2) 193 0 R (lstnumber.-1.3) 194 0 R (lstnumber.-1.4) 195 0 R (lstnumber.-1.5) 196 0 R (lstnumber.-1.6) 197 0 R (lstnumber.-1.7) 198 0 R (lstnumber.-1.8) 199 0 R (lstnumber.-1.9) 200 0 R (lstnumber.-10.1) 286 0 R (lstnumber.-10.10) 295 0 R (lstnumber.-10.11) 296 0 R (lstnumber.-10.12) 297 0 R (lstnumber.-10.13) 298 0 R (lstnumber.-10.14) 299 0 R (lstnumber.-10.15) 300 0 R (lstnumber.-10.2) 287 0 R (lstnumber.-10.3) 288 0 R (lstnumber.-10.4) 289 0 R (lstnumber.-10.5) 290 0 R (lstnumber.-10.6) 291 0 R (lstnumber.-10.7) 292 0 R (lstnumber.-10.8) 293 0 R (lstnumber.-10.9) 294 0 R (lstnumber.-11.1) 311 0 R (lstnumber.-11.2) 312 0 R
(lstnumber.-11.3) 313 0 R (lstnumber.-11.4) 314 0 R (lstnumber.-11.5) 315 0 R (lstnumber.-11.6) 316 0 R (lstnumber.-12.1) 319 0 R (lstnumber.-12.10) 328 0 R (lstnumber.-12.2) 320 0 R (lstnumber.-12.3) 321 0 R (lstnumber.-12.4) 322 0 R (lstnumber.-12.5) 323 0 R (lstnumber.-12.6) 324 0 R (lstnumber.-12.7) 325 0 R (lstnumber.-12.8) 326 0 R (lstnumber.-12.9) 327 0 R (lstnumber.-13.1) 330 0 R (lstnumber.-13.10) 339 0 R (lstnumber.-13.11) 340 0 R (lstnumber.-13.12) 341 0 R (lstnumber.-13.13) 342 0 R (lstnumber.-13.14) 343 0 R (lstnumber.-13.15) 344 0 R (lstnumber.-13.16) 345 0 R (lstnumber.-13.17) 346 0 R (lstnumber.-13.18) 347 0 R (lstnumber.-13.19) 348 0 R (lstnumber.-13.2) 331 0 R (lstnumber.-13.20) 349 0 R (lstnumber.-13.21) 350 0 R (lstnumber.-13.22) 351 0 R (lstnumber.-13.23) 352 0 R (lstnumber.-13.24) 353 0 R (lstnumber.-13.25) 354 0 R (lstnumber.-13.3) 332 0 R (lstnumber.-13.4) 333 0 R (lstnumber.-13.5) 334 0 R (lstnumber.-13.6) 335 0 R (lstnumber.-13.7) 336 0 R (lstnumbe
r.-13.8) 337 0 R (lstnumber.-13.9) 338 0 R (lstnumber.-14.1) 365 0 R (lstnumber.-15.1) 367 0 R (lstnumber.-15.10) 376 0 R (lstnumber.-15.11) 377 0 R (lstnumber.-15.12) 378 0 R (lstnumber.-15.13) 379 0 R (lstnumber.-15.14) 380 0 R (lstnumber.-15.15) 381 0 R (lstnumber.-15.2) 368 0 R (lstnumber.-15.3) 369 0 R (lstnumber.-15.4) 370 0 R (lstnumber.-15.5) 371 0 R (lstnumber.-15.6) 372 0 R (lstnumber.-15.7) 373 0 R (lstnumber.-15.8) 374 0 R (lstnumber.-15.9) 375 0 R (lstnumber.-16.1) 388 0 R (lstnumber.-16.2) 389 0 R (lstnumber.-16.3) 390 0 R (lstnumber.-16.4) 391 0 R (lstnumber.-16.5) 392 0 R (lstnumber.-16.6) 393 0 R (lstnumber.-17.1) 395 0 R (lstnumber.-18.1) 397 0 R (lstnumber.-18.2) 398 0 R (lstnumber.-18.3) 399 0 R (lstnumber.-18.4) 400 0 R (lstnumber.-18.5) 401 0 R (lstnumber.-19.1) 403 0 R (lstnumber.-19.2) 404 0 R (lstnumber.-19.3) 405 0 R (lstnumber.-19.4) 406 0 R (lstnumber.-19.5) 407 0 R (lstnumber.-19.6) 408 0 R (lstnumber.-19.7) 409 0 R (lstnumber.-19.8) 410 0 R (lst
number.-2.1) 204 0 R (lstnumber.-20.1) 412 0 R (lstnumber.-20.10) 421 0 R (lstnumber.-20.11) 422 0 R (lstnumber.-20.12) 423 0 R (lstnumber.-20.13) 424 0 R (lstnumber.-20.14) 425 0 R (lstnumber.-20.15) 430 0 R (lstnumber.-20.16) 431 0 R (lstnumber.-20.17) 432 0 R (lstnumber.-20.18) 433 0 R (lstnumber.-20.19) 434 0 R (lstnumber.-20.2) 413 0 R (lstnumber.-20.20) 435 0 R (lstnumber.-20.21) 436 0 R (lstnumber.-20.22) 437 0 R (lstnumber.-20.23) 438 0 R (lstnumber.-20.24) 439 0 R (lstnumber.-20.25) 440 0 R (lstnumber.-20.26) 441 0 R (lstnumber.-20.27) 442 0 R (lstnumber.-20.28) 443 0 R (lstnumber.-20.29) 444 0 R (lstnumber.-20.3) 414 0 R (lstnumber.-20.30) 445 0 R (lstnumber.-20.31) 446 0 R (lstnumber.-20.32) 447 0 R (lstnumber.-20.33) 448 0 R (lstnumber.-20.34) 449 0 R (lstnumber.-20.35) 450 0 R (lstnumber.-20.36) 451 0 R (lstnumber.-20.37) 452 0 R (lstnumber.-20.4) 415 0 R (lstnumber.-20.5) 416 0 R (lstnumber.-20.6) 417 0 R (lstnumber.-20.7) 418 0 R (lstnumber.-20.8) 419 0 R (lst
number.-20.9) 420 0 R (lstnumber.-21.1) 456 0 R (lstnumber.-21.10) 465 0 R (lstnumber.-21.11) 466 0 R (lstnumber.-21.12) 467 0 R (lstnumber.-21.13) 468 0 R (lstnumber.-21.14) 469 0 R (lstnumber.-21.15) 470 0 R (lstnumber.-21.16) 471 0 R (lstnumber.-21.17) 472 0 R (lstnumber.-21.18) 473 0 R (lstnumber.-21.19) 474 0 R (lstnumber.-21.2) 457 0 R (lstnumber.-21.20) 475 0 R (lstnumber.-21.21) 476 0 R (lstnumber.-21.22) 477 0 R (lstnumber.-21.23) 478 0 R (lstnumber.-21.24) 479 0 R (lstnumber.-21.3) 458 0 R (lstnumber.-21.4) 459 0 R (lstnumber.-21.5) 460 0 R (lstnumber.-21.6) 461 0 R (lstnumber.-21.7) 462 0 R (lstnumber.-21.8) 463 0 R (lstnumber.-21.9) 464 0 R (lstnumber.-22.1) 499 0 R (lstnumber.-23.1) 501 0 R (lstnumber.-23.10) 510 0 R (lstnumber.-23.11) 511 0 R (lstnumber.-23.2) 502 0 R (lstnumber.-23.3) 503 0 R (lstnumber.-23.4) 504 0 R (lstnumber.-23.5) 505 0 R (lstnumber.-23.6) 506 0 R (lstnumber.-23.7) 507 0 R (lstnumber.-23.8) 508 0 R (lstnumber.-23.9) 509 0 R (lstnumber.-24
.1) 515 0 R (lstnumber.-24.2) 516 0 R (lstnumber.-24.3) 517 0 R (lstnumber.-24.4) 518 0 R (lstnumber.-24.5) 519 0 R (lstnumber.-24.6) 520 0 R (lstnumber.-24.7) 521 0 R (lstnumber.-24.8) 522 0 R (lstnumber.-24.9) 523 0 R (lstnumber.-25.1) 529 0 R (lstnumber.-26.1) 534 0 R (lstnumber.-26.10) 543 0 R (lstnumber.-26.11) 544 0 R (lstnumber.-26.12) 545 0 R (lstnumber.-26.13) 546 0 R (lstnumber.-26.14) 547 0 R (lstnumber.-26.15) 548 0 R (lstnumber.-26.16) 549 0 R (lstnumber.-26.17) 550 0 R (lstnumber.-26.18) 551 0 R (lstnumber.-26.19) 552 0 R (lstnumber.-26.2) 535 0 R (lstnumber.-26.3) 536 0 R (lstnumber.-26.4) 537 0 R (lstnumber.-26.5) 538 0 R (lstnumber.-26.6) 539 0 R (lstnumber.-26.7) 540 0 R (lstnumber.-26.8) 541 0 R (lstnumber.-26.9) 542 0 R (lstnumber.-27.1) 566 0 R (lstnumber.-27.2) 567 0 R (lstnumber.-28.1) 570 0 R (lstnumber.-29.1) 572 0 R (lstnumber.-3.1) 207 0 R (lstnumber.-30.1) 574 0 R (lstnumber.-31.1) 576 0 R (lstnumber.-32.1) 578 0 R (lstnumber.-33.1) 580 0 R (lstnu
mber.-34.1) 583 0 R (lstnumber.-35.1) 585 0 R (lstnumber.-36.1) 588 0 R (lstnumber.-37.1) 590 0 R (lstnumber.-4.1) 209 0 R (lstnumber.-5.1) 218 0 R (lstnumber.-6.1) 221 0 R (lstnumber.-6.2) 222 0 R (lstnumber.-7.1) 235 0 R (lstnumber.-7.10) 244 0 R (lstnumber.-7.11) 245 0 R (lstnumber.-7.12) 246 0 R (lstnumber.-7.13) 247 0 R (lstnumber.-7.2) 236 0 R (lstnumber.-7.3) 237 0 R (lstnumber.-7.4) 238 0 R (lstnumber.-7.5) 239 0 R (lstnumber.-7.6) 240 0 R (lstnumber.-7.7) 241 0 R (lstnumber.-7.8) 242 0 R (lstnumber.-7.9) 243 0 R (lstnumber.-8.1) 250 0 R (lstnumber.-8.2) 251 0 R (lstnumber.-8.3) 252 0 R (lstnumber.-8.4) 253 0 R (lstnumber.-8.5) 254 0 R (lstnumber.-8.6) 255 0 R (lstnumber.-8.7) 256 0 R (lstnumber.-8.8) 257 0 R (lstnumber.-9.1) 264 0 R (lstnumber.-9.10) 273 0 R (lstnumber.-9.11) 274 0 R (lstnumber.-9.12) 275 0 R (lstnumber.-9.13) 276 0 R (lstnumber.-9.14) 277 0 R (lstnumber.-9.15) 278 0 R (lstnumber.-9.16) 279 0 R (lstnumber.-9.17) 280 0 R (lstnumber.-9.18) 281 0 R (ls
tnumber.-9.19) 282 0 R (lstnumber.-9.2) 265 0 R (lstnumber.-9.3) 266 0 R (lstnumber.-9.4) 267 0 R (lstnumber.-9.5) 268 0 R (lstnumber.-9.6) 269 0 R (lstnumber.-9.7) 270 0 R (lstnumber.-9.8) 271 0 R (lstnumber.-9.9) 272 0 R (page.1) 182 0 R (page.10) 496 0 R (page.11) 527 0 R (page.12) 561 0 R (page.13) 594 0 R (page.2) 216 0 R (page.3) 261 0 R (page.4) 306 0 R (page.5) 358 0 R (page.6) 386 0 R (page.7) 429 0 R (page.8) 483 0 R (page.9) 487 0 R (page.i) 129 0 R (page.ii) 144 0 R (section.1) 6 0 R (section.2) 10 0 R (section.3) 70 0 R (section.4) 82 0 R (section.5) 102 0 R (section.6) 106 0 R (subsection.2.1) 14 0 R (subsection.2.2) 22 0 R (subsection.2.3) 42 0 R (subsection.2.4) 46 0 R (subsection.2.5) 50 0 R (subsection.2.6) 54 0 R (subsection.2.7) 58 0 R (subsection.2.8) 62 0 R (subsection.3.1) 74 0 R (subsection.3.2) 78 0 R (subsection.4.1) 86 0 R (subsection.4.2) 90 0 R (subsection.4.3) 94 0 R (subsection.4.4) 98 0 R (subsection.6.1) 110 0 R (subsection.6.2) 122 0 R (subs
ubsection.2.1.1) 18 0 R (subsubsection.2.2.1) 26 0 R (subsubsection.2.2.2) 30 0 R (subsubsection.2.2.3) 34 0 R (subsubsection.2.2.4) 38 0 R (subsubsection.2.8.1) 66 0 R (subsubsection.6.1.1) 114 0 R (subsubsection.6.1.2) 118 0 R]
+/Limits [(Doc-Start) (subsubsection.6.1.2)]
+>> endobj
+620 0 obj <<
+/Kids [619 0 R]
+>> endobj
+621 0 obj <<
+/Dests 620 0 R
+>> endobj
+622 0 obj <<
+/Type /Catalog
+/Pages 617 0 R
+/Outlines 618 0 R
+/Names 621 0 R
+/PageMode /UseOutlines
+/OpenAction 125 0 R
+>> endobj
+623 0 obj <<
+/Author(Swift team)/Title(Swift Cookbook)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfeTeX-1.21a)/Keywords()
+/CreationDate (D:20110516141543-05'00')
+/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4)
+>> endobj
+xref
+0 624
+0000000001 65535 f
+0000000002 00000 f
+0000000003 00000 f
+0000000004 00000 f
+0000000000 00000 f
+0000000009 00000 n
+0000017512 00000 n
+0000197747 00000 n
+0000000054 00000 n
+0000000080 00000 n
+0000017636 00000 n
+0000197624 00000 n
+0000000125 00000 n
+0000000156 00000 n
+0000017761 00000 n
+0000197513 00000 n
+0000000207 00000 n
+0000000238 00000 n
+0000017886 00000 n
+0000197452 00000 n
+0000000294 00000 n
+0000000326 00000 n
+0000018640 00000 n
+0000197328 00000 n
+0000000377 00000 n
+0000000419 00000 n
+0000018891 00000 n
+0000197254 00000 n
+0000000475 00000 n
+0000000511 00000 n
+0000024963 00000 n
+0000197167 00000 n
+0000000567 00000 n
+0000000616 00000 n
+0000025277 00000 n
+0000197080 00000 n
+0000000672 00000 n
+0000000718 00000 n
+0000026281 00000 n
+0000197006 00000 n
+0000000774 00000 n
+0000000810 00000 n
+0000031939 00000 n
+0000196919 00000 n
+0000000861 00000 n
+0000000897 00000 n
+0000033321 00000 n
+0000196832 00000 n
+0000000948 00000 n
+0000000985 00000 n
+0000034452 00000 n
+0000196745 00000 n
+0000001036 00000 n
+0000001080 00000 n
+0000034577 00000 n
+0000196658 00000 n
+0000001131 00000 n
+0000001169 00000 n
+0000042833 00000 n
+0000196571 00000 n
+0000001220 00000 n
+0000001278 00000 n
+0000049927 00000 n
+0000196460 00000 n
+0000001329 00000 n
+0000001374 00000 n
+0000050241 00000 n
+0000196399 00000 n
+0000001430 00000 n
+0000001456 00000 n
+0000068232 00000 n
+0000196274 00000 n
+0000001502 00000 n
+0000001529 00000 n
+0000074711 00000 n
+0000196200 00000 n
+0000001580 00000 n
+0000001617 00000 n
+0000074835 00000 n
+0000196126 00000 n
+0000001668 00000 n
+0000001721 00000 n
+0000074960 00000 n
+0000196000 00000 n
+0000001767 00000 n
+0000001818 00000 n
+0000075085 00000 n
+0000195926 00000 n
+0000001869 00000 n
+0000001894 00000 n
+0000079739 00000 n
+0000195839 00000 n
+0000001945 00000 n
+0000001968 00000 n
+0000080744 00000 n
+0000195752 00000 n
+0000002019 00000 n
+0000002041 00000 n
+0000080869 00000 n
+0000195677 00000 n
+0000002092 00000 n
+0000002121 00000 n
+0000089288 00000 n
+0000195585 00000 n
+0000002168 00000 n
+0000002203 00000 n
+0000094884 00000 n
+0000195467 00000 n
+0000002250 00000 n
+0000002284 00000 n
+0000095199 00000 n
+0000195349 00000 n
+0000002336 00000 n
+0000002406 00000 n
+0000096080 00000 n
+0000195270 00000 n
+0000002463 00000 n
+0000002543 00000 n
+0000096456 00000 n
+0000195191 00000 n
+0000002600 00000 n
+0000002684 00000 n
+0000098747 00000 n
+0000195112 00000 n
+0000002736 00000 n
+0000002773 00000 n
+0000003183 00000 n
+0000003431 00000 n
+0000002826 00000 n
+0000003305 00000 n
+0000193559 00000 n
+0000172896 00000 n
+0000193386 00000 n
+0000172255 00000 n
+0000164316 00000 n
+0000172084 00000 n
+0000003368 00000 n
+0000163588 00000 n
+0000152003 00000 n
+0000163418 00000 n
+0000194632 00000 n
+0000011340 00000 n
+0000006110 00000 n
+0000003529 00000 n
+0000011277 00000 n
+0000006484 00000 n
+0000151224 00000 n
+0000135699 00000 n
+0000151051 00000 n
+0000006638 00000 n
+0000006793 00000 n
+0000006953 00000 n
+0000007118 00000 n
+0000007278 00000 n
+0000007440 00000 n
+0000007605 00000 n
+0000007770 00000 n
+0000007935 00000 n
+0000008092 00000 n
+0000008251 00000 n
+0000008411 00000 n
+0000008571 00000 n
+0000008728 00000 n
+0000008888 00000 n
+0000009053 00000 n
+0000009208 00000 n
+0000009368 00000 n
+0000009528 00000 n
+0000009683 00000 n
+0000009843 00000 n
+0000010000 00000 n
+0000010160 00000 n
+0000010320 00000 n
+0000010475 00000 n
+0000010627 00000 n
+0000010787 00000 n
+0000010952 00000 n
+0000011117 00000 n
+0000016152 00000 n
+0000019266 00000 n
+0000016002 00000 n
+0000011451 00000 n
+0000017449 00000 n
+0000017573 00000 n
+0000017041 00000 n
+0000017698 00000 n
+0000017823 00000 n
+0000017948 00000 n
+0000018011 00000 n
+0000018074 00000 n
+0000134755 00000 n
+0000115700 00000 n
+0000134584 00000 n
+0000018137 00000 n
+0000018200 00000 n
+0000018263 00000 n
+0000018326 00000 n
+0000018388 00000 n
+0000018451 00000 n
+0000018514 00000 n
+0000018577 00000 n
+0000018702 00000 n
+0000017245 00000 n
+0000018765 00000 n
+0000018828 00000 n
+0000018951 00000 n
+0000019014 00000 n
+0000019077 00000 n
+0000019140 00000 n
+0000019203 00000 n
+0000016838 00000 n
+0000016973 00000 n
+0000017020 00000 n
+0000026970 00000 n
+0000024407 00000 n
+0000019418 00000 n
+0000024774 00000 n
+0000024837 00000 n
+0000024900 00000 n
+0000025025 00000 n
+0000025088 00000 n
+0000025151 00000 n
+0000025214 00000 n
+0000115373 00000 n
+0000113916 00000 n
+0000115212 00000 n
+0000113581 00000 n
+0000111726 00000 n
+0000113420 00000 n
+0000111161 00000 n
+0000101424 00000 n
+0000110984 00000 n
+0000025339 00000 n
+0000024549 00000 n
+0000025402 00000 n
+0000025463 00000 n
+0000025526 00000 n
+0000025589 00000 n
+0000025652 00000 n
+0000025715 00000 n
+0000025778 00000 n
+0000025840 00000 n
+0000025903 00000 n
+0000025966 00000 n
+0000026029 00000 n
+0000026092 00000 n
+0000026155 00000 n
+0000026218 00000 n
+0000026342 00000 n
+0000026405 00000 n
+0000026468 00000 n
+0000026531 00000 n
+0000026594 00000 n
+0000026657 00000 n
+0000026719 00000 n
+0000026782 00000 n
+0000026845 00000 n
+0000026908 00000 n
+0000034702 00000 n
+0000031531 00000 n
+0000027133 00000 n
+0000031876 00000 n
+0000032001 00000 n
+0000032064 00000 n
+0000032126 00000 n
+0000032189 00000 n
+0000032252 00000 n
+0000032315 00000 n
+0000032378 00000 n
+0000032441 00000 n
+0000032504 00000 n
+0000032566 00000 n
+0000032629 00000 n
+0000032692 00000 n
+0000032755 00000 n
+0000032818 00000 n
+0000032881 00000 n
+0000032944 00000 n
+0000033007 00000 n
+0000033070 00000 n
+0000033133 00000 n
+0000033195 00000 n
+0000033258 00000 n
+0000031673 00000 n
+0000033383 00000 n
+0000033446 00000 n
+0000033509 00000 n
+0000033572 00000 n
+0000033635 00000 n
+0000033697 00000 n
+0000033760 00000 n
+0000033823 00000 n
+0000033886 00000 n
+0000033949 00000 n
+0000034012 00000 n
+0000034075 00000 n
+0000034138 00000 n
+0000034201 00000 n
+0000034264 00000 n
+0000034327 00000 n
+0000034389 00000 n
+0000034514 00000 n
+0000034639 00000 n
+0000045285 00000 n
+0000042019 00000 n
+0000034826 00000 n
+0000042141 00000 n
+0000042204 00000 n
+0000042267 00000 n
+0000042330 00000 n
+0000042393 00000 n
+0000042456 00000 n
+0000042519 00000 n
+0000042581 00000 n
+0000042644 00000 n
+0000042707 00000 n
+0000042770 00000 n
+0000042895 00000 n
+0000042958 00000 n
+0000043021 00000 n
+0000043084 00000 n
+0000043147 00000 n
+0000043210 00000 n
+0000043273 00000 n
+0000043336 00000 n
+0000043399 00000 n
+0000043462 00000 n
+0000043525 00000 n
+0000043588 00000 n
+0000043650 00000 n
+0000043713 00000 n
+0000043776 00000 n
+0000043838 00000 n
+0000043901 00000 n
+0000043964 00000 n
+0000044027 00000 n
+0000044090 00000 n
+0000044153 00000 n
+0000044216 00000 n
+0000044279 00000 n
+0000044342 00000 n
+0000044405 00000 n
+0000044467 00000 n
+0000044530 00000 n
+0000044593 00000 n
+0000044656 00000 n
+0000044719 00000 n
+0000044782 00000 n
+0000044845 00000 n
+0000044908 00000 n
+0000044971 00000 n
+0000045034 00000 n
+0000045097 00000 n
+0000045159 00000 n
+0000045222 00000 n
+0000051498 00000 n
+0000049742 00000 n
+0000045409 00000 n
+0000049864 00000 n
+0000049989 00000 n
+0000050052 00000 n
+0000050115 00000 n
+0000050178 00000 n
+0000050303 00000 n
+0000050366 00000 n
+0000050429 00000 n
+0000050492 00000 n
+0000050555 00000 n
+0000050618 00000 n
+0000050680 00000 n
+0000050743 00000 n
+0000050806 00000 n
+0000050869 00000 n
+0000050932 00000 n
+0000050995 00000 n
+0000051058 00000 n
+0000051121 00000 n
+0000051184 00000 n
+0000051247 00000 n
+0000051309 00000 n
+0000051372 00000 n
+0000051435 00000 n
+0000194749 00000 n
+0000059343 00000 n
+0000056705 00000 n
+0000051609 00000 n
+0000056827 00000 n
+0000056890 00000 n
+0000056953 00000 n
+0000057016 00000 n
+0000057079 00000 n
+0000057142 00000 n
+0000057205 00000 n
+0000057268 00000 n
+0000057331 00000 n
+0000057394 00000 n
+0000057457 00000 n
+0000057519 00000 n
+0000057582 00000 n
+0000057645 00000 n
+0000057708 00000 n
+0000057771 00000 n
+0000057834 00000 n
+0000057897 00000 n
+0000057960 00000 n
+0000058023 00000 n
+0000058086 00000 n
+0000058148 00000 n
+0000058211 00000 n
+0000058274 00000 n
+0000058337 00000 n
+0000058400 00000 n
+0000058463 00000 n
+0000058526 00000 n
+0000058589 00000 n
+0000058652 00000 n
+0000058714 00000 n
+0000058777 00000 n
+0000058840 00000 n
+0000058903 00000 n
+0000058966 00000 n
+0000059029 00000 n
+0000059092 00000 n
+0000059155 00000 n
+0000059218 00000 n
+0000059281 00000 n
+0000069929 00000 n
+0000066368 00000 n
+0000059441 00000 n
+0000066723 00000 n
+0000066786 00000 n
+0000066849 00000 n
+0000066912 00000 n
+0000066975 00000 n
+0000067038 00000 n
+0000067100 00000 n
+0000067163 00000 n
+0000067226 00000 n
+0000067289 00000 n
+0000067352 00000 n
+0000067415 00000 n
+0000067478 00000 n
+0000067541 00000 n
+0000067604 00000 n
+0000067667 00000 n
+0000067728 00000 n
+0000067791 00000 n
+0000067854 00000 n
+0000067917 00000 n
+0000067980 00000 n
+0000068043 00000 n
+0000068106 00000 n
+0000068169 00000 n
+0000068294 00000 n
+0000066510 00000 n
+0000068357 00000 n
+0000068420 00000 n
+0000068483 00000 n
+0000068545 00000 n
+0000068608 00000 n
+0000068671 00000 n
+0000068734 00000 n
+0000068797 00000 n
+0000068860 00000 n
+0000068923 00000 n
+0000068986 00000 n
+0000069049 00000 n
+0000069112 00000 n
+0000069174 00000 n
+0000069237 00000 n
+0000069300 00000 n
+0000069363 00000 n
+0000069426 00000 n
+0000069489 00000 n
+0000069552 00000 n
+0000069615 00000 n
+0000069678 00000 n
+0000069741 00000 n
+0000069803 00000 n
+0000069866 00000 n
+0000070639 00000 n
+0000070454 00000 n
+0000070066 00000 n
+0000070576 00000 n
+0000075209 00000 n
+0000074306 00000 n
+0000070724 00000 n
+0000074648 00000 n
+0000074773 00000 n
+0000074897 00000 n
+0000075022 00000 n
+0000075147 00000 n
+0000074448 00000 n
+0000081621 00000 n
+0000079554 00000 n
+0000075333 00000 n
+0000079676 00000 n
+0000079801 00000 n
+0000079864 00000 n
+0000079927 00000 n
+0000079990 00000 n
+0000080052 00000 n
+0000080115 00000 n
+0000080178 00000 n
+0000080241 00000 n
+0000080304 00000 n
+0000080367 00000 n
+0000080429 00000 n
+0000080492 00000 n
+0000080555 00000 n
+0000080618 00000 n
+0000080681 00000 n
+0000080806 00000 n
+0000080931 00000 n
+0000080994 00000 n
+0000081057 00000 n
+0000081120 00000 n
+0000081180 00000 n
+0000081243 00000 n
+0000081306 00000 n
+0000081369 00000 n
+0000081432 00000 n
+0000081495 00000 n
+0000081558 00000 n
+0000089602 00000 n
+0000087161 00000 n
+0000081758 00000 n
+0000087841 00000 n
+0000087904 00000 n
+0000087967 00000 n
+0000087319 00000 n
+0000087494 00000 n
+0000087667 00000 n
+0000088030 00000 n
+0000088093 00000 n
+0000088156 00000 n
+0000088219 00000 n
+0000088282 00000 n
+0000088345 00000 n
+0000088408 00000 n
+0000088470 00000 n
+0000088533 00000 n
+0000088596 00000 n
+0000088659 00000 n
+0000088722 00000 n
+0000088785 00000 n
+0000088848 00000 n
+0000088911 00000 n
+0000088974 00000 n
+0000089037 00000 n
+0000089099 00000 n
+0000089162 00000 n
+0000089225 00000 n
+0000089351 00000 n
+0000089414 00000 n
+0000089477 00000 n
+0000089540 00000 n
+0000194866 00000 n
+0000096833 00000 n
+0000094573 00000 n
+0000089752 00000 n
+0000094695 00000 n
+0000094758 00000 n
+0000094821 00000 n
+0000094947 00000 n
+0000095010 00000 n
+0000095073 00000 n
+0000095136 00000 n
+0000095262 00000 n
+0000095325 00000 n
+0000095388 00000 n
+0000095451 00000 n
+0000095514 00000 n
+0000095577 00000 n
+0000095639 00000 n
+0000095702 00000 n
+0000095765 00000 n
+0000095828 00000 n
+0000095891 00000 n
+0000095954 00000 n
+0000096017 00000 n
+0000096143 00000 n
+0000096204 00000 n
+0000096267 00000 n
+0000096330 00000 n
+0000096393 00000 n
+0000096519 00000 n
+0000096582 00000 n
+0000096645 00000 n
+0000096708 00000 n
+0000096770 00000 n
+0000099438 00000 n
+0000098359 00000 n
+0000096957 00000 n
+0000098684 00000 n
+0000098810 00000 n
+0000098501 00000 n
+0000098873 00000 n
+0000098936 00000 n
+0000098999 00000 n
+0000099062 00000 n
+0000099124 00000 n
+0000099187 00000 n
+0000099250 00000 n
+0000099312 00000 n
+0000099375 00000 n
+0000099536 00000 n
+0000111426 00000 n
+0000113821 00000 n
+0000113797 00000 n
+0000115610 00000 n
+0000115585 00000 n
+0000135325 00000 n
+0000151621 00000 n
+0000163948 00000 n
+0000172614 00000 n
+0000194140 00000 n
+0000194959 00000 n
+0000195037 00000 n
+0000197819 00000 n
+0000208006 00000 n
+0000208045 00000 n
+0000208083 00000 n
+0000208213 00000 n
+trailer
+<<
+/Size 624
+/Root 622 0 R
+/Info 623 0 R
+/ID [<67FDFAA0CD9D108A567B8B97804AD5DB> <67FDFAA0CD9D108A567B8B97804AD5DB>]
+>>
+startxref
+208484
+%%EOF
Added: branches/release-0.92/docs/cookbook/cookbook-asciidoc.txt
===================================================================
--- branches/release-0.92/docs/cookbook/cookbook-asciidoc.txt (rev 0)
+++ branches/release-0.92/docs/cookbook/cookbook-asciidoc.txt 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,891 @@
+// To compile use: asciidoc -a toc -n cookbook-asciidoc.txt
+
+
+Swift Cookbook
+==============
+Swift team <swift-user at ci.uchicago.edu>
+v0.92, March 2011
+
+Overview
+--------
+This cookbook covers various recipes involving setting up and running Swift under diverse
+configurations based on the application requirements and the underlying
+infrastructures. The Swift system comprises of SwiftScript language and the
+Swift runtime system. For
+introductory material, consult the Swift tutorial found
+link:http://www.ci.uchicago.edu/swift/guides/tutorial.php[here].
+
+Swift Basics
+------------
+
+Installation
+~~~~~~~~~~~~
+
+This section takes you through the installation of the Swift system on your
+computer. We will start with the prerequisites as explained in the subsequent
+section.
+
+Prerequisites
+^^^^^^^^^^^^^^
+.Check your Java
+Swift is a Java application. Make sure you are running Java version 5 or higher. You
+can make sure you have Java in your $PATH (or $HOME/.soft file depending upon
+your environment)
+
+Following are the possible ways to detect and run Java:
+
+----
+$ grep java $HOME/.soft
+#+java-sun # Gives you Java 5
++java-1.6.0_03-sun-r1
+$ which java
+/soft/java-1.6.0_11-sun-r1/bin/java
+$ java -version
+java version "1.6.0_11"
+Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
+Java HotSpot(TM) 64-Bit Server VM (build 11.0-b16, mixed mode)
+----
+
+Setting up to run Swift
+~~~~~~~~~~~~~~~~~~~~~~~~
+This is simple. We will be using a pre-compiled version of Swift that can be
+downloaded from link:http://www.ci.uchicago.edu/swift/downloads/index.php[here]. Download and untar the latest precompiled version as follows:
+
+----
+$ tar xf swift-0.92.1.tar.gz
+----
+
+Environment Setup
+^^^^^^^^^^^^^^^^^^
+
+The examples were tested with Java version 1.6. Make sure you do not already
+have Swift in your PATH. If you do, remove it, or remove any +swift or @swift
+lines from your $HOME/.soft or $HOME/.bash_profile file. Then do:
+
+----
+PATH=$PATH:/path/to/swift/bin
+----
+
+Note that the environment will be different when using Swift from prebuilt distribution (as above) and trunk. The PATH setup when using swift from trunk would be as follows:
+
+----
+PATH=$PATH:/path/to/swift/dist/swift-svn/bin
+----
+
+WARNING: Do NOT set SWIFT_HOME or CLASSPATH in your environment unless you
+fully understand how these will affect Swift's execution.
+
+To execute your Swift script on a login host (or "localhost") use
+the following command:
+
+----
+swift -tc.file tc somescript.swift
+----
+
+Setting transformation catalog
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The transformation catalog lists where application executables are located on
+remote sites.
+
+By default, the site catalog is stored in etc/tc.data. This path can be
+overridden with the tc.file configuration property, either in the Swift
+configuration file or on the command line.
+
+The format is one line per executable per site, with fields separated by tabs
+or spaces.
+
+Some example entries:
+
+----
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+TGUC touch /usr/bin/touch INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:10"
+----
+The fields are: _site_, _transformation-name_, _executable-path_, _installation-status_, _platform_, and _profile_ entries.
+
+The _site_ field should correspond to a site name listed in the sites catalog.
+
+The _transformation-name_ should correspond to the transformation name used in a
+SwiftScript app procedure.
+
+The _executable-path_ should specify where the particular executable is located
+on that site.
+
+The _installation-status_ and _platform_ fields are not used. Set them to
+**INSTALLED** and **INTEL32::LINUX** respectively.
+
+The _profiles_ field should be set to null if no profile entries are to be
+specified, or should contain the profile entries separated by semicolons.
+
+Setting swift configuration
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Many configuration properties could be set using the Swift configuration file.
+We will not cover them all in this section. see
+link:http://www.ci.uchicago.edu/swift/guides/userguide.php#engineconfiguration[here] for details. In this section we will cover a simple configuration file with the most basic properties.
+
+----
+# A comment
+wrapperlog.always.transfer=true
+sitedir.keep=true
+execution.retries=1
+lazy.errors=true
+status.mode=provider
+use.provider.staging=true
+provider.staging.pin.swiftfiles=false
+clustering.enabled=false
+clustering.queue.delay=10
+clustering.min.time=86400
+foreach.max.threads=100
+provenance.log=true
+----
+
+Setting sites.xml
+^^^^^^^^^^^^^^^^^^
+sites.xml specifies details of the sites that Swift can run on. Following is
+an example of a simple sites.xml file entry for running Swift on local
+environment:
+
+[xml]
+source~~~~~~
+<pool handle="localhost">
+<filesystem provider="local" />
+<execution provider="local" />
+<workdirectory >/var/tmp</workdirectory>
+<profile namespace="karajan" key="jobThrottle">.07</profile>
+<profile namespace="karajan"
+key="initialScore">100000</profile>
+</pool>
+source~~~~~~
+
+First SwiftScript
+~~~~~~~~~~~~~~~~~
+Your first SwiftScript
+Hello Swift-World!
+
+A good sanity check that Swift is set up and running OK locally is this:
+
+----
+$ which swift
+
+/home/wilde/swift/src/stable/cog/modules/swift/dist/swift-svn/bin/swift
+
+$ echo 'trace("Hello, Swift world!");' >hello.swift
+
+$ swift hello.swift
+
+Swift svn swift-r3202 cog-r2682
+
+RunID: 20100115-1240-6xhzxuz3
+
+Progress:
+
+SwiftScript trace: Hello, Swift world!
+
+Final status:
+
+$
+----
+A good first tutorial in using Swift is at:
+http://www.ci.uchicago.edu/swift/guides/tutorial.php. Follow the steps in that
+tutorial to learn how to run a few simple scripts on the login host.
+
+second SwiftScript
+~~~~~~~~~~~~~~~~~~~
+Following is a more involved Swift script.
+[java]
+source~~~~~~~
+type file;
+
+app (file o) cat (file i)
+{
+ cat @i stdout=@o;
+}
+
+file out[]<simple_mapper; location="outdir", prefix="f.",suffix=".out">;
+
+foreach j in [1:@toint(@arg("n","1"))] {
+
+ file data<"data.txt">;
+
+ out[j] = cat(data);
+}
+source~~~~~~~
+
+Swift Commandline Options
+~~~~~~~~~~~~~~~~~~~~~~~~~
+A description of Swift Commandline Options
+
+Also includes a description of Swift inputs and outputs.
+
+What if Swift hangs
+~~~~~~~~~~~~~~~~~~~
+Owing to its highly multithreaded architecture it is often the case that the
+underlying java virtual machine gets into deadlock situations or Swift hangs
+because of other complications in its threaded operations. Under such
+situations, Swift _hang-checker_ chips in and resolves the situation.
+
+. how to use the information to identify and correct the deadlock.
+
+. How close to the Swift source code can we make the hang-checker messages, so that the user can relate it to Swift functions, expressions, and ideally source code lines?
+
+. The current Hang Checker output is actually *very* nice and useful already:
+
+----
+Registered futures:
+Rupture[] rups Closed, 1 elements, 0 listeners
+Variation vars - Closed, no listeners
+SgtDim sub - Open, 1 listeners
+string site Closed, no listeners
+Variation[] vars Closed, 72 elements, 0 listeners
+----
+
+Resuming a stopped or crashed Swift Run
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+I had a .rlog file from a Swift run that ran out of time. I kicked it off
+using the -resume flag described in section 16.2 of the Swift User Guide and
+it picked up where it left off. Then I killed it because I wanted to make
+changes to my sites file.
+
+----
+. . .
+Progress: Selecting site:1150 Stage in:55 Active:3 Checking status:1
+Stage out:37 Finished in previous run:2462 Finished successfully:96
+Progress: Selecting site:1150 Stage in:55 Active:2 Checking status:1
+Stage out:38 Finished in previous run:2462 Finished successfully:96
+Cleaning up...
+Shutting down service at https://192.5.86.6:54813
+Got channel MetaChannel: 1293358091 -> null
++ Done
+Canceling job 9297.svc.pads.ci.uchicago.edu
+----
+
+No new rlog file was emitted but it did recognize the progress that had been
+made, the 96 tasks that finished sucessfully above and resumed from 2558 tasks
+finished.
+
+----
+[nbest at login2 files]$ pwd
+/home/nbest/bigdata/files
+[nbest at login2 files]$
+~wilde/swift/src/stable/cog/modules/swift/dist/swift-svn/bin/swift \
+> -tc.file tc -sites.file pbs.xml ~/scripts/mcd12q1.swift -resume
+> mcd12q1-20100310-1326-ptxe1x1d.0.rlog
+Swift svn swift-r3255 (swift modified locally) cog-r2723 (cog modified
+locally)
+RunID: 20100311-1027-148caf0a
+Progress:
+Progress: uninitialized:4
+Progress: Selecting site:671 Initializing site shared directory:1 Finished
+in previous run:1864
+Progress: uninitialized:1 Selecting site:576 Stage in:96 Finished in
+previous run:1864
+Progress: Selecting site:1150 Stage in:94 Submitting:2 Finished in
+previous run:2558
+Progress: Selecting site:1150 Stage in:94 Submitted:2 Finished in previous
+run:2558
+Progress: Selecting site:1150 Stage in:93 Submitting:1 Submitted:2
+Finished in previous run:2558
+Progress: Selecting site:1150 Stage in:90 Submitting:1 Submitted:5
+Finished in previous run:2558
+Progress: Selecting site:1150 Stage in:90 Submitted:5 Active:1 Finished
+in previous run:2558
+----
+
+
+From Neil: A comment about that section of the user guide: It says "In order
+to restart from a restart log file, the -resume logfile argument can be used
+after the SwiftScript? program file name." and then puts the -resume logfile
+argument before the script file name. I'm sure the order doesn't matter but
+the contradiction is confusing.
+
+Notes to add (from Mike):
+
+- explain what aspects of a Swift script make it restartable, and which
+ aspects are notrestartable. Eg, if your mappers can return different data at
+different times, what happens? What other non-determinsitc behavior would
+cause unpredictable, unexpected, or undesired behavior on resumption?
+
+- explain what changes you can make in the execution environment (eg
+ increasing or reducing CPUs to run on or throttles, etc); fixing tc.data
+entries, env vars, or apps, etc.
+
+- note that resume will again retry failed app() calls. Explain if the retry
+ count starts over or not.
+
+- explain how to resume after multiple failures and resumes - i.e. if a .rlog
+ is generated on each run, which one should you resume from? Do you have a
+choice of resuming from any of them, and what happens if you go backwards to
+an older resume file?
+
+- whap happens when you kill (eg with ^C) a running swift script? Is the
+ signal caught, and the resume file written out at that point? Or written out
+all along? (Note case in which script ws running for hours, then hit ^C, but
+resume fie was short (54 bbytes) and swift shows no sign of doing a resume?
+(It silently ignored resume file instead of acknowleging that it found one
+with not useful resume state in it???) Swift should clearly state that its
+resuming and what its resume state is.
+
++swift -resume ftdock-[id].0.rlog \[rest of the exact command line from initial
+run\]+
+
+
+Passing an array to swift?
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+Arrays can be passed to Swift in one of the following ways:
+
+. You can write the array to a file and read in in swift using
+readData (or readData2).
+. Direct the array into a file (possibly with a "here document" which expands the array) and then read the file in Swift with readData() or process it with a Swift app() function?
+. You can use @strsplit on a comma separated command line arg and that works well for me.
+
+Mappers
+^^^^^^^^
+SimpleMapper
+
+----
+$ cat swiftapply.swift
+----
+
+[java]
+source~~~~
+type RFile;
+trace("hi 1");
+app (RFile result) RunR (RFile rcall)
+{
+ RunR @rcall @result;
+}
+trace("hi 2");
+RFile rcalls[] ;
+RFile results[] ;
+trace("start");
+foreach c, i in rcalls {
+ trace("c",i, at c);
+ trace("r",i, at filename(results[i]));
+ results[i] = RunR(c);
+}
+source~~~~
+
+----
+$ ls calldir resdir
+calldir:
+rcall.1.Rdata rcall.2.Rdata rcall.3.Rdata rcall.4.Rdata
+resdir:
+result.1.Rdata result.2.Rdata result.3.Rdata result.4.Rdata
+$
+----
+
+Notes:
+
+how the .'s match
+prefix and suffix dont span dirs
+intervening pattern must be digits
+these digits become the array indices
+explain how padding= arg works & helps (including padding=0)
+figure out and explain differences between simple_mapper and
+filesys_mapper
+FIXME: Use the "filesys_mapper" and its "location=" parameter to map the
+input data from /home/wilde/bigdata/*
+
+Abbreviations for SingleFileMapper
+Notes:
+
+within <> you can only have a literal string as in <"filename">, not an
+expression. Someday we will fix this to make <> accept a general expression.
+you can use @filenames( ) (note: plural) to pull off a list of filenames.
+
+writeData()
+
+example here
+
+----
+$ cat writedata.swift
+----
+
+[java]
+source~~~~
+type file;
+
+file f <"filea">;
+file nf <"filenames">;
+nf = writeData(@f);
+source~~~~
+
+----
+$ swift writedata.swift
+Swift svn swift-r3264 (swift modified locally) cog-r2730 (cog modified
+locally)
+RunID: 20100319-2002-s9vpo0pe
+Progress:
+Final status:
+$ cat filenames
+filea$
+----
+
+StructuredRegexpMapper
+IN PROGRESS This mapper can be used to base the mapped filenames of an output
+array on the mapped filenames of an existing array. landuse outputfiles[]
+<structured_regexp_mapper; source=inputfiles,
+location="./output",match="(.)*tif", transform="\\1histogram">;
+
+Use the undocumented "structured_regexp_mapper" to name the output
+filenames based on the input filenames:
+
+For example:
+
+----
+login2$ ls /home/wilde/bigdata/data/sample
+h11v04.histogram h11v05.histogram h12v04.histogram h32v08.histogram
+h11v04.tif h11v05.tif h12v04.tif h32v08.tif
+login2$
+
+login2$ cat regexp2.swift
+type tif;
+type mytype;
+
+tif images[]<filesys_mapper;
+location="/home/wilde/bigdata/data/sample", prefix="h", suffix=".tif">;
+
+mytype of[] <structured_regexp_mapper; source=images, match="(h..v..)",
+transform="output/myfile.\\1.mytype">;
+
+foreach image, i in images {
+ trace(i, at filename(images));
+ trace(i, at filename(of[i]));
+}
+login2$
+
+login1$ swift regexp2.swift
+Swift svn swift-r3255 (swift modified locally) cog-r2723 (cog modified
+locally)
+
+RunID: 20100310-1105-4okarq08
+Progress:
+SwiftScript trace: 1, output/myfile.h11v04.mytype
+SwiftScript trace: 2, home/wilde/bigdata/data/sample/h11v05.tif
+SwiftScript trace: 3, home/wilde/bigdata/data/sample/h12v04.tif
+SwiftScript trace: 0, output/myfile.h32v08.mytype
+SwiftScript trace: 0, home/wilde/bigdata/data/sample/h32v08.tif
+SwiftScript trace: 3, output/myfile.h12v04.mytype
+SwiftScript trace: 1, home/wilde/bigdata/data/sample/h11v04.tif
+SwiftScript trace: 2, output/myfile.h11v05.mytype
+Final status:
+login1$
+----
+
+Coasters
+--------
+Coasters were introduced in Swift v0.6 as an experimental feature. In many
+applications, Swift performance can be greatly enhanced by the use of CoG
+coasters. CoG coasters provide a low-overhead job submission and file transfer
+mechanism suited for the execution of short jobs (on the order of a few
+seconds). A detailed information on coasters can be found at http://www.ci.uchicago.edu/swift/guides/userguide.php#coasters.
+//**Include neat diagrams.**
+
+Following is a coasters setup case-study for a PBS underlying provider where sites.xml coaster settings were:
+
+[xml]
+source~~~~
+<execution provider="coaster" jobmanager="local:pbs"/>
+<profile namespace="globus" key="project">CI-CCR000013</profile>
+
+<!-- Note that the following is going to be defunct in the new version (0.93+) and replaced by
+"ProviderAttributes" key and may not work in the future Swift versions-->
+
+<!--<profile namespace="globus" key="ppn">24:cray:pack</profile>-->
+
+<profile namespace="globus" key="providerAttributes">
+pbs.aprun
+pbs.mpp=true
+</profile>
+
+<profile namespace="globus" key="workersPerNode">24</profile>
+<profile namespace="globus" key="maxTime">100000</profile>
+
+<profile namespace="globus" key="lowOverallocation">100</profile>
+<profile namespace="globus" key="highOverallocation">100</profile>
+
+<profile namespace="globus" key="slots">20</profile>
+<profile namespace="globus" key="nodeGranularity">5</profile>
+<profile namespace="globus" key="maxNodes">5</profile>
+<profile namespace="karajan" key="jobThrottle">20.00</profile>
+<profile namespace="karajan" key="initialScore">10000</profile>
+source~~~~
+
+The following table briefly describes the elements on the coasters setup:
+[width="70%", cols="^3,10", options="header"]
+|=============================================================================================
+|profile key | brief description
+|slots | How many maximum LRM jobs/worker blocks are allowed
+|workersPerNode | How many coaster workers to run per execution node
+|nodeGranularity | Each worker block uses a number of nodes that is a multiple of this number
+|lowOverallocation | How many times larger than the job walltime should a block's walltime be if all jobs are 1s long
+|highOverallocation | How many times larger than the job walltime should a block's walltime be if all jobs are infinitely long
+|workersPerNode | How many coaster workers to run per execution node reserve How many seconds to reserve in a block's walltime for starting/shutdown operations
+|maxnodes | The maximum number of nodes allowed in a block
+|maxtime | The maximum number of walltime allowed for a block coaster service
+|jobThrottle |the number of concurrent jobs allowed on a site
+|==============================================================================================
+
+//
+//For Beginners
+//~~~~~~~~~~~~~~
+//Coasters for beginners. Usage of existing, prebuilt templates.
+//
+//For Intermediate Users
+//~~~~~~~~~~~~~~~~~~~~~~~
+//Coasters for intermediate users.
+//
+//Using gensites
+//^^^^^^^^^^^^^^^
+//Usage of gensites to generate your own sites
+//configurations.
+//
+//
+//
+
+For Advanced Users
+~~~~~~~~~~~~~~~~~~
+
+//Coasters for advanced users. Getting your hands dirty.
+
+One of the main reason that one would initially deviate from coaster
+defaults into more complex pool entries is to force jobs to fit into some
+site-imposed constraint. For instance a typical submission to the experimental
+queue requires a user to request upto 3 nodes for under 1 hour. This setup
+could be achieved with a careful tuning of coaters parameters.
+
+//How to run Swift under different Coasters configurations
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+//
+//Manual
+//^^^^^^^
+//Todo
+//
+//Passive
+//^^^^^^^^
+//Todo
+//
+//Persistent
+//^^^^^^^^^^^
+//Todo
+//
+//Summary of Differences Between different Coaster types
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+//A tabular representations of highlights of different coaster setups
+//
+//
+//Data Management
+//
+
+Coaster providers: local, ssh, pbs
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Settings and examples for different coaster providers mechanisms.
+
+
+
+Swift on Diverse Infrastructures
+---------------------------------
+
+Beagle
+~~~~~~
+Swift is now installed on Beagle as a module. Swift supports a Coasters based,
+computing environment for Beagle. A detailed Swift documentation is maintained
+[[http://www.ci.uchicago.edu/swift/docs/index.php][here]]. To get started
+with Swift on Beagle follow the steps outlined below:
+
+*step 1.* Load the Swift module on Beagle as follows: +module load swift+
+
+*step 2.* Create and change to a directory where your Swift related work will
+stay. (say, +mkdir swift-lab+, followed by, +cd swift-lab+)
+
+*step 3.* To get started with a simple example running +/bin/cat+ to read an input file +data.txt+ and write to an output file +f.nnn.out+, copy the folder at +/home/ketan/labs/catsn+ to the above directory. (+cp -r /home/ketan/catsn .+ followed by +cd catsn+).
+
+*step 4.* In the sites file: +beagle-coaster.xml+, make the following two
+changes: *1)* change the path of +workdirectory+ to your preferred location
+(say to +/lustre/beagle/$USER/swift-lab/swift.workdir+) and *2)* Change the
+project name to your project (+CI-CCR000013+) . The workdirectory will contain
+execution data related to each run, e.g. wrapper scripts, system information,
+inputs and outputs.
+
+*step 5.* Run the example using following commandline (also found in run.sh):
++swift -config cf -tc.file tc -sites.file beagle-coaster.xml catsn.swift -n=1+
+. You can further change the value of +-n+ to any arbitrary number to run that
+many number of concurrent +cat+
+
+*step 6.* Check the output in the generated +outdir+ directory (+ls outdir+)
+
+Note: Running from sandbox node or requesting 1 hour walltime for upto 3 nodes
+will get fast prioritized execution. Good for small tests
+
+//
+//Intrepid-BG/P
+//~~~~~~~~~~~~~
+//Swift on Intrepid-BG/P
+//
+
+PADS
+~~~~
+Swift on PADS
+To execute your Swift script on the PADS cluster use this command:
+
+----
+swift -tc.file tc -sites.file pbs.xml modis.swift
+----
+where the contents of a simple pbs.xml sites file could be:
+[xml]
+source~~~~
+<config>
+ <pool handle="pbs">
+ <execution provider="pbs" url="none"/>
+ <profile namespace="globus" key="queue">fast</profile>
+ <profile namespace="globus" key="maxwalltime">00:05:00</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ <profile namespace="karajan" key="jobThrottle">.10</profile>
+ <filesystem provider="local"/>
+ <workdirectory >/home/you/swiftwork</workdirectory>
+ </pool>
+</config>
+source~~~~
+
+OSG
+~~~
+This section describes how to get Swift running on the OSG Grid. We will use a
+manual coaster setup to get Swift running on OSG.
+
+.Coaster setup on OSG
+The following figure shows an abstract scheme for the manual coasters setup on
+OSG.
+
+image::figures/coaster_setup.png[Coaster setup]
+
+In the following steps, we will go through the process of manually setting
+//Swift on OSG
+//
+
+Bionimbus
+~~~~~~~~~
+This section explains a step by step procedure on getting Swift running on the
+Bionimbus cloud. We will use the _manual_ _coasters_ configuration on the
+Bionimbus cloud.
+
+**step1.** Connect to the gateway (ssh gatewayx.lac.uic.edu)
+
+**step2.** Start a virtual machine (euca-run-instances -n 1 -t m1.small
+emi-17EB1170)
+
+**step3.** Start the coaster-service on gateway
++coaster-service -port 1984 -localport 35753 -nosec+
+
+**step4.** Start the Swift-script from the gateway using normal Swift commandline
+
++swift -config cf -tc.file tc -sites.file sites.xml yourscript.swift -aparam=999+
+
+.cf
+----
+wrapperlog.always.transfer=true
+sitedir.keep=true
+execution.retries=1
+lazy.errors=true
+status.mode=provider
+use.provider.staging=true
+provider.staging.pin.swiftfiles=false
+foreach.max.threads=100
+provenance.log=true
+----
+
+.tc
+----
+localhost modftdock /home/ketan/swift-labs/bionimbus-coaster-modftdock/app/modftdock.sh null null GLOBUS::maxwalltime="1:00:00"
+----
+
+(See below for a sample sites.xml for this run)
+
+**step5.** Connect back to gateway from virtual machines using reverse ssh tunneling as follows:
+
+.From the gateway prompt
+
++ssh -R *:5000:localhost:5000 root at 10.101.8.50 sleep 999+
+
+WHERE:
+*=network interface, should remain the same on all cases
+
+localhost=the gateway host, should remain the same
+
+5000(LEFT OF localhost)=the port number on localhost to listen to **THIS WILL
+vary depending upon which port you want to listen to
+
+5000(RIGHT OF localhost)=the port on target host that you want to forward
+
+root at 10.101.8.50=the ip of the Virtual Machine on Bionimbus cloud, this will
+vary based on what ip you get for your Virtual Machine instance
+
+#On anywhere as long as provide the correct callback uri: here the
+"http://140.221.9.110:42195" is the callback uri of previous ones
+
+**step6.** Start the worker from the virtual machine
++worker.pl http://localhost:42195 tmp /tmp # where 42195 is the port where the
+coaster service is listening to the workers+
+
+.sites.xml for the above run
+
+[xml]
+source~~~~
+<config>
+ <pool handle="localhost">
+ <execution provider="coaster-persistent" url="http://localhost:1984" jobmanager="local:local"/>
+ <profile namespace="globus" key="workerManager">passive</profile>
+
+ <profile namespace="globus" key="workersPerNode">4</profile>
+ <profile namespace="globus" key="maxTime">10000</profile>
+ <profile namespace="globus" key="lowOverAllocation">100</profile>
+ <profile namespace="globus" key="highOverAllocation">100</profile>
+ <profile namespace="globus" key="slots">100</profile>
+ <profile namespace="globus" key="nodeGranularity">1</profile>
+ <profile namespace="globus" key="maxNodes">10</profile>
+ <profile namespace="karajan" key="jobThrottle">25.00</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ <profile namespace="swift" key="stagingMethod">proxy</profile>
+ <filesystem provider="local"/>
+ <workdirectory>/home/ketan/swift-labs/bionimbus-coaster-modftdock/swift.workdir</workdirectory>
+ </pool>
+</config>
+source~~~~
+
+//Magellan
+//~~~~~~~~
+//Swift on Magellan
+//
+
+Debugging Swift
+---------------
+Swift errors are logged in several places:
+
+. All text from standard output and standard error produced by running the
+swift command
+. The .log file from this run. It will be named swiftscript.uniqueID.log
+where "swiftscript" is the name of your *.swift script source file, and
+uniqueID is a long unique id which starts with the date and time you ran the
+swift command.
+. $HOME/.globus/coasters directory on remote machines on which you are
+running coasters
+. $HOME/.globus/scripts directory on the host on which you run the Swift
+command, when swift is submitting to a local scheduler (Condor, PBS, SGE,
+Cobalt)
+. $HOME/.globus/??? on remote systems that you access via Globus
+
+
+Log Processing
+---------------
+
+To properly generate log plots, you must enable VDL/Karajan logging. Make sure
+log4.properties contains:
+----
+log4j.logger.swift=DEBUG
+log4j.logger.org.globus.cog.abstraction.coaster.service.job.manager.Cpu=DEBUG
+----
+
+Make a basic load plot from Coasters Cpu log lines
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.Generate the log (may set log4j.logger.swift=INFO for this one)
+(assuming the log is titled swift-run.log)
+
+.Convert the log times to Unix time
+
+----
+./iso-to-secs < swift-run.log > swift-run.time
+----
+
+.Make the start time file (this contains the earliest timestamp)
+
+----
+make LOG=swift-run.log start-time.tmp
+----
+
+or
+
+----
+extract-start-time swift-run.log > start-time.tmp
+----
+
+.Normalize the transition times
+
+----
+./normalise-event-start-time < swift-run.time > swift-run.norm
+----
+
+.Build up a load data file:
+
+----
+./cpu-job-load.pl < swift-run.norm > load.data
+----
+
+.Plot with the JFreeChart-based plotter in usertools/plotter:
+
+----
+lines.zsh load.cfg load.eps load.data
+----
+
+Make a basic job completion plot from Coasters Cpu log lines
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+.Same as above, but, build up a completed data file:
+
+----
+./cpu-job-completed.pl < swift-run.norm > completed.data
+----
+
+.Plot with the JFreeChart-based plotter in usertools/plotter:
+
+----
+lines.zsh completed.cfg completed.eps completed.data
+----
+
+Make a basic Block allocation plot from Coasters Block log lines
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Same as above, but:
+
+.Build up a block allocation data file:
+
+----
+./block-level.pl < swift-run.norm > blocks.data
+----
+
+.Plot with the JFreeChart-based plotter in usertools/plotter:
+
+----
+lines.zsh blocks.{cfg,eps,data}
+----
+
+Problem Reporting
+~~~~~~~~~~~~~~~~~
+When reporting problems to swift-user at ci.uchicago.edu, please attach the
+following files and information:
+
+. tc.data and sites.xml (or whatever you named these files)
+
+. your .swift source file and any .swift files it imports
+
+. any external mapper scripts called by your .swift script
+
+. all text from standard output and standard error produced by running the
+swift command
+
+. The .log file from this run. It will be named swiftscript.uniqueID.log
+
+. where "swiftscript" is the name of your *.swift script source file, and
+uniqueID is a long unique id which starts with the date and time you ran the
+swift command.
+
+. The swift command line you invoked
+
+. Any swift.properties entries you over-rode ($HOME/.swift/swift.properties,
+-config.file argument properties file, any changes to etc/swift.proerties from
+your swift distribution)
+
+. Which swift distribution you are running (release; svn revisions; other
+local changes you mave have made or included)
+
+
Added: branches/release-0.92/docs/tutorial/tutorial.html
===================================================================
--- branches/release-0.92/docs/tutorial/tutorial.html (rev 0)
+++ branches/release-0.92/docs/tutorial/tutorial.html 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,1594 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.6.4" />
+<title>A Swift Tutorial</title>
+<style type="text/css">
+/* Sans-serif font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+div#toctitle,
+span#author, span#revnumber, span#revdate, span#revremark,
+div#footer {
+ font-family: Arial,Helvetica,sans-serif;
+}
+
+/* Serif font. */
+div.sectionbody {
+ font-family: Georgia,"Times New Roman",Times,serif;
+}
+
+/* Monospace font. */
+tt {
+ font-size: inherit;
+}
+
+body {
+ margin: 1em 5% 1em 5%;
+}
+
+a {
+ color: blue;
+ text-decoration: underline;
+}
+a:visited {
+ color: fuchsia;
+}
+
+em {
+ font-style: italic;
+ color: navy;
+}
+
+strong {
+ font-weight: bold;
+ color: #083194;
+}
+
+tt {
+ font-size: inherit;
+ color: navy;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #527bbd;
+ margin-top: 1.2em;
+ margin-bottom: 0.5em;
+ line-height: 1.3;
+}
+
+h1, h2, h3 {
+ border-bottom: 2px solid silver;
+}
+h2 {
+ padding-top: 0.5em;
+}
+h3 {
+ float: left;
+}
+h3 + * {
+ clear: left;
+}
+
+div.sectionbody {
+ margin-left: 0;
+}
+
+hr {
+ border: 1px solid silver;
+}
+
+p {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+ul, ol, li > p {
+ margin-top: 0;
+}
+ul > li { color: #aaa; }
+ul > li > * { color: black; }
+
+pre {
+ padding: 0;
+ margin: 0;
+}
+
+span#author {
+ color: #527bbd;
+ font-weight: bold;
+ font-size: 1.1em;
+}
+span#email {
+}
+span#revnumber, span#revdate, span#revremark {
+}
+
+div#footer {
+ font-size: small;
+ border-top: 2px solid silver;
+ padding-top: 0.5em;
+ margin-top: 4.0em;
+}
+div#footer-text {
+ float: left;
+ padding-bottom: 0.5em;
+}
+div#footer-badges {
+ float: right;
+ padding-bottom: 0.5em;
+}
+
+div#preamble {
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+}
+div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
+div.admonitionblock {
+ margin-top: 1.0em;
+ margin-bottom: 1.5em;
+}
+div.admonitionblock {
+ margin-top: 2.0em;
+ margin-bottom: 2.0em;
+ margin-right: 10%;
+ color: #606060;
+}
+
+div.content { /* Block element content. */
+ padding: 0;
+}
+
+/* Block element titles. */
+div.title, caption.title {
+ color: #527bbd;
+ font-weight: bold;
+ text-align: left;
+ margin-top: 1.0em;
+ margin-bottom: 0.5em;
+}
+div.title + * {
+ margin-top: 0;
+}
+
+td div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content + div.title {
+ margin-top: 0.0em;
+}
+
+div.sidebarblock > div.content {
+ background: #ffffee;
+ border: 1px solid #dddddd;
+ border-left: 4px solid #f0f0f0;
+ padding: 0.5em;
+}
+
+div.listingblock > div.content {
+ border: 1px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
+ background: #f8f8f8;
+ padding: 0.5em;
+}
+
+div.quoteblock, div.verseblock {
+ padding-left: 1.0em;
+ margin-left: 1.0em;
+ margin-right: 10%;
+ border-left: 5px solid #f0f0f0;
+ color: #777777;
+}
+
+div.quoteblock > div.attribution {
+ padding-top: 0.5em;
+ text-align: right;
+}
+
+div.verseblock > pre.content {
+ font-family: inherit;
+ font-size: inherit;
+}
+div.verseblock > div.attribution {
+ padding-top: 0.75em;
+ text-align: left;
+}
+/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
+div.verseblock + div.attribution {
+ text-align: left;
+}
+
+div.admonitionblock .icon {
+ vertical-align: top;
+ font-size: 1.1em;
+ font-weight: bold;
+ text-decoration: underline;
+ color: #527bbd;
+ padding-right: 0.5em;
+}
+div.admonitionblock td.content {
+ padding-left: 0.5em;
+ border-left: 3px solid #dddddd;
+}
+
+div.exampleblock > div.content {
+ border-left: 3px solid #dddddd;
+ padding-left: 0.5em;
+}
+
+div.imageblock div.content { padding-left: 0; }
+span.image img { border-style: none; }
+a.image:visited { color: white; }
+
+dl {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+dt {
+ margin-top: 0.5em;
+ margin-bottom: 0;
+ font-style: normal;
+ color: navy;
+}
+dd > *:first-child {
+ margin-top: 0.1em;
+}
+
+ul, ol {
+ list-style-position: outside;
+}
+ol.arabic {
+ list-style-type: decimal;
+}
+ol.loweralpha {
+ list-style-type: lower-alpha;
+}
+ol.upperalpha {
+ list-style-type: upper-alpha;
+}
+ol.lowerroman {
+ list-style-type: lower-roman;
+}
+ol.upperroman {
+ list-style-type: upper-roman;
+}
+
+div.compact ul, div.compact ol,
+div.compact p, div.compact p,
+div.compact div, div.compact div {
+ margin-top: 0.1em;
+ margin-bottom: 0.1em;
+}
+
+div.tableblock > table {
+ border: 3px solid #527bbd;
+}
+thead, p.table.header {
+ font-weight: bold;
+ color: #527bbd;
+}
+tfoot {
+ font-weight: bold;
+}
+td > div.verse {
+ white-space: pre;
+}
+p.table {
+ margin-top: 0;
+}
+/* Because the table frame attribute is overriden by CSS in most browsers. */
+div.tableblock > table[frame="void"] {
+ border-style: none;
+}
+div.tableblock > table[frame="hsides"] {
+ border-left-style: none;
+ border-right-style: none;
+}
+div.tableblock > table[frame="vsides"] {
+ border-top-style: none;
+ border-bottom-style: none;
+}
+
+
+div.hdlist {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+div.hdlist tr {
+ padding-bottom: 15px;
+}
+dt.hdlist1.strong, td.hdlist1.strong {
+ font-weight: bold;
+}
+td.hdlist1 {
+ vertical-align: top;
+ font-style: normal;
+ padding-right: 0.8em;
+ color: navy;
+}
+td.hdlist2 {
+ vertical-align: top;
+}
+div.hdlist.compact tr {
+ margin: 0;
+ padding-bottom: 0;
+}
+
+.comment {
+ background: yellow;
+}
+
+.footnote, .footnoteref {
+ font-size: 0.8em;
+}
+
+span.footnote, span.footnoteref {
+ vertical-align: super;
+}
+
+#footnotes {
+ margin: 20px 0 20px 0;
+ padding: 7px 0 0 0;
+}
+
+#footnotes div.footnote {
+ margin: 0 0 5px 0;
+}
+
+#footnotes hr {
+ border: none;
+ border-top: 1px solid silver;
+ height: 1px;
+ text-align: left;
+ margin-left: 0;
+ width: 20%;
+ min-width: 100px;
+}
+
+div.colist td {
+ padding-right: 0.5em;
+ padding-bottom: 0.3em;
+ vertical-align: top;
+}
+div.colist td img {
+ margin-top: 0.3em;
+}
+
+ at media print {
+ div#footer-badges { display: none; }
+}
+
+div#toc {
+ margin-bottom: 2.5em;
+}
+
+div#toctitle {
+ color: #527bbd;
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 1.0em;
+ margin-bottom: 0.1em;
+}
+
+div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+div.toclevel2 {
+ margin-left: 2em;
+ font-size: 0.9em;
+}
+div.toclevel3 {
+ margin-left: 4em;
+ font-size: 0.9em;
+}
+div.toclevel4 {
+ margin-left: 6em;
+ font-size: 0.9em;
+}
+
+span.aqua { color: aqua; }
+span.black { color: black; }
+span.blue { color: blue; }
+span.fuchsia { color: fuchsia; }
+span.gray { color: gray; }
+span.green { color: green; }
+span.lime { color: lime; }
+span.maroon { color: maroon; }
+span.navy { color: navy; }
+span.olive { color: olive; }
+span.purple { color: purple; }
+span.red { color: red; }
+span.silver { color: silver; }
+span.teal { color: teal; }
+span.white { color: white; }
+span.yellow { color: yellow; }
+
+span.aqua-background { background: aqua; }
+span.black-background { background: black; }
+span.blue-background { background: blue; }
+span.fuchsia-background { background: fuchsia; }
+span.gray-background { background: gray; }
+span.green-background { background: green; }
+span.lime-background { background: lime; }
+span.maroon-background { background: maroon; }
+span.navy-background { background: navy; }
+span.olive-background { background: olive; }
+span.purple-background { background: purple; }
+span.red-background { background: red; }
+span.silver-background { background: silver; }
+span.teal-background { background: teal; }
+span.white-background { background: white; }
+span.yellow-background { background: yellow; }
+
+span.big { font-size: 2em; }
+span.small { font-size: 0.6em; }
+</style>
+<script type="text/javascript">
+/*<![CDATA[*/
+window.onload = function(){asciidoc.footnotes(); asciidoc.toc(2);}
+var asciidoc = { // Namespace.
+
+/////////////////////////////////////////////////////////////////////
+// Table Of Contents generator
+/////////////////////////////////////////////////////////////////////
+
+/* Author: Mihai Bazon, September 2002
+ * http://students.infoiasi.ro/~mishoo
+ *
+ * Table Of Content generator
+ * Version: 0.4
+ *
+ * Feel free to use this script under the terms of the GNU General Public
+ * License, as long as you do not remove or alter this notice.
+ */
+
+ /* modified by Troy D. Hanson, September 2006. License: GPL */
+ /* modified by Stuart Rackham, 2006, 2009. License: GPL */
+
+// toclevels = 1..4.
+toc: function (toclevels) {
+
+ function getText(el) {
+ var text = "";
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
+ text += i.data;
+ else if (i.firstChild != null)
+ text += getText(i);
+ }
+ return text;
+ }
+
+ function TocEntry(el, text, toclevel) {
+ this.element = el;
+ this.text = text;
+ this.toclevel = toclevel;
+ }
+
+ function tocEntries(el, toclevels) {
+ var result = new Array;
+ var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
+ // Function that scans the DOM tree for header elements (the DOM2
+ // nodeIterator API would be a better technique but not supported by all
+ // browsers).
+ var iterate = function (el) {
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
+ var mo = re.exec(i.tagName);
+ if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
+ result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
+ }
+ iterate(i);
+ }
+ }
+ }
+ iterate(el);
+ return result;
+ }
+
+ var toc = document.getElementById("toc");
+ var entries = tocEntries(document.getElementById("content"), toclevels);
+ for (var i = 0; i < entries.length; ++i) {
+ var entry = entries[i];
+ if (entry.element.id == "")
+ entry.element.id = "_toc_" + i;
+ var a = document.createElement("a");
+ a.href = "#" + entry.element.id;
+ a.appendChild(document.createTextNode(entry.text));
+ var div = document.createElement("div");
+ div.appendChild(a);
+ div.className = "toclevel" + entry.toclevel;
+ toc.appendChild(div);
+ }
+ if (entries.length == 0)
+ toc.parentNode.removeChild(toc);
+},
+
+
+/////////////////////////////////////////////////////////////////////
+// Footnotes generator
+/////////////////////////////////////////////////////////////////////
+
+/* Based on footnote generation code from:
+ * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
+ */
+
+footnotes: function () {
+ var cont = document.getElementById("content");
+ var noteholder = document.getElementById("footnotes");
+ var spans = cont.getElementsByTagName("span");
+ var refs = {};
+ var n = 0;
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnote") {
+ n++;
+ // Use [\s\S] in place of . so multi-line matches work.
+ // Because JavaScript has no s (dotall) regex flag.
+ note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
+ noteholder.innerHTML +=
+ "<div class='footnote' id='_footnote_" + n + "'>" +
+ "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
+ n + "</a>. " + note + "</div>";
+ spans[i].innerHTML =
+ "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ var id =spans[i].getAttribute("id");
+ if (id != null) refs["#"+id] = n;
+ }
+ }
+ if (n == 0)
+ noteholder.parentNode.removeChild(noteholder);
+ else {
+ // Process footnoterefs.
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnoteref") {
+ var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
+ href = href.match(/#.*/)[0]; // Because IE return full URL.
+ n = refs[href];
+ spans[i].innerHTML =
+ "[<a href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ }
+ }
+ }
+}
+
+}
+/*]]>*/
+</script>
+</head>
+<body class="article">
+<div id="header">
+<h1>A Swift Tutorial</h1>
+<div id="toc">
+ <div id="toctitle">Table of Contents</div>
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
+</div>
+</div>
+<div id="content">
+<div class="sect1">
+<h2 id="_abstract">1. Abstract</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This is an introductory tutorial on the use of Swift and its programming
+language SwiftScript.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_introduction">2. Introduction</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This tutorial is intended to introduce new users to the basics of Swift.
+It is structured as a series of small exercise/examples which you can
+try for yourself as you read along. After the first <em>hello world</em>
+example, there are two tracks - the language track (which introduces
+features of the SwiftScript language) and the runtime track (which
+introduces features of the Swift runtime environment, such as running
+jobs on different sites).</p></div>
+<div class="paragraph"><p>For information on getting an installation of Swift running, consult the
+Swift Quickstart Guide <a href="http://www.ci.uchicago.edu/swift/guides/quickstartguide.php">http://www.ci.uchicago.edu/swift/guides/quickstartguide.php</a>, and
+return to this document when you have successfully run the test
+SwiftScript program mentioned there.</p></div>
+<div class="paragraph"><p>There is also a Swift User’s Guide
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php">http://www.ci.uchicago.edu/swift/guides/userguide.php</a> which contains
+more detailed reference material on topics covered in this manual. All
+of the programs included in this tutorial can be found in your Swift
+distribution in the examples/swift directory.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_hello_world">3. Hello World</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The first example program, first.swift, outputs a hello world message
+into a file called hello.txt.</p></div>
+<div class="sidebarblock">
+<div class="content">
+<div class="title">first.swift</div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #FF0000">"Hello, world!"</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span><span style="color: #FF0000">"hello.txt"</span><span style="color: #990000">>;</span>
+
+outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">();</span></tt></pre></div></div>
+</div></div>
+<div class="paragraph"><p>We can run this program as follows:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">cd</span> examples<span style="color: #990000">/</span>swift<span style="color: #990000">/</span>
+$ <span style="color: #008080">swift</span> first<span style="color: #990000">.</span>swift
+Swift <span style="color: #008080">svn</span> swift<span style="color: #990000">-</span><span style="font-weight: bold"><span style="color: #000000">r3334</span></span> <span style="color: #990000">(</span>swift <span style="color: #008080">modified</span> locally<span style="color: #990000">)</span> cog<span style="color: #990000">-</span>r2752
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1925</span><span style="color: #990000">-</span>8zjupq1b
+Progress<span style="color: #990000">:</span>
+<span style="color: #008080">Final</span> status<span style="color: #990000">:</span> <span style="color: #008080">Finished</span> successfully<span style="color: #990000">:</span><span style="color: #993399">1</span>
+$ <span style="color: #008080">cat</span> hello<span style="color: #990000">.</span>txt
+Hello<span style="color: #990000">,</span> world<span style="color: #990000">!</span></tt></pre></div></div>
+<div class="paragraph"><p>The basic structure of this program is a type definition, an
+application procedure definition, a variable definition and then a
+call to the procedure:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>First we define a new type, called messagefile. In this example, we will
+use this messagefile type as the type for our output message.</p></div>
+<div class="paragraph"><p>All data in SwiftScript must be typed, whether it is stored in memory or
+on disk. This example defines a very simple type. Later on we will see
+more complex type examples.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #FF0000">"Hello, world!"</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>Next we define a procedure called greeting. This procedure will write
+out the "hello world" message to a file.</p></div>
+<div class="paragraph"><p>To achieve this, it executes the unix utility <em>echo</em> with a parameter
+"Hello, world!" and directs the standard output into the output file.</p></div>
+<div class="paragraph"><p>The actual file to use is specified by the return parameter, t.</p></div>
+<div class="paragraph"><p>messagefile outfile <"hello.txt">;</p></div>
+<div class="paragraph"><p>Here we define a variable called outfile. The type of this variable is
+messagefile, and we specify that the contents of this variable will be
+stored on disk in a file called hello.txt</p></div>
+<div class="paragraph"><p>outfile = greeting();</p></div>
+<div class="paragraph"><p>Now we call the greeting procedure, with its output going to the outfile
+variable and therefore to hello.txt on disk.</p></div>
+<div class="paragraph"><p>Over the following exercises, we’ll extend this simple hello world
+program to demonstrate various features of Swift.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_language_features">4. Language features</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_parameters">4.1. Parameters</h3>
+<div class="paragraph"><p>Procedures can have parameters. Input parameters specify inputs to the
+procedure and output parameters specify outputs. Our helloworld greeting
+procedure already uses an output parameter, t, which indicates where the
+greeting output will go. In this section, we will add an input parameter
+to the greeting function.</p></div>
+<div class="paragraph"><p>The code changes from first.swift are highlighted below.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span> <span style="color: #990000">(</span><span style="color: #008080">string</span> s<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">s</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span><span style="color: #FF0000">"hello2.txt"</span><span style="color: #990000">>;</span>
+
+outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hello world"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>We have modified the signature of the greeting procedure to indicate
+that it takes a single parameter, s, of type <em>string</em>.</p></div>
+<div class="paragraph"><p>We have modified the invocation of the <em>echo</em> utility so that it takes
+the value of s as a parameter, instead of the string literal "Hello,
+world!".</p></div>
+<div class="paragraph"><p>We have modified the output file definition to point to a different file
+on disk.</p></div>
+<div class="paragraph"><p>We have modified the invocation of greeting so that a greeting string is
+supplied.</p></div>
+<div class="paragraph"><p>The code for this section can be found in parameter.swift. It can be
+invoked using the swift command, with output appearing in hello2.txt:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">swift</span> parameter<span style="color: #990000">.</span>swift</tt></pre></div></div>
+<div class="paragraph"><p>Now that we can choose our greeting text, we can call the same procedure
+with different parameters to generate several output files with
+different greetings. The code is in manyparam.swift and can be run as
+before using the swift command.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span> <span style="color: #990000">(</span><span style="color: #008080">string</span> s<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">s</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> english <span style="color: #990000"><</span><span style="color: #FF0000">"english.txt"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">messagefile</span> french <span style="color: #990000"><</span><span style="color: #FF0000">"francais.txt"</span><span style="color: #990000">>;</span>
+english <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hello"</span><span style="color: #990000">);</span>
+french <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"bonjour"</span><span style="color: #990000">);</span>
+
+<span style="color: #008080">messagefile</span> japanese <span style="color: #990000"><</span><span style="color: #FF0000">"nihongo.txt"</span><span style="color: #990000">>;</span>
+japanese <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"konnichiwa"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>Note that we can intermingle definitions of variables with invocations
+of procedures.</p></div>
+<div class="paragraph"><p>When this program has been run, there should be three new files in the
+working directory (english.txt, francais.txt and nihongo.txt) each
+containing a greeting in a different language.</p></div>
+<div class="paragraph"><p>In addition to specifying parameters positionally, parameters can be
+named, and if desired a default value can be specified - see <a href="#named_parameters">Named and Optional Parameters</a>.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_adding_another_application">4.2. Adding another application</h3>
+<div class="paragraph"><p>Now we’ll define a new application procedure. The procedure we define
+will capitalise all the words in the input file.</p></div>
+<div class="paragraph"><p>To do this, we’ll use the unix tr (translate) utility. Here is an
+example of using tr on the unix command line, not using Swift:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">echo</span> hello <span style="color: #990000">|</span> tr <span style="color: #FF0000">'[a-z]'</span> <span style="color: #FF0000">'[A-Z]'</span>
+HELLO</tt></pre></div></div>
+<div class="ulist"><div class="title">There are several steps</div><ul>
+<li>
+<p>
+transformation catalog
+</p>
+</li>
+<li>
+<p>
+application block
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>First we need to modify the transformation catalog to define a logical
+transformation for the tc utility. The transformation catalog can be
+found in etc/tc.data. There are already several entries specifying
+where programs can be found. Add a new line to the file, specifying
+where <strong>tr</strong> can be found (usually in /usr/bin/tr but it may differ on
+your system), like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">localhost</span> tr <span style="color: #990000">/</span>usr<span style="color: #990000">/</span>bin<span style="color: #990000">/</span>tr <span style="color: #008080">INSTALLED</span> INTEL32<span style="color: #990000">::</span>LINUX <span style="font-weight: bold"><span style="color: #0000FF">null</span></span></tt></pre></div></div>
+<div class="paragraph"><p>For now, ignore all of the fields except the second and the third. The
+second field tr specifies a logical application name and the third
+specifies the location of the application executable.</p></div>
+<div class="paragraph"><p>Now that we have defined where to find tr, we can use it in SwiftScript.</p></div>
+<div class="paragraph"><p>We can define a new procedure, capitalise, which calls tr.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">messagefile</span> o<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">capitalise</span></span><span style="color: #990000">(</span><span style="color: #008080">messagefile</span> i<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ tr <span style="color: #FF0000">"[a-z]"</span> <span style="color: #FF0000">"[A-Z]"</span> stdin<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>i<span style="color: #990000">)</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>o<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>We can call capitalise like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> <span style="font-weight: bold"><span style="color: #0000FF">final</span></span> <span style="color: #990000"><</span><span style="color: #FF0000">"capitals.txt"</span><span style="color: #990000">>;</span>
+<span style="font-weight: bold"><span style="color: #0000FF">final</span></span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">capitalise</span></span><span style="color: #990000">(</span>hellofile<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>So a full program based on the first exercise might look like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span> <span style="color: #990000">(</span><span style="color: #008080">string</span> s<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">s</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> o<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">capitalise</span></span><span style="color: #990000">(</span><span style="color: #008080">messagefile</span> i<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ tr <span style="color: #FF0000">"[a-z]"</span> <span style="color: #FF0000">"[A-Z]"</span> stdin<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>i<span style="color: #990000">)</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>o<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> hellofile <span style="color: #990000"><</span><span style="color: #FF0000">"hello.txt"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">messagefile</span> <span style="font-weight: bold"><span style="color: #0000FF">final</span></span> <span style="color: #990000"><</span><span style="color: #FF0000">"capitals.txt"</span><span style="color: #990000">>;</span>
+
+hellofile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hello from Swift"</span><span style="color: #990000">);</span>
+<span style="font-weight: bold"><span style="color: #0000FF">final</span></span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">capitalise</span></span><span style="color: #990000">(</span>hellofile<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>We can use the swift command to run it like this.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">swift</span> second_procedure<span style="color: #990000">.</span>swift
+<span style="color: #990000">...</span>
+$ <span style="color: #008080">cat</span> capitals<span style="color: #990000">.</span>txt
+HELLO FROM SWIFT</tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_anonymous_files">4.3. Anonymous files</h3>
+<div class="paragraph"><p>In the previous section, the file greeting.txt is used only to store
+an intermediate result. We don’t really care about which name is used
+for the file, and we can let Swift choose the name.</p></div>
+<div class="paragraph"><p>To do that, omit the mapping entirely when declaring outfile:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> outfile<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>Swift will choose a filename, which in the present version will be in a
+subdirectory called _concurrent.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_datatypes">4.4. Datatypes</h3>
+<div class="paragraph"><p>All data in variables and files has a data type. So far, we’ve seen two
+types:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+string - this is a built-in type for storing strings of text in
+ memory, much like in other programming languages
+</p>
+</li>
+<li>
+<p>
+messagefile - this is a user-defined type used to mark files as
+ containing messages
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>SwiftScript has the additional built-in types: boolean, integer and
+float that function much like their counterparts in other programming
+languages.</p></div>
+<div class="paragraph"><p>It is also possible to create user defined types with more structure,
+for example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> details <span style="color: #FF0000">{</span>
+ <span style="color: #008080">string</span> name<span style="color: #990000">;</span>
+ <span style="color: #009900">int</span> pies<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>Each element of the structured type can be accessed using a . like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>person<span style="color: #990000">.</span>name <span style="color: #990000">=</span> <span style="color: #FF0000">"john"</span><span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>The following complete program, types.swift, outputs a greeting using a
+user-defined structure type to hold parameters for the message:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="color: #008080">type</span> details <span style="color: #FF0000">{</span>
+ <span style="color: #008080">string</span> name<span style="color: #990000">;</span>
+ <span style="color: #009900">int</span> pies<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span> <span style="color: #990000">(</span><span style="color: #008080">details</span> d<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #FF0000">"Hello. Your name is"</span> d<span style="color: #990000">.</span>name <span style="color: #FF0000">"and you have eaten"</span> d<span style="color: #990000">.</span>pies <span style="color: #FF0000">"pies."</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">details</span> person<span style="color: #990000">;</span>
+
+person<span style="color: #990000">.</span>name <span style="color: #990000">=</span> <span style="color: #FF0000">"John"</span><span style="color: #990000">;</span>
+person<span style="color: #990000">.</span>pies <span style="color: #990000">=</span> <span style="color: #993399">3</span><span style="color: #990000">;</span>
+
+<span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span><span style="color: #FF0000">"q15.txt"</span><span style="color: #990000">>;</span>
+
+outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span>person<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>Structured types can be comprised of marker types for files. See the
+later section on mappers for more information about this.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_arrays">4.5. Arrays</h3>
+<div class="paragraph"><p>We can define arrays using the [] suffix in a variable declaration:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> m<span style="color: #990000">[];</span></tt></pre></div></div>
+<div class="paragraph"><p>This program, q5.swift, will declare an array of message files.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span> <span style="color: #990000">(</span><span style="color: #008080">string</span> s<span style="color: #990000">[])</span> <span style="color: #FF0000">{</span>
+ <span style="color: #008080">echo</span> s<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> s<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]</span> s<span style="color: #990000">[</span><span style="color: #993399">2</span><span style="color: #990000">]</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span><span style="color: #FF0000">"q5out.txt"</span><span style="color: #990000">>;</span>
+
+<span style="color: #008080">string</span> words<span style="color: #990000">[]</span> <span style="color: #990000">=</span> <span style="color: #990000">[</span><span style="color: #FF0000">"how"</span><span style="color: #990000">,</span><span style="color: #FF0000">"are"</span><span style="color: #990000">,</span><span style="color: #FF0000">"you"</span><span style="color: #990000">];</span>
+
+outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span>words<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>Observe that the type of the parameter to greeting is now an array of
+strings, string s[], instead of a single string, string s, that
+elements of the array can be referenced numerically, for example s[0],
+and that the array is initialised using an array literal,
+["how","are","you"].</p></div>
+</div>
+<div class="sect2">
+<h3 id="_mappers">4.6. Mappers</h3>
+<div class="paragraph"><p>A significant difference between SwiftScript and other languages is that
+data can be referred to on disk through variables in a very similar
+fashion to data in memory. For example, in the above examples we have
+seen a variable definition like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span><span style="color: #FF0000">"q13greeting.txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>This means that outfile is a dataset variable, which is mapped to a
+file on disk called g13greeting.txt. This variable can be assigned to
+using = in a similar fashion to an in-memory variable. We can say that
+outfile is mapped onto the disk file q13greeting.txt by a mapper.</p></div>
+<div class="paragraph"><p>There are various ways of mapping in SwiftScript. Two forms have already
+been seen in this tutorial. Later exercises will introduce more forms.</p></div>
+<div class="paragraph"><p>The two forms of mapping seen so far are:</p></div>
+<div class="paragraph"><p>simple named mapping - the name of the file that a variable is mapped to
+is explictly listed. Like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span><span style="color: #FF0000">"greeting.txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>This is useful when you want to explicitly name input and output files
+for your program. For example, outfile in exercise HELLOWORLD.</p></div>
+<div class="paragraph"><p>anonymous mapping - no name is specified in the source code. A name is
+automatically generated for the file. This is useful for intermediate
+files that are only referenced through SwiftScript, such as outfile in
+exercise ANONYMOUSFILE. A variable declaration is mapped anonymously by
+ommitting any mapper definition, like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> outfile<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>Later exercises will introduce other ways of mapping from disk files to
+SwiftScript variables.</p></div>
+<div class="paragraph"><p>TODO: introduce @v syntax.</p></div>
+<div class="sect3">
+<h4 id="_the_regexp_mapper">4.6.1. The Regexp Mapper</h4>
+<div class="paragraph"><p>In this exercise, we introduce the regexp mapper. This mapper
+transforms a string expression using a regular expression, and uses the
+result of that transformation as the filename to map.</p></div>
+<div class="paragraph"><p>regexp.swift demonstrates the use of this by placing output into a
+file that is based on the name of the input file: our input file is
+mapped to the inputfile variable using the simple named mapper, and then
+we use the regular expression mapper to map the output file. Then we use
+the countwords() procedure to count the works in the input file and
+store the result in the output file. In order for the countwords()
+procedure to work correctly, add the wc utility (usually found in
+/usr/bin/wc) to tc.data.</p></div>
+<div class="paragraph"><p>The important bit of regexp.swift is:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">messagefile</span> inputfile <span style="color: #990000"><</span><span style="color: #FF0000">"q16.txt"</span><span style="color: #990000">>;</span>
+
+<span style="color: #008080">countfile</span> c <span style="color: #990000"><</span>regexp_mapper<span style="color: #990000">;</span>
+ source<span style="color: #990000">=</span>@inputfile<span style="color: #990000">,</span>
+ match<span style="color: #990000">=</span><span style="color: #FF0000">"(.*)txt"</span><span style="color: #990000">,</span>
+ transform<span style="color: #990000">=</span><span style="color: #FF0000">"</span><span style="color: #CC33CC">\\</span><span style="color: #FF0000">1count"</span>
+ <span style="color: #990000">>;</span></tt></pre></div></div>
+</div>
+<div class="sect3">
+<h4 id="_fixed_array_mapper">4.6.2. fixed_array_mapper</h4>
+<div class="paragraph"><p>The fixed array mapper maps a list of files into an array - each
+element of the array is mapped into one file in the specified directory.
+See fixedarray.swift.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile <span style="color: #FF0000">{}</span>
+<span style="color: #008080">type</span> countfile <span style="color: #FF0000">{}</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">countfile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">countwords</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> f<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ wc <span style="color: #FF0000">"-w"</span> @<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>f<span style="color: #990000">)</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">string</span> inputNames <span style="color: #990000">=</span> <span style="color: #FF0000">"one.txt two.txt three.txt"</span><span style="color: #990000">;</span>
+<span style="color: #008080">string</span> outputNames <span style="color: #990000">=</span> <span style="color: #FF0000">"one.count two.count three.count"</span><span style="color: #990000">;</span>
+
+<span style="color: #008080">messagefile</span> inputfiles<span style="color: #990000">[]</span> <span style="color: #990000"><</span>fixed_array_mapper<span style="color: #990000">;</span>files<span style="color: #990000">=</span>inputNames<span style="color: #990000">>;</span>
+<span style="color: #008080">countfile</span> outputfiles<span style="color: #990000">[]</span> <span style="color: #990000"><</span>fixed_array_mapper<span style="color: #990000">;</span>files<span style="color: #990000">=</span>outputNames<span style="color: #990000">>;</span>
+
+outputfiles<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">countwords</span></span><span style="color: #990000">(</span>inputfiles<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]);</span>
+outputfiles<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">countwords</span></span><span style="color: #990000">(</span>inputfiles<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]);</span>
+outputfiles<span style="color: #990000">[</span><span style="color: #993399">2</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">countwords</span></span><span style="color: #990000">(</span>inputfiles<span style="color: #990000">[</span><span style="color: #993399">2</span><span style="color: #990000">]);</span></tt></pre></div></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_foreach">4.7. foreach</h3>
+<div class="paragraph"><p>SwiftScript provides a control structure, foreach, to operate on each
+element of an array.</p></div>
+<div class="paragraph"><p>In this example, we will run the previous word counting example over
+each file in an array without having to explicitly list the array
+elements. The source code for this example is in foreach.swift. The
+three input files: one.txt, two.txt and three.txt are supplied.
+After you have run the workflow, you should see that there are three
+output files: one.count, two.count and three.count, each
+containing the word count for the corresponding input file. We combine
+the use of the fixed_array_mapper and the regexp_mapper.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile <span style="color: #FF0000">{}</span>
+<span style="color: #008080">type</span> countfile <span style="color: #FF0000">{}</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">countfile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">countwords</span></span> <span style="color: #990000">(</span><span style="color: #008080">messagefile</span> f<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ wc <span style="color: #FF0000">"-w"</span> @<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>f<span style="color: #990000">)</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">string</span> inputNames <span style="color: #990000">=</span> <span style="color: #FF0000">"one.txt two.txt three.txt"</span><span style="color: #990000">;</span>
+
+<span style="color: #008080">messagefile</span> inputfiles<span style="color: #990000">[]</span> <span style="color: #990000"><</span>fixed_array_mapper<span style="color: #990000">;</span>files<span style="color: #990000">=</span>inputNames<span style="color: #990000">>;</span>
+
+
+foreach f <span style="color: #008080">in</span> inputfiles <span style="color: #FF0000">{</span>
+ <span style="color: #008080">countfile</span> c<span style="color: #990000"><</span>regexp_mapper<span style="color: #990000">;</span>
+ source<span style="color: #990000">=</span>@f<span style="color: #990000">,</span>
+ match<span style="color: #990000">=</span><span style="color: #FF0000">"(.*)txt"</span><span style="color: #990000">,</span>
+ transform<span style="color: #990000">=</span><span style="color: #FF0000">"</span><span style="color: #CC33CC">\\</span><span style="color: #FF0000">1count"</span><span style="color: #990000">>;</span>
+ c <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">countwords</span></span><span style="color: #990000">(</span>f<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_if">4.8. If</h3>
+<div class="paragraph"><p>Decisions can be made using <em>if</em>, like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF">if</span></span><span style="color: #990000">(</span>morning<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"good morning"</span><span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span> <span style="font-weight: bold"><span style="color: #0000FF">else</span></span> <span style="color: #FF0000">{</span>
+ outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"good afternoon"</span><span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>if.swift contains a simple example of this. Compile and run if.swift
+and see that it outputs "good morning". Changing the morning variable
+from true to false will cause the program to output "good afternoon".</p></div>
+</div>
+<div class="sect2">
+<h3 id="_sequential_iteration">4.9. Sequential iteration</h3>
+<div class="paragraph"><p>A development version of Swift after 0.2 (revision 1230) introduces a
+sequential iteration construct.</p></div>
+<div class="paragraph"><p>The following example demonstrates a simple application: each step of
+the iteration is a string representation of the byte count of the
+previous step’s output, with iteration terminating when the byte count
+reaches zero.</p></div>
+<div class="paragraph"><p>Here’s the program:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> counterfile<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">counterfile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">echo</span></span><span style="color: #990000">(</span><span style="color: #008080">string</span> m<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">m</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">counterfile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">countstep</span></span><span style="color: #990000">(</span><span style="color: #008080">counterfile</span> i<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ wcl @<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>i<span style="color: #990000">)</span> @<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">counterfile</span> a<span style="color: #990000">[]</span> <span style="color: #990000"><</span>simple_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"foldout"</span><span style="color: #990000">>;</span>
+
+a<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">echo</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"793578934574893"</span><span style="color: #990000">);</span>
+
+<span style="color: #008080">iterate</span> v <span style="color: #FF0000">{</span>
+ a<span style="color: #990000">[</span>v<span style="color: #990000">+</span><span style="color: #993399">1</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">countstep</span></span><span style="color: #990000">(</span>a<span style="color: #990000">[</span>v<span style="color: #990000">]);</span>
+ <span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"extract int value "</span><span style="color: #990000">,</span>@<span style="font-weight: bold"><span style="color: #000000">extractint</span></span><span style="color: #990000">(</span>a<span style="color: #990000">[</span>v<span style="color: #990000">+</span><span style="color: #993399">1</span><span style="color: #990000">]));</span>
+<span style="color: #FF0000">}</span> <span style="font-weight: bold"><span style="color: #000000">until</span></span> <span style="color: #990000">(</span>@<span style="font-weight: bold"><span style="color: #000000">extractint</span></span><span style="color: #990000">(</span>a<span style="color: #990000">[</span>v<span style="color: #990000">+</span><span style="color: #993399">1</span><span style="color: #990000">])</span> <span style="color: #990000"><=</span> <span style="color: #993399">1</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>echo is the standard unix echo.</p></div>
+<div class="paragraph"><p>wcl is our application code - it counts the number of bytes in the one
+file and writes that count out to another, like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ cat <span style="color: #990000">../</span>wcl
+#<span style="color: #990000">!/</span>bin<span style="color: #990000">/</span>bash
+echo <span style="color: #990000">-</span>n $<span style="color: #990000">(</span>wc <span style="color: #990000">-</span>c <span style="color: #990000"><</span> $<span style="color: #993399">1</span><span style="color: #990000">)</span> <span style="color: #990000">></span> $<span style="color: #993399">2</span>
+
+$ echo <span style="color: #990000">-</span><span style="color: #008080">n</span> hello <span style="color: #990000">></span> a
+$ wcl a b
+$ cat b
+<span style="color: #993399">5</span></tt></pre></div></div>
+<div class="paragraph"><p>Install the above wcl script somewhere and add a transformation catalog
+entry for it. Then run the example program like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">swift</span> iterate<span style="color: #990000">.</span>swift
+Swift <span style="color: #008080">svn</span> swift<span style="color: #990000">-</span><span style="color: #008080">r3334</span> cog<span style="color: #990000">-</span>r2752
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">2259</span><span style="color: #990000">-</span>gtlz8zf4
+Progress<span style="color: #990000">:</span>
+<span style="color: #008080">SwiftScript</span> trace<span style="color: #990000">:</span> extract <span style="color: #008080">int</span> value <span style="color: #990000">,</span> <span style="color: #993399">16.0</span>
+<span style="color: #008080">SwiftScript</span> trace<span style="color: #990000">:</span> extract <span style="color: #008080">int</span> value <span style="color: #990000">,</span> <span style="color: #993399">2.0</span>
+<span style="color: #008080">SwiftScript</span> trace<span style="color: #990000">:</span> extract <span style="color: #008080">int</span> value <span style="color: #990000">,</span> <span style="color: #993399">1.0</span>
+<span style="color: #008080">Final</span> status<span style="color: #990000">:</span> <span style="color: #008080">Finished</span> successfully<span style="color: #990000">:</span><span style="color: #993399">4</span>
+
+$ <span style="color: #008080">ls</span> foldout<span style="color: #990000">*</span>
+foldout0000 foldout0001 foldout0002 foldout0003</tt></pre></div></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_runtime_features">5. Runtime features</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_visualising_the_workflow_as_a_graph">5.1. Visualising the workflow as a graph</h3>
+<div class="paragraph"><p>When running a workflow, its possible to generate a provenance graph at
+the same time:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ swift <span style="color: #990000">-</span><span style="color: #008080">pgraph</span> graph<span style="color: #990000">.</span><span style="color: #008080">dot</span> first<span style="color: #990000">.</span>swift
+$ dot <span style="color: #990000">-</span>ograph<span style="color: #990000">.</span>png <span style="color: #990000">-</span><span style="color: #008080">Tpng</span> graph<span style="color: #990000">.</span>dot</tt></pre></div></div>
+<div class="paragraph"><p>graph.png can then be viewed using your favourite image viewer. The dot application is part of the graphViz project. More information can be found at <a href="http://www.graphviz.org">http://www.graphviz.org</a>.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_running_on_a_remote_site">5.2. Running on a remote site</h3>
+<div class="paragraph"><p>As configured by default, all jobs are run locally. In the previous
+examples, we’ve invoked echo and tr executables from our SwiftScript
+program. These have been run on the local system (the same computer on
+which you ran swift). We can also make our computations run on a
+remote resource.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/warning.png" alt="Warning" />
+</td>
+<td class="content">This example is necessarily more vague than previous examples,
+because its requires access to remote resources. You should ensure that
+you can submit a job using the globus-job-run (or globusrun-ws?)
+command(s).</td>
+</tr></table>
+</div>
+<div class="paragraph"><p>We do not need to modify any SwiftScript code to run on another
+resource. Instead, we must modify another catalog, the site catalog.
+This catalog provides details of the location that applications will be
+run, with the default settings referring to the local machine. We will
+modify it to refer to a remote resource - the UC Teraport cluster. If
+you are not a UC Teraport user, you should use details of a different
+resource that you do have access to.</p></div>
+<div class="paragraph"><p>The site catalog is located in etc/sites.xml and is a relatively
+straightforward XML format file. We must modify each of the following
+three settings: gridftp (which indicates how and where data can be
+transferred to the remote resource), jobmanager (which indicates how
+applications can be run on the remote resource) and workdirectory (which
+indicates where working storage can be found on the remote resource).</p></div>
+</div>
+<div class="sect2">
+<h3 id="_writing_a_mapper">5.3. Writing a mapper</h3>
+<div class="paragraph"><p>This section will introduce writing a custom mapper so that Swift is
+able to access data files laid out in application-specific ways.</p></div>
+<div class="paragraph"><p>An application-specific mapper must take the form of a Java class that
+implements the Mapper
+<a href="http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html">http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html</a>
+interface.</p></div>
+<div class="paragraph"><p>Usually you don’t need to implement this interface directly, because
+Swift provides a number of more concrete classes with some functionality
+already implemented.</p></div>
+<div class="paragraph"><p>The hierarchy of helper classes is:</p></div>
+<div class="paragraph"><p><a href="http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html">Mapper</a></p></div>
+<div class="paragraph"><p>This is the abstract interface for mappers in Swift. You must
+implement methods to provide access to mapper properties, to map from a
+SwiftScript dataset path (such as foo[1].bar) to a file name, to check
+whether a file exists. None of the default Swift mappers implement this
+interface directly - instead they use one of the following helper classes.</p></div>
+<div class="paragraph"><p><a href="http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/AbstractMapper.html">Abstract Mapper</a></p></div>
+<div class="paragraph"><p>This provides helper methods to manage mapper properties and to handle
+existance checking. Examples of mappers which use this class are:
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.array_mapper">Array Mapper</a>,
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.csv_mapper">CSV Mapper</a>,
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.fixed_array_mapper">Fixed Array Mapper</a>,
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.regexp_mapper">Regexp Mapper</a>,
+and <a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.single_file_mapper">Single File Mapper</a>.</p></div>
+<div class="paragraph"><p><a href="http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/file/AbstractFileMapper.html">AbstractFileMapper</a>
+This provides a helper class for mappers which select files based on
+selecting files from a directory listing. It is necessary to write some
+helper methods that are different from the above mapper methods.
+Examples of mappers which use this class are:
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.simple_mapper">simple_mapper</a>,
+<a href="http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.filesys_mapper">filesys_mapper</a>,
+and the (undocumented) StructuredRegularExpressionMapper.</p></div>
+<div class="paragraph"><p>In general, to write a mapper, choose either the AbstractMapper or the
+AbstractFileMapper and extend those. If your mapper will generally
+select the files it returns based on a directory listing and will
+convert paths to filenames using some regular conversion (for example,
+in the way that simple_mapper maps files in a directory that match a
+particular pattern), then you should probably use the
+AbstractFileMapper. If your mapper will produce a list of files in some
+other way (for example, in the way that csv_mapper maps based on
+filenames given in a CSV file rather than looking at which files are in
+a directory), then you should probably use the AbstractMapper.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_writing_a_very_basic_mapper">5.4. Writing a very basic mapper</h3>
+<div class="paragraph"><p>In this section, we will write a very basic (almost useless) mapper that
+will map a SwiftScript dataset into a hardcoded file called
+myfile.txt, like this:</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Swift variable Filename</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>var <-----------------------------> myfile.txt</tt></pre>
+</div></div>
+<div class="paragraph"><p>We should be able to use the mapper we write in a SwiftScript program
+like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+<span style="color: #008080">file</span> f <span style="color: #990000"><</span>my_first_mapper<span style="color: #990000">;>;</span></tt></pre></div></div>
+<div class="paragraph"><p>First we must choose a base class - AbstractMapper or
+AbstractFileMapper. We aren’t going to use a directory listing to decide
+on our mapping - we are getting the mapping from some other source (in
+fact, it will be hard coded). So we will use AbstractMapper.</p></div>
+<div class="paragraph"><p>So now onto the source code. We must define a subclass of AbstractMapper
+and implement several mapper methods: isStatic, existing, and map. These
+methods are documented in the javadoc for the Mapper interface.</p></div>
+<div class="paragraph"><p>Here is the code implementing this mapper. Put this in your source
+vdsk directory, make a directory src/tutorial/|and put this file in
+src/tutorial/MyFirstMapper.java.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000080">package</span></span> tutorial<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> java<span style="color: #990000">.</span>util<span style="color: #990000">.</span>Arrays<span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> java<span style="color: #990000">.</span>util<span style="color: #990000">.</span>Collection<span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> java<span style="color: #990000">.</span>util<span style="color: #990000">.</span>Collections<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> org<span style="color: #990000">.</span>griphyn<span style="color: #990000">.</span>vdl<span style="color: #990000">.</span>mapping<span style="color: #990000">.</span>AbsFile<span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> org<span style="color: #990000">.</span>griphyn<span style="color: #990000">.</span>vdl<span style="color: #990000">.</span>mapping<span style="color: #990000">.</span>AbstractMapper<span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> org<span style="color: #990000">.</span>griphyn<span style="color: #990000">.</span>vdl<span style="color: #990000">.</span>mapping<span style="color: #990000">.</span>Path<span style="color: #990000">;</span>
+<span style="font-weight: bold"><span style="color: #000080">import</span></span> org<span style="color: #990000">.</span>griphyn<span style="color: #990000">.</span>vdl<span style="color: #990000">.</span>mapping<span style="color: #990000">.</span>PhysicalFormat<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #0000FF">public</span></span> <span style="font-weight: bold"><span style="color: #0000FF">class</span></span> <span style="color: #008080">MyFirstMapper</span> <span style="font-weight: bold"><span style="color: #0000FF">extends</span></span> AbstractMapper <span style="color: #FF0000">{</span>
+
+ <span style="color: #008080">AbsFile</span> myfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #0000FF">new</span></span> <span style="font-weight: bold"><span style="color: #000000">AbsFile</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"myfile.txt"</span><span style="color: #990000">);</span>
+
+ <span style="font-weight: bold"><span style="color: #0000FF">public</span></span> <span style="color: #009900">boolean</span> <span style="font-weight: bold"><span style="color: #000000">isStatic</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">return</span></span> <span style="font-weight: bold"><span style="color: #0000FF">false</span></span><span style="color: #990000">;</span>
+ <span style="color: #FF0000">}</span>
+
+ <span style="font-weight: bold"><span style="color: #0000FF">public</span></span> <span style="color: #008080">Collection</span> <span style="font-weight: bold"><span style="color: #000000">existing</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">if</span></span> <span style="color: #990000">(</span>myfile<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">exists</span></span><span style="color: #990000">())</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">return</span></span> Arrays<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">asList</span></span><span style="color: #990000">(</span><span style="font-weight: bold"><span style="color: #0000FF">new</span></span> Path<span style="color: #990000">[]</span> <span style="color: #FF0000">{</span>Path<span style="color: #990000">.</span>EMPTY_PATH<span style="color: #FF0000">}</span><span style="color: #990000">);</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">else</span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF">return</span></span> Collections<span style="color: #990000">.</span>EMPTY_LIST<span style="color: #990000">;</span>
+ <span style="color: #FF0000">}</span>
+
+ <span style="font-weight: bold"><span style="color: #0000FF">public</span></span> <span style="color: #008080">PhysicalFormat</span> <span style="font-weight: bold"><span style="color: #000000">map</span></span><span style="color: #990000">(</span><span style="color: #008080">Path</span> p<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">if</span></span><span style="color: #990000">(</span>p<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">equals</span></span><span style="color: #990000">(</span>Path<span style="color: #990000">.</span>EMPTY_PATH<span style="color: #990000">))</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">return</span></span> myfile<span style="color: #990000">;</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">else</span></span>
+ <span style="font-weight: bold"><span style="color: #0000FF">return</span></span> <span style="font-weight: bold"><span style="color: #0000FF">null</span></span><span style="color: #990000">;</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>Now we need to inform the Swift engine about the existence of this
+mapper. We do that by editing the MapperFactory class definition, in
+src/org/griphyn/vdl/mapping/MapperFactory.java and adding a
+registerMapper call alongside the existing registerMapper calls, like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000000">registerMapper</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"my_first_mapper"</span><span style="color: #990000">,</span> tutorial<span style="color: #990000">.</span>MyFirstMapper<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #0000FF">class</span></span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>The first parameter is the name of the mapper that will be used in
+SwiftScript program. The second parameter is the new Mapper class that
+we just wrote.</p></div>
+<div class="paragraph"><p>Now rebuild Swift using the "ant redist" target.</p></div>
+<div class="paragraph"><p>This new Swift build will be aware of your new mapper. We can test it
+out with a hello world program:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ echo <span style="color: #FF0000">"hello"</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span>my_first_mapper<span style="color: #990000">;>;</span>
+
+outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">();</span></tt></pre></div></div>
+<div class="paragraph"><p>Run this program, and hopefully you will find the "hello" string has
+been output into the hard coded output file myfile.txt:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">cat</span> myfile<span style="color: #990000">.</span>txt
+hello</tt></pre></div></div>
+<div class="paragraph"><p>So that’s a first very simple mapper implemented. Compare the source
+code to the single_file_mapper in
+<a href="http://www.ci.uchicago.edu/trac/swift/browser/trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java">SingleFileMapper.java</a>.
+There is not much more code to the single_file_mapper - mostly code to
+deal with the file parameter.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_starting_and_restarting">5.5. Starting and restarting</h3>
+<div class="paragraph"><p>Now we’re going to try out the restart capabilities of Swift. We will
+make a workflow that will deliberately fail, and then we will fix the
+problem so that Swift can continue with the workflow.</p></div>
+<div class="paragraph"><p>First we have the program in working form, restart.swift.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> f<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">touch</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ touch @f<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> f<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">processL</span></span><span style="color: #990000">(</span><span style="color: #008080">file</span> inp<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #FF0000">"processL"</span> stdout<span style="color: #990000">=</span>@f<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> f<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">processR</span></span><span style="color: #990000">(</span><span style="color: #008080">file</span> inp<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ broken <span style="color: #FF0000">"process"</span> stdout<span style="color: #990000">=</span>@f<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> f<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">join</span></span><span style="color: #990000">(</span><span style="color: #008080">file</span> left<span style="color: #990000">,</span> <span style="color: #008080">file</span> right<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ echo <span style="color: #FF0000">"join"</span> @left @<span style="color: #008080">right</span> stdout<span style="color: #990000">=</span>@f<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">file</span> f <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">touch</span></span><span style="color: #990000">();</span>
+
+<span style="color: #008080">file</span> g <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">processL</span></span><span style="color: #990000">(</span>f<span style="color: #990000">);</span>
+<span style="color: #008080">file</span> h <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">processR</span></span><span style="color: #990000">(</span>f<span style="color: #990000">);</span>
+
+<span style="color: #008080">file</span> i <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">join</span></span><span style="color: #990000">(</span>g<span style="color: #990000">,</span>h<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>We must define some transformation catalog entries:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">localhost</span> touch <span style="color: #990000">/</span>usr<span style="color: #990000">/</span>bin<span style="color: #990000">/</span>touch <span style="color: #008080">INSTALLED</span> INTEL32<span style="color: #990000">::</span>LINUX <span style="font-weight: bold"><span style="color: #0000FF">null</span></span>
+<span style="color: #008080">localhost</span> broken <span style="color: #990000">/</span>bin<span style="color: #990000">/</span><span style="font-weight: bold"><span style="color: #0000FF">true</span></span> <span style="color: #008080">INSTALLED</span> INTEL32<span style="color: #990000">::</span>LINUX <span style="font-weight: bold"><span style="color: #0000FF">null</span></span></tt></pre></div></div>
+<div class="paragraph"><p>Now we can run the program:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">swift</span> restart<span style="color: #990000">.</span>swift
+Swift <span style="color: #993399">0.9</span> swift<span style="color: #990000">-</span><span style="color: #008080">r2860</span> cog<span style="color: #990000">-</span>r2388
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1119</span><span style="color: #990000">-</span>3kgzzi15
+Progress<span style="color: #990000">:</span>
+<span style="color: #008080">Final</span> status<span style="color: #990000">:</span> <span style="color: #008080">Finished</span> successfully<span style="color: #990000">:</span><span style="color: #993399">4</span></tt></pre></div></div>
+<div class="paragraph"><p>Four jobs run - touch, echo, broken and a final echo. (note that broken
+isn’t actually broken yet).</p></div>
+<div class="paragraph"><p>Now we will break the broken job and see what happens. Replace the
+definition in tc.data for broken with this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">localhost</span> broken <span style="color: #990000">/</span>bin<span style="color: #990000">/</span><span style="font-weight: bold"><span style="color: #0000FF">false</span></span> <span style="color: #008080">INSTALLED</span> INTEL32<span style="color: #990000">::</span>LINUX <span style="font-weight: bold"><span style="color: #0000FF">null</span></span></tt></pre></div></div>
+<div class="paragraph"><p>Now when we run the workflow, the broken task fails:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">swift</span> restart<span style="color: #990000">.</span>swift
+
+Swift <span style="color: #993399">0.9</span> swift<span style="color: #990000">-</span><span style="color: #008080">r2860</span> cog<span style="color: #990000">-</span>r2388
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1121</span><span style="color: #990000">-</span>tssdcljg
+Progress<span style="color: #990000">:</span>
+Progress<span style="color: #990000">:</span> <span style="color: #008080">Stage</span> in<span style="color: #990000">:</span><span style="color: #993399">1</span> <span style="color: #008080">Finished</span> successfully<span style="color: #990000">:</span><span style="color: #993399">2</span>
+<span style="color: #008080">Execution</span> failed<span style="color: #990000">:</span>
+ Exception <span style="color: #008080">in</span> broken<span style="color: #990000">:</span>
+Arguments<span style="color: #990000">:</span> <span style="color: #990000">[</span>process<span style="color: #990000">]</span>
+Host<span style="color: #990000">:</span> localhost
+Directory<span style="color: #990000">:</span> restart<span style="color: #990000">-</span><span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1121</span><span style="color: #990000">-</span>tssdcljg<span style="color: #990000">/</span>jobs<span style="color: #990000">/</span><span style="color: #993399">1</span><span style="color: #990000">/</span>broken<span style="color: #990000">-</span>1i6ufisj
+stderr<span style="color: #990000">.</span>txt<span style="color: #990000">:</span>
+stdout<span style="color: #990000">.</span>txt<span style="color: #990000">:</span></tt></pre></div></div>
+<div class="paragraph"><p>From the output we can see that touch and the first echo completed, but
+then broken failed and so swift did not attempt to execute the final echo.</p></div>
+<div class="paragraph"><p>There will be a restart log with the same name as the RunID:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ ls <span style="color: #990000">*</span><span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1121</span><span style="color: #990000">-</span>tssdcljg<span style="color: #990000">*</span>rlog
+restart<span style="color: #990000">-</span><span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1121</span><span style="color: #990000">-</span>tssdcljg<span style="color: #990000">.</span><span style="color: #993399">0</span><span style="color: #990000">.</span>rlog</tt></pre></div></div>
+<div class="paragraph"><p>This restart log contains enough information for swift to know which
+parts of the workflow were executed successfully.</p></div>
+<div class="paragraph"><p>We can try to rerun it immediately, like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ swift <span style="color: #990000">-</span><span style="color: #008080">resume</span> restart<span style="color: #990000">-</span><span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1121</span><span style="color: #990000">-</span>tssdcljg<span style="color: #990000">.</span><span style="color: #993399">0</span><span style="color: #990000">.</span><span style="color: #008080">rlog</span> restart<span style="color: #990000">.</span>swift
+
+Swift <span style="color: #993399">0.9</span> swift<span style="color: #990000">-</span><span style="color: #008080">r2860</span> cog<span style="color: #990000">-</span>r2388
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1125</span><span style="color: #990000">-</span>7yx0zi6d
+Progress<span style="color: #990000">:</span>
+<span style="color: #008080">Execution</span> failed<span style="color: #990000">:</span>
+ Exception <span style="color: #008080">in</span> broken<span style="color: #990000">:</span>
+Arguments<span style="color: #990000">:</span> <span style="color: #990000">[</span>process<span style="color: #990000">]</span>
+Host<span style="color: #990000">:</span> localhost
+Directory<span style="color: #990000">:</span> restart<span style="color: #990000">-</span><span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1125</span><span style="color: #990000">-</span>7yx0zi6d<span style="color: #990000">/</span>jobs<span style="color: #990000">/</span>m<span style="color: #990000">/</span>broken<span style="color: #990000">-</span>msn1gisj
+stderr<span style="color: #990000">.</span>txt<span style="color: #990000">:</span>
+stdout<span style="color: #990000">.</span>txt<span style="color: #990000">:</span>
+
+<span style="color: #990000">----</span>
+
+<span style="color: #008080">Caused</span> by<span style="color: #990000">:</span>
+ Exit code <span style="color: #993399">1</span></tt></pre></div></div>
+<div class="paragraph"><p>Swift tried to resume the workflow by executing "broken" again. It did
+not try to run the touch or first echo jobs, because the restart log
+says that they do not need to be executed again.</p></div>
+<div class="paragraph"><p>Broken failed again, leaving the original restart log in place.</p></div>
+<div class="paragraph"><p>Now we will fix the problem with "broken" by restoring the original
+tc.data line that works.</p></div>
+<div class="paragraph"><p>Remove the existing "broken" line and replace it with the successful
+tc.data entry above:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">localhost</span> broken <span style="color: #990000">/</span>bin<span style="color: #990000">/</span><span style="font-weight: bold"><span style="color: #0000FF">true</span></span> <span style="color: #008080">INSTALLED</span> INTEL32<span style="color: #990000">::</span>LINUX <span style="font-weight: bold"><span style="color: #0000FF">null</span></span></tt></pre></div></div>
+<div class="paragraph"><p>Now run again:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ swift <span style="color: #990000">-</span><span style="color: #008080">resume</span> restart<span style="color: #990000">-</span><span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1121</span><span style="color: #990000">-</span>tssdcljg<span style="color: #990000">.</span><span style="color: #993399">0</span><span style="color: #990000">.</span><span style="color: #008080">rlog</span> restart<span style="color: #990000">.</span>swift
+
+Swift <span style="color: #993399">0.9</span> swift<span style="color: #990000">-</span><span style="color: #008080">r2860</span> cog<span style="color: #990000">-</span>r2388
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20100526</span><span style="color: #990000">-</span><span style="color: #993399">1128</span><span style="color: #990000">-</span>a2gfuxhg
+Progress<span style="color: #990000">:</span>
+<span style="color: #008080">Final</span> status<span style="color: #990000">:</span> Initializing<span style="color: #990000">:</span><span style="color: #993399">2</span> <span style="color: #008080">Finished</span> successfully<span style="color: #990000">:</span><span style="color: #993399">2</span></tt></pre></div></div>
+<div class="paragraph"><p>Swift tries to run "broken" again. This time it works, and so Swift
+continues on to execute the final piece of the workflow as if nothing
+had ever gone wrong.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_bits">6. bits</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_named_and_optional_parameters">6.1. Named and optional parameters</h3>
+<div class="paragraph"><p>anchor:named_parameters
+In addition to specifying parameters positionally, parameters can be
+named, and if desired a default value can be specified:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span> <span style="color: #990000">(</span><span style="color: #008080">string</span> s<span style="color: #990000">=</span><span style="color: #FF0000">"hello"</span><span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">s</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>When we invoke the procedure, we can specify values for the parameters
+by name. The following code can be found in q21.swift.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>french <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span>s<span style="color: #990000">=</span><span style="color: #FF0000">"bonjour"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>or we can let the default value apply:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>english <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">();</span></tt></pre></div></div>
+</div>
+</div>
+</div>
+</div>
+<div id="footnotes"><hr /></div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2011-05-16 14:03:54 CDT
+</div>
+</div>
+</body>
+</html>
Added: branches/release-0.92/docs/tutorial/tutorial.pdf
===================================================================
--- branches/release-0.92/docs/tutorial/tutorial.pdf (rev 0)
+++ branches/release-0.92/docs/tutorial/tutorial.pdf 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,4213 @@
+%PDF-1.4
+5 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+8 0 obj
+(Introduction)
+endobj
+9 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+12 0 obj
+(Hello World)
+endobj
+13 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+16 0 obj
+(Language features)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+20 0 obj
+(Parameters)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+24 0 obj
+(Adding another application)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.3.3) >>
+endobj
+28 0 obj
+(Anonymous files)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsection.3.4) >>
+endobj
+32 0 obj
+(Datatypes)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.3.5) >>
+endobj
+36 0 obj
+(Arrays)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsection.3.6) >>
+endobj
+40 0 obj
+(Mappers)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsubsection.3.6.1) >>
+endobj
+44 0 obj
+(The Regexp Mapper)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsubsection.3.6.2) >>
+endobj
+48 0 obj
+(fixed\137array\137mapper)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.3.7) >>
+endobj
+52 0 obj
+(foreach)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.3.8) >>
+endobj
+56 0 obj
+(If)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.3.9) >>
+endobj
+60 0 obj
+(Sequential iteration)
+endobj
+61 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+64 0 obj
+(Runtime features)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+68 0 obj
+(Visualising the workflow as a graph)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsection.4.2) >>
+endobj
+72 0 obj
+(Running on a remote site)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsection.4.3) >>
+endobj
+76 0 obj
+(Writing a mapper)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsection.4.4) >>
+endobj
+80 0 obj
+(Writing a very basic mapper)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsection.4.5) >>
+endobj
+84 0 obj
+(Starting and restarting)
+endobj
+85 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+88 0 obj
+(bits)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsection.5.1) >>
+endobj
+92 0 obj
+(Named and optional parameters)
+endobj
+93 0 obj
+<< /S /GoTo /D [94 0 R /FitH ] >>
+endobj
+96 0 obj <<
+/Length 292
+/Filter /FlateDecode
+>>
+stream
+xÚQÁJA½ÏWäØ=ldÉQA
Þ¤{+=¥²Ð"J¥¿oÖvÛ'2Ç{//ÑfÌÆK¦/»áÕ{NvµSÔ]n4¡eÎÐm 3æj,tëåì¶iYãlqè7ûcÙ5¢³ÏýÛGÿ¼mVÝÜYª³ä4°U$Z"4Uþ¦éd¸ïΦFOÅr,½å*ÂÚNDpðGD#Ø%/SæñgáéÂ8vYÐõõj&w'¯µüHì¡MµÈ%9ª¨iÅ558³+õ]cqÝ4Ë(b ÌÇ (úr[E³øjZqÝ+³ú=-àÿ¢m'£ÞS2endstream
+endobj
+94 0 obj <<
+/Type /Page
+/Contents 96 0 R
+/Resources 95 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 108 0 R
+>> endobj
+97 0 obj <<
+/D [94 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+104 0 obj <<
+/D [94 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+95 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+111 0 obj <<
+/Length 1869
+/Filter /FlateDecode
+>>
+stream
+xÚí[ÉrÛF½ó+p$̾ݮ$Xªøà¸\°HɬpQ 0¶þ>
+1@CËeP©
+-ñ©û¡û½Ù8d
ÿX¦4Ñ»Ì2Ef"»ÙLhvïý4a
+fîAóõíõäÍqëìú6ÓhCUf©!Âq]/^OÍæ\ÑéÕÕmYÿóz&Õt_îU¾½¹~QXf!Ué4alÎqJñCÕªN~¸nYyRÆ1"·§&¯ßÐlOðbBteàJ¸t,ÛL
+ÍýoÖ«ÉÇþ].¤V
+ÔBHËúÁ3ÆcLUÏÑò(¦Ôá1¾ÛmËå¶||(4¬I]½SÜ5}
+ ñ54$ZQ`³9£NoËbÆìt·Ø߫ݶKqx<*TS§-*I)ír¨6((î¹uñÃuhQUnÞÔáçåz½«ùjfÔtW¬q-1Ú¯¨
+*I§©Å áZ(F´¥öìZx¤UåM-~É·wûünYãvûF`Á¡DpÆ;ìºñ¨$)_ï&5ð¦ÐÀ]@¡eª =àñ Õy(9Jðû©i^äe¹,â"K´BÝxÎIÆ<áAfs]_>åE:wÉßEfô
+EZÝðVG±zÅÞN4XFéáÁ!Nðó=L`<a%WðÆÏÕö®$òí®|¿,îï׫¼o:áTÀXÇØ1fßó´¨y r
+¦âÔ2ÿ /Çú(íWv5%½XôÊb-W¸è[T-záE¿QÃlð¸Ùíj¹ÿE)_÷Ì°æTÛ,ÌÏ Å×Lò%ûy§!7 -=ºoij©tôr7ÀêÓIgnð¨Ú
+²qÃ÷y÷=â60á{E
+*Á¯NXâýúEh·_ Ý£%|%íúÂí)KÙ¢Õ®P~(ü1¶?RÇ¿éß;Ö<;ãHAùIúQÏ_Ü)s ¼u>Uu^
+;Éxù!%¡V&ö-ª¶n¬ñ+ì
+ú¶ÐÜI]ðgýîhP ¶JrvJbö×ë¬ë5ЮÇÑæÀJÃaÅaÙ¹ÓD©,¯ÙÀ¯Aµ Æs&º~ß¹½\V{»Ãÿ?Þ׿«o¨-¡<Ú¿¡nP iB,1O(ÒR±c
+Ä6*V5JKÚ»=Wì *άÁÅîA^ì¼{µmþX |¹xW+¦·
WP
ézÞ ¬
+y}R
c
+6*P8ôâ]tp«ñµÕ
+7ÍRçvW,ó÷ñRGYñB÷¬tN ]èFi~µë¬åG_ -bU-7®À2^¼8ÌJ$v -ª¶
mlñü6reÇ0lìHÎ(,ê4§ÙGMqK\dL_PEÄÑÁ^>(Ð9M|æТj˸Æ2WËöËmY]9ìVå²èýtUÜ©åY.¶G%X1cBÒÍð¼4è¬Ð^ÆÑ.@úRsnuJ{'EÂ.DUÛPôNJª}ë;)/÷`Í9WR¤";
ÉbxT¯[HÊ]I°U³
u(H{+åϱàa¯Wíñ¥?Bø0ctº+þmØ͸_ÔÎ7ZæõË]ßGkT.¬¥¥î<OwËåQÇàPëªáSÃÀÿ±Và Ú8Z¯Ã ôâÉPÀ¢T+ØUµ¨ZõþÖ ÛVí0b.]ÙèÿfÉhlp.E2ÇJåÕTZ{Êtñçó Ú¶£ð¶ÅÑp I/ÞC X®×[Tí åU±*W¯êþÃ3¦%±\,Ì×s ¥A%hµPNxý2PÐn@[G«ZêÝ%½|Få¦q%ÜàQµ$âËÅcýÓ»üauÙSXÈ
+XÝ
DzÎTo{Æ|BxÔùNX£ñ££%Ä%½|*ØÁ¯Ó´â÷¨Züþ®ÉUú·¿zðotg+@ÆdaÚxFð¨;f5m";¥7*÷©g®"a¯ì´Vx[T¢q´Ã7QذЬZ}ýK9üt EÕîקïVñ©¬!LX
a#²JÞV(ÌÎÄÐ9 PáÓC@ZÔáÑÛsßòÍrÑñÿî¾:ô÷ß]á%
ì0îN| ÊEõ®§LG;_6ÕyÍ¡9zoM_ÁÇñ¬G¦D×{PH3AÕú ¿9?FôÙþ`Ðendstream
+endobj
+110 0 obj <<
+/Type /Page
+/Contents 111 0 R
+/Resources 109 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 108 0 R
+/Annots [ 113 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 127 0 R 128 0 R 129 0 R 130 0 R 131 0 R 132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R ]
+>> endobj
+113 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 706.3558 126.6998 715.332]
+/Subtype /Link
+/A << /S /GoTo /D (section.1) >>
+>> endobj
+117 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 678.4604 124.7471 687.4366]
+/Subtype /Link
+/A << /S /GoTo /D (section.2) >>
+>> endobj
+118 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 648.6621 151.3174 659.5412]
+/Subtype /Link
+/A << /S /GoTo /D (section.3) >>
+>> endobj
+119 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 632.6522 139.6612 641.4988]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.1) >>
+>> endobj
+120 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 612.6622 204.5674 623.5661]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.2) >>
+>> endobj
+121 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 594.7294 163.2031 605.6333]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.3) >>
+>> endobj
+122 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 576.7967 135.3873 587.7006]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.4) >>
+>> endobj
+123 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 558.8639 122.6553 569.7678]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.5) >>
+>> endobj
+124 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 540.9311 130.4061 551.8351]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6) >>
+>> endobj
+125 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 522.9984 209.0213 533.9023]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.3.6.1) >>
+>> endobj
+126 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.5547 505.0656 207.5069 515.9696]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.3.6.2) >>
+>> endobj
+127 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 489.1902 125.415 498.0368]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.7) >>
+>> endobj
+128 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 471.2574 102.1823 480.1041]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.8) >>
+>> endobj
+129 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 451.2674 173.3045 462.1713]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.9) >>
+>> endobj
+130 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 425.4093 146.326 434.3856]
+/Subtype /Link
+/A << /S /GoTo /D (section.4) >>
+>> endobj
+131 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 405.4392 238.2109 416.3432]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+132 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 387.5065 195.7206 398.4104]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.2) >>
+>> endobj
+133 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 369.5737 165.823 380.4777]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3) >>
+>> endobj
+134 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 351.641 208.8313 362.5449]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+135 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 333.7082 184.094 344.6122]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.5) >>
+>> endobj
+136 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 307.8502 88.1347 316.8264]
+/Subtype /Link
+/A << /S /GoTo /D (section.5) >>
+>> endobj
+137 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.6406 287.8801 222.5397 298.784]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.1) >>
+>> endobj
+112 0 obj <<
+/D [110 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+109 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F52 107 0 R /F57 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+140 0 obj <<
+/Length 388
+/Filter /FlateDecode
+>>
+stream
+xÚR±NÃ0Ýý7¶Cí³}#HÄ
+1Hm©+Äßã6 DÙPÜÙÏÏï½3Î{ôb"1O[¥¡Î{÷FL1sÔM©®îX xã¡\7èf: \=Í®ç
a=[|6ë4åÜñlº¾©6óçò!³ÄÌâíÅCbP¡0#MÓ4¬º-dMªZ6ñ êC==kXeJ£HðÆ ÁV1åÒz3lÔB=§]ãÐéÈÃ0Ácd ðY ³?GýFFr!g i§ìÂàÚ\a$#~`Çð^v©¯éOëVçÈ]¼$ò`Û\_rMxÙÄ9Å4Ò¬HÈ",ÝQUùÖìQNÿªû6õÝj¿ÌÃýVÒ4èc׸ôö:ûÝXtë_ï¤jW#k¯yﻺ¯¶Û¦
MÕÖûª~=;»XöÍ{¿³>OØKh°ÈÑû|GÅqºírÅrendstream
+endobj
+139 0 obj <<
+/Type /Page
+/Contents 140 0 R
+/Resources 138 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 108 0 R
+>> endobj
+141 0 obj <<
+/D [139 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+138 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F57 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+144 0 obj <<
+/Length 4447
+/Filter /FlateDecode
+>>
+stream
+xÚí][ë8r~?¿Â Ä
+Ù¼M²A&Èîd6yÈî`v÷AÇVw{Çm÷ø2='ýï©âÍ(>Ý=KKT±ê#Y¬*RT5QøÇfRUózf$Z11[>¾£³{xöå;æihÑ¥ú·÷ïn#é¬&µâjöþn¦8QÊ¡ëÙûÕç_Ü,¸¤ó¯×wGwùþ¦óÓq·_7?¿ÿ-pa3\@.Ö ÍÌZJn¹0¨ªÍüÖý0õÞýú}ê!¹Aß¾ûãélÍùí;JªÚ°Ù3ÜP«ÍßIBñP²y÷õ»ß9§¼"5r¼cÑBÕÀD|÷éJɤ<w1NjÆ$¶<6"¹ªÑF°YY"2D&ÌPäWÛãþÓùnuZ×»¤îP/8%´¦Ðp#§ë÷ëÃÍBTt~ãkïl©¨çëí±Ý®Ú§Ùù§ EµîvÛÞp9v7§C»÷ùñÁ~h륷»s¿NÍØÜ,¤¡ó¯ ð{GÇ=´ê´(ÿ¨ñí~ÝväÃc³ñ-ioÿµûåúÐÞºæñiµ û{ûü°^>ÖjþqwrËfë.ûîân·4ûC»¹swWsß6+ÿh³ÛÞC++Æç_Ü[_ßv^üR¾?ÝÐr+ÐY® Eíf³suwûÍjd°«0*k_¡ÓâÏ ^-PèÞmÂÅñùAv6Ëo|[ f{jîÛ¥íÇ
5BÈÐÌJÿÔ÷©`ÕYwîþ®mplý@æ
&z|½Ü¯îIl+i¶«^%èôÓö¸~ô7 ½|qæê
+bWÀú´ÛкïÖûÝö±Ý?sôp²:%öâ/°Ø®·÷îæ/»¾x·u¿«õNª;§·Âõ±=`³I«I-¼Õþ
+2*%«qÚ~>6ÖØð{ßV*Þ4Û@}8Â|é£:Óè°ÈãÅöÐz¾Üm§d{/:ä¿;AÍÞßyZ¯Ú¡a¬À8¢+©et¿
«ÿ<[ÉXcÑ:¶³9ÇãÓç··ÏÏÏ7JÎÉrM`XÖËæ~GÚÕéöðo^5Û®«þèÞc3·ßÆÖÙòôð4lSLð`
+L×´µújÑ%KÛrC48 ¼`l@·î¯ýµ¯V»åéÑiÜ=?´{[E
+úï¬t% ¶0;w§Íæ£q
+ü<
+(¥gÙ«Èùi¿»ß7î)kW®ªníõ¯5L£úýÞ,Á¼o %l6+i\A¡tþ?àþñFÊùÁÝê¨8¡\k 岨±Æ¢[%¯óÅúçUýè
+3óI«Ð¡sTñøEªàt}¼ÑVRðÇ
ëèÇ]UÅë¡|ßÁB%
+H)þ
+MäÒ0Q:Xm¢:îl×˪£ÓI á:ZÝÆÇf{j6Äy·/6³ë(òìÞrsZM1;!>_sùÁ¿Û¶ºL¡S~8î×°[N!8zµ7ûnVIÚõÙ§Á/ìÛ%Àúh5h*¨²&TóÂÚ K n#åSÁmVdn"f(ò?|¼Ë?Ü(pã1ÏTë;4WÃÞu^1>ëÑÛï¾lw:>ÞK7î'Dbpé'DfoÁjºIÚpy׫üä%xÞvÕáGߧ/R:]-ɬ_-Õ¦ÕRUWDY
þj PÀ÷.g«H¿UúÌÐU
+OÑ9I2´:¸,:¥< % eÓ¼\=Î^}V°¬ Â(.ÝAdT>Ý]C#tÅ!v(+î×&$b\ÿVj(á0ÌiÔ~üùÛü(ѺÔÜ3Û·³»³é¸õ6hÆT¨|LE4Ut¸]¢ÔPWc; ÜhíÓ !F¯IþY·Â'ñMå¾ÿ`î_¤ÐÙþ~æ.~ß!J5pÎtaÍÝJÕÓÅ@ec£OIcp:
+=ë²¢Dèº.B3-*Ad=hÞÜÝA$ÄÁtºÄE¤*HO¹¡ø¦ÕUáßZáÝZ¶×þÑM
+MÖº¨pâ4OɲBkb0³.·4óDÑ:ueâ&LbÆQé ½ÀTåŹ^lª2m·ÖÔG
Ih»ÀO£§Kj0°hñü¨¢¢HKÆaaéFM¸fæÒqô% _»·²o[»95\¥ÃTÙ®NÒí(*Jçô'Å× êÍR`*8+G)Þ¤,ºC±<Êî;,vSèý¡ÍGPDFtö²7®Bq©ézÿ>Ç$©´EWDâª$Üy£yõ"0¡n M"ÃísNZêOÒ·ß?Ûò<øhË»àã;^¿`òE}êà8:Õów)P Æ^6¬¡n¥%mǨ²fâS&ã¤/ªÁ¢hë
+óÐ]Úá¸Ú/fTÊ,¾E¤*HN¹¡ä_%B
FÐáøL6<ÒÄ'|Qü¿b`´mÓ½rÃñ¥»(´=P'ܦBCp$Dñ_Üü@_D0ä;xñZÑB¶Õ¨$Ò±¤Ñlz+ ÒJ_78dUa$.Î,Ùß&+bjm®ÃuÝoøåï7@äX7S| *-¾9
ÆëYíK}?LC.¸)at=àøG*ð5Ë\Dªè¸îþçD¨®Læ²P§!á=ÅPu¤Ýªy(1TíBy[
pªÖ/ëà8:ÖGC¦÷%^ä¼[Gw+ºPßgBÓ9¬y0Q
9¹Ò SóBn(ô_¦#&XÐ×W|uÀ¿|,êPÎXÞGªo«íÁÍjÖå D¹~Gm øWS;[}Ó.=ìf;2Ö>µ³6̳ͻêÉaW½'9ì+O+£^Uê<;@_qlÀ?î?ÐÀÔð}0òð|ìàÌàug9°Íuû¾î«OT5xØí¡µ4¯?³Às7Ôh
måWÕ9ÙöâdP*µ{9þCçñ°Ñ6>ÎÖÞ¨þ)å»`xºÿðy¢ÂÔ¯
ZWz\
%ß©p|H'>Ö +ÊeñôËù»,ÁáØQîñéOk+ÅwoÉo¸#ÍÅĺ¨Ä
+øʧ84³.¯®¨ë®@ÖõLvöµæÕ[ 3,ÉsdUXÛùÂ¥¿ÌîLdñ-"UA´§È¾M
+-¶'tÚÙúxG'úâGÏê¡{®U
vª`G§íRT¤RÕÕôüø¦§3Ó¨ò¦§;ª¯5=Y\Ñôtqª9BröØ Ü× yª²»µÿmÄðTYhHUrÝ¢9ÐKO^|4<Å9l»©$*ùóX^ÿÿ0ü*º`**À×c
+¼xßËèÖ°+ad=lï¶éÙIcæ- áyXhé6OgàFgÀÒa!·T%Á 7¼;ä¢õPæt³=yI¸#ßãvÊØ;QC¡Õª$XKX RÑ<ö·à+AùÅ-ô% ßÉç
×ê-ô7Î5,èKð"]Þãnµ¾[·IpÏ¥$º2òM*F7Å!t=~8ô1=®`6:p©J¢J´'9)~K»wöDú¯]uí<Á%QFÕùGªXK§¶BF¨RæâFútG7p.{®eòõ«ñB³iE¸²a^£(ºðY×þÉÄoit]ßN±ß¶_ýûdüÖá ;oÕd¥&¼PêçîÐ9§RÉÕÕ\.Lz xòiÿèR¾éÿrzú}{åí¼e®3~½Keu?ÉÀk§3sAÌ
+ÿãËöpyQ¨«g~cï -M^¨ß8è
+|ÃÀµvÙU~t=²#7©Æ&¥Yo]Æ°1zæõÚåpU ê :ãidg.ÌàZD¬È!§QÝëÑ®¸ÌÆTXåf;*>õá¡]M®÷
+ÃpÁ§nFSBfi(ë
+C7¹L²Ð¢D@¤Hì©to0ؤ¥QßX_-Íoi:#±5*»SßÕWîÔçq²®e3¹)øÈÎV0,ÚÁ.²ÑxÆhL:·T¹)·ñúh3{B3G|£%ÎOøN <Ûã\«aÜÐ\ÛöK@^0jòãÆ8!;ü¦Wyy© ¯Ño뺾Äé×q¼ ;á:ý b¹&wæYVnÊmôcÃèg%#?à!úãB!ìËN½uO`Ûìi-.(²â|UZ¹\©x)!^õ PÝýÑ-(9ÝW(m®)¸µYcìÕªÅlFÛ5æ äVÛöéi³^úã²]yr´ª#ü5ûuóa3"Æs·ù Ë9W{{ØcéÐB¾¬-â^#RCPÕõÚÕs\æ9(°R²ä9ÕT¦pÞ«Ëîµç½òÐÂy¯´lZ÷2ðü"3/;á5~ÉÏIfOµ_¸gfZy¦¡Sæ~QnSÍ[÷ëͦ¿kÜO'³6³ÚÆl\LÅ~ä]NAE[Ì¿Úú*>½7äJDÁÏk*aêîaµó3òÈG6=6^Øîó'{/cõÕ¸\ô
+
ùª96!¢+ég
ÇSHïø¡u%gõ»~~h1¹¬ç᫸³Ï<ìn0þíãÎfûëݾaJÏo&@å>:&I%19(ÎÝÈz²Æýø¦^Àa
+ÕnؼÜóÿ/LÚï6ÿ)?Áý쥹q´¢[_äÒ´Úß;˦BwÕ
L£dr&cZXÅ®Þõê]/ó®Uc6Ö¬wTSÉÈ81Äv¹¥ÉÈ<QA¦sÔ²/s4wÃ}¡e¯¼vOü^;×ôKÏfU0I£ézGN4BS5ùQT%¡ ·éld@^:0¾ÀÑ©>ÉldáR¶õª ;åvI6²`© Bø¿ sµvoù±+esÿEw(2¦'PMe#¯N{#ûddág§«û Gù3cð.ÈæÎ ó¡=(ãùÈÂíKàÄ÷i8|dÞX2þh^K-ó<öhλØÇ÷Ã!te<hRÈHGæßK¾J<ZÈÈ|a_l~ÂdNFÆ3uyÈn0`S©È© Ê¢[DªÜÛx*2nÁ?¼Õ:}Ä5ÐÅ
[ºøéTdZ®L¡é¨$zÈk:'ªÒõÅmô% ßñ<dÆà)5:P
¹Mg"óÁFí3^c7^Y©_=éôðô)§!óce~Ë^ÿ|·Ý$,é$ËãVøoôçgAÚÿüÄÍendstream
+endobj
+143 0 obj <<
+/Type /Page
+/Contents 144 0 R
+/Resources 142 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 108 0 R
+/Annots [ 150 0 R 151 0 R 152 0 R ]
+>> endobj
+150 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [427.3941 660.5925 567.9254 671.4964]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/quickstartguide.php)>>
+>> endobj
+151 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 648.6373 165.3344 659.5412]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/quickstartguide.php)>>
+>> endobj
+152 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [199.0314 618.7494 421.0166 629.6533]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php)>>
+>> endobj
+145 0 obj <<
+/D [143 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+6 0 obj <<
+/D [143 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+146 0 obj <<
+/D [143 0 R /XYZ 56.6929 731.2722 null]
+>> endobj
+10 0 obj <<
+/D [143 0 R /XYZ 56.6929 580.8258 null]
+>> endobj
+153 0 obj <<
+/D [143 0 R /XYZ 56.6929 543.8291 null]
+>> endobj
+154 0 obj <<
+/D [143 0 R /XYZ 61.6742 493.2291 null]
+>> endobj
+155 0 obj <<
+/D [143 0 R /XYZ 61.6742 492.6512 null]
+>> endobj
+159 0 obj <<
+/D [143 0 R /XYZ 61.6742 481.6923 null]
+>> endobj
+160 0 obj <<
+/D [143 0 R /XYZ 61.6742 470.7334 null]
+>> endobj
+161 0 obj <<
+/D [143 0 R /XYZ 61.6742 459.7745 null]
+>> endobj
+162 0 obj <<
+/D [143 0 R /XYZ 61.6742 448.8156 null]
+>> endobj
+163 0 obj <<
+/D [143 0 R /XYZ 61.6742 437.8567 null]
+>> endobj
+164 0 obj <<
+/D [143 0 R /XYZ 61.6742 426.8978 null]
+>> endobj
+165 0 obj <<
+/D [143 0 R /XYZ 61.6742 415.9389 null]
+>> endobj
+166 0 obj <<
+/D [143 0 R /XYZ 61.6742 404.98 null]
+>> endobj
+167 0 obj <<
+/D [143 0 R /XYZ 56.6929 354.9229 null]
+>> endobj
+168 0 obj <<
+/D [143 0 R /XYZ 56.6929 356.3824 null]
+>> endobj
+169 0 obj <<
+/D [143 0 R /XYZ 56.6929 345.4235 null]
+>> endobj
+170 0 obj <<
+/D [143 0 R /XYZ 56.6929 334.4646 null]
+>> endobj
+171 0 obj <<
+/D [143 0 R /XYZ 56.6929 323.5057 null]
+>> endobj
+172 0 obj <<
+/D [143 0 R /XYZ 56.6929 312.5468 null]
+>> endobj
+173 0 obj <<
+/D [143 0 R /XYZ 56.6929 301.5879 null]
+>> endobj
+174 0 obj <<
+/D [143 0 R /XYZ 56.6929 290.629 null]
+>> endobj
+175 0 obj <<
+/D [143 0 R /XYZ 56.6929 279.67 null]
+>> endobj
+176 0 obj <<
+/D [143 0 R /XYZ 56.6929 268.7111 null]
+>> endobj
+177 0 obj <<
+/D [143 0 R /XYZ 56.6929 210.4646 null]
+>> endobj
+178 0 obj <<
+/D [143 0 R /XYZ 56.6929 211.9241 null]
+>> endobj
+179 0 obj <<
+/D [143 0 R /XYZ 56.6929 123.7896 null]
+>> endobj
+180 0 obj <<
+/D [143 0 R /XYZ 56.6929 125.2491 null]
+>> endobj
+181 0 obj <<
+/D [143 0 R /XYZ 56.6929 114.2902 null]
+>> endobj
+182 0 obj <<
+/D [143 0 R /XYZ 56.6929 103.3313 null]
+>> endobj
+142 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F52 107 0 R /F91 149 0 R /F57 116 0 R /F92 158 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+185 0 obj <<
+/Length 3679
+/Filter /FlateDecode
+>>
+stream
+xÚí]ëã¶ÿ¾
»(P/pfDêE5´Ú<P$i³@?$ù ³åµ¯´äìþïÔôù68à`Öc4ó!93fîè*?t'$ÉX¶â4&iBÃÕöñ&X=À½/o¨¢Ù ÑƤúÛýÍ'ÿUF²%«ûý*a$IxÅKW÷»×½Û°8Xÿð\î;yxÅëSW7e~¼ûùþàBW¸$¡à¥)Hã«
+¥$cÖsaðhÊ×Èçnþ~¯!"Â4£$ ½ùñç`µu¾¹ Hqºz°(£«ÇÂa0¼r¼ùáæ_G¼Ë"<7i9ÍÆ ÍOëe±4ß·Å×oéù»+~
+V©³\þ<5õ¶ØuuÅN?4EÑÕ¹ÛFàP¶³Ï<Ç£:jÊN]¬OJzwPWnÅñX+Â;`X7ÇÝ<,Ú6P]m! ÙPè(éÕ¼¿ãÀ¨ ÞÊâÅëßê
¼ØäWâ0\¼$-ÓÓlO]!4J¨ ·OUùFuå±ìÞʹ=¦Pô(àv¨Õ¬4QÂbÏewP`åÏSÞäEW4ÄíWÂ@=^6Xè·òn~G×ÕNïʦØv-*©°·]^íòf'Ï` NJé²êmj*ªn£nhÆHÓWíá:ìCo»S~4ÉÁS«.àÌim)(q½~;%MÑJÍ3m(X¿RsÔô1!~æégröîMwûŧ3,¾*úé%r¹³1\ÍåÅßÄËÁ ½>ªzÅÀ±*LÀ¡àF÷öIq÷ê\Mp4f¯ñ¥Ö+
£Ú0iÒý[ùdwÈ;ä¯mëª+ªN±iv1¦Á°º_+[¶à
qüj5T»²ýE
+u5³z§ÎEÇÌXÆîsÛýÄü¥s£øm-´y¶ý;eÈkäÏ^¡CëªP¦kõtzBöPë'q¢kÆ#裱f©vú¦Ø×ÍhÉvØwnæ'Ý]3±¯
«¦ÐP
+Ç×l˶hQÙâOÂÕ Tä(zíO¨Å+׶|Uk+µ+ëªí¼Ù¥>)æû"u_ µ÷Fü'Ka;NBBÈ=
+"<Ù2QÑ©I'iBÔ)i<òƬ¼æÕÃ)V¢A» ]Ù+h%DiàÉ¿L*) WX&ë@èX(g"¥¡n¡Hä:a&~ÂAó°©01HJx/¤\®ïq ¯\ÉC~Ç!)+:ª´à¥£¯¿®äÒ¶îÉóÁ¹ÂI)èÔ~fgèfÅFN¡ÎÁqø¸KBÄôÝ©±±Ìhåºë]^u!ã?gq"ß½'[u¹¿°rqCÒ©ßçC¹=H²²ÚÛ¼CNÏeõö"2eÈÒÓÔ mE0øtÙÎÅ ²²®^Ù~}LùnÞöÖf5ç±íP°?U½(gÚ³wxtÅ^kßÔCÐkÚ´Ãþ%GG(GøÛé¨À!MâõÔÙ
$
+"º`Ò8;
+°XxâçK±9}GB
+ù
+\
+ç|Õ«½±)Q7
íHHñÑ ÿÉÞÆÍ\I9òyæ`ix§©ä *èxf+¤î¼oÉ,w}÷bþ/}Ѽ
+ VÍÃJü{Îë!çÎÜ/G¦Ó×Tb÷Yê8øq;°
1ÙÁÅ$L³Ì$ÎXè&É"J
÷åqF¤)u"Ü GöýéâS³,ºNöìÊcmíÕÂÚ°Äâ=Û X7ùÓÓÄ0ÂCkræÒÈ#Sz¦Ø)6ÄUù[ènÊ)^»)Sü9nÊ¡úw¢qàMgaì&ÈÀÅaÀÝ£¢©|B'ÜÔ¸L6°",âsFÓûHºÄF ó¼
+&Þ;CîÖ^SydÃØ1+å$àÙÙÓRÓ{ôt£ ï9Ýã O^bR²öe÷¦³ñM %PÆ#Ï° Oè$Öÿ]ñ4& ¥×|ö¥PQ°pì@nÌ¡pD¤¯æåkysd³¤!Íì½Ð1¡r6EÙà&SRñÁ¦/
+Xð&^hHgCëvõi't8qà3[òüùrp².+>)·ø _!þ/"rWùc1dQæ¦òr[::§¾§<Æ|gS!9ÕF*Ð 7ôÂË[¬ "IÌÒ«ÿ}é
+@ð5b&vdöH%ìKÃf!ü:\×ñǾ#9x³0Êë&\i"ßîã°ÉõÒØßÐØQÓY !ðÏáA¸n4O4nÑ,ÑMw(FBkÝûC{¨ñBón'Ò@\gõöAÁg}P&2ô·¶\gHÜx¦2²\E§(}òf©0N¸(Ⱥ>ë31;eX<s¥ OäøÅbº¦°«J¯»ÕkøýøÃoNSê¿HälY$?éÊd8D±ýËfý|qoKtìå½G¸¢ã¶ø¥÷zìÔ{ØN{dO¸-íhDÂÖÞH´Â¢§Km·/çT÷¦øÚEg8&Y¿1zRHìÞ§@¸/ö( é2[ç¾æd{CÁª¼ÄúY©ùØ«C´kVß#tÌÍûÂ"#GAòûÕiïQ¢ÕéC©Ç|=´8KÜ%eaÔ»kÒCH^hÆäkÿbm¬±²Dx½³êuyN[>T}]è«ä´}°^ Í;,ïTWò_új»Ö*]m-<Î"c¥Æ¤Ê'FåâQ$Ür¨*ðáK̸X<4ÅeÒ&J`^EU¤-I£±%áeI8²Øô5£ìKKáz_λDZ¬Ãò»$Íbù|ϺQDoyFý7ÁÊÑã©°1*²åÏdpmÛ®ÈwS%9ý1À,¾N°_ÖÅrÍ(e£è¡2®JìÂynĪ
+½TãeLꧺ¬ºÙ]¹æÛMQÍ°ôÕ_¨Áìü2½RÛz¼óY2(³àôôt,Ýr^bí뾿c)3\Rõ2W¯õ'ÙhÊböĬãu_ÖwGE+ĶþºeÄ-Èi®ØZ©vk{ìyµ39eºm$5Z:RQ\Qäf¢ÊE¨&ÿóR¼ba@V®u
×}×9û.Æl
¨§®PSiøÇñäK RÆW&¯_v&)Äg .$³pÉ%·°|lj7覨,d¿Yúëg|ur}ѧ7w¶Ð3¾ÁzÄOø.
+åD
óèÍ `³DLÂÒ$þ¸pB__(Íba>jâ)F^8êê90qp¨ë¾uÒýF^4³xZ5
+½ÝS²écV|Wïyiº/#3¸d5MvµST
j(¼ÞOÌñÔìqFµãv¯Ä µnuì¤ óì|Ø-p¼í[= ØTµÅ>l©kNØ5×â¡5³k[4pUÙÂbç M#@À¸Føk?+ÂÓ$!w×T¾ÎÝûv¸¡aI®í\¡sÀ-{ÂËÙ9 vÕQ_ËZ®j>~wE$îq'Håé0¹-w¸eb¨%ÓÕ9`=ÃM9Åk7e?ÇM9TçÎ7DMga\îpÊ°ðpóv90ÃGühc!ðv8µ.ܲu¥wVêN3µ:|Tç
ÀÓ9ðrèðàC:ßbç{XtçGèÛ4Ù¥× ôá;Ì¡pD¤òuX#û¾nlºsÀ·Ü9ðÐtçÒÙÐÜ.|fprKpswØBÏxkå?á{^çS÷¡sÀ-|ÊÍÛ9p¦úFò óuw¸ÕÖe¡nÞñ1rÍÿÏÆü^9ÛÀÅ$èu°®Ûá~;$I)sÖ-j¢sÛL®ïÝ6à¨é,Eõp,ÛÃbµ Qßç÷g¦èå¶[èm>cÞî¶9½Ïnð@ÈpÄAߥ¦2úpÿz ½õ@Á½¬ e®o@Ø_Kø=PÆ`^b÷BÑT^cnî¾[ÊÂktøÐÑÁÅà4çÆspß748ñi2á¾)ªíaqsæ gìÈÜb±êÛûÙâ;CKâµÞnùLù·AiFã³cG¦þ)mËüyµÍËv1¼;!8áL$¸Á%80xp¨P`âpD` pãñw׺¢Gà;¤¤qxýÇÌ>x0b1 #ãÃB6s\Û2U
)s¹©ÉwFOS²ni2e{;\1Å-xÌËÛÎdë}^7
+k&å^¦¥ÏonÞLîF¦°à£,,óXÓ@wAyäx-¿vÄ\PÎõÁâ²Âé
þÍÀ¥ýø%A endstream
+endobj
+184 0 obj <<
+/Type /Page
+/Contents 185 0 R
+/Resources 183 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 108 0 R
+>> endobj
+186 0 obj <<
+/D [184 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+14 0 obj <<
+/D [184 0 R /XYZ 56.6929 584.6307 null]
+>> endobj
+187 0 obj <<
+/D [184 0 R /XYZ 56.6929 547.9207 null]
+>> endobj
+18 0 obj <<
+/D [184 0 R /XYZ 56.6929 547.9207 null]
+>> endobj
+188 0 obj <<
+/D [184 0 R /XYZ 56.6929 520.8533 null]
+>> endobj
+189 0 obj <<
+/D [184 0 R /XYZ 56.6929 457.9878 null]
+>> endobj
+190 0 obj <<
+/D [184 0 R /XYZ 56.6929 459.4473 null]
+>> endobj
+191 0 obj <<
+/D [184 0 R /XYZ 56.6929 448.4883 null]
+>> endobj
+192 0 obj <<
+/D [184 0 R /XYZ 56.6929 437.5294 null]
+>> endobj
+193 0 obj <<
+/D [184 0 R /XYZ 56.6929 426.5705 null]
+>> endobj
+194 0 obj <<
+/D [184 0 R /XYZ 56.6929 415.6116 null]
+>> endobj
+195 0 obj <<
+/D [184 0 R /XYZ 56.6929 404.6527 null]
+>> endobj
+196 0 obj <<
+/D [184 0 R /XYZ 56.6929 393.6938 null]
+>> endobj
+197 0 obj <<
+/D [184 0 R /XYZ 56.6929 382.7349 null]
+>> endobj
+198 0 obj <<
+/D [184 0 R /XYZ 56.6929 371.776 null]
+>> endobj
+199 0 obj <<
+/D [184 0 R /XYZ 56.6929 233.9081 null]
+>> endobj
+200 0 obj <<
+/D [184 0 R /XYZ 56.6929 233.3103 null]
+>> endobj
+201 0 obj <<
+/D [184 0 R /XYZ 56.6929 175.9241 null]
+>> endobj
+202 0 obj <<
+/D [184 0 R /XYZ 56.6929 177.3835 null]
+>> endobj
+203 0 obj <<
+/D [184 0 R /XYZ 56.6929 166.4246 null]
+>> endobj
+204 0 obj <<
+/D [184 0 R /XYZ 56.6929 155.4657 null]
+>> endobj
+205 0 obj <<
+/D [184 0 R /XYZ 56.6929 144.5068 null]
+>> endobj
+206 0 obj <<
+/D [184 0 R /XYZ 56.6929 133.5479 null]
+>> endobj
+207 0 obj <<
+/D [184 0 R /XYZ 56.6929 122.589 null]
+>> endobj
+208 0 obj <<
+/D [184 0 R /XYZ 56.6929 111.6301 null]
+>> endobj
+209 0 obj <<
+/D [184 0 R /XYZ 56.6929 100.6712 null]
+>> endobj
+210 0 obj <<
+/D [184 0 R /XYZ 56.6929 89.7123 null]
+>> endobj
+183 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F91 149 0 R /F52 107 0 R /F92 158 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+213 0 obj <<
+/Length 5154
+/Filter /FlateDecode
+>>
+stream
+xÚí]k䶱ý>¿¢a\ 3ÀV¤DJJâ ¾¸ëÄÆÂN¼sãÚnÍ´²=Ý~d<ÎÍOQdQøÒ(³°á4ØéV꾬bQ"þã ¯hµ( K
+N²Åòþ"]ÜÁo¿» Jæ
®M©ÿ¼¹xý9KURqÊ7·N^¤lQ¦EU´Xܬ¾½üìê²ôòÝc{{o®rvy:îöm½¹úîæKÐB%háÐ kB1ÚiÉàÖ¢¼|-ÿLÜwñæFSDEEÑRüëŷߥçË4É«,áKм"ûFàcÆ)^Ù\¼»øc¯¥y§%sWÉJÙâ>c¼ÖBNüù¾ex¤kPP
Ô.hRe¹ B®¬ûfq«
Õoæ
+ÏÒKäÔ®ÿ¸{+8Et±¿[È߸zhW IY¡{hEeßÊEßÒÝ¥DߺÝ7ÛåzÜ£J¸« ta*´è¡P¶ÊE§$CØOÇðKB)GÞ2kùºúnß4Çv{g±ÈË°´
+\KÅ°-mûÏ)K-\%,KÒ'L¿û8¨¼'ÆÂÒ-X|bS[HÊERQ÷F©trÅÊûÝö/»ÓÞ"Tñ [8Þ#da8ë¦`óªw-µµ©nA~eYö,)ÒÆN=)çåÙľ¸å %pÚs
+ÿØ-RU`ËZHûæp¨ïÛvÓXFÖleAøÂÔ:æȬ¨ª(CBIBa1Zn@ò/õC½m6C'´JYáµaóJ.CØ¿¶@À4@Ã6ïQ°t»ç¥YJåQÁ{cT,AeÛ®wÛ»eäI¤eÍ!¤ïRrùPbQ¡YÃhEïQr£f:~´ÈdÐ¥ô,2xo
áó\X¡"<V´TTÊCÐßø'a1WÐóñãÏ}Cø'%2½Up
+C0hïe°ú'#Ð?ß x[l¯£Wù2Ëù °^ÍÀNïFOqr-|?ß)H1> `O5rRÌ]
òP·Æxà´kðø°ÛnÛåº}¬ýöýÙó"d!¸í)-RDB½AÅGºâNMZE ÌeP
%S+seVFLý#S©Ú2
>
+ è°%4:«ÂQC(jB9ËÝQCã%t a at D}µ;62Zx\×*nø¨®,ëüÐnÍþøFý²jþ¦tÛÛÝö /ínåß¿]QvYïÛúý¦Q?=¶Ç5*ºÊ;_Ö»ö»e³:íC·P'EÂsulÿwÝ %R1`Ûä'¸ån_ß/ür]««ïܶ¯@yÊáfßÈõî´Y¡¨¼÷¸C&/mQGùEµ+øÒj|%úxEþþ0U»oÇÝþ ïfi5×Ö ¬xÛ}½]ÖíA\rõVÑQKFñèÒº mS/U
.wÛcÝn;pñ½´IÆZ7\µ·¢t·P[Õâz{w·ÆYé_ÛrY¯V]oôò¸WͲ½}`ðý¡Æh ¿¤ÜÃîÐÝUo6OW]
+(Q}
+>Ö÷máçU'ÌeÝíZ5¨eu±Æk·¢)êÓæ(/ȸ9)
#Å\4.*ºV×Æõæ,òÁ ãlJp6%îÕ)(Õ
+HQnÕ^[õáëYòÛ®aX}¯Ã,elÄu<í¢T¢ÍéD`IXÅáÖª)SJBvkH0ojÑbݾDBÀ1ûaL%«êöSV¢;TÇ.¡5v¨/VZ0µ³bÖ4SRÖùIZ0eiM&öBûf3°§Í`j#Ô]3 2¹ºÎ@Õͺý04æCÇ¡õC{¬Á<!8þpD
ÊÂCk¢o·'eG¤©tZ«´(.;TÑ^9+äthF(§mû½º´G0Á6õ±éL¥<¶öØÙU5¿o°2Ú,ù·Céûúþ'6Nm=n·õ2Zîîïõ`Ý´ÛF
+z¥®Ûû¥oÂr°2Í?Þ:ÅXdÌ[¬¨8ãçm¸Ý?eYT)¬ÛpZJÄÿw>NÁHÑraê·äE3ZÄx¡ØW³\ï|/@
+÷#ÔPl at mÝl67{
+3"¹a\B¡2ÿßÍÄ?!#P¿cò1x)Gðǽw×ò-2mg1Âåü~á9NzÓv81 ò71ID¨XJí
+JÌ¢Q1 ríÝ
+CEï
+D¨XÊÞ]9Tô®@
!¨|gSaIIæéîÒR)$¤¬^npëñ=)WEèéÍìõÔo©ØÎÁMEæçauoÊC¦yY{IÖÕ,;£ïQ±0[oMÍ¢ÛZ1*j[k@åOÞ°ç*:î¡ba8·V΢Ñ1{ey/
+¯XÀf1Wç<
Î*Ñ«|mÿû7oß~m-§aUCnê³ðU¥ÞþdÁæ!sFÄƬôdº*ñ¦IeD20àc¨9Uø3à´³Tw5uÍéåø\~³"ºðåîué!û?ú3
+ÉÞ¢7x7|þC÷ù/Ã2(K W)åQj©n§Ïò!Ó0ÓAQ(ÊYB8¸,Ð.Òs»Ûß1°e}¬7»;o0pÎ#ÑHS*P(h_AP]&¨|¿Ù-?t¡6èé9#ÂÂ7#2Þøy»?ðå2·MZO]ôþÞïVííº¶VbVUÃ5¬êÁÝFL¾ÕòHÍ_|.åßQè.¥*ªáäØ!Áþ¬Á~ø{»;u:øتãòõq¬@KÆÚ^É×úÃfßÔ«'ùåÐ
dÿ&¢Í¾+£Ð³=îÛn¯KHÛ!ðý±W©6ª ¡"òÙJqå>_DQ~êÚAü]«2þújX#Òl
+kGL²Âè{E JÙ2 o
+ãÃ25ªZôGŪV!ÚÓáÔíýǯOýë÷íö5FWß=A#·êï}ý4Þ²ÆbD.o÷éðt86÷"
+ü
+ðD@¹é#ÍÞ kVà/Òòt=/Ç&-Dz²J²Ò¾\YAZH0Õõf½;½gLc°Zç°ngæà¦$FÅ¡>¹
¨¼( ¨¯½!!¨¿È(rÕlׯ¹÷àà ¶6gµw=±Ì½×·ôvG Ú×C
+Zû¢XK»ÔÊZh%ku÷m·*18Iгòè°£S¼b¤ûâ«w7½}ûæ¿Æ3
+^GZ ¦D9f¬<h£ËÆo޼ͬø¬õ)ey¸ßh©´¥M@ÿÒ¶óÃÏLí9Z>¯äFÍóö¯þûÿ,
+dr,¸Ì/(û¦ñdäÐÓ<Ï¢ü¤Ü¨~¶§ÍÆ¢ãYÄrç°<,þ;8úYQ$9xy<WXæw¾
+ø#[½¡2xyÙÞmwÝÒç*i~ëòà\s<ÖlºÜ ¸,ó
+ÍÃQþªÄrp,»nÑÌU&Ø@ ¬^÷kÀ2åÁÅþQô^éÔùM¥X^ï4qmàU¯"ïÊÁÃácu¬Ôê{ e&Ilv¦ËéúgË©5Ô9XËÓQ$:³IÉ4væâºîôÓé/+ÓûwïúÜô[
+óôò'R'§ ^MÛñn¹oîôE3ÖÏýÑ=¯Æ);ÈpÝê@è]ƹZèõÀʳü¨)±g¯ç'íõp°¤¨DÀ·54Dµ/õÓHLu¡T%b#øÐ)<Ì·Òy
+OådD8j¹I;a$²BÔ®µTTÊeVÃ;gCú{F{|)FøF:¡ïu¸ôzË8nióuK½£;±øýNq+'÷LÊÁ
UãKôLÊ¡øiEI¢ÜdkQC&Ø6½E?Çî×<M/ÿîÀŧùÙÖ¿°ojÅC\E ;Ïh
+»
¥ëLmPX§ÞT2Ý acoÆìNÇÑ!¤¿'°Bá;÷¤îIE
+Cdz-ñ,£ÙþFE!O$Ç
+bجÿB^>íf§åü>ñ/9ôbTtzh
áN:Ô+9Tôj'BeáN:Ô«Tú5P^T®½I³³¨`mJ PùÁ»ÁD¯ËÂDÆîCÌãEIc2Æð<
+Hí DGw91¥GèaoæØΩ)Ç¡g#£slgQÁ<Þ13ëPçØΡ¢óx#T,÷èÆÛ9Tto
áÌ:TÙ¸³È<Þ
+µÜ¸)6ÞPPj±£½´é÷¿,H¬÷÷Ljã*°ï¢gì{E-mÎ'3àÕ3¾ïkØ¿nhÐs(iÂó¢¥bØ6¯/^IJrráQ>Ê`¬×íæVY§E)6JÅ@-m¾ Læ áE>µØZ>Â@É1««ïNV¢Añ$Ïy¤ìZ*lisöõ,'II9\pÁ[zÝ=«ÄG¥bà6_w×;S¯wJcÆzñÆ,a²,\l-µµEºA¹HàÌϱû»7ª8§A)Ñdÿð6Ë,WO<7×Gi.£[-(n.p¯R®qül÷í)¸³YIIxãÒ")hÉýÛ¬ËÚ÷Ägdv?Ï?gNË¥ ßå
2EµÐÔZcÞ'éÈ;)öqGäm»7þR<
+ë¨ ükïCæ SD
+ 2)DrO
©è IEY²7u£>·5ÌÈÆp?^sPçPÑy®*ïñ¢ÚCA¦ÉXîÇá¡¿+½ïë
+?[TUÃþ<;|ìÙ!öx0³%ü«A-åµ¼x¬sв֣°P¸2@ýÔ÷8Ó!b|70vÐ!ÅîÏ'±mmþ(¨écbáûé&Æ@M7Ý£gé$hÅïÍyÜÖõîI%$¯Ê·ÿAÊ"É
·ô?HA2äQ»w»A.çí =ý¨ÊîÄ[}ÀlTëÑb"#TÞ¦ÄîÚk¹oïÖøôÆÝîó]¡õ2^]ód5É!Á@
.´T·{z°Ìfêfîõ3ZËÔBnÚ@1ì7ãÃØ.í·¨y°ôüêó«Wþ
+ÌIÃ2¾zEò$i7XSÅ
+
",`ºz¹= `¦ðÚLðSÌT èSóÜuL&LQË
+8ýóP«ó0¨¥ÍçÁ
+Ó_"0ø2`à{íA¿ÞX±ul#Ú+õ´&¾àVzàÖÁá¸w¥IÆKþÂYäe´u´Ü7û>Ü,(µ´MLq'&çùç§án´D`.PB¾çÓê8Ѭ3m°~Éd~ûÉìàM~^:W:Ìż(ý,â'gNIAر.÷Ëpôb"6zf
+bµS®0--Tê>Ç-léò}¹hRÁI)?Òê\ô3W¨À:ÄFë§Ix³¡ýh¹fVð(Ìe iðÐss=ß»ç[ÂÐȦ
+Eü^Cßí
+âJÇ9½Ä¸ÏÄF×Äàñ
+ýl7ÈOwÞÕE¨1ú5Eq¬+êëNkÞÕ
+ã§kÂûwà´*yïg¡µëú©ËÓJÞ?Ì9¯(ØuÎû¿Þû$÷0C3úSÜM¢3ÜÃc]}\0)ËΧ¸|×h ¿åG!÷Ù[Ì0uþÉ[}Ö;È¥Lf8]o'¯ycÂP»û8ºìÏçÐ{ûAý»^
+µ×ÛÁoðbåǵÿ³3xè÷ÏyÜglõKÑÏ£ïzÇÁ}JÏág±#<FîE<Mý2c¸?æbanjM7£p6Ìb¤ß=q7®$#4FîCµ¸úÁC¯/Ã<Æî¬ßÜ<~s¾ÏÙàñ'ÿËÏ£©s~©sp ë:Ïà¡_êæ1Bp<=} {}ð9ÌÅL^î³´p3ATKû -Æk
+Guq(Xj½©Fëòz@øP§×ÏÀ´,°~PT5*0ñ:[¬Ï-áÇZgÅ[BhA¯µPÖÒå>9ÿVd-Ák
+å EÃ#e"¸#MÞ³EÀwjCkñúX«3f3ÉKVB1ÄN¬´zö¯|ï*É88YáNT
9[½¢æ¯ß~.V óå
XÃ{ì¦ *Ü_ô9òÊæâÝÅm·öº×hÿßÿpøendstream
+endobj
+212 0 obj <<
+/Type /Page
+/Contents 213 0 R
+/Resources 211 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 108 0 R
+/Annots [ 219 0 R ]
+>> endobj
+219 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 627.2638 187.3018 638.1678]
+/Subtype /Link
+/A << /S /GoTo /D (named_parameters) >>
+>> endobj
+214 0 obj <<
+/D [212 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+215 0 obj <<
+/D [212 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+216 0 obj <<
+/D [212 0 R /XYZ 56.6929 749.1057 null]
+>> endobj
+217 0 obj <<
+/D [212 0 R /XYZ 56.6929 738.1468 null]
+>> endobj
+218 0 obj <<
+/D [212 0 R /XYZ 56.6929 727.1879 null]
+>> endobj
+22 0 obj <<
+/D [212 0 R /XYZ 56.6929 614.4478 null]
+>> endobj
+220 0 obj <<
+/D [212 0 R /XYZ 56.6929 586.3528 null]
+>> endobj
+221 0 obj <<
+/D [212 0 R /XYZ 56.6929 547.4086 null]
+>> endobj
+222 0 obj <<
+/D [212 0 R /XYZ 56.6929 548.8681 null]
+>> endobj
+223 0 obj <<
+/D [212 0 R /XYZ 56.6929 537.9092 null]
+>> endobj
+224 0 obj <<
+/D [212 0 R /XYZ 56.6929 398.881 null]
+>> endobj
+225 0 obj <<
+/D [212 0 R /XYZ 56.6929 400.3405 null]
+>> endobj
+226 0 obj <<
+/D [212 0 R /XYZ 56.6929 307.6807 null]
+>> endobj
+227 0 obj <<
+/D [212 0 R /XYZ 56.6929 309.1402 null]
+>> endobj
+228 0 obj <<
+/D [212 0 R /XYZ 56.6929 298.1813 null]
+>> endobj
+229 0 obj <<
+/D [212 0 R /XYZ 56.6929 287.2224 null]
+>> endobj
+230 0 obj <<
+/D [212 0 R /XYZ 56.6929 276.2635 null]
+>> endobj
+231 0 obj <<
+/D [212 0 R /XYZ 56.6929 265.3046 null]
+>> endobj
+232 0 obj <<
+/D [212 0 R /XYZ 56.6929 219.8846 null]
+>> endobj
+233 0 obj <<
+/D [212 0 R /XYZ 56.6929 221.3441 null]
+>> endobj
+234 0 obj <<
+/D [212 0 R /XYZ 56.6929 210.3852 null]
+>> endobj
+235 0 obj <<
+/D [212 0 R /XYZ 56.6929 164.9652 null]
+>> endobj
+236 0 obj <<
+/D [212 0 R /XYZ 56.6929 166.4246 null]
+>> endobj
+237 0 obj <<
+/D [212 0 R /XYZ 56.6929 155.4657 null]
+>> endobj
+238 0 obj <<
+/D [212 0 R /XYZ 56.6929 144.5068 null]
+>> endobj
+239 0 obj <<
+/D [212 0 R /XYZ 56.6929 133.5479 null]
+>> endobj
+240 0 obj <<
+/D [212 0 R /XYZ 56.6929 122.589 null]
+>> endobj
+241 0 obj <<
+/D [212 0 R /XYZ 56.6929 111.6301 null]
+>> endobj
+242 0 obj <<
+/D [212 0 R /XYZ 56.6929 100.6712 null]
+>> endobj
+243 0 obj <<
+/D [212 0 R /XYZ 56.6929 89.7123 null]
+>> endobj
+211 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F52 107 0 R /F57 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+247 0 obj <<
+/Length 3478
+/Filter /FlateDecode
+>>
+stream
+xÚí]ëã¶ÿ¾
E*m
+¤h&H4·@>$A µµ»nlËälEÿ÷ŨIßî^\û°~f~äçE£þáf(ËIqLËpmWqtß}~
ÍZmª¿Ý\}ø£åÉ¢»(#(c1xÌPÝl¿[}r½&4^½zÜݵòåÍuJW綪wÅþú/8pÉÁ%e¤ñh1Ê)%e|õ¡üñÜÕ§7¢FÈrJ¸ øóÕw?ÄÑóåUÒãèÞĤ9WÃË$#úýÕ««õõ·$EiÌéüÄàB£uò)Í:"@-èÄÏÍ#ÃO58ZÎäGåó:GuÝbõýÀñ6#ån¾}2ÿÀ>cy`^é±4G8¦Ì^N¤Ñ¤Âhþ50ÿN¬$A,NqÄpñE]/.!±xÛe_z¥Çµ8ªï#ùâ9ÍC³Ü³nÈes(¦¸/ïvûr¼0øÎpÙ\Ç)JXb¡ ºÈr¿¯f!Ç(z!®
+UH8£(¦ñhþ2Ê!À$1 5£ï^Ư AðÞB ÕàÙQtOaªÏ¨a
`~6§Oc
+ÀÊpÐ
+G1·-üM ¨gP:ºt¥ýµIRX»ù°¨GCPÆfM
$`üØ¿DUPæú×?;¯d¿}dèáæâ¸`)7°]aÁ¯
+»ÝQl)${4Î}ØÖ( &1HF
+Oàx4~¬ ÉïÈØ@þ4dàòÎ8C?À!ɲMqڵž¸Q<{ó¨ÎD#èñæ8ú¨äÅ1à
+#.JÎ' Ñ%8
+ÑG¯¼§@)"r%,õ×;e³<E ÆÄf
+¿´e1æÍsÊ4U at 4Æ¢)ÙPøÇ¡:Ð
^PÖÄOø
+ñ÷uY¶»ã½3¤ùn¢W@¶_ÙßC¡ç¬&G£÷ÇP][PyÏGs]Î
+=E?2á.îbò4gO3Ì ß0ðÀÐ
+pWWgìýÿà×Ñ3 _
+ÐËù~&<}5gCh&2æ³,C4æMª Ð17µ&±3Èx"ýÉäÞvsÔj}³4ánÎ*g4fÇè4Q@*¡ÔIxËsÄ$:£&ÈîÈF¢Uy´k¦q]WÞaªì)7gpÓEç
ïÔU¥8ÓÞwûoE¯ð)·°aÅÎn¬rjµFëW}{÷ã)ëpqÐÛRú
+¸i¤þ½ÛAÂ2¿wkÖ(¼Hµo¯y¼*å®í¦8ÊçF}Ò>¨M¿·»©â¸Uü[Õ£;Eµßýt
+çöa× §nR ðötcMìÓ¤¶,[6ûz+_@åbð"M%ÌüOcãËøÂ#×w¹2RJX&àjæ@Q_Rh:
+ê¸ýñTWr{®KÇf£ÙvòK7ÛNùwsHYyDºC¦tùj1Eþ1CápJþÌÛ?0ò<¡G ©:³Bî8!GHÒÅÁÿöÞÒG¯Êïàm>×Á{qoãÚ³z>2] I²dl~/'0s¢8÷á[ªhE7=uî8OGÐãÜ5}P|GGâgökúÊ7jdlñí¿Wg¢°4TBûÿøô«¯¾v.Jß³¥i^ØØ>ûæëNwÞuÿùØÌ.~ ¡ {õíÝL7ß b{Ñyâ,úBeô],ÃÅúõ¡ã¬±XÒõO»Êh>¨Ò
+øMCs"Î,G6·é¬KÈ1«îL÷±:^xõúPy$ûû8&û²Qç¹íÎÔøa*Z8¢Éeý
h $¹j"$|u*ÐÕ/;ɾ"£ÝUÇà]{B)Ièí"$v÷íN=|nÊü¤:î_+Yü¤i«Z1(ݱ-ëC¹ÝSÍyߢkÐ[Ö7Bt[ß¿Æ|Õjºb¯l
+Ã÷¯n¯×xUÝãÃnó ¿<Ò
ÖavWØi¼º«êQ¯EþùÆtZÇM}ÙNÎÝoªjÒ»XÁã\êøFY5p¶~ªhèê 9Õ¡8ÄÖ]÷¦<¶»ºì&Fà{(°m¹Ùµ!é#úÈx§Vaý²¥´ý>DCÄSB½îèÒm6×gxöC4t°Rfê¼ Õ¹Öûhgã<åÑ,{·ûæ)ë`©¿of)ÊÕ!²îãn¿ºßÂvæ ý¤¢W~¹W
+xUùækLWeÝ@|˹-¬æ|»¼Ø÷Zý^7Õqs®k\¿J°KW×OEåÉ`Ì`RGã©3È1+!ñïE[´¯Oo°|¢çwgø¸@P+nE4Ì:/êÞ<Í@'=+Eä"¶
+¶wb¤¨¯Óx¥£|ÿÚè^iµÔµ}ôUÏ®ùÈ¥ÈcDy°{Êm÷ªÛe5;iµÄ³û
j¢Ð"A]?Ú´}:±îw~+²Öónß®ÍòåZ"=4%wÅ¥ºSB¿¶C38±¶2ªõu8ëÅ<ÜðÒT°¶k½¸«ûº8Ü}q¼?CPjJÌÀCÇhQy¨©Jô íèjhU!Øäöè²äZ¨s½í;jWÖk´Ï£õN䡨YzYlÝÑ(A¡I:4ã¤s)óÞÓ¿ÚÔ»S+*"x'ÒoOív'êb/¿Ú P«uQÝVÕ¾,DÑà¬+K©Ý;é ¿"¸ þ¤*PËïÎÇ®hK÷(éË]-¿ØTgQúºmäU¢S|Ö¹*XÖ5ÙQ=ÁeÁ×´¸oRNUÓìnµÚµª6PXµ¥¥jU>LtÝè تÅvÕ\¼çM{®ux5K\®ßâpò$ÏËøRx,
Çe
}¬6U×k¾jdí@"i³{j³QòCdéÚ¶W8³ <«ÔñKÆf%Á#Ñÿq.IXV¿´rÅ4lìÚ8׶*¦zd´W¨¹Øå>·ígèøº¶këÉÎÚp
+Èpó×$c"£b¹¿uswpíÍÝR
ÇÜ5P+än®³;ÅÎ:¿ìì8êG¦ïv¥Ç{ ÙnÝ+uÊÍoçTüh,^®ãx{aì)öä&Ê{{
+Ik&ïvÛ¤)¢eê ÉQ"¨Ä}Zèz¿ÜÓ«3]qY2©XÍþnâ
+Ô ðÜbKÁªg4=Pë.kpñ,UÍRÕ\VÕ@ÁÏÃCSu¦¬ê8éèª#
+6ÃiKWðð=7dÂí@¢;¤*òì Wgîh²LßÕ+¶©¶Ü´FöþJÐ×
+@ÐǵÞsçÌ3ãB1t :º5òïêáèÜ {
+³m@£·Í£ê7ó#ÖPý#ÖPwSDßù¨EÂ+4áÚ§R_ÝAÙ¨ÝAñsWBW]m*Ñ"l;¬ô]o6Q½G¼BÝypõaunOgÙIÅ"F&æ7ÍÝ;ÃÅËBi/[|e2ùLºWüûPíé© h µnôhjEúPÎ2Q½mg³JÔ,_
%Q¸(QÀ¢4¶4T¡ö§Íî¹íO?4Ýþ@ó Qg}×( {ÂËëÃ1Ô$4^î\îMù¸eê½·R¸Mt'»g»/4ãNlh¡Ý<«íælvS¢»)´úïa3ÅÒ»¹¬.ØJ±5ûÜ/6Cfóî£x YÅ_è?fBÒ%Ë]c¿M[;×TMb¹âG¦6QÀ¼(>h¶7÷JróÛyeÃd±ó·¶bO±'%ÑTÞM.úËÕEK&ÿ¸g#FÀ
H,ât¤ññZ¼&À4_ 3¶À¹Ët¶?®
+¼²ui`˾ Ñàô¥é\½±_U²Ðýkh2úÛªüǼôeMî;/Òu±W¼¹ÇØﺲ¿eØ3nëÆbàþ¦àöØ_4nëÎz¿x}e½%ÞQ£JK9}3ì/ ô£ÓdtÎë½ê0·$x3\gq<SBóà 6¿aÍecú
þ'¢uÏQKû.cÚendstream
+endobj
+246 0 obj <<
+/Type /Page
+/Contents 247 0 R
+/Resources 245 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 281 0 R
+>> endobj
+248 0 obj <<
+/D [246 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+249 0 obj <<
+/D [246 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+250 0 obj <<
+/D [246 0 R /XYZ 56.6929 749.1057 null]
+>> endobj
+251 0 obj <<
+/D [246 0 R /XYZ 56.6929 738.1468 null]
+>> endobj
+252 0 obj <<
+/D [246 0 R /XYZ 56.6929 727.1879 null]
+>> endobj
+253 0 obj <<
+/D [246 0 R /XYZ 56.6929 716.229 null]
+>> endobj
+254 0 obj <<
+/D [246 0 R /XYZ 56.6929 705.2701 null]
+>> endobj
+255 0 obj <<
+/D [246 0 R /XYZ 56.6929 694.3112 null]
+>> endobj
+256 0 obj <<
+/D [246 0 R /XYZ 56.6929 650.5091 null]
+>> endobj
+257 0 obj <<
+/D [246 0 R /XYZ 56.6929 649.9113 null]
+>> endobj
+258 0 obj <<
+/D [246 0 R /XYZ 56.6929 638.9524 null]
+>> endobj
+259 0 obj <<
+/D [246 0 R /XYZ 56.6929 627.9935 null]
+>> endobj
+260 0 obj <<
+/D [246 0 R /XYZ 56.6929 617.0346 null]
+>> endobj
+26 0 obj <<
+/D [246 0 R /XYZ 56.6929 580.0902 null]
+>> endobj
+261 0 obj <<
+/D [246 0 R /XYZ 56.6929 552.6807 null]
+>> endobj
+262 0 obj <<
+/D [246 0 R /XYZ 56.6929 501.3419 null]
+>> endobj
+263 0 obj <<
+/D [246 0 R /XYZ 56.6929 502.8014 null]
+>> endobj
+30 0 obj <<
+/D [246 0 R /XYZ 56.6929 448.9002 null]
+>> endobj
+264 0 obj <<
+/D [246 0 R /XYZ 56.6929 420.6588 null]
+>> endobj
+265 0 obj <<
+/D [246 0 R /XYZ 56.6929 298.5969 null]
+>> endobj
+266 0 obj <<
+/D [246 0 R /XYZ 56.6929 300.0564 null]
+>> endobj
+267 0 obj <<
+/D [246 0 R /XYZ 56.6929 289.0975 null]
+>> endobj
+268 0 obj <<
+/D [246 0 R /XYZ 56.6929 278.1386 null]
+>> endobj
+269 0 obj <<
+/D [246 0 R /XYZ 56.6929 267.1797 null]
+>> endobj
+270 0 obj <<
+/D [246 0 R /XYZ 56.6929 221.3203 null]
+>> endobj
+271 0 obj <<
+/D [246 0 R /XYZ 56.6929 222.7797 null]
+>> endobj
+272 0 obj <<
+/D [246 0 R /XYZ 56.6929 164.9652 null]
+>> endobj
+273 0 obj <<
+/D [246 0 R /XYZ 56.6929 166.4246 null]
+>> endobj
+274 0 obj <<
+/D [246 0 R /XYZ 56.6929 155.4657 null]
+>> endobj
+275 0 obj <<
+/D [246 0 R /XYZ 56.6929 144.5068 null]
+>> endobj
+276 0 obj <<
+/D [246 0 R /XYZ 56.6929 133.5479 null]
+>> endobj
+277 0 obj <<
+/D [246 0 R /XYZ 56.6929 122.589 null]
+>> endobj
+278 0 obj <<
+/D [246 0 R /XYZ 56.6929 111.6301 null]
+>> endobj
+279 0 obj <<
+/D [246 0 R /XYZ 56.6929 100.6712 null]
+>> endobj
+280 0 obj <<
+/D [246 0 R /XYZ 56.6929 89.7123 null]
+>> endobj
+245 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+284 0 obj <<
+/Length 4406
+/Filter /FlateDecode
+>>
+stream
+xÚí][oä¸~÷¯(ô
+t1âM¤²ÛA`Å Á"Ûd[¶
ÔÅ*Çòßû(Q$ÕjObèÒåð|o#ÃU!þÁ-AY¡jÅ!¬xu»=+VâÝÏ Y[¡µ/õÇ˳ßü«
+T%*W÷«tÅp
ØêòîêükDóÏ/íýQ_^^zþ|Üwm½¹¸¾üAh+.´Xj! 4¾ZC*JÒBERÆÏ£ éÎþëÒQ´Y¦K_ή®ÕÈÎg «qS D*¸ÚQ(.qìÍÙ糿õí[D )8.Btµ.>¥¥¬¥üù³K2|j«µPÀÓÚç|¥¯V]³ºwÂæà«t»MjwoëîAz¢IQqgPU÷°Òÿë 2DD\
+À2×D+¤KÑ«¹}ÜTUaµòÕÙQYU9j:rêÒ§'T !Ïñ3rÕà1;el^M£¢åøÊ7MPXËá":6mN!é
+A±%Lµ9;á Ò¢Êr·rîÿ¿îúe%m(ùNü-p¿ðßÕÛ&à_Jëý]ø£B¤Ê6e'7àßÆì
iÖ¦¢KÚ±Kã`Löp9(x
¿Æ Ål#B1<f©Y¹µ»âË3Emí¤² cmýa"FÚ±=gÙçÀÇZcíQáøNßj<@%ñìxåä2Eø´àxQõi³TÆJ½Û~ aÕw²\táfé[¹ý×ýó>.%ûN& eKßÉ
+è?Ö?Mc²üN&ãRfM°z^õ±Ù(1À¤\äM¸´9:Æd¿Â%LLnÞÀcF¤¬Irri#,0°G,mTTÉñÆ ^Òr®vò9x-7jOmФ(æ¾&bÉÊì mÅÒ
@ !KßÚ¥Í2rtFIaD²M#£åh¦ÙB at AÈ¢ÑÉ¥ÍQ 0¦«H¼% ·èÑV[¬qrjãÝþùðãL¸}¤»µÊ!Ú$ò§ ´BÂïÃhn·vò9x-7ªßß·fÊÇ¢¤ £tݬT<Ô&ÁÓ½æ$æ(þ´0*æ
"FÐ_< !#³ØcáÖËJ}Þz) Ìí¨ ÌäçUEØ@¬ÕtHX`@!+õ:ææ¤2¡6Ó(áDÛoúÔÞ¶=ѲdrÄõxÂØ¥e+%«ìÑê¥QjëkK+Är[À¨=ð[°ÞËÈW·Ä
+
+#d¼Û¡ß
+©YLs¬ÛMàªVDîÙÀ¯pÒ'ãyÛoí3ä{jºÃ~.m#P@äÖN*käFŵý¥,©öÔÖOÖä[cipzvRñËE*&ü~_a@Ï
+e`]ó[k¿qeÄ3ØÖ褿#c'
D!â~ÚÅQ¦Ó[}ÖJf(X+9 ð!ºë8ïÙ»9*JnÔ~Ø?©`Q.bcÓæØh9+ T4Ó ¬TTËCÐøÅ(1LNõW·¨^M$,ªaQýª[Ô$l +mQ3,j;Ð[;í-j*ÇEMÂöÕÇýt±.âÇ;R Á:ÒÉù{÷¦0}~.:tB²ûlá~häZr¼÷zZ®ñ»¾¡Ø÷qäþù8Iй
+ ¾Svã³ýÑECд_bÓd)uOû%öÑT¾gUÊP 0$/' \4%dlÚ)W
+©è©EDLÚ,%7¢rüù=µL*M&ÄHJö'Ur£&ú»øè+
+vN£ï»}2}Pb`s¶§0 ×;ëIX³D;ý==DçîìsÜ}À?tMslwáxÅOçÛIå°mþÆõ´13÷½Ga`|õq7&óÞid3`rß-Ýú
ì½ÆÖ®4ê¼æeí(BÕA÷i°$}BFØùdØM)¨â³é°7/dìK¥Kíó±{¾=>wͺ9¾>y®º¼wúâ¦1öÛ§®=XÑý½þÝÖÝß/`qÞtû½yöcQ Ms k,$?7FãñÑ\lê£M~hníÞ@Ûßmý$ÛÕHëvßôíN<ÜÖ}ÂúF1 íÄhÉDf0]°¾.XdÎJÖɽ3X A2D(idrcU*ªëêT¿L¸_û¢( TºB°T¯.üß7ªï»FV×Î<®
ÖWSòÏiÖUwumêíùþQUÓ?ÛJ1ôÏOòuݵõͦ±@·ºSµöÛXÏ¥1o¿\ÏõºÝ²îkb»XyìúÕ½*ºèUÒKqBs×|ß¼F¦èä$jHdC¤¶vRYб6 zuQ)¬D½@ò¾GTÅ
`QIŪÌz)mÞºýCWo?ê»/dp«¹}i7ß
+Zk»ó¬îhÕÍt4 Fªp0fèd6OfsÙ$\ÖCÞ²BjUH¸yãÖg£k=e%îS
p"^)kn>ôÖV&
+<ÖÜê$¥£ùièÝÊe $ÊØ+¥B; ÇÖ×p³BLÊ?ÀZ&±&g:ÃB%áòáçبDÖç:.ì<MÑÉ
+8£ËWÉZé¯2 6»=¦2³bú+vClÀ ¶xäÇJPU¦sï¤2Øno#Û*ÝÆÅÌÜ÷9f£cÀàpì¦òNK^¾E£tÒ9~VnÈ/h6ÏéjqaÔÐ@©f©Îaü#:È,÷ÓôÆñ<¼]_á2zU0ÈV*öi÷-AÕ.4ÅnC!MÎÉ
+ØÅ¥¨yr cmªÕ×ÑCØx®ÝéÉ{z2k;4&3íü÷4¤£<Ãëøè33Ïýè&àFtít¦Ýh¥?½5Ì5ºn×Ì͵۸ÉÐ7Ã<OF¸º$3Þ²$jÜ'tíþã%9x%7F¸"Æ *y&ëF(=Öu4ìç8ææÝÊçz'½K÷Ýt¦ÝW<r cmÙ-BK1(N¹ J¿C+ $H
+Z§c¯§E÷¿¨èA(}ìÕ ÍÝÒòµ~óV¢Ì{Mô©d åCǽAg{ÍQëN{Ê÷ìc¯*:öJ§0û1¼túî¥éÓusk/K¨¸1Fìè«s%éÝÕ4 cúè«sWS=ÅsR3 ÖIõAãG_I
磯§øÝÀ¸PaiÏÕIÅRm\¯páàëȦÉY±¹}w®5ØQ:EÎóÓ¸¡6½ª×QMXÛUtaÈ!k·2ÝÓã°õ,¦avn9:; ò¸:KÈ8§ C&À.^ iV*h CPá¯j
+:E^J0g»®µ¤øÝX^çbNÐ*½¦bDBnÌîU²%ôq>Ð@ÛdKp[_ÑúÍ°³É·uËTsý2T´Ü¨3N|a1«¤±isdér!DÄ,Ó¬TTËÌtü$"澤wòCß¿Ê (X>Üìf`ù
+ã!XiX5`
+gì¦Á]Ö >Ì·çP¦±mÙ¬¹¹ïýÈëGú¦½{ãI%3n}§4¨óFÙo®àR~Û¶xç§ÅÅ 8BÓâ`À×¥ö?7¦ûéR
Sñóãc-ãªÊDØÈGò¤ºRGÁP£eê®Þ6:vJ>ßë_×ü:.îö2çEߨæò×4rV»¹>ê`-3U«kó´ÝM}çÓªT L/ä7¯K%*ñÂ(RùF±ÿM³mvGAS¬ä¯Ê¸¼0´1%:nI>»1ïºæ¾éÝT÷»çmÓµ·õfózQÒs Ì*E&_7²ô®·OþpU\!ùg°¬
ÖÐlwí±7:FN>0SJ|7JÏ7¨¹zóq*ÿWuu}øøAÌÄÿÂüp
+dC¼ÔßO¶P_*ÈæÄt [ dKbÚ@¶äXDü«öÕ2?í¦µ»VGVqÔîZfÚ~vÓ_f§oÔßû|ÛµO&
®uq±ÝéËM½{x®dd£¼mͯi¦>ÖúJ7H
¢UT!*ÉÞ(ßY~¿[eÝþùáQßøárÔ¤¨§6" 9´ÛvS8É{Y]t¤²2ôDqöcõ¶Ívß©nbb5ÿ$ÕÚK¯«|¦sáõÍ^
+96Le"c^ÌG¯èËTd¢UxbÛ{nZÚÇ{Fà åFhv9yܳ<nT3zÜNhîÞ«¯õ÷^ÓÜdnï5EÐóN3Ðvïu ß{ÎÜ{ÍQëNï½Nå{ö2kJ¡?9£GÎÍ_ZÀÉý]«4¥ !ò7µÌ*Ð""v¥)ÇdÛ~µçÂqgÏ3dÈ_Ó2§Å¥?{
+´¥·_: Eß÷
+A1\W¤gT¨ r'úñ·¸Þ©KbgUâ¡0|:vV¿°²µ¾Ñ¡1¢¾ë!ÝÏ_ÛÛÇaJõi;³hë°þ
DPÞ|"'$6áCohô@ÎË
+{A*µQxcÔéû6wS¾¡âUîû
+âòüaÚ·µþéÝFq3tÅ«FAËÄð|·6.£zâó$åý'&DÂ[ò æR¥®qåW¸U9¿®x¥ÈN3`ÆÝLq+?ñaqê7¯SESû¹ T?%Å@
Í_'¾ó éÌ\mͨ×ýóA?xQåõjîÔUPõ$P<T¼øõ¦¢D78¿Å¤4ìµü Q5t¥ÒzÓÙ÷«~}£g2âêà®,ÐQ5!ueþ²ÂÃçÑ_\o´®§·bîj³##Ô'J¬Ý»ýÝóm3þb+>ãÛ:ùñ·dLa
+ç½?él|óÛ!ÀmøÉÎäéê» ÕëѬEÂ0q¯\»¢
m©Ù
+þwíÖnÙwºÀ6ííqój§0csgæ\?A*¢éÏ£°·ÏÐjñÿÚY?ãàKf4Kô¿÷oÑTLþ
+òô;ñt~ót&ÉÏùs;o.ƵS7> ÎÈdðGÓÓÏŤy1³vûýëéô;÷I:nãÞ§¢ûöx¸mû4»kïó½ØiÎ&n&f2FHïاºF¿aF´ûõ>b|ÞRAiþw¨üpL¿År½l÷åìêºXÝ Îä%«UÇHÅÝõ\ôÍÙ糿
L×½Fö/£9õendstream
+endobj
+283 0 obj <<
+/Type /Page
+/Contents 284 0 R
+/Resources 282 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 281 0 R
+>> endobj
+285 0 obj <<
+/D [283 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+286 0 obj <<
+/D [283 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+293 0 obj <<
+/D [283 0 R /XYZ 56.6929 738.1468 null]
+>> endobj
+294 0 obj <<
+/D [283 0 R /XYZ 56.6929 727.1879 null]
+>> endobj
+295 0 obj <<
+/D [283 0 R /XYZ 56.6929 716.229 null]
+>> endobj
+296 0 obj <<
+/D [283 0 R /XYZ 56.6929 705.2701 null]
+>> endobj
+297 0 obj <<
+/D [283 0 R /XYZ 56.6929 694.3112 null]
+>> endobj
+298 0 obj <<
+/D [283 0 R /XYZ 56.6929 683.3523 null]
+>> endobj
+299 0 obj <<
+/D [283 0 R /XYZ 56.6929 672.3934 null]
+>> endobj
+300 0 obj <<
+/D [283 0 R /XYZ 56.6929 661.4345 null]
+>> endobj
+301 0 obj <<
+/D [283 0 R /XYZ 56.6929 650.4756 null]
+>> endobj
+302 0 obj <<
+/D [283 0 R /XYZ 56.6929 639.5167 null]
+>> endobj
+34 0 obj <<
+/D [283 0 R /XYZ 56.6929 585.2655 null]
+>> endobj
+303 0 obj <<
+/D [283 0 R /XYZ 56.6929 556.8801 null]
+>> endobj
+304 0 obj <<
+/D [283 0 R /XYZ 56.6929 534.9973 null]
+>> endobj
+305 0 obj <<
+/D [283 0 R /XYZ 56.6929 536.4568 null]
+>> endobj
+306 0 obj <<
+/D [283 0 R /XYZ 56.6929 490.1654 null]
+>> endobj
+307 0 obj <<
+/D [283 0 R /XYZ 56.6929 491.6249 null]
+>> endobj
+308 0 obj <<
+/D [283 0 R /XYZ 56.6929 480.666 null]
+>> endobj
+309 0 obj <<
+/D [283 0 R /XYZ 56.6929 469.7071 null]
+>> endobj
+310 0 obj <<
+/D [283 0 R /XYZ 56.6929 458.7482 null]
+>> endobj
+311 0 obj <<
+/D [283 0 R /XYZ 56.6929 447.7893 null]
+>> endobj
+312 0 obj <<
+/D [283 0 R /XYZ 56.6929 436.8304 null]
+>> endobj
+313 0 obj <<
+/D [283 0 R /XYZ 56.6929 425.8715 null]
+>> endobj
+314 0 obj <<
+/D [283 0 R /XYZ 56.6929 414.9126 null]
+>> endobj
+315 0 obj <<
+/D [283 0 R /XYZ 56.6929 403.9536 null]
+>> endobj
+316 0 obj <<
+/D [283 0 R /XYZ 56.6929 392.9947 null]
+>> endobj
+317 0 obj <<
+/D [283 0 R /XYZ 56.6929 382.0358 null]
+>> endobj
+38 0 obj <<
+/D [283 0 R /XYZ 56.6929 303.8744 null]
+>> endobj
+318 0 obj <<
+/D [283 0 R /XYZ 56.6929 275.4889 null]
+>> endobj
+319 0 obj <<
+/D [283 0 R /XYZ 56.6929 241.6509 null]
+>> endobj
+320 0 obj <<
+/D [283 0 R /XYZ 56.6929 243.1104 null]
+>> endobj
+321 0 obj <<
+/D [283 0 R /XYZ 56.6929 107.1553 null]
+>> endobj
+322 0 obj <<
+/D [283 0 R /XYZ 56.6929 108.6148 null]
+>> endobj
+282 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F98 289 0 R /F101 292 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+325 0 obj <<
+/Length 4310
+/Filter /FlateDecode
+>>
+stream
+xÚí]mã¶þ¾¿ÂÈ'oóH¥¶W$E^àCsWE:[»gĶ6²½EÑÿ^R|%JCïKFX+
+çyÈ!3$¥ÿOQÓ|DJÅz
·òÙWÄȬ¬ÐÊúëË«'_p¼ÈQÒtñòfR
+Ì(É©X¼Ü|·üôzE9^¾¸ßÞ4úòå5ãËSSÕÛbwýÃ˯¥²È¤4QZ-[¬A9ç´ÕÊ¢"[>Ñ?$Qå®>é(Z"'(á4S¾úî¼ØÈê|}
Ë3²¸`DYNû+NäeR{gwõâêFû2ÄpÆÇÆ
+¹&Oðá4cãÍçêÀrD0×Í÷òõöx½J²tiOÇòæ´S×|yÿº<è»ÕI_Ü_¼,þ«©ôoyMøòÍÝn»Þ6»}ïPìKf{¸;Åa£/ªSãn~1Ýÿ¦ªdËßÕÕm]ìÑõJlù
²B¸ØßíʯWb¥Xë³Ø¾ úOY¯·ÇRYX6_¯üíógÏ_'|ù/UÉçß>û91òÄt¹âP¢}uR¤ [î»»íáVý,WúÞ¡ÒvwÚ&wwåz«Hóà ×¥u_RëjSʪsUgo5Ùß÷E³]»¶ùå£ÛòPÖE£!Ó¬>n¥V3±ýÀSiúÁH3µªh®Ú¶)ë}¹ÙJuuT×E£ou©oUEOݪ˲.kÅO×Õéöµþ£Í/Öõö®¹&KiاËãimGÃ3µ¦£S·Â~óüÿýù?_|ñÕ³ÏüT?úåJ¥Ò_¼Ú
+úi+¼)×»B¶å¶:h£ÚHý*³·à¸ß+ÚZʯÌoµßo¦í!Z¶ôÔúzSª
+¶
+êc}k·ýIõÆRÿÕH;ý1ðN Eq0Öz',é+G¡~¾TnIzQdò,Ëu¹¸ñÜy'Q(å¶h ?ðj°KÓ1ºÀ¸riY<BëÆ
+QrYÞ¯yæxnWQíîéÙúß÷ÉæÅ/êÛ
¾øvlÂHÕ\(ÔM9Õ3%sF²pBj(ìË㱸-o¶z¤ø½ÈÉ;$]øZeyeH(A£èäz$¥_%ÈeAa+'Ör¢ý§É±)däòëMüÃÒÆ"ÝðÈÈþkªF iÊ#9#ËxIpÝbÏääa¼ßÐq/{¿Ýíß=4uµ93¬ä\fê°äÁ¨n:×êîM]íÝÒWÝ|¥|kåÅföioøóÃqd:ºÉóÏÿqç'¿èßãá)Þ ©à2ÅÒ+
+*"MìIé&¦^tèRì"2DsÏóª ºthYêpúÛRZXóÞé׳ÏýN²¢R¯V+')g®¯Ú )o§?u}E OK-èY@3u[îÖQQªÌÌùRCD¸`È=Ò:êâp±Ïþ¨ÿ.ôϱ©MägIÝÕÒI¶±z~:Ç®áp1ÅX1S)_'7,Ú:©Yî´kú=ßÄ^êÊÒöâb¨BWúCAÖ4î7#:ì+Oe³¯²Mä¨n£4a@ò6³ÐwZò¶¦ºjã$ùänW¬õÍ»A=ö¬ôÝBÿtp¦NbÔWÅQRËÁiSKõèfÀÐ$*êÖ/Ç3ÃtÙf"pFLd+å¢CQõX(¿½ Ô´k
+Wì¸U©NWU_3¬åLçY¦äAß÷ÍàµH¯Cª'Ã~ìAôj#ïuªFZÂY§]ºÐ\ù¾Ý²â°â¼XW§CÓúõªÞ¿ÇË¡ÌNµ-SyE´Sc4ütÔn=ΤÜëSÜ$ªêù±©ê!µnÄY
àd¥¥I.dåì$¦+\N·î·A7dm}º.×*'OùÒdÅf3¹_ëßS³Ýmë8>O:£ÔôNàôïÓ±~òj{xr¿îY&Ím¦0-´ìÏUÝã^mlÂÓ´IØd"Ä2RnU.Ð%%BL0 %0rBs!_ë['B0E'×#Ùú¶Qi®ÖRHqå¤bà#é,-ôç 4aé #îjß^öêoËÄ(º
B
+Ò4d´ÖQ"mÉ(
+%
IÆÏ$¡XN,çPqe#dBE
TÓSzS6Je¡¨4oMcò,2¶lL1ÚW¨LD2µp'må \/`)CêµüËÜðNç3Á¯¬ÚK¿ïÙWvzz«F£³¯Rã¦G'6Ì!$[ø:Ï{ÚÖ#"FÐÉõ)N µº ß
+ç\*[/!l
+ÄF>
+?Ô«nË7w?îÝÚNJ"®v^áú[©@¸üÊý_Bíw=ØSEdçõ¬Délõ,+¦k6D§Vô{æ^Ñ ÚòÓ0vfæ@§+nåcðZn ÿÉdOIp¦<#Ty'Aµ)ô'ÇSBáD\ÆÓï`<y¶ÆkÓ×¢Y¿SxEߺáp2R1`-õNá(u#:Ba¨{<+t#z¤Þ1*Ý詸ÑíSQklz}Lv"ÁUNGÔ´¦ÿÐ>1Ñw¿]jÈlϨÍlaþ.³õùep.ë|</³ÉãË:¡þìå°Ð¡6ØCRHN³üxHÏ´bm׶ûfÁHs«]¾
/i¥bà¶q/éÖ·z s×Î`
+npíl¤Ös=Lõ0>ïIÂÔ¿dÚÏ<çg at J!K>§WÎ Ó!Átq·È©FæÕpÿFçåe_m$Íeð!ÔúÎ%¿$eòV,²2%#.Øx·Ç?²,vP<Ie¶g>ã¤ì!:uÆ×7}F
+téP
+Ó7íùÍÍE]×/¼9_Ú½Ò «/ÛC½,[*ú;©¢¯F@ßØm¾¡¶U*}äÙÃüAßñ¯ô²P§oÕrWîËÃ@_c9º>Il©mPÕ¡ô©ØÇú¡Sç9`°ÙªÝíªn··Õ6»lé¥w¨Å4f¥dÚ
+d45¶93¸\6/K׳®eØcXºVÈJµåÃ]°#2Ùw([øêÎ\µÎdÖÓ$FM±>5hSQ$®¬P°L&PxÐ.ÿùïä¨Ä Ñ!½t÷÷ÞÝ=K ÝÝJE»»oØ·íî 5×Ý}jÓ»H E
+\9©6IÔûj¾6¸»ÓJ«¤É¥»_¶~ÿosɬ&öNÊ.ÇD*)¬¯ðV<¯ÅðÓÞÀîïöI¹§l·waN®G± ·wMîQóE@m«ÍÖõÍ´Kç*#´\2b{uvbM
+®½Y} çÒí;ϹÛÏá·r@@F9Geü]ôJÊÊ«ÃFN®Gò& ʺà,í⤢ Cm®Wª×RÿGF ?|ñòo³/ÇÀ<7Ú8oå"´°ãÁÚ·¬ïîÍzù~`Ø!9+ÁÌs$ÚîI<G Ë/ùö;ïI²ùIßÊiETXáYbÚ¨VHõ~==ûf
='¸½ÑÍé »nN÷ù}4=§ÐQéfzJ¡¨¬&OEÅ$Qb´V8Î ÒE0}ÀÒùyLÿìI#}f¨¸ }-Rä<©``¸rR1pùÐphÔCEðzÇ£»YVºÛúACmS±°ºä,ó¹Õvò1Þö \³©Náî#SʳXÝTYË
+üiʹ3ÍÒÙ·ò1x-'fvvgHdGên¥bàZ.w÷3DT8:³úN> Ô;ú%8G®¶µÙî>¹IY&Ý ¾üQt§°ÙJ)M¯*ÊY%¿¦¹¼&Ö¼¬l.1q9>vYþðw¨Ld¡<2n¬Ú¯nsÈRÒ
¯ðÌÀ¼[F ɹ% \{dÿªëvçb¸rRpwº>ýÂBtæ±æ{¬¹Gá£É÷Çê¥bßBQÉõ÷!{TÔ1Eã3¨Ø¥d=ÈØ#¦´3t©LŤn>Ñ3Ûæhóã©ôÓ¼ã]ï ýûjòìå-Ù½ 0Æ_¦6g/ÏabƦlê²³ßĦv7"ÆÞíZôè¿®Ë0¯Sñ`⼶´ectq«ÊSGÅRbL¶ËOÆËAA2!ƨ[ï²Fh:órÐèPøJ'9¿ìî¼ÿð3½¡Ág×·Ý f.tóéo7n.Øæ·rB0´ûv¤ýt:hòçÆJ þPóxÐf_M©q{ûæ1DØ\¨ôx&]¤21ÇM¯oÁÂ-uÃ,ì! ÇÄë&æ&ærÎäÞÅHû.DòØ
kn±úÑíè`LÜ6dÏ.Bz<n)äáV²£öÑ4ûmÌÙG yùæÔºûÑ
+éÅ aÔ ê8qN=-á1D4hÂÊhzNçrE#\ã!§¶Pq ÏH®Îܦä ]V0?ô(_
+~ÁÈ Íý~ ¯õ¿Str=îÛ#ÇÉØâè
ô@Bÿî}ÀïÏX|ÆA
+~õhÜlß÷&¾lD¥§cXö0°1TE¨mÔͺ
+íÐmÇàÍø F:AB9AP×ÛIEµÜ ÚAR$á4m{'C×rùÈ M¡,åi¤îV*®å~"¸ìòÈû÷ü%¦=¿÷íºußöÛu0A#õ)êeqÇo Þ:DÞîÙôàÇoù>8àømò¡¡³ÿnß®ØMÑÿÂBmnßÎóÀu`ø@/àöÕiAàz;©p¨mÜﻹf^½½Y'of°ÿGü>XùÎïÃèÎïûðßO1$¿|öS}ø3+ËH1üUX'¶\Nåi>¾
+ÚÚiyëéä±>:p*Ü ðô¯˹CÍ`+tG¤aôPÛÔQYw¾`fý»O²ÅõÂY«{
+®¿{.h3½ <6+Ê0¹¼Kôþgic
f;ß¾ÁCmm×"qÓCã``Þ¹jÏÁ衶¸WÏÁDõÎu0`ý;£ÚL/(côrÐûý;ÏÓÆ
+Ív0¾}ÚÚ®Eã¦>ÇÁÀ<½sÔ
+ÑCmq3¯þ0êë`ÀúwF´^q0ê[Ä)ý@?@(rp?MÏôw×ÞÑÿþ}Õi´hÿìÖEendstream
+endobj
+324 0 obj <<
+/Type /Page
+/Contents 325 0 R
+/Resources 323 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 281 0 R
+>> endobj
+326 0 obj <<
+/D [324 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+327 0 obj <<
+/D [324 0 R /XYZ 56.6929 687.1731 null]
+>> endobj
+328 0 obj <<
+/D [324 0 R /XYZ 56.6929 688.6325 null]
+>> endobj
+42 0 obj <<
+/D [324 0 R /XYZ 56.6929 616.4486 null]
+>> endobj
+329 0 obj <<
+/D [324 0 R /XYZ 56.6929 590.6535 null]
+>> endobj
+330 0 obj <<
+/D [324 0 R /XYZ 56.6929 484.4867 null]
+>> endobj
+331 0 obj <<
+/D [324 0 R /XYZ 56.6929 485.9462 null]
+>> endobj
+332 0 obj <<
+/D [324 0 R /XYZ 56.6929 474.9873 null]
+>> endobj
+333 0 obj <<
+/D [324 0 R /XYZ 56.6929 464.0284 null]
+>> endobj
+334 0 obj <<
+/D [324 0 R /XYZ 56.6929 453.0695 null]
+>> endobj
+335 0 obj <<
+/D [324 0 R /XYZ 56.6929 442.1106 null]
+>> endobj
+336 0 obj <<
+/D [324 0 R /XYZ 56.6929 431.1517 null]
+>> endobj
+337 0 obj <<
+/D [324 0 R /XYZ 56.6929 420.1928 null]
+>> endobj
+46 0 obj <<
+/D [324 0 R /XYZ 56.6929 383.0424 null]
+>> endobj
+338 0 obj <<
+/D [324 0 R /XYZ 56.6929 358.0792 null]
+>> endobj
+339 0 obj <<
+/D [324 0 R /XYZ 56.6929 323.6435 null]
+>> endobj
+340 0 obj <<
+/D [324 0 R /XYZ 56.6929 325.103 null]
+>> endobj
+341 0 obj <<
+/D [324 0 R /XYZ 56.6929 314.1441 null]
+>> endobj
+342 0 obj <<
+/D [324 0 R /XYZ 56.6929 303.1852 null]
+>> endobj
+343 0 obj <<
+/D [324 0 R /XYZ 56.6929 292.2263 null]
+>> endobj
+344 0 obj <<
+/D [324 0 R /XYZ 56.6929 281.2674 null]
+>> endobj
+345 0 obj <<
+/D [324 0 R /XYZ 56.6929 270.3085 null]
+>> endobj
+346 0 obj <<
+/D [324 0 R /XYZ 56.6929 259.3496 null]
+>> endobj
+347 0 obj <<
+/D [324 0 R /XYZ 56.6929 248.3906 null]
+>> endobj
+348 0 obj <<
+/D [324 0 R /XYZ 56.6929 237.4317 null]
+>> endobj
+349 0 obj <<
+/D [324 0 R /XYZ 56.6929 226.4728 null]
+>> endobj
+350 0 obj <<
+/D [324 0 R /XYZ 56.6929 215.5139 null]
+>> endobj
+351 0 obj <<
+/D [324 0 R /XYZ 56.6929 204.555 null]
+>> endobj
+352 0 obj <<
+/D [324 0 R /XYZ 56.6929 193.5961 null]
+>> endobj
+353 0 obj <<
+/D [324 0 R /XYZ 56.6929 182.6372 null]
+>> endobj
+354 0 obj <<
+/D [324 0 R /XYZ 56.6929 171.6783 null]
+>> endobj
+355 0 obj <<
+/D [324 0 R /XYZ 56.6929 160.7194 null]
+>> endobj
+356 0 obj <<
+/D [324 0 R /XYZ 56.6929 149.7605 null]
+>> endobj
+357 0 obj <<
+/D [324 0 R /XYZ 56.6929 138.8016 null]
+>> endobj
+323 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+360 0 obj <<
+/Length 4405
+/Filter /FlateDecode
+>>
+stream
+xÚí][ã¶~_aìK=E¬¤¨KIÓ6m
+¤;@6ÀkË3FlËíÌnþ÷^E"©õÎtT6#KGçû/hÂhFó$¯p5+MÙjÎîáÙ77HÊ,ÐÂúÓÝͧ¥é¬Jªç³»Í,ÇI^¤tV¦EB*\ÌîÖ¯æ_Ý.0Mç/·³¸¼»ÍèürnÚírwûúî[Ðf%hÉ Ó ³BIE)æZ
+xµ(ç?°÷nþr§)*E
BqÉþtóêu:[9ßÞ¤IVhö?Ògío(Kcugwóòæ»N£z³$KK:0JhJópòY ]òáh(hÅÓO¡Äå$)úÆ1ÚL)ì«b[ζ^®nQ:.2
+nL
+^[@â é"îá«v{~>¶Í-¢ó·ëú$î,ÅUs8·ÍNü8ÛËê|iëOÄï
+G~¿ÎøÛëvy®åøËääÕ®Þ×Ûl$[¶íòÝmNç 3g
+ _Nûï Eh9??lOâªf¬ß.÷ÇãDJ:¬ÅÇín'®Ú~M>;¶õ-fÖ6©ç%_ӮůUs9·{CÜIÅþW·R[Ç®¾OS¬ä¶w©þrã$»óCs9KæÅ5 KÈø¸Û®¶ç|q·=uÒ
NØF:R¨>%·Zù95vUU³wÁâL]Ò·n
°L¼ÃLON,?Ù0LO[«÷Gn,Ü túìv9d:9¿=3ßÑj~n`w¤1µ¡ß·lGÜöeË`ªl~º!µê50)22ÿjsæªèü]s"2¹óÄ#=àHB¸áG JQYA¦8p·×µTv~Xµ¶VÞÔüTÀ%8_$ <ïV%O% J~O¼Ìe0°DRïbHYê2ÌËñr{àygHËt9Ý ìÏèªiÛútlkF:=V@Ò´ÿë¶LçµÒ¹³=HR_Nò¯L¦è-wÐúØ/ÇZ²ñÚ.+gÚ{YvÔ«TÖ(V;Õu¡Yjg¢Õ ¬zf¾a
+´-y)g8©Ê²µõlc4<òaêirH1U¯:úö+¬fby>DS¼0¬
+^/Ùö¤
+bree$/¼nmÉ výôjýOÀݼ©IgíýL\üs(4È3Èxé"«
+(3#-ųç»cÝÏE yg3S]MHQUQj%Ih
IËljûútZÞ×íÎa2
+2\(¡6ÊJ?Ò^ºüòo©$(IIMÙý£gwÃ쮤¢ÙÝtìf÷ 5ÝMj¼
Ìì')B8Hp¡¥"Ø°~©-Ýq¤¥Svòì.è
R;¥ð§p½MT°"
®)!J ¦PR¬D|Ò´_&r(b.g¦º@m Ä#ðB¬ï¯
+@EÄUÕB4)Çj9âÙ¡Q)¢Aj-u´I· 9Î/FUf äÈg¡crrxL(b½!W(A#2$ªò²q®±+ù(>ë1dÒ¤ÈJú¹ç`<.³I-gÜ8Ôr°%-IØ/Z*
+Úצs%¼Îñµ£Ð0SÖ_S-ÿtµ<TÂ47ª8oaºÂõ°£ÃøHÎñØwl±AâcûäP³ª`ÒÊ*¡nû>,'iÊ<¸· z^ð;U 1§>®¼í¹åÖpÍPM_·éavZÎâ÷ÂÛ¦ÑQÑ-}Á¨,\*§]GE¾¥ÒÇà^óF×PÑÑG>"ý9ô>ùǨ3!lf_²¸à°Ü»+fJ1\h©¸,è`hd£bø}½ÃQG*«ÂÅz¡¥" ®6_,M´k¶1pô2§óMõ9d«c¶+©²ë%øn&$/óÑ+ù¼+FfvMxQ4b»¹<ÝI%(/²±ækùWï`×@4L³ÍÖRQо6Ýÿà
+"jDy¾A3a³b.ó*Ò4yëù¼Õ¥°ÄK
}E¡ñä¬iø7?¥D3=ôÚÂÅFI¨e«úË«àã©ðʨ¼CÓã&9¾â§¸jÚ3Äp¡¥"à*JÒÒFw4g ®RÚ
+÷Ô;1
+B.·)¸ý%¨!s¨×íRïF©Tb£E¥9Ôãk¨Èqä.ö2Eâï¡]A¤ë·
©È~ID.²ûMÐÅU~»8"oô~ä»ÞEÿ±qèã2)Ù:Ð+RR¿#ã`:(ø*ªWcDú>ê®Ùÿħj*"Æ^ÉÙôùJ¸¾%Nò¬¸.-Õ»1:Æ°W¡aIqQ^GE¾¥ÒÇð8¶ë¾?£$ãbVë]1ÔÐh_õw> [)~"äß|Qe4´è
+ãÓÖk¯»Ù Ån¶Á$ÉeFÑ
+¤4%A-Cw´1ôW¯ÅìñçþQl|Ì(và·hl¶oûKáM5ä°`bh©WÛ`5Û©Kct5¯FWíDÈÓ"*l· ¹ÙNg°zy>Ú÷Z>.äª0ØS$e9Í#¶+©ºëÿGÛÊæGá
©æÚÖ)
§þ°è%®
+eUo(zÑB¼9_ùVÿ
+rür09¹Ä&çÄ)MBe×Õ¡reJ+mjÛw)ɤ\§A¢ÜÔz7o°W-$ÅA-CWÃoºwaÿh9¦
]O^M¤Ð?Ï)f«¼H2Y7\1°b[i©ÈmÙɱüû¡0î¬Y½KªBÔÅS1о6ú¹wñ
+:b¹v^-²àÛú¾î>·ôÒ ÚßÒ pµG2þ¹:EO¾3+ùä=JðE´4)1>ñ'¾Vïçn5fªt!;ÚçÕ(¼Ò¼ê7\ÉGá¹\aùñNª
ÖÓgTGCýÄ[(ô¦+4£_C92|*GJ.Ïn|'-ïú§§#À6O1R¥Í
+Ïv%9LÁÑ=<=KòÝQ*ºTG¨¨RmRa«
+Åæ&bkhî#«~ÏÈ(Ÿ?ø=¢¯°¡Ã689*="z
+=!ã`ú¶ByÚ6 ®¶p-eЦ¨~
+dçP)¥x¾nÓ¦i÷þ×po Ý
+"÷u
+×jÃB#=7Æïk® uÁw-_·yôx=HÆþ!ýòþ|ºê%ÈGÍÕ|Ä~8ÎêýÜê´Ñ¯¹8ÃZ¡ÊÝr"³ýÓ"«þ
+ÆPWÆPÔà EàÜvk ªêâ¾
6¢Ç)Áb¤gÿKrù!VÐlýµVÚÑåýbJÉãL7ï¾Þá¡k îÂí0¨£-ú I!±§ªã¹>J0Ø¿¼ZK?KÈ4¤,ow´ô6FSû~v¬õd åKèfÏ3² ÈV "Ò*²¨[@MmÞ@#}U|sÌÍØÝ?ÿ\¯¶§ms;}®ÔæoäzûåZ^]NrÍ=d!d¨Eê2Ïò!h
+Ù¦rÐÝöG¶Û TÎöüÌíH'$ÍiS¾iÊùFÜ#r&:DöÒR]¶µvÑ©Ì¡¦#¯0¤£Ë¨¸Êõﯡ°0¼£6íaà+=´»¨#ëê¾å±½[. gM{·|üN
é@ÖVRü»Ëð´¬Z*ay×É[J*Üå-úïtÄ QÞÑËàïÛº>+õIUØtýáU[}xeaö0ÔSÏúqß\ÅXôu©A¦!ÓGcE¨8ÜM³ö½?k¾Ñ#ËaþR®=U4&î)TW$¨~7FÈÁvR;J³u·ïDTí;ÑÏÖþ$ ÚiÏóõ Í$DSJj°©[ Ó]þH®k{ØV]ïNµoÉï÷·Ô¸RT-C´@ýq4f¤å??~c¸"Ô¨8Æôn "wq c,Ð1qLÞÑ;. ÞÅ1alÇØá8ƶ~daÑ×cLÇ©8ñ8æ½Ù|XäßÅ1&ÿ%;|ãÐ4ïgÊW$i·T1ɨo»ûÒ9Ú×d04,Å´ù#
ýq
+³Ïµ! ¿Áðn}_ÐÂshN¯}¹rMÿsQçÌ°¡å4ãHÁÍÓV!Ä®3
?ÿ°áà.+:ÿúÍýq«Dø1 at LÕÃîØ ú9?=çð°[[ùW¸#y½àµ+¿/û[/8t6ÿúay¸ÇÛ¤òH CjèäÙ AËv»|³Û¶ÙË!îöRÛcmØ ørw·Å)UbþrÒãµ>ë¾]î{ÇkÉص²¥êÛïÀ5qBQ#YÀ
+Ìvh11ÛQyf;j¶#ÙWÅO0«ºÔ3;3·=³CǶ¢¹3 "Ϻ[ÀøqC»æØL&Ï÷bó$öQeÆéxKqÀ»ò'.X £ë^F¤býÚ²3ÕÖUוּiÓ6©£ØÄlg£ñc·pæf·§Vl·ì27Öõ+[9¸³tIe·ØaZ+Nà³Û)°:NÉ룸âÉRªãàB°,³;=±¿nëc[ÀheçÆ7ïÎòJ/ÇéBå£èG¼ÃëêãïØAP'³}¢Êáùa0Ñá×~{XÓà¸äC}èaI~ÜEøçlÊÁÿ®ÛfÐk«ÛÚ$Õ/úÞù1A*4ÍMóc£>ÉD°½Vªp$¤¥b§øê>ô05uE´º
+ZbØ-ê c;º_!Ö@MOxÿÔ&Ðøæ$ì{ª¥<g;9j:3µyÒ¦Zvha*©jÇQKáu-e©¥¦ÞN^-SÔrdzw`Ð+ÝÁ¨£Íû9?én¼1Â@7ZêÕCãÙ&2l·Ü2©¾HæF½¯ãX«õ>bHxU½Öü ²b·Ø<ÌNËYüö¾½Ñ»(F ûºF.JA)į«~ü
LW %å+æj#˳WV½zº'ÌMÊU6¹½wÖSPÓÔD¨)9Úð]àg¶GadG[økQ4ðѵnÂðÞðj6$h{7gwµù½SïHóµ|A_ï`4 ·ä
+7ø:Ú¢S$%V§*oÄHa(¯S$al~®îÙ"c#àU1<¿ÕY)FÚ~ºyõ:AæÛÖ¢@ÀúȧV1¹ö7Ýи³»yyóN£Bû/áÎþendstream
+endobj
+359 0 obj <<
+/Type /Page
+/Contents 360 0 R
+/Resources 358 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 281 0 R
+>> endobj
+361 0 obj <<
+/D [359 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+50 0 obj <<
+/D [359 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+362 0 obj <<
+/D [359 0 R /XYZ 56.6929 738.4887 null]
+>> endobj
+363 0 obj <<
+/D [359 0 R /XYZ 56.6929 651.4927 null]
+>> endobj
+364 0 obj <<
+/D [359 0 R /XYZ 56.6929 652.9522 null]
+>> endobj
+365 0 obj <<
+/D [359 0 R /XYZ 56.6929 641.9933 null]
+>> endobj
+366 0 obj <<
+/D [359 0 R /XYZ 56.6929 631.0344 null]
+>> endobj
+367 0 obj <<
+/D [359 0 R /XYZ 56.6929 620.0755 null]
+>> endobj
+368 0 obj <<
+/D [359 0 R /XYZ 56.6929 609.1166 null]
+>> endobj
+369 0 obj <<
+/D [359 0 R /XYZ 56.6929 598.1577 null]
+>> endobj
+370 0 obj <<
+/D [359 0 R /XYZ 56.6929 587.1988 null]
+>> endobj
+371 0 obj <<
+/D [359 0 R /XYZ 56.6929 576.2399 null]
+>> endobj
+372 0 obj <<
+/D [359 0 R /XYZ 56.6929 565.281 null]
+>> endobj
+373 0 obj <<
+/D [359 0 R /XYZ 56.6929 554.3221 null]
+>> endobj
+374 0 obj <<
+/D [359 0 R /XYZ 56.6929 543.3632 null]
+>> endobj
+375 0 obj <<
+/D [359 0 R /XYZ 56.6929 532.4043 null]
+>> endobj
+376 0 obj <<
+/D [359 0 R /XYZ 56.6929 521.4454 null]
+>> endobj
+377 0 obj <<
+/D [359 0 R /XYZ 56.6929 510.4865 null]
+>> endobj
+378 0 obj <<
+/D [359 0 R /XYZ 56.6929 499.5276 null]
+>> endobj
+379 0 obj <<
+/D [359 0 R /XYZ 56.6929 488.5687 null]
+>> endobj
+380 0 obj <<
+/D [359 0 R /XYZ 56.6929 477.6098 null]
+>> endobj
+381 0 obj <<
+/D [359 0 R /XYZ 56.6929 466.6508 null]
+>> endobj
+382 0 obj <<
+/D [359 0 R /XYZ 56.6929 455.6919 null]
+>> endobj
+383 0 obj <<
+/D [359 0 R /XYZ 56.6929 444.733 null]
+>> endobj
+384 0 obj <<
+/D [359 0 R /XYZ 56.6929 433.7741 null]
+>> endobj
+54 0 obj <<
+/D [359 0 R /XYZ 56.6929 396.929 null]
+>> endobj
+385 0 obj <<
+/D [359 0 R /XYZ 56.6929 369.589 null]
+>> endobj
+386 0 obj <<
+/D [359 0 R /XYZ 56.6929 348.133 null]
+>> endobj
+387 0 obj <<
+/D [359 0 R /XYZ 56.6929 349.5925 null]
+>> endobj
+388 0 obj <<
+/D [359 0 R /XYZ 56.6929 338.6336 null]
+>> endobj
+389 0 obj <<
+/D [359 0 R /XYZ 56.6929 327.6747 null]
+>> endobj
+390 0 obj <<
+/D [359 0 R /XYZ 56.6929 316.7158 null]
+>> endobj
+391 0 obj <<
+/D [359 0 R /XYZ 56.6929 305.7569 null]
+>> endobj
+58 0 obj <<
+/D [359 0 R /XYZ 56.6929 240.0692 null]
+>> endobj
+392 0 obj <<
+/D [359 0 R /XYZ 56.6929 211.8972 null]
+>> endobj
+393 0 obj <<
+/D [359 0 R /XYZ 56.6929 143.0474 null]
+>> endobj
+394 0 obj <<
+/D [359 0 R /XYZ 56.6929 144.5068 null]
+>> endobj
+395 0 obj <<
+/D [359 0 R /XYZ 56.6929 133.5479 null]
+>> endobj
+396 0 obj <<
+/D [359 0 R /XYZ 56.6929 122.589 null]
+>> endobj
+397 0 obj <<
+/D [359 0 R /XYZ 56.6929 111.6301 null]
+>> endobj
+398 0 obj <<
+/D [359 0 R /XYZ 56.6929 100.6712 null]
+>> endobj
+399 0 obj <<
+/D [359 0 R /XYZ 56.6929 89.7123 null]
+>> endobj
+358 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F52 107 0 R /F92 158 0 R /F91 149 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+403 0 obj <<
+/Length 5072
+/Filter /FlateDecode
+>>
+stream
+xÚí]mã6rþ>¿BI®*Rba AßÙ»JîÊN¥*w»u÷ÁÞJq4õv¤4ãu*ÿ= ñB ÜÕØ»µ'oÅý< îÐ ÉdÆ
+TT´qÂPYl¶ÚÝàÙøí7DË,ÐÒúÝW¿gxV¡ª ÅìÍý¬ ¨(1q\¢¬¢åìÍÝwóß.áùëçÍýI]¾Yäl~>M½]¼}óÐBf\h)2©%/KÆgKBPÅí´pqkÉç¯ÔÉä}7ÿñÆR4Ë Q. þíæ»·xv'óí
+FyÅÉìYüÍ+2ÛÝ0".³o¶7¯oþØk4¿Òå³ñC2D)-ÏXÑ ÖRN~üÁÞâkàÙR(àe©´ãEç|F¤¯fÍzvo
õoî
+ï¥ÛhT»ýõõ¿ ÷èÆϺøÓX-ó
+ÌJÛB+ªÚV.Ûm&FJ¶úx6§" XW[ÀÍ%0K(quIÌï1ÃCP!VÑl -²OÀ+±Ü_ÎûÓº¹ßl×C$§¨, Xt²²ªBrÃÉZ±rÇSÀ¢dõb¥R 6]/$À-rD+̦VO1PrÅHÕ´§uÐ&E#B%®ÒJ%ÀCm±fI GWÛ¥O2è䦷L*-øK´LÊ
«ÊËdË´rÇMÀ¢Ç¨#j³-sY`<ÿßÀùe¢*sÑe3Ñò_½Ð{!'ÌÒnHÙú\\8U¸#%+øyµVlË`fP±c-'U*3R¥ubÔ'öo²3îëÝ«0vàçz:Ô³H½éöpã¹w 0@ïho'LÜB¤Ým¤ \{ÄU2¾Î'Ûȧ(96±Ö{ ßñ xïRµNir½M-¾O1ôFrÄå0.¶JµZÿuÔºÓ.|ÑÕº¿ðC´ÿtÁóÁUöÑê"
¹\këåGâ¹LÎhµ×'ü±ÇÜ!Zbtá-PjüIâ¢óÌ\: ¥QFX¢óHÖ5*¤¶´RIС6 úÝÛ
Ð ¢üßÄ£}JÔóôJífwÜ®ÿgWë&î¡á8`@¨MøuÜO+¿ãðC½þجï7?
+å`¥RÈ6üUZ y6,8b¶èÝ¥WxsOÂP·¤ðáÐ aKÈh¹ST̽)*JnÐîÛ»Ã9Æ2\!Ù²÷&
£ÏFtaTÑ2ѬT
+4Ð&A¿F
#B¯^ðg|îqFÁ39Áá¹õáE¸¤|æê
+¡b «sàø¦û*6ãCÇgl´xD UX¯ÑÀ
+,ºJÀÚ¢³5&¸2Ñ}à`è5Ñ6Ô+z çRTJYe¬äU³2_+¥´*>½7A,ÄwñfA lýòB4Ðß(J2ñ¤®vöêÉ>{O&"ÿ\pÄl
ºYh1\®Oë¨Oq^ºB Ó+¹§ÀààÂA^K+$D¦oÒ.L×doæ:£É¦T(g´NUÄOZÌJFl*Í¢ð«u<£H!ºº-@Ô«x>bzÑ/ý<ì§XXZú#Ôñ_I,>íCºiåvBEÔs4ÏÁ¦O O²H$|4N5ËeSo×RzÇ'K«DÍ[©h m´¥.~Í0\f#ô» .ZIXÉ$¥&>à[8àÌ*$b£òê'^ÜOç¤ýg;U³T·@ÛÔ« ââ¦R¿jë©
¨®á°1
+Ýú±=H!Ð<:r3ÙHS4Ô)ýÝÃòù)zÌü%äÈøK:Óæ:U1Á_
+ãf&vü2ì{Ó·Ì¥ÿToÏáÚYEáÇ/Sª@¬ËÔNÀÈÁÍbª¼*áÎk¥ ¡6 úE|Æï¼ÑE¥~Ò%?ÔÛåÔèn3ÒöìB\z»¬´E³jÌêÌÔ`WsÌjÇ åtÂ¥ÖBIÈ®ÑǦtN-°MM zGCÜ Ø¦¦@Út/8ø¡1V^sE¾l"÷ËFj4ÈÝê2ð±[Ç6ÑTPä>QMáÄìäÑ´B;ÓH ¾<rÀ&÷#Q¨ôáO> ;bø úhÁPob$
+»Â ¶ÄHtbû(èG¢`ÍH4hF¢. 6Éjæå7_©Ï
¦Âöèy#M£Ô×vj`õܵCÕmi0ãú0¶å8¯à
ÊåâèBk$åÌ#§¼_ÜìvnZõyz\«öTïïêæNýuÞo~TWò$´¤EDhVjî=Us£.êãq»YÕ§Ía¯¾Xî4ÊRßr2?Ȭýyw»Öª÷êóöÝiå6ûüa¯/¾Çnõµ(ºxn6öÖÓcíÚúât0·îfcôvßl7?,xF˦ý2Öôè³%ÁùÏ×ôvóaíOï»bÅu¢ÿ£¯g±BÄ¡YEáPÇJÉ÷«Xf«ëó>mó2b/Ñåcsò³~NÆ4³J&B¯¢A:!ñmäÙ{dS+ÀRGÈò2¿.-ÿüà K Ìq"ûÉJÉjý§xÛÙìjÖ¶Ìgݬ«yè·ÂÉEæg}ôØü,è¯båµC;ÐÚ·n£kj`
écwvíECË$,`èlF*sg]uáÚµY?AÍj®ºö01~ík0öP«ÄÞGûPÚܬLÀ´´ÇêWqO
+Uã?AÈÞº ££xµ2±*¬|ã>çUÜå¶ TÞ7?(N¦£O-´OÁ+¹Ì_E×à2©¨Y8ò@ãs¦ÙnÌIÀz»ö?.´¦J iªa×_G¦N¦^O¢$HI¿è4\ðÒKKpÑE=òWÿzM1ýû`¨èÇ8+ä®ä /;$wyEV6"¨9Ñ
+jãtI³ðÓ<Ð9VõÌåÕà ±>Èp©=®·ÛCÜçBUáø\Xçtx¸_Ç]î´Úp\.è_!1"på>\\uQ7äyât8+EG×ÅFäe¢ËkdÊÎÎS^ά· 3k
]fut\x9/kVAZƬº¬nãf %PËkèø õa,×EY"ÂJÁ}ØÑuqyÙ>ìòÖ.gÖ÷aíÃ.³Ûhx-sü:øät-'Y)Y¥,¶Úó.C#ÿ¼
+ò²BEgp¢A^09¦Ø7ûöTo·úúö° lþ$ÿ§¿²YíªÙõJ|{ØÍ×Íp=¿¾3ZySïÛûC³só
+j~xÐ ûSóN]
+1Ëàùǵ¾§9ó
+Öæµ<ÌE}qlM½{ï1Äæ׫ä§sycY%& ¬è§]]úióxµÝáåøÜLTSÓR³È¶`;ÚÈ9crXË
+ Qìäh8ZïÞHIøtØüF¸Ô©³æ¯aÊ'c*D£'åVJ6×c
+ÀÏ®¾Kgó¸µOñ9¼ ÖÏáÁÜìOn´çX{Ðsíh_+4öÂÃ`/`pk/\ð&˲<n/^ Rl:tóèDÛËWJÁJ¹*U!f5mjØ
+`)ðNn ßÐÑèÉp©EÅ#W~]Ðûûq"nÉ0MÌ{Y)ÙÅþtÞóïQ'éèg³Â¨.ú¥J `Ìh±¥¬qÛëÑ°Çfd3÷(=¶?ñîóè¡Wàà ¬B¢(×,×O¨3`1úʳ
+<@É
+É&ðßrÞcݶ£ËºÒ5:Ãnæl$×Ð\ÜèJVe(Óﺶ¥Ø6%#c¯ÕL_,Ý×ÜKÏ®ùY1áèÙöý 7çe0êP×hK·Ëä"°HoÞcf¸Ø±ó(LúõA;2Øùo ÙY1ÝØ~ó~Ë[JÎ6ÌLùmyô Ê0Ê
+¶â¥J 2Êûíó½ÿ±@8j9E9-ÈÕ<~tóèÔDÜ>¡ÉÒß-$H±7.Éè¹F´%̤:ÅNÂðÖPºðIKù6 ÁÞVºAcyy«q¬%LÎK\Â^BÆ10°µ.°6°%ËëIðßb:5·Fh²Åtë÷b Rì-¦K2a1z®Åm éN±0¼µ.|Òb¾GŤ-&H°·.AÐb^Þj ³Ó%°P«q,&l-¦lLÀbXuµÛb:5Û´R²z¿Ù×ÑX¯f/\ ¹1[{ªOç6º!bçÚh8Ô6n*ÍZ
+lÈ3k| x0¬Mû¸¾î¬ô9åfYÙAæWÌyµZ·íýy»}·IPõ86 Ä×rå zò¨-Êå˪ëÛ®+Y¿µÏ¸0Ó%¬½3Ã\]fÁ¼ÇkÛƶü¿ 1»3xÄ"ïMë½@ÏõA ²£DØlÓý¨£¥ÜC~ÍÍüø=ЩøÕ9í ÿâ#T·~EyK6Å»Û×-Á\%lS6ï%ÁÑä½D8Ù/v ó,û³aV.Â2xiUFê"dwNpÅ»þ-ö9n.}!B#çEÚÞFEôËõ;ÕÖa]¦è8®Ã³bòùbY gdæ*ÑB)È@Î9mvr/@Éç÷ݾ 1iÖ³EÌU7
õ¥w¤,®
+{;/¬XWzô_9EAP
+4P&Aÿ¼iÏõvÓnöê¨MââyAñüÐüð½è
+Ýægõ}ÝêOõñÐÔÇî¨Áæ1h@%4CëÄ¿¸»6ö
+´ßò,¿
ÛH3G9nÌqÇCÛnnÍÖsöãÃz¯²Â]
ÇÆÙ¶²¯÷+ý³"$OÃã4ëQ-F4Jx]·\ÃIáÅ\VNà ®®K 0/#æñ·@Üú£æ`TSä.£éå>âÓ"ap{Ú´nt¦éjÄæz'è\oÞ8;?ÖIe ´ï1ÉÞS«Å&'à½þîp&¿Dب7AÎD½¹ûMÓ¢ÙÞ`¥ôë0p¨m´RìûÞ'VJÿùüPoÔ>Ø8.7&.ϯi§ã"U)ÏtOsl¥@ÇåêºÔqÁ¼ÇkÄZù&Y?)cuss>bútV;Ð*±ãnÁL#eî'%`àPÛ¸[0N,vHbÞèÁ÷ÑE{¸ÔvÑ>kMëÚ.ÂO-µ]´OÁëE{þÍX±Í*T²ëM_
Jp3«P·Ñh·"uÒ¿µûB&0±N¬|¾Ë&f¹°À©(ê¡úç<äøÙf¼ª 2ÕS§A!ÙâYNæ«z¯.NÝCÓùíZ}ó´QgR¬ïÔßg5Û!/ßu¯¾ÂÝÜO-ç<º³|ûÚìꡪfÁhZKÆsy
úUÖuwá½G£SÑ*cÝhù~MW]tåùó¢ÀóÍOêcsøëzuÒ(ÿuhÖömDÔ30ÁúâvmÏ8Û38F÷sV
+Å*$fWOê×fæê?ýáBwÃÒ¹#¬³@owÞétüòÕ«ççnbuE~ÚüÍðùCø~8yÒ>f>·àõpZæèµ
+¶¥ §ehµ0ËgÅÔ,Íò v/(Ó³{;Ã×µ~¯Yï'=ç×nÔ±
+æò~+Û4åóÕa/ßßòpnº&¾¹}§>ïÖªW·ÑпZÀÊÃeä¯=ÜvÊy-Ï_uG¹ÈíaUËt
Bu²<³W²ª¿cÓuŧÍá¬8Ǿ´X):ê?/¶çÖH©Í^¾Furuf^±#¯º#käÅ©q5wJVçS}»]kæ÷Ía§D¤!ñzg.qn¢§Øp"MGÛ=ûlþ¨>aGÞ®»ÉRq¥¸Bý
¥ÍçòÉÊg¥þjßµ§õN]Ëã¹µXf&5Å׫Ãîx>uoé´ÞçÇÍêQ}%L¢õÝpN¬IÿeÁ±á¨¸¨·íAïj}¾Î±²oR4:«Õñ1vLÏáÚöÙ]·BÃjí·ðxYV{"±q5ú·ïÞâÙùöF úËs÷æO*Dz»Þï©o¶7¯oþzÅe¯Ñ ý?ýR$lendstream
+endobj
+402 0 obj <<
+/Type /Page
+/Contents 403 0 R
+/Resources 401 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 281 0 R
+/Annots [ 444 0 R ]
+>> endobj
+444 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [168.8613 156.374 268.5368 167.2779]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.graphviz.org)>>
+>> endobj
+404 0 obj <<
+/D [402 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+405 0 obj <<
+/D [402 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+406 0 obj <<
+/D [402 0 R /XYZ 56.6929 749.1057 null]
+>> endobj
+407 0 obj <<
+/D [402 0 R /XYZ 56.6929 738.1468 null]
+>> endobj
+408 0 obj <<
+/D [402 0 R /XYZ 56.6929 727.1879 null]
+>> endobj
+409 0 obj <<
+/D [402 0 R /XYZ 56.6929 716.229 null]
+>> endobj
+410 0 obj <<
+/D [402 0 R /XYZ 56.6929 705.2701 null]
+>> endobj
+411 0 obj <<
+/D [402 0 R /XYZ 56.6929 694.3112 null]
+>> endobj
+412 0 obj <<
+/D [402 0 R /XYZ 56.6929 683.3523 null]
+>> endobj
+413 0 obj <<
+/D [402 0 R /XYZ 56.6929 672.3934 null]
+>> endobj
+414 0 obj <<
+/D [402 0 R /XYZ 56.6929 661.4345 null]
+>> endobj
+415 0 obj <<
+/D [402 0 R /XYZ 56.6929 650.4756 null]
+>> endobj
+416 0 obj <<
+/D [402 0 R /XYZ 56.6929 639.5167 null]
+>> endobj
+417 0 obj <<
+/D [402 0 R /XYZ 56.6929 577.5386 null]
+>> endobj
+418 0 obj <<
+/D [402 0 R /XYZ 56.6929 578.9981 null]
+>> endobj
+419 0 obj <<
+/D [402 0 R /XYZ 56.6929 568.0392 null]
+>> endobj
+420 0 obj <<
+/D [402 0 R /XYZ 56.6929 557.0803 null]
+>> endobj
+421 0 obj <<
+/D [402 0 R /XYZ 56.6929 546.1214 null]
+>> endobj
+422 0 obj <<
+/D [402 0 R /XYZ 56.6929 535.1625 null]
+>> endobj
+423 0 obj <<
+/D [402 0 R /XYZ 56.6929 524.2036 null]
+>> endobj
+424 0 obj <<
+/D [402 0 R /XYZ 56.6929 513.2447 null]
+>> endobj
+425 0 obj <<
+/D [402 0 R /XYZ 56.6929 502.2858 null]
+>> endobj
+426 0 obj <<
+/D [402 0 R /XYZ 56.6929 457.679 null]
+>> endobj
+427 0 obj <<
+/D [402 0 R /XYZ 56.6929 459.1385 null]
+>> endobj
+428 0 obj <<
+/D [402 0 R /XYZ 56.6929 448.1796 null]
+>> endobj
+429 0 obj <<
+/D [402 0 R /XYZ 56.6929 437.2207 null]
+>> endobj
+430 0 obj <<
+/D [402 0 R /XYZ 56.6929 426.2617 null]
+>> endobj
+431 0 obj <<
+/D [402 0 R /XYZ 56.6929 415.3028 null]
+>> endobj
+432 0 obj <<
+/D [402 0 R /XYZ 56.6929 404.3439 null]
+>> endobj
+433 0 obj <<
+/D [402 0 R /XYZ 56.6929 393.385 null]
+>> endobj
+434 0 obj <<
+/D [402 0 R /XYZ 56.6929 382.4261 null]
+>> endobj
+435 0 obj <<
+/D [402 0 R /XYZ 56.6929 371.4672 null]
+>> endobj
+436 0 obj <<
+/D [402 0 R /XYZ 56.6929 360.5083 null]
+>> endobj
+437 0 obj <<
+/D [402 0 R /XYZ 56.6929 349.5494 null]
+>> endobj
+438 0 obj <<
+/D [402 0 R /XYZ 56.6929 338.5905 null]
+>> endobj
+62 0 obj <<
+/D [402 0 R /XYZ 56.6929 301.1713 null]
+>> endobj
+439 0 obj <<
+/D [402 0 R /XYZ 56.6929 265.568 null]
+>> endobj
+66 0 obj <<
+/D [402 0 R /XYZ 56.6929 265.568 null]
+>> endobj
+440 0 obj <<
+/D [402 0 R /XYZ 56.6929 238.7753 null]
+>> endobj
+441 0 obj <<
+/D [402 0 R /XYZ 56.6929 218.0156 null]
+>> endobj
+442 0 obj <<
+/D [402 0 R /XYZ 56.6929 219.475 null]
+>> endobj
+443 0 obj <<
+/D [402 0 R /XYZ 56.6929 208.5161 null]
+>> endobj
+70 0 obj <<
+/D [402 0 R /XYZ 56.6929 143.6746 null]
+>> endobj
+445 0 obj <<
+/D [402 0 R /XYZ 56.6929 115.8506 null]
+>> endobj
+401 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+448 0 obj <<
+/Length 3528
+/Filter /FlateDecode
+>>
+stream
+xÚÙã¶ñ}¾BoªVàéJ%å8vj8UÉsírQ$5b"e3«¿O7º^:fÏ<h4F_hP¬\ø+?pXÆ«HøNµJîêÆþô gk¶c¬?<=<~㻫جö«@:Aèú«È
+Ëpõý°þr³¾»þðZì;j>m<ÝwuS$å槧oXE@%PHÅCX-Zm
pbßJSÃhýH?BἯ,Ã0òeþòðÃOî*í|ûà:^Õ+t\Gz±X|MH)><üm hF¥çxnä_PN,£`µa5ÇÒñ|¥VJ9ÂrÉ¢abQıi'ÃÀ@¦,º«7"æV¿ V
+_Ûz¥a<¾?Õk ·(nyáÒuüHxÃIËÑ ª*龧ô!ýsã¹ë¤©êù¹ºÓ}:íf4ÖùF¹ëOÉñTæÖf ÊÓ¼mf³þº(Ï=ÖMNô×ÉsÏÓºCRÑÀ©Ñ4_º_®ÑnÚ; Gáz§Iße;Fnò_ú¢É¹¤Èµ»PüXw¹Ánë¾I®oõß©{RÞöP÷eFí¼j{Ü
+¶ýZçÐSÜ×ïc$ôózG¾E3¦÷\Â(êÛ-àmI=ûÑõݺ#íkû{À°AÏ[§õñTNiêÌÏ(M°iWýÿ=èáæÒã³·ã gÕ0r×x8®·ÎðÀ\µ®ê UgÒg cû3Á@Ö 3
+hõ!mSG£i1ÙÉ6(OÔüÀB¼áQÖg³õB±~_µ]d¨z"\¿ætìÛî#@Ò%eýÌõ#N[
+NÔöÏè°ªò#¶3 J«á±ÞŵE[J;~)²±²¼K;õ~I© QÖ@¥ÀÝX«,´Ó©,h¨%ʯEYÒØç°Þ¡Æ¹0Öf³|¿à=ú)¶y×R3#M¾ÏípÁWyÉöIz(*<åV5¤
+`FðÕ0½ôõÂSPB]ã¨M'M[Æ?pÿû¯ð´½çMrªFÒNèûè94ï÷{Öö«5¼VáÑú*tgT=4d ¿(mO¤Øó\öÓ>}øMx¬Ø£ÃyäòѾ}רo¸Ç95ýô0/¨klܪX~3tbÅ©ÃÖtð@ZÓÉnSGÇ øÕJ©Í4¼¢fÞ¥8µu>KB?6ÐO ¼¸=âQ\¹kâùÐíëæUëgÃóÿõÝ_¨#GÜ6¶t]Y¢®ù±Ü°{##vºI-4þ¢Ê\8}]52÷ª- at IuçÔDKM£±|äùÜÙ¾;Ñ0úí×C¡nQeh¨:ºx} º4FÒÆ+ø¦Ä UG"íxdSµh9OÓn0ÉEÉÁF¨Mº!]
+1~AdIA]/ìzĸÑq)GãØÌýHf´÷vÕÐÎK2°X#&4Êôù×ÍÇR²×3O¸§\FFãùäÄ`¬"°÷Ë.¼"Ëرµìë^óVYkË2ÿþTÈε$Ù÷Ç^x;×crâÐ'¡×¢!ß³ÈÌ#鳸½¨Aº·è÷MÑÙô3£#hiÕ,c )9Kh ³ïQ<¥Î¶0*Â!B¡ÕtMõ©9K»¤$6^©ÍËë©mmôM{Gh»ª/ìÊÐ;F·þÚdØ"Ãà2)2T÷s>2m{ÊÓ'¦#ELÎíEû%Ú¸ï]% TÝ!{6huÉG$¹ ü#µ´¡ºßrHñ!&:ÑFbZXØ*0g?BÄig¿³G<V7ôÞ@3|×s$¤¤o4üÑ^þ<è±OYæKÊ(¯C×¾x||}}Ý@^â¤
ÓCÂ&ϵgýãVËx«bP¶XÌ.µ-êÁãFrÈêôñ%k?>Bn. 3O~:l % ^>¢äAïyï6ºc9"GºR¼X:2¤[ÜÂè,Öv¶Ü¸»m!ï`yC)&¸zRyëºÂhT¤1¿oû¤,µ·4T¿Á-v§´HÿÝáÜ©Û±
éÊ4H.ÖôÍg¸Ùákpî<á
Á9è;m²¢«&BÒºJ¼3=TT3YÄõñ¢7ß÷v*IYtgÎ~ʮܱ[ͳMFC¤³¨ò¼&Õ
+1MÑyIÇs´!'¸< NTDw
+ÄFÑëW1_6Ñ(t0ð§ëÏã¼qM7rühRX¾X_pÔ;ÌçRNRç{}'¹8C§¢_F§wzÁtD×^PãÔòîPg~G:È|Ù\Ø ¹C¡ Ðî¼}7¥H®Á@¤<Aé]eòF=%ÝÀúßSV*×IKÐ}]ÿ ~rvIcÄÆ11.¨J9&xßa8=äéG
o¶{ÃlñDó©h»óèÈ[ÿµ®0eÉ|\qýâ5ÐçÔµøÖµ\ÒkѽÁÓ7ù!Ö íMJs=6Q¯Í²ù+æ{5{SAào·ÛñëFd±t0±Ëv,$?güÌìqÞÊ9Or2Hæf> V^a821¬~Õ&ÿÃkÅ$4¤Øh2e÷£<ѪbR¥ÒÇ^ îx_¢Ô'mäÌÝ@Wé.ÞîýãH&_8n!ãù &8ïÉ»`&lÇ3â_ÐÕÐ4Éùæñ®#;s0X÷xXPC&Þ-õá
ò3d`fÜe`NøêÃ?nÉ@JÓqÜźÃÂÚEH%8?Cì{,(#ßtMýÝ]ÅPÂsB¸àÞźÃÓÚE¡(;¡ë·ÅθËÀ22ðwíÉEn#R¾º#u59*[Ü\PëP©·ËÅθÃÉ2ròcÉî´®ÜÕà:/\uGQ,Ö=~ÔëaTDÿat4ãF3Xã0¸âEÙX¹s~æ^Ô`ÝaB¨Ø ëO¹0T,")Ý~àg¨ÂF¡ÐäÃá8
+ibÝæe®³PjÐÙAzQSWS,.WjÜ):e¬#ÆU6è
uØÕM8éX
Á4¾×Õoz=Þðzx&°ð ÆÒMN }_Ó-»}@ò Ͼp ëðÁ¢ æÞãêIÚT¼dóa]ôÇié4Ââ3#Fæøtþ+¥2öWñö4b<ãza±tC'Û?¯¤EáE
+ÁX÷Ö_P»BÄN¦úû73î20§Lelççö¤O RÝźÃÃÚ,>Lï"xá뫬N{ª?pÝ?Øè>íú&Ï8ÔõeÒ|ýéÔQu5ª@M
+L^¹û¤øËÂ@YåMRâµK¡5AٱЯ5=ÔuË8yÁ7GáñP(ëb¿3EI¬¯!ü0ª<´ã]nú`~Èq
~C"çºo&\^0Bª«Xë$¸)GCÄV,69H½j©Ãnúðê$vÙA2JÅsvR#<¼øóBúH,Kx
g¶øÓ#I<Z¸$
éb®§« ÔÚ¦C
+~CA"×Ï:tÑH>ÐàJµê0>
+O|vkÖ02
+ ýe6¡xL:]ôPO ÜS½Aîw]ÞTæñ*Ö®©cQóBÆ~èéÀ»Kvº =*DÆrAAéMØs%½ ) ¶l(y¤tm("£Njé°ãnÄ¥-øåPhdciÅp{vØ"KèÊæ@Ê6¨ªuÚ¾ü<EÉÇ#&ðHñ4QMx=Ø2fÊRØ¥ëÛ¨ÂÀ&á-+<£¬k~âOQWÄäüâzVÁXO$½éVÃCüÙX=ñݱIÖ_ϼq¿\í\æn¾ò±n¼òY4zåó®½òÝ\Ô¾òÝYtAìÚ+ß#(Öº 3Eú?½ÿaÂ/$8Rö?¡x~3¢â!¤Ï# ÂÞ¿#1¼¨X[NRë¿ßè1´-ZoTêUöp²VyÇ+Mª¹°Õ\ýK5ûPå4~ºvØðûPùÅ/Bgþ¡ûÔqöPæÏTMO+HcG·>Üäí[«¤PËÅÒ×LzÑ \2ISÐó©"nè$®ñ_â'obm|3½èÏßnoýýN
+ýy_¯×{©ÔÅwsw¥?¢Ë_ék×í@Ѭö_n
+Ùendstream
+endobj
+447 0 obj <<
+/Type /Page
+/Contents 448 0 R
+/Resources 446 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 281 0 R
+/Annots [ 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R ]
+>> endobj
+400 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (/autonfs/home/davidk/dblatex-0.3/latex/graphics/warning.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 464 0 R
+/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
+/BBox [0.00000000 0.00000000 160.00000000 183.00000000]
+/Resources <<
+/ProcSet [ /PDF ]
+/ExtGState <<
+/R7 465 0 R
+>>>>
+/Length 466 0 R
+/Filter /FlateDecode
+>>
+stream
+xÝR;N1í}
+×ÆùÙÉ ¶f÷,ÅlÁRp}ìL2Ä@_^òm9oÈ}ÍØoðxV¼¾C¦0Îð|ûrf"ïÏp¾îWÆþ~üòð+}¦¦ª©rÀ<ãí`
+)¡ÖB"SbTû=vÍR;Bkbí§Ý^LÊÒp©K
+$ïÂVÆÅ5NõÏ»÷ù?yµÙ('YckáEÖ}+>Ì"´MÕ«3¨\ý¶!Ñ4K)ö~ÜУÕVvfmî³ó5~é»[G#Å6áy GIî7ÀÆïÁñ²)endstream
+endobj
+464 0 obj
+<<
+/Producer (GPL Ghostscript SVN PRE-RELEASE 8.61)
+/CreationDate (D:20100125210321Z)
+/ModDate (D:20100125210321Z)
+>>
+endobj
+465 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+466 0 obj
+252
+endobj
+451 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [450.0885 501.0735 567.9254 511.9774]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html)>>
+>> endobj
+452 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 489.1183 289.1986 500.0223]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html)>>
+>> endobj
+453 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 423.3649 88.6727 433.9998]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html)>>
+>> endobj
+454 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 363.5891 124.9163 374.493]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/AbstractMapper.html)>>
+>> endobj
+455 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [112.4627 333.7011 171.1622 344.6051]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.array_mapper)>>
+>> endobj
+456 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [174.151 333.7011 228.9948 344.6051]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.csv_mapper)>>
+>> endobj
+457 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [231.9836 333.7011 315.7191 344.6051]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.fixed_array_mapper)>>
+>> endobj
+458 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [318.7078 333.7011 384.3116 344.6051]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.regexp_mapper)>>
+>> endobj
+459 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [404.177 333.7011 483.1001 344.6051]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.single_file_mapper)>>
+>> endobj
+460 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [55.6967 315.7684 137.9272 326.6723]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/file/AbstractFileMapper.html)>>
+>> endobj
+461 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [112.4627 291.858 175.8841 302.762]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.simple_mapper)>>
+>> endobj
+462 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [178.8729 291.858 241.1885 302.762]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.filesys_mapper)>>
+>> endobj
+449 0 obj <<
+/D [447 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+74 0 obj <<
+/D [447 0 R /XYZ 56.6929 564.6668 null]
+>> endobj
+450 0 obj <<
+/D [447 0 R /XYZ 56.6929 535.9077 null]
+>> endobj
+78 0 obj <<
+/D [447 0 R /XYZ 56.6929 201.2083 null]
+>> endobj
+463 0 obj <<
+/D [447 0 R /XYZ 56.6929 172.8229 null]
+>> endobj
+446 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F52 107 0 R /F92 158 0 R >>
+/XObject << /Im1 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+469 0 obj <<
+/Length 4851
+/Filter /FlateDecode
+>>
+stream
+xÚí]moãFþî_!äËÉÀ¨§ïÜ7 wØÙ½`s=8²Áh$:4qwÿýªÙ鷺±gàÙðÑd±§ºUÕ/d³
?¶H3Q¹(XJòÅõî.îàÚ_.Y)¡-õ¯×oߥtQ2²Åõí"HÓtQÐÄe/®7ß-¿¾\E)]^=6·Gqx}¤ËÓ±íj{ùýõ7
-
+ÐÅ\KG$gQ±X1FÊ4z5ÂÍy±|+~XÌï¼øóµ&©8æ%#q
+·Å.¾û.6`Ð7$eÁð%QR²Åî"epg:³½¸ºø»Ñ¨®F Ihz&# ËBe£é%%a4eó_]Ö¢T÷íi»Ç7ò\u³GÇVüêĽ<ØUu'å¹Ç®9ÊÃf/UYÕpµîY]{×U;ñ϶ùñiFÇûæð»Q1Ç$§ [ä1ØĬ/¨&^.üç/¼|¡è2±¸XD¤,bÑÕ[«\åEz¾DYL¢(U·ôªW³±,;GSÜp^9]¬àö"Ï
nªØ0.W®Aò}Ã/Ò-9«]_}¶þOÀÝ[¼TÐEw·ÿyÎuä1#IÎJýxxèçñPRüñ8>=ÔÃöÐv¢da«KIeZ´â5!¸Ôní<Ö1V ÜVZ* +åEò{ïóQJ÷=·ó×lç¦"f.
|MI·r«V_ÚÈ1^JÊá5$U|E©ÁáÊhæÀýaW$h^3¥p ÖÕÈQwOnîpü Ãèð. m)n³ÂÑGºúçùOþ'%üyH?_¥/®*52Az O§´Í(s
+M?hÖ1Y"|à;^a¢ÐB$<´\îNK¶<Ö÷mÛ§I Pê %×Ûêp'Wâçëñ«ÖÇoU"çÚNH«kï-该H. \/sÀq¨®ÞÿË%+Û]ÛìïÄa½ºÓÖ¦éê5$ÂOâßms8Ê{JyÈÔëf#ok÷¼±ð¢©1ëË£=q¶,îSAq?zëà\_BðìÄù»ú(Aà¬È"Ý[ãåm×îð¡ÝID%Ì ×RÛ?hJûßÆsG(¬7ðoçQ2h¶[!|#uÝWÝFÛM½LçUë²V÷Ʋè@É ºúºP
2ÌJ¯©Lûö2Jü0b§
á¥eälHPS±p×QoêPíåùJüðwº¹\±ådóóíøµ/PTí7âb³{ØÖ»z/ÀH`ûñ¥Ëº«¶ßºqWïÛ
+¤å««9\«c³~ã6Ñcª¹Ez#;ûî4¡1Ô×õ}ºR·íäÙM»>qõÆíPèÈÕ%ÔöGN¼aqò¶íbßZýÔu²¹Ôê=£¿ÖJè ~¥"QKò*<Ñr{!%¾³Õ8ïO}'µd)ÉòI<Ap¤[Ü~Gæ1ÍÒå¡eW®h
+ ÐÖßeG÷íÿÊÂOÍ7+kQ·£ëÛ§ÞZ] ÄQ2PEçĹÏöÌeJ¦Øù\6£1¨¢Ifã
âÍõ¡ZÿXÝòYðÙ
+Ï&´E0¡í8$'s=ÜÑtr²¼$"y³[)¡ îHÚk¤%æ¦þɺôW+¥v.áWv&iG±êßî¡í¾~¨ð½cåäCîêc5ò$,%EÎ2ÛJK`ÇÚ8î(¼³A¥P¯ÑZ>?ÒËáOÇÆë@q«
+ u·9)Ki9Ùf%Dêíç0º®z:xp³õè@ y¤
+9#4Ù¯½º_³jñkJj_³«ö¥~
+%§ýM÷k7Û¯¡°cm¿æNñk8üHoЯ¡Vk¿£uüÚD_ õrøk·[è°6b\ÉæQè&e®¥ècm¸oË(a,Igßöê¾Íª Ä·)© ¾Í®Úú6öm69Ü·!Ülßµ|:Å·áð#½AßZ}:Ôðmm6¾->Ôëú¶Ãعå$Ê@k© üXîÜø4G·æ.ÿ¯?|ÄðdYJjBø°¾8| ätø°ÉµÝÝ8zð
e,G©´T UÊ.,ñ,ÔïIMð
+À÷r¹×5÷O£GKcZ,WR!è¶ó§p£Ó-WòAø^n`ùÇÍ8læ)¡)V+©ìHÛy«õØÀD«Í?ÒÛ¯sÁèÉ
+B2`¹
+ at K¹$`yÅ$/1Õr-rÿúæðîÌj(cEE°\I
GÚð|!Ê!äÅÍ^=Y5D3%5!ÙUûÒhÓÑÌ&F3ÍPTÍlX$9 S¢Y ^E3>ÍPËM4áGÚÑl¢å&àU4³áÑhZm¢;Òf6ÑéÍ0ËhBhZn¢Ù4ËhÃëhfÃ
+¹É<
+
+1rËÀÔx_-»h_ at P³j jJjBP³«ö¥A
+%§M
+j5;¨¡¨&¨Ù°HPs@§µ ¼
+j6|0¨¡ C´ÚDËMPÀ« fãA
+µÚ5v¤-Ô&Zm?Ò;)¨a[A
+
6A
+µÜµi[A
+×AÍ_ïG»ËÀ®¥B¸BnÐÌý¡Wp½~ Óõ1!3!J}iChé fh¡áËKÊ^ ] \Ü°
« e!±Ö,t )¬&YkB
+¬FÃb© Rà@S @M²Ô'x sRhò[k&Ô%ÄZ¦Xk
$X$üþþéЬ«í»¶ÛUG1Úô°0lÝ¿2ØÞpÇ16¥yñ×öJ1<ðk©þ
ÓͶYûB¿0ü=ätðÇÉ)1x?Ñ·Zäó®$2Yb§åzîGCeFÒ¬,>E¥e8M)W¸4ëõ~3^ø$Ø&~Åt'UwÂ!ÍÅ%1ÍÊs¥¥â(%uü7xäI¹G3¾¦Ðt³4
+>»YN4ânÆHR$%ùJLK!sÄú³¶ÊçºhÝÃùéþCp÷töã$rFÏ,÷àªwî½}+ÓëòMï* ¯úWü¾~ôö°>EèQÒhtÓ-¡uÇÈæoè{{G!©6¿?<ßG
+°éæ,¾S(HÁ¿¹uÎô yoÊÃÿ|èUÏá£W~ø0Î÷]3H£h?¼7HeÑ¿ ûó¸[D$KòòYdÔ½!2#óMRtåEàiQRAС6ù´0¿:£t~çjNþùS#O6©ôÒ,K©òw¬åø¶¾PË èO§áäô§Óv7m»«½71
+ñ#èütþdóSs÷ª!je2\i©6 ó;¾ËUF)Ò3pÑ|~sáS?¢@ §áQ/õY¸]ã:b©©0^É]}<u{ïäS¹Ï²1sA8=-ç𻶯agõZpØ¡.|åùÜØ?u$ÊJè½õI¡UÄHQR¼ºþÏ[]4#YQΫ¤çÔì×Åe
+)-ñGKS3[ß3GÃMjÓ©ÃÎÿº
+re J9
+¹ÌåXËOéy_&ÅZ/âØcm¿ A"Ü<rÿúùUþôL õÉ¿÷k»v¥z¿¶â©yFïܨ ò6`ð»8²«#BÃÕB8¨ØñrïQÀØDsµx»sMî=ÇxNò [Üd%b騹ÓèÏcä1)X<¯ùä.£+I]yª8ónå
+Ò¥SÊ}fX â=½XÀáçùlé?k2(¬&äñã®b¿:%WÀáu®`ÃW¿Á#ï]®¤BÈ#mÞÙµbh{péÎ`¬×3§'°-2Äi¨ 9µXÏ!®G«Å,÷àªåîwß{R7=3±]ù ^¯ùj7_ϪpGÚÎOq|)JO6[ÉàGz9ü¿}ýßÞ}ý×ÑB$'Íp_¹ÒRô±¶~ÌSÈE4ö/ i·ªÉÚTÚ³T(vjvÄ.Ó<ªòÅ$`)#EÆLIMIÀ,/OÀPz&³ù!ßÀbE
+.
+¥¸2!è^2x§±\H¿åzB+ /&´páðÿöïW×þ`n{{¬
+Shq6¯ø|s
+v#C£J
+S#Ðçóg(ç9
ßÀ+ eExpTxNÁÒ÷ò9S°Ùáofée§
+8K&m»êÁß]G¨Ùtv¬Í?L ¦\ÌLiõz»¢j½f°R&Ä øBrRÌmØÞ÷Fð*QRAÌ¡6µò04¿C¡só/ ¯hUÒWTR)»^ýs<(äHwGÍ9 áÙqøÖ³Ï
+½zb Çh:ßåPd¢VÀAÁMÀ±áëNÕöàg¶¦pd=¿ªfµÚiªéj
+U _
+êù/7î¨ÝfÇÕÃìx
ë9µVéµ ¼_³áýÃz5ÞÊFÑÇÚT¼À¦ö¢2'ÒyEÔë,ÙUá÷ÜZjÂÈS¹/YÂéé%g_MÚaü¬©½ ²Ús½£+Q°¹3ùúÙ]þìHK
FÒGÒ¿|C~TÒÐogô=÷Íãì0nÆ×Yäö§íÖ»BÍzê½Ϣd^±óùÆí"ö
i)t9ÄÍÕõÙªË*bÿ`´^]Mú ϶C2}ÁæÈò²µÉò@J^Z~Vúf´Z¾BÒ4ð. 4³(sJ!ÍrÑÀÿCo£Nåîìð»¯ûMÁi$7«Íþ¶ívâXlØ
+WÍíQÈÕû»f/OW7m¿¶-ª÷,¯÷ý6ÜpK¿z/ÓoMcwko¾AºÞ¬.nZ%^IÌ'©{ÓÈÂmDñw·R[wÃMk¹;Õ¾7+w{n¹¥pÓîûýîK±S7ß©»í.Y±¼{Ûäî2]>íß~ÜlßîªK¶|xà{Å7p´¿{;Ï»y¥bóð(YV0"»ÃO×Ú/µNï²ç×Õv+ïÞ¶û»CÓï©ÔáÀÞ"Þ«ë̦ä\óAî)¿mÌFè´¯¥ßù.VFç׺Ìûÿ?îåéjGŤ|xÛ\LrØvÏ.3·#ëÌq|½ÐÜapv0N
+ﹸèÇÌ`ÅP÷Ù'¨¾s¨±Á 56èÙ=}¸å_û°;ÿz5¶õ^fü'6ÆÀ¿H6óíèP}ãY´ÿ´c
+ÀôöÑê!¦©¶Þ|à¦ëÏy°GÚίUKE§® àz®ÓßðZ*@@ÊÅûã,&q¯«åCð#½Þï
+Æ%$Mv+©ðH[ð*%çWDýzòmGÐ÷(
+<ßf)'OD©]÷)Z,yî íVüóPuÕ®>ö üÛ'Äq*ó98±«â¨ÏãÄ\Ú©ÄËCî)Òcøç±é³D¹¢§CÖs½øí3ø«5$³H×ÞÈ¿c²zÝö*è=ËÕ"Ý Ù£TS&â}nÙs£Gmþp:¨3]{¬V `uõ
+ϬOÍv#N¨¾ "î$ÀWÕþ¨îÜ@bñ¼^ü¾> sYy¤lt±,dð¸âiø#O¬«Nê«~ÚSwF»Ó+áFÝ+ëj/תÄù+:a=ã½ïîëí¶×8¶S|eõ{ý²$iÂÒ9ÏóüIy~ÉHÁ§aÑ%Ô'2O£Ù5û`){æÚ¡"&iÅ^B*qxíêẫ±0"ôL¦5¡ãÅ|ð±y
+ëçjã«$!YççÓh"
øÓOß}Oùær§`ǾñNÂîÂx,qf{quñ÷q¬zÎú³ÿhendstream
+endobj
+468 0 obj <<
+/Type /Page
+/Contents 469 0 R
+/Resources 467 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 513 0 R
+>> endobj
+470 0 obj <<
+/D [468 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+471 0 obj <<
+/D [468 0 R /XYZ 56.6929 740.9713 null]
+>> endobj
+472 0 obj <<
+/D [468 0 R /XYZ 56.6929 742.4308 null]
+>> endobj
+473 0 obj <<
+/D [468 0 R /XYZ 56.6929 731.4719 null]
+>> endobj
+474 0 obj <<
+/D [468 0 R /XYZ 56.6929 613.4495 null]
+>> endobj
+475 0 obj <<
+/D [468 0 R /XYZ 56.6929 614.909 null]
+>> endobj
+476 0 obj <<
+/D [468 0 R /XYZ 56.6929 603.9501 null]
+>> endobj
+477 0 obj <<
+/D [468 0 R /XYZ 56.6929 592.9912 null]
+>> endobj
+478 0 obj <<
+/D [468 0 R /XYZ 56.6929 582.0323 null]
+>> endobj
+479 0 obj <<
+/D [468 0 R /XYZ 56.6929 571.0734 null]
+>> endobj
+480 0 obj <<
+/D [468 0 R /XYZ 56.6929 560.1145 null]
+>> endobj
+481 0 obj <<
+/D [468 0 R /XYZ 56.6929 549.1556 null]
+>> endobj
+482 0 obj <<
+/D [468 0 R /XYZ 56.6929 538.1967 null]
+>> endobj
+483 0 obj <<
+/D [468 0 R /XYZ 56.6929 527.2378 null]
+>> endobj
+484 0 obj <<
+/D [468 0 R /XYZ 56.6929 516.2789 null]
+>> endobj
+485 0 obj <<
+/D [468 0 R /XYZ 56.6929 505.32 null]
+>> endobj
+486 0 obj <<
+/D [468 0 R /XYZ 56.6929 494.3611 null]
+>> endobj
+487 0 obj <<
+/D [468 0 R /XYZ 56.6929 483.4021 null]
+>> endobj
+488 0 obj <<
+/D [468 0 R /XYZ 56.6929 472.4432 null]
+>> endobj
+489 0 obj <<
+/D [468 0 R /XYZ 56.6929 461.4843 null]
+>> endobj
+490 0 obj <<
+/D [468 0 R /XYZ 56.6929 450.5254 null]
+>> endobj
+491 0 obj <<
+/D [468 0 R /XYZ 56.6929 439.5665 null]
+>> endobj
+492 0 obj <<
+/D [468 0 R /XYZ 56.6929 428.6076 null]
+>> endobj
+493 0 obj <<
+/D [468 0 R /XYZ 56.6929 417.6487 null]
+>> endobj
+494 0 obj <<
+/D [468 0 R /XYZ 56.6929 406.6898 null]
+>> endobj
+495 0 obj <<
+/D [468 0 R /XYZ 56.6929 395.7309 null]
+>> endobj
+496 0 obj <<
+/D [468 0 R /XYZ 56.6929 384.772 null]
+>> endobj
+497 0 obj <<
+/D [468 0 R /XYZ 56.6929 373.8131 null]
+>> endobj
+498 0 obj <<
+/D [468 0 R /XYZ 56.6929 362.8542 null]
+>> endobj
+499 0 obj <<
+/D [468 0 R /XYZ 56.6929 351.8953 null]
+>> endobj
+500 0 obj <<
+/D [468 0 R /XYZ 56.6929 340.9364 null]
+>> endobj
+501 0 obj <<
+/D [468 0 R /XYZ 56.6929 329.9775 null]
+>> endobj
+502 0 obj <<
+/D [468 0 R /XYZ 56.6929 319.0186 null]
+>> endobj
+503 0 obj <<
+/D [468 0 R /XYZ 56.6929 308.0597 null]
+>> endobj
+504 0 obj <<
+/D [468 0 R /XYZ 56.6929 297.1008 null]
+>> endobj
+505 0 obj <<
+/D [468 0 R /XYZ 56.6929 286.1419 null]
+>> endobj
+506 0 obj <<
+/D [468 0 R /XYZ 56.6929 275.183 null]
+>> endobj
+507 0 obj <<
+/D [468 0 R /XYZ 56.6929 264.2241 null]
+>> endobj
+508 0 obj <<
+/D [468 0 R /XYZ 56.6929 194.7397 null]
+>> endobj
+509 0 obj <<
+/D [468 0 R /XYZ 56.6929 195.4818 null]
+>> endobj
+510 0 obj <<
+/D [468 0 R /XYZ 56.6929 101.3698 null]
+>> endobj
+511 0 obj <<
+/D [468 0 R /XYZ 56.6929 102.8293 null]
+>> endobj
+512 0 obj <<
+/D [468 0 R /XYZ 56.6929 91.8704 null]
+>> endobj
+467 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+516 0 obj <<
+/Length 4609
+/Filter /FlateDecode
+>>
+stream
+xÚí]mä¶þ>¿¢±ÀM)JI8w±ûöÄ;àFïf¦³=Ýî¬7ûï)J"Ebæe±ÆDØÛÓ]ªç!,VñM|Á?¾P+*Q-J®.x¾¸¸=É×ðÛNx'³´BK_ê?ÎO>ÿZeU
(çWB°BgjQfåÐóËNÿp¶*;}ó~}ul?IuzÜí׫ÍÙçß¾(AK-R¦¹(KÎY¥hÔpëòôóö?'O¾:w$-G]q+x(þýä³Å%èÛɪä÷ðGƬøâöDqøÂ~³9ysòç^£ýUH&³RW
+Ïj±, _©¢ÚFÎü÷'÷HøU- ÔºÕ-«Ê²\p#WV}½¸rÂÝoþÒíJ4ªÝýúhýÏÀ}¤íAããÒ®ñU¢m6Ò4g+eZÍ_3
+
+´ÒLCûðÕeÍoûëEûá{ßðØ þ¶>V×õÕzSYpÁP\
+h
W,×Uq\@Ùs.)N. y¨åPÎJmé¤(ÐV.Ã#\ _ó©±â~+ÆCüë}]×ÛëC©XÉ·2n#ñ¸A6e_YvúËÎ$<Ë¢½É3{ðòPÃJ}JLpaºgØÊê
+f¼º»¶fPvHÎ
+UÅt.BÈtKñÜçܹ%é*¶ Rc-n/Ïi£Z!cÔúâf7|Ã¥£Æ#×|;r_?vø_¥Çz~DÁ©¸Å§rSo6qm)xgÅ£èØg):ÆxÍ*`¸ >ÄDiK¨»ûhÔDÛ²Ò(¿¥"cmù2Q
+í,¸'áz
+ü&Û®n£`L(Hkd©²[)
+<Ò
+EEÁd:rrñ<Å Ò;è ÈYTVæD± :Ôf½ß&'^@ò4M1gêk ^:!c¯ÿOÚ*SLhggc}4cyU$¸V
+5WaI3ÎæzfsÎÂs3=Õ©kø¹k¸R£¢ 7+Y¹Ir¤ßä'DMÌpÈÛÁ#.|éu¢HB6JÐÆA/z% Û°´¡G¯]$NP)øª3Íó᧫õþpüéRézk˨'EPµ
+¿ý}2j)´`y˹ãÏ®õÅ»VÈ$d.îZâµìܯ0=Ãvs%ì±7+>\ÓËÊà\Â'çÁi¨<+ñr;)
+;ÒæÏ)§$¤0õ&Ó»N×µ©A+î~ÌÐů,Võ»ÆÖ¢È@Ç(ÁÞJàK
¬ä¼_´bE.áCÙN~¿mW$7ëCûén¿»Þ¯n?kÿZm/Û7»»úê~³ùÐþùawß~x¿ÞlÚOÍ2a¥7uûáU3)õªýãpÜÒê[uxoëºã ýæî¾[!]o»ªÕ¾Ó~±»¬/ãgM'|û¡ý>þ&Ù*êÑùÇkM×6º¥U+æ
ÕO?p
+¡bA¤§NÊô°_¥_}]®Í¤âeÅ^«h2?UAð÷ÌJ@×BP̬XÀìöºZ±óÓ
+8ÖfYÚMù ¡)ø¡ÞfvòçcjA-tY±¬(ª9füåø¬`y®á'¬TrñÆõHO_åUJeúºP/;ÆQͤÌñGiÈ©3ÞoL !%«ã¯Ï:5T§«ök'@¢Ý~÷3®Nëýö§Ãúö® (às7RÍ×·õöX_²³%D£§ÿ¹»½[íkT·rÝýþ¢ûÒÄ,í·Ç] f`¶×ú§6`ù) Ú[ÔP~ð}êj~·°þË_¥íXúÄukn*¯áö58äÿnyAý±¿ÎDu%L%FÐ$Äå¥ìÙI¤bmÎOãfZª"Ü&w~Sï» Ð´Û]!ÞÞ_ÜtvV¨34gÂ0ðËÒj9mD빬W$oºý`Îê¶>vµÚÖ§ pç]ÓG:'ÕÖgãjµªÂbÅLI¦"Ï#Ì?Z!
+4RÖ´¬ãÊT&TIè²K6àþ>¿¶[$ýõÆ4è'ç²µýw;Ó&ßÎ^CoÏNÛ^ÉO¯w-ì_ÛÞdÝ7mÌ:Ý·«»ÕÛõf}\×î«öfOgãôéÿÙi÷xÄíêÝw߯Ú/߯vûwÐr²qQCõfý¶Þ¯õ¦c{e^7&EyWkÍÓM&eôû4L_ÉÂ>bßÏ yß[ðj]Ëw]auv¯^¬¶¶ÉoÁ<÷u²³èZxC úoùª¡ôõºuÂæ)ðµnƸä¬IRm®¢¹ój··ylgOvh
+HÍef6æpô¦z²¹Jdè9©&Êÿp%7v«¯î±W2ÔZ1RÍ»2>ºÆmé¤ØNnP%Éi;©ÀiAî37ôyáÅ»ÉË%áJ¬Tb¬ÌÖ×q³B¦Ý`mâ²>'à¢Pxç¢|xÜE!
º^íÖ@prN.d\JGíá¤HС¶äA;Á4Ñ$ýÄÁ ÒÛi;W¥Ö}ð¢»u8Òö³2ÏX&óÙÉ}ú³¾)c¥ÒËõy߶Oîó(;·îÐûò*9Uqó¦ª ÔH2ñÙzsSÿ{½FÆéNÝ¡(³G7ÎáíoóJ3^PK"No}méðÇ´M
·!(Þâð6¼
+àÑð+ô:Ù%Ã[Ô}xKµáíDôá-Á ÒkÜíwõáð:¹#/½ÛJ`GÚRíkÅàëÉ
+ÒÉS"½É&YÄgiýy*Ø·¼¡·Êq³8)
+¶#O:òÆ shz>uÒá¬Têà©=ÇXoôèéJ7góss¦ÁWÉÝcô(*ý°S±P@%émÎþFn^`aW=ð Û¥7öwÇX)jö\A at müèiïP~K'E!GÚGOG
+@§xj>Ö;'C¯\)¼ÐNB´¡yrÕ|áã%Ê~#!¿BSåÜvºÙ\sªüÒSehôyÎEe'E¥Ê6$UF1]äc¢©r :!UFá]ªìÃã©2Rè§Ê(¹>î
+Ø¥SeÌ^ªLµÑ©ò4x©2Î Òë
ߧSe´ô}ªcGÚèTybéûTgé¥Så§7I/ CÙõÏM1³x©2ëRå¨Q©²PbÞæñH=S ã2~»ß½«·étÔ7î²åÞ3¢{Ïès|\££G^eWî*ç"Óê#¹î¡VNSuccí>OP³§àjÄ=M?ßY¢È±6ü¦tÂ=MüPo*Y¶®-tïªqTçª}Ôt²s&M0;è,{UýV
+Oø^%çTnN_~²UgP¹r'D¥Ê½.$SÆ ]ä¢y²8!MÆ°]ìaãIrº¸Ï1f},èSKgȼ0Gè¢ÓãIð²c~¨ÕÀÿmçã²d\e^f+Du%b·f2ÌýR
+?Ôl.w~zû+¡aå ¨Y1Ú¦¾B"KÄ^`Fºègé5I¶ðCPì¡Ö-D.{n
+%ÕHÏl¿¾¾I_ÍÚÂÝÌ£uMU mZÏô>ýÄoô¸ë¤¨5üÀ²Ï±óskøÁôþ½Ékø»PìmÔaãn²&ØجÉÍûT8ÝÈ·&Ì:±Øc£ãxrn`gåBzãÔN1<¿~ Âù9¹_b>GJãF4Êoé¤(äVnо¿HÞ ¦îîR$à[9=0ÌUòâk¼Ðîºk5ÒÎç·fJóÕ¸o>ǯâtbê¤Ðù¡AWóVÂy>çÅÏçB±¢ÈMCN*ØظÑW÷Ôõ85+R&~ºÏ0^ýíi8¢½+4@ü"9ÝB¦#>¤EÑûÖ?¬çI¬Ô^È»Ñ&¯ JÛFæd³}ùNTB£wR¤õÔ=Ù¢Ôõ©]'(ÂËs¢(¢s¢>"âDÈ)NEï¨ÜPogxÑ÷ÓÅv¤0Zz7cL0ô/Øí
+x±Ý&
+´Û1,62tÀ£Ë|Þôé[k ʱY)Ò±yêìØPjαùÔn
+áå96Ñ96qläÇ¢÷ÍOnu®+¸çØpìHíØ&¾wl8H/áØÐb÷ µmPlı ÎJ!gÇ6ÇÄ/è ø²PÄ+'Eº'(57tøÔÖÉ¡áå
+(¢:|Ddè §(z?tøð£TvZè~ÏiKn>cbÉû
+Ùð\§ÃÐb[)´!èg©è§Ù-²áàC£aQ? £îÃs¨'3ÉTYå/ûnu^¬Þ«2GïV祹p¹{ù¢»ó¸¹\Û^à{Y7ï±·hïníõ½ûÕö`.å]×;{ðê¸Úìº{ëíq¿®É¶ðæò²ïçýI>/
+¦
èË»P³-lw±ÚÜìÇäpçë2FÆóJ?àµ8C'pd·n
+ãç9IØ^^ ÜúN8BÁwÇAøûCô"D^*Vr¢ÌÙHe*qÅ/«jr<oäªümò¸½hûÃ'8h¬m´Ìn3ÇÄ2÷DøHo²u»}hïk^9@÷¾~/ÁÏîåø}óÝó?¼~ýÕ#0~êR«gñ²J×vàÜãùW¯s1d! Ä1E·'EA·r2þM4zçEÎrYð©ÍÇÉSø^ÿúïþç/
+3©ÔæSö¦áøÉÌ\A«Èúqr¿í}ûNà.jRÈ°KñtÙyRá_(ÅtQâ/uBãOç3Ä(Ã>¾ð9&NôÚIM 7EJ » ÃGF tJAÀÛ #(øÈC` e¶é¼Ä.À8á¼ ïü¸¿¯Ó=Ùz¤&¥¬ÈºéäDH/=ÒjÍDQ>Å*g2ÓI±ÓCãmÎÍ;ù¾â¤èX[b f:¿(¦v'OáGzÓ-QZ¸eaZ¢eçºb²T¤×Ê
+ªgtu#2j QqÆÿMÞ¨ÇepE¼5eywí~ÿ-ïmMîPûþÂáÛÒÓ:¼2>¿w»&]³ÂÌA¢k9N
+}¯¯ë©ïáÅyY±WóB²Ô«â[÷¦xZ'0³¯ÀK>`ä¼ÕØ>Ð,µúbÒ«x+Æ'X¤CÑRseçsöËq¸lÍsNªy3åX°«°¾¾x}Õ®èâ¨v6@
' ããøî`@`¼Ý»ÞÛëí8p¤Í /½}b±]oÇÁ]o÷Á÷¢,²toGJýà}=+лØ]§DÔ$}ZÃvi!n{ÝT¸)ðF®$/Ë(å~ J
+ÏxÞÙôo3ÄiHóTN²B¦}¿ýæ©ÎÓßPÈ¡¦f²¢½iAdÐ}(L`V-óäÕ ®åi5Þ]ÿók®³_X5p¨ÔyR¯ôxúÕ&[üûÉ?fKùöĽ%_¼oNÐ37v{Ò§í77'é²×hÑþáe¤endstream
+endobj
+515 0 obj <<
+/Type /Page
+/Contents 516 0 R
+/Resources 514 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 513 0 R
+/Annots [ 530 0 R ]
+>> endobj
+530 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [473.4009 576.4484 565.4347 587.3523]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ci.uchicago.edu/trac/swift/browser/trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java)>>
+>> endobj
+517 0 obj <<
+/D [515 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+518 0 obj <<
+/D [515 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+519 0 obj <<
+/D [515 0 R /XYZ 56.6929 749.1057 null]
+>> endobj
+520 0 obj <<
+/D [515 0 R /XYZ 56.6929 738.1468 null]
+>> endobj
+521 0 obj <<
+/D [515 0 R /XYZ 56.6929 727.1879 null]
+>> endobj
+522 0 obj <<
+/D [515 0 R /XYZ 56.6929 716.229 null]
+>> endobj
+523 0 obj <<
+/D [515 0 R /XYZ 56.6929 705.2701 null]
+>> endobj
+524 0 obj <<
+/D [515 0 R /XYZ 56.6929 694.3112 null]
+>> endobj
+525 0 obj <<
+/D [515 0 R /XYZ 56.6929 683.3523 null]
+>> endobj
+526 0 obj <<
+/D [515 0 R /XYZ 56.6929 672.3934 null]
+>> endobj
+527 0 obj <<
+/D [515 0 R /XYZ 56.6929 626.7955 null]
+>> endobj
+528 0 obj <<
+/D [515 0 R /XYZ 56.6929 628.255 null]
+>> endobj
+529 0 obj <<
+/D [515 0 R /XYZ 56.6929 617.2961 null]
+>> endobj
+82 0 obj <<
+/D [515 0 R /XYZ 56.6929 551.6516 null]
+>> endobj
+531 0 obj <<
+/D [515 0 R /XYZ 56.6929 523.4973 null]
+>> endobj
+532 0 obj <<
+/D [515 0 R /XYZ 56.6929 472.4201 null]
+>> endobj
+533 0 obj <<
+/D [515 0 R /XYZ 56.6929 473.8795 null]
+>> endobj
+534 0 obj <<
+/D [515 0 R /XYZ 56.6929 462.9206 null]
+>> endobj
+535 0 obj <<
+/D [515 0 R /XYZ 56.6929 451.9617 null]
+>> endobj
+536 0 obj <<
+/D [515 0 R /XYZ 56.6929 441.0028 null]
+>> endobj
+537 0 obj <<
+/D [515 0 R /XYZ 56.6929 430.0439 null]
+>> endobj
+538 0 obj <<
+/D [515 0 R /XYZ 56.6929 419.085 null]
+>> endobj
+539 0 obj <<
+/D [515 0 R /XYZ 56.6929 408.1261 null]
+>> endobj
+540 0 obj <<
+/D [515 0 R /XYZ 56.6929 397.1672 null]
+>> endobj
+541 0 obj <<
+/D [515 0 R /XYZ 56.6929 386.2083 null]
+>> endobj
+542 0 obj <<
+/D [515 0 R /XYZ 56.6929 375.2494 null]
+>> endobj
+543 0 obj <<
+/D [515 0 R /XYZ 56.6929 364.2905 null]
+>> endobj
+544 0 obj <<
+/D [515 0 R /XYZ 56.6929 353.3316 null]
+>> endobj
+545 0 obj <<
+/D [515 0 R /XYZ 56.6929 342.3727 null]
+>> endobj
+546 0 obj <<
+/D [515 0 R /XYZ 56.6929 331.4138 null]
+>> endobj
+547 0 obj <<
+/D [515 0 R /XYZ 56.6929 320.4549 null]
+>> endobj
+548 0 obj <<
+/D [515 0 R /XYZ 56.6929 309.496 null]
+>> endobj
+549 0 obj <<
+/D [515 0 R /XYZ 56.6929 298.5371 null]
+>> endobj
+550 0 obj <<
+/D [515 0 R /XYZ 56.6929 287.5782 null]
+>> endobj
+551 0 obj <<
+/D [515 0 R /XYZ 56.6929 276.6193 null]
+>> endobj
+552 0 obj <<
+/D [515 0 R /XYZ 56.6929 265.6604 null]
+>> endobj
+553 0 obj <<
+/D [515 0 R /XYZ 56.6929 254.7015 null]
+>> endobj
+554 0 obj <<
+/D [515 0 R /XYZ 56.6929 243.7426 null]
+>> endobj
+555 0 obj <<
+/D [515 0 R /XYZ 56.6929 232.7836 null]
+>> endobj
+556 0 obj <<
+/D [515 0 R /XYZ 56.6929 221.8247 null]
+>> endobj
+557 0 obj <<
+/D [515 0 R /XYZ 56.6929 176.2269 null]
+>> endobj
+558 0 obj <<
+/D [515 0 R /XYZ 56.6929 177.6863 null]
+>> endobj
+559 0 obj <<
+/D [515 0 R /XYZ 56.6929 166.7274 null]
+>> endobj
+560 0 obj <<
+/D [515 0 R /XYZ 56.6929 121.1296 null]
+>> endobj
+561 0 obj <<
+/D [515 0 R /XYZ 56.6929 122.589 null]
+>> endobj
+562 0 obj <<
+/D [515 0 R /XYZ 56.6929 111.6301 null]
+>> endobj
+563 0 obj <<
+/D [515 0 R /XYZ 56.6929 100.6712 null]
+>> endobj
+564 0 obj <<
+/D [515 0 R /XYZ 56.6929 89.7123 null]
+>> endobj
+514 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+567 0 obj <<
+/Length 4426
+/Filter /FlateDecode
+>>
+stream
+xÚí]mã¶þ¾¿Â(
+Ô[Ä_$Rê·¶IÛAÐæ¶h4´¶vW9¯½µåî]}I¤HQªwWì6Qdùñ<3¾Hά°ü¬rxIËUAr$8a«íã^ÝËÏþxE4fc@õ»«ÏÿãUJNùêænÅ)âç«ÄJ*V7»ï׿½ÞЯß<7wmysåëK{<5Õþú¯¥²*¤ÎLP$-VBPç´C¨ü²(Ö÷Sß¼úòÆ*it%A,_*þóêûðj'
+úú
+£¬,ÈêYþF4+Éêñ*'òqjîì¯Þ\ýeh>¥ÊpO?Â¥ùjÃ%ó$ÕV8õçö+þ]# ¯6R@!D/¯(*¢X
+ÊÕ©^ÝY°þÌýÂ%ÛZ4)Ý~úÁò?îÑ
+ ^îWýÅwSmTd%"8¶´o]j],Hµ?÷§ú|7©²DråJô3 o£>ïo6ÌÀY V ñbiL/ÞODsJyõÍ¡×\Ïå%e¾gGÚå²LêVH~AiJ7ót;·U{ Ú9¡Ñä vJÒ&Û:aj £Æ7ÛâSô=NiÎõ.ТóÃ4í"éRä¨Hëס09æ²ÝÊèî²ß¿ë(çLÄxÁa÷XT_ãÄÈ=Y|,"¨MEjàV9ô:q(:EbÌݳO`ä°R I¿ \z
LÇ5¶9ë[Ô5É×ÇË©i~<Þû«ÓåÐ_lú?íñ²}ø¬¿®·G}y{:¾½&òFW¾èÿücªÆû=t½aDÝÏñáØÖZøCÕNËkÎ_]b?®¶í¥Rmkü¾n¥\TPOIwv~{¼¦ùú¹>kÞçf¿7¢êêQ¦/ÎÈÈsmYª§§úpÖf~W?í«m=¼«»ÇÒ´ÍÑ©ÿ¶[´«Zýìî§iEöÁlÎÑéWö"$Dö¿kòN{ý°v¯N ãKÈùâQ%ÂêM
+9-Hõªýq[íç6p!ÅÊ9ÖPΰ9)Ó
+9ªq&_×j\æë¨zì9csù=9¨àÆ¢RÌýéñ~PÊW:RÈÐȧmð)r
+GF7ÅT½ÎÒ2a±E%HCi6S5×`éã±ÍÄØL<->EÈUôwÕþ\*°q\ Ýr¼#LZj4ÏÈ´~=nôx¾úöÍÍo¿ùæË/Æ:2!ÂEê(#B.£ï¤,¡åIZÜHÇ/¿a4ÐPb¤Ýn=¢îq
Oý`*c¥ZÒÈó¹]ÆâSü\ÅÿÍWßþõïc2E,K4DîÆÖæQJ%ÅyúdX¨'ßÄ3Ñ_JÙ©Ö7r^<ÿiGÁ$HÁa0qÐÄDxø`#z
+ÛîYdÇÓ[É1ý]¯?KmuÖQæº]5{ |Ë2ij-áÛ¾ÍßG¥(¼ÈcQªÙÿrÜø8EXÐbåÊúÀÙ ³^æéuîÙÇëZ'B7½PM£<ÍNõ¹NmtRÎYüíâGÒLAbÌ'5<EÞÃÈ^ª,a5Éû]éËPñ©
+=Þ/OøÕƲÑcYb06(ÕÅÞLu1³âîÊ´3 «YK÷X¥ÅA·&ji|`1ø¿Æ¾Ó#O!»ñ&¤)âMt<i¶Oar;ºä'ZpO«gNqDH9N6
+óÔÛïãË KEV/ZÀ)9ÊyYÌöÁ'É;\9v +`õ2ɾ°Z:N¾Ve ^¦¸ÍÉÁ-§8R]ì»Ëá«/bS+/>ÅÁ¬¬~ÓvÃ1^SL0Î)ó%èØë«k>¡Æå¾Jíù¼Ûî¼®ä%¦dKgx=¡ rÞc9¸wbAsë¸ãÇu`^ýëñFrA¤ÍÙ²óòÉñD¼1ЬÆäú6Þ@^Ó\Þð<
+AøxwÐøy(·{ej«û:ÆC6Ï
+¢³'ÅyÚ5ñ]GÐîcµÇKHôtÐ\|?Q²ô'ð¥*ÔQ×7Ò<¥$çÝ{È¢Rü´ÎC4:s9~q}Ds_rv<
+HyõËwõöÒé
ð¼û]j´K-wU³8<hÆK@½a±#Á;GY^òæ.]/pnï¢oÕT½Ä8®ÝÚÃòÁa}ßÖO
+Þ×ñüû
+Qå[JCc¾3°i @µ!8U³Á«ZäXRýÜ f¤ÁÝeby|ùÙÇñD|ö1 .?éty¬í9>û¸Þ
+ZA%¨5®ôÉõË÷Ñù>7pÐÏÍOhÈUZ<ÛW !æÀsÃÔ6æv©v)*[Ög^A¬Ujré&NµÙÒõêX³aF
íê0ã²Ù¯óèÒ 5 qbqü¯Ù7.RyËRä«iê«YÀ©ðEsª·íñô>>y82¡É¤&XBòHç,!Áô\è@ÁsST:ÖíwÂ;eÒñåÜÇ`à U©àvò5.ñ(E<5}`¼ «iu®Õbä*ú.ß)v4Ú¢¼Ì&áb¢2×pO)È¿}°¢¼à,aºA¥{\6jôÁò$ãLFR|¾åâïqÔçoøå®9ÿ£ÆDm©¥LÏä<ÕÛè2Û½ÙNN* 4ÙT>¼«O§h´åd´¬Éóæ@«Ï?´ªá î@j7À¿k£§¼@GuXpti£K
+Ô2'-ýç¥ûëxÿ±(Ý6Ö<×FûLÈûÏî?0w 5Õ@þ³ÚþãÑÆû|BåÅO;'ïD§+Åy2^ªõU]!át|¼Vû: kÙV.móYßÛVþFÂÝÁ»nùYêÞßì3½Õ½
+SÛ§³Fªöþööøø´¯Ûz§2[ß^S¼6¤mO$¯n¯7d}º&ëãÛkùuyqè%t z7">k³.<$oí
+:5AÕ¶õãU¿¿Y«Ìþwê?j_ª¶IñN5"§4¦?CóPÂÌùÚKø7¯SÝÿì÷aƺƫG}u°WÕyêÎÅ;#0.©e®7×uGò<1×!åÊúØ
)X/óôÚcbÃê$LÙ£T²*JÞYüu7&è*2D îߨRç*3DKôÎUj|BEãþc.dtuðéÉï0·#mü|&sÎ4}H~OÐr»
¬}xfß,öV«]ÂfåòRûz*éás¨
+XǴѬ#1< h#c75cÓ¦ø
+ÌH[u åÂǪe¸Y~àÖ¸ÌçFE»ß<Ûí
+n~,5ÚûM±
+Øj,g´,Ë~µÔ:¸_)X¡>äD½Í
+n·ÇC[5©ÇËý)ëtw<=VC'[Òé<Ôíâuù÷íÁ¯AÐlµ'I©
ïÒetá©^Lå*÷$Ï×ñþß®õýÞÈÊ08½÷õ>Õ¶:B£Mjë]Sµu/\WEØ7}-¥«'²qºDöË9kÂd²åd$Ø×;>6¬2(W)°ì Ø0ú ¿Ë¸îøztñéÚnýÌvç×å£éå±9øxGØ3«°n&?w¤Ûä®°9P9c8óeÍÙã"¡E6Ó;kH
B)»ñ =aw$¶£.ñDe÷0ç=lÂìc©±8ÊÊúø&©6)AVB5Ñ&Y¡çv%x{?*¡hU®î°E¹`î±ÔèhKrsùYá%%ûg1²R$6Ã-*YuÄOÉYÍ^Ç
+UñIg¤ÂÀüvgÍS ®:Ú=TIÒÀª#sͶA
+Ln£®:Yý_WI¨gpzPÕØ%¶êH¶¯:p©"2×#¶êH\W¹ª:[½TY¦¸ÝK2QuÄ¢UG\yÀ²²"UGò®ûzÌ`AB¹J§÷ïð¿¾nTc©:òê:-Ä)«XÐB®Äx¡W¯3y¼Ñ¥^ùçdYC}ùÆäx"Þh^Ê»çÝMy´q¾§"ò©7DÚ Þ±,¸¹./èRááåSÞ]WÄ3ô,j^Ê»çßMy5´)ïñ÷O¡MyO¨fpjwH?gQ=ÁH»#W[äl©@ñò³ãøìc@óRÞ=ïƳaj»wå'SÞ}î)ï -¹sRÞá`SÞÔ&åÝ£¦¼Ó<C¢È·ïR'â¯ÊÊz÷=X
+ÚYÕ%&¾ûéÌwÛ¤¾{ÜéÜwÐì%ùýµµù¡æpåüîʦzF\òxò»O:#ù=AÈü[nßÔ´à¤ÃÄÂýÙ®ÂâÚr¡
1³>ÿ ËóßçmóßìÜdþ;hôpÂæ
+¥MÝ-<fÍ5Ûâôc¹þ1 '*©
+*EH¶Ù?k³=Ö äÎÈø
+·ÿ fñï÷ôT¨¯ÐÙ|^ô?4ã;û| ÷PÆ?lúñÿê¦xFQÁE"ªÕ t¾¿#.®r%ÉÊ]:W$ËLe*C¦:ˬå°ÊêpÆWä[kõü¥Ó¼d§q<ôJ§ù{®÷6÷qF×¹©ÉÎìôuè>.m¼ÿ¨F£êW/ýg9ØñöydPY¥¥¼*ÁBc+ê"FùO¬K¢DXýÈ÷â°¥KüÄ'm"
+Hk²(Õu~_]Îá~·h]úÓ©fz
30O¹Ûø¤³ÆÚ565:».$-GO^~/ÞuE|×À¢ú½ø¦bò<û[ÝCuÚ«Üö¸«£g í6â5»ÿ/·u
+&ÈO;»¨w!ÙÝ$ÍS
+NCþÃábÝÍ°èÕ-£Øß{¨ûSI×
+ ·îs?åº9Ü÷ÿbø5ø_ôÀêþ:_WÍ]«RWë¯ÚØxRw:êÝë%ú¤ïn<íúªUêJ2Wm*õy_«JÝV¾ÉKJ×·õVÍ}E¢¦ÞÏÕ{[¬©j¬ti´Îßéüð¾Jº¨Mö¹I¿sÔ§3þ;û,uf½[@Ëù²É=¯+Uë_3¼ú㩹olí«icMò´¯¶õ¤:ßúÉ÷ã"YÊïFÄO§ãí¾~Èò[I÷ÞºIm´[´«ÚʤÜê±Lë=Oò]ýxTøWçSï§æÜZ%BmʾY§x÷àüS%ÁlQ Sê<PÝ:*³»9.G-ÆÄôhÂÔ:u7²þóêûðj'1__©ws9Ä<«1QõûRWÃØÕßÙ_½¹úK8²mí?ÕÍendstream
+endobj
+566 0 obj <<
+/Type /Page
+/Contents 567 0 R
+/Resources 565 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 513 0 R
+>> endobj
+568 0 obj <<
+/D [566 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+569 0 obj <<
+/D [566 0 R /XYZ 56.6929 760.0646 null]
+>> endobj
+570 0 obj <<
+/D [566 0 R /XYZ 56.6929 749.1057 null]
+>> endobj
+571 0 obj <<
+/D [566 0 R /XYZ 56.6929 688.5546 null]
+>> endobj
+572 0 obj <<
+/D [566 0 R /XYZ 56.6929 690.0141 null]
+>> endobj
+573 0 obj <<
+/D [566 0 R /XYZ 56.6929 647.1948 null]
+>> endobj
+574 0 obj <<
+/D [566 0 R /XYZ 56.6929 647.937 null]
+>> endobj
+575 0 obj <<
+/D [566 0 R /XYZ 56.6929 636.9781 null]
+>> endobj
+576 0 obj <<
+/D [566 0 R /XYZ 56.6929 626.0192 null]
+>> endobj
+577 0 obj <<
+/D [566 0 R /XYZ 56.6929 615.0603 null]
+>> endobj
+578 0 obj <<
+/D [566 0 R /XYZ 56.6929 604.1013 null]
+>> endobj
+579 0 obj <<
+/D [566 0 R /XYZ 56.6929 593.1424 null]
+>> endobj
+580 0 obj <<
+/D [566 0 R /XYZ 56.6929 582.1835 null]
+>> endobj
+581 0 obj <<
+/D [566 0 R /XYZ 56.6929 571.2246 null]
+>> endobj
+582 0 obj <<
+/D [566 0 R /XYZ 56.6929 560.2657 null]
+>> endobj
+583 0 obj <<
+/D [566 0 R /XYZ 56.6929 549.3068 null]
+>> endobj
+584 0 obj <<
+/D [566 0 R /XYZ 56.6929 538.3479 null]
+>> endobj
+585 0 obj <<
+/D [566 0 R /XYZ 56.6929 527.389 null]
+>> endobj
+586 0 obj <<
+/D [566 0 R /XYZ 56.6929 516.4301 null]
+>> endobj
+587 0 obj <<
+/D [566 0 R /XYZ 56.6929 505.4712 null]
+>> endobj
+588 0 obj <<
+/D [566 0 R /XYZ 56.6929 432.9649 null]
+>> endobj
+589 0 obj <<
+/D [566 0 R /XYZ 56.6929 434.4244 null]
+>> endobj
+590 0 obj <<
+/D [566 0 R /XYZ 56.6929 423.4655 null]
+>> endobj
+591 0 obj <<
+/D [566 0 R /XYZ 56.6929 362.9144 null]
+>> endobj
+592 0 obj <<
+/D [566 0 R /XYZ 56.6929 364.3739 null]
+>> endobj
+593 0 obj <<
+/D [566 0 R /XYZ 56.6929 353.415 null]
+>> endobj
+594 0 obj <<
+/D [566 0 R /XYZ 56.6929 342.4561 null]
+>> endobj
+595 0 obj <<
+/D [566 0 R /XYZ 56.6929 331.4972 null]
+>> endobj
+596 0 obj <<
+/D [566 0 R /XYZ 56.6929 320.5383 null]
+>> endobj
+597 0 obj <<
+/D [566 0 R /XYZ 56.6929 309.5794 null]
+>> endobj
+598 0 obj <<
+/D [566 0 R /XYZ 56.6929 298.6205 null]
+>> endobj
+599 0 obj <<
+/D [566 0 R /XYZ 56.6929 287.6616 null]
+>> endobj
+600 0 obj <<
+/D [566 0 R /XYZ 56.6929 276.7027 null]
+>> endobj
+601 0 obj <<
+/D [566 0 R /XYZ 56.6929 265.7438 null]
+>> endobj
+602 0 obj <<
+/D [566 0 R /XYZ 56.6929 254.7849 null]
+>> endobj
+603 0 obj <<
+/D [566 0 R /XYZ 56.6929 243.8259 null]
+>> endobj
+604 0 obj <<
+/D [566 0 R /XYZ 56.6929 232.867 null]
+>> endobj
+605 0 obj <<
+/D [566 0 R /XYZ 56.6929 221.9081 null]
+>> endobj
+606 0 obj <<
+/D [566 0 R /XYZ 56.6929 210.9492 null]
+>> endobj
+607 0 obj <<
+/D [566 0 R /XYZ 56.6929 199.9903 null]
+>> endobj
+608 0 obj <<
+/D [566 0 R /XYZ 56.6929 189.0314 null]
+>> endobj
+609 0 obj <<
+/D [566 0 R /XYZ 56.6929 178.0725 null]
+>> endobj
+565 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+612 0 obj <<
+/Length 2914
+/Filter /FlateDecode
+>>
+stream
+xÚí\kÛÆý¾¿0úATãy?\h<àÀ0ÚxHB+Q»L´âFlÜ¢ÿ½w8YCΨÛ58ï9wwîþBH$
+5
&)IX±¼»ÀÅ
+|÷Õi1swQººxù¥À
AFRY\ITX+ÄUÅÕêÛÙgs*ðìýCµ>¸Ë«K.fÇC½«Ëﯾ+¤Ð`E2k
+¡º´1Cܬôì¥{·pçÅWA¤×¨ALÀí ñ§o¿ÇÅ
+úú#n4)à
+FRÜ]LRÿÉæâýÅ_-úo)Gk1þhCb._Ù@¶ÅÙ¯,¦ÖºØźÃÓ~íýHnÚÌ`rT¦»aÜ8.æp»VÊÙÆ^
+±8múµßuoø¯lOFolÿ´O>^ìIp±»)ÜÅ7c]Iq8ã"t%C]'à¶40Víz¹ØÜÖûðé,!D]C
LAû44+pè~äzXOáõ®þ±ÜFò@X`7¨1¥iÛY{Ì/¤qpNzíá9ò¡ÕÆë*r9Ĥi*ÇYwYÀàÌaúL¼Ï¤ï³Çgév-ýaw,#J!*Óí;Â̶Cjº*ÿpNõÕ½y÷þê³·o¿ø|(JS)Oè+$«)àÁ¨Æ§¯¾xËèP!'
+ÎMºíTÚá±{õ*"¥
+ÌÕ©ý%àsô]ËÿöÍ»¿þ= 8ÒtëÁH £#3Ѷ¹HHSsúnУ·ÇÍ&§ÂeF1ÎhSÈUR|¼t ÿÏk3¦Ìö%ÓAE
+"³ñt0dd[>÷hßÕTÌ\&¸;nÝÅâæRÌÕ6j!Õ´ 6Óçôê^^IWÊDz°²MówÃÆë¬`%ѵ5T&lw7Y]R!.`EÑåa=]ûfé4Ðf¸]夶¹eXAÑ>é|2Éì3Nç!oqXìÊýñ.Ê/³KB#"!ÏÍÈs0É;,vq"®aÉ0MG% rÔµ&0°<¦$
+Áâ¦Ïí6Ià~¿Zn~¸²,®T<ý *ÃÝâDaÑRH±"§:ð9ݦlêÉôòZ(ãMc)²ê<î&Ê4dYRÈLd<*Gíp+±!NÇçè#»ãeÈÓ~KXLp¬i¼½ÎùsOäm6v~¿TIq$5×TÉ£l{?ÖÅ4CÂPVtíEê<(êáRQÚg£Øº.QÒéYßã3ü-N÷,IIÊïÊGÖƳ±6{9Õíì¤ÉC²Ó%ßQ-q$@[ìçI¯OMÅBé/#Ïãzòñ,L$+ÚLH<*Gkq&V4úäx|¼ÁaHÖQêGaò¾ñ§¤ çø<Åýv¦8T®ÙöÍqûæóÉ îÑZb~KQ-5EÙ˹ÄxÖ]Þéùô°ÛÕ0=ÊxxZN==z³>þr
+® |Dnðsøõô»4Å$7ȶ?ïêXFî£ÚÙ±c1®=µ ¯¯=uy'«Àa»÷GÏéÿÞ:H¨e£úeµ]l&ÔndEú%CF[XYtµíÃ1jçDIuóÊÇÖFÛúã G:=Ä?.,Òô7püͶ:TMõÏjô ÃJ»PþØZã>ÎbOó?àsüÇ¢FYíoËU\F
´ë¦Îïd+Û´ÎF¨Å
+æq¹1x}Ül>Du5&ç2¡ÊðÇÖÆ#FcÊPT}Ú{h¢IïqJÌ,ªh§:2§Ì»ªÜÛK:;Ôî#·é /ìqKgåö
ømPt9çÏ®n«}k¦º+¤j
+?ØëÝûßÛ÷f¶Ø®`Ifµ»ìèXÖÛCµ=z-u+Ák*/ýbÿ+ÇCKu¸-Ý·ßaLíØݼ¹¯Êe¨×ô¢àöy_ÕÚ¶%ûä»Gû¶õáÖ?ÍNðíbå.J{ÿϤûä¦ÞîêaWooÐÔ @aóR%i:®]+ÌØÐZÐÀU*J"¥ISzP22æöR*ãhXc½`£D35µ IÔr¤±æhÀâ®\¹ã®5ÃE}¨j×öàÝýb4hûöìh·;Bë@ ×Æ&&s+íò¶Þ½ÚZûÿ6 M2Xo½Ùº×ÅjUY.÷Îvûº¿/ÕúCÓ<íûáÝ÷õ¾r
+atb½ÁÖîué^--¸qÖ~Ý£y]ûjW¶.ügkÛ¹ÇÍa¬ýl{Ëbsl;HÃg/®Û?l?.WÙ5W0z>Âú[]HèHD{zJB@x:»(Û ¿ÃOèKházÐßA´¸)×Õ¦Ìâû2V©¦à;×9²u ¾ÈRÒæ#u8Lí°{á÷»=þ]YFVD¤IÆsÉñºú|¶9û©n}¿-Ñ÷ì!õYSùÓËÏÐÃå´<ë«ÏK$±6éTsh;H9·cFàssÙóÚßàpº/áÅäIí1¿sRÂùíS})·åfSO ~öÖ!ÃøcMrkã¬
©©yÿk2%0 h*Îsý3Ïõ0ÁùÒØQ;áuBGØÁÄcÀ¼ûþ~êØb/°ÇÓmé¸G9Ýìp q8·¤çnI
+#¢ó¿çûm$2Aõ ÔoÓY]ÇÜtm¶ÆrÚ³º®ºýtVvBª»i×vXÕÇÃäbJ_gë0ÃYêÃÙ>é gB2ô]KÿG»°kìÉêrÒ÷Çr<¶6{>æ}§¹ðYC»£&½ùdrhËÏå{»ùyìý+öÎ#NÌÎeCöïÉpA«ÆX¨s¸>^¸:8Q`ñ¨t¸Do:Û0¼©ÞarAûcPûÄþv[Ú*(³Ò½VÛKmÏÚ÷¹ÛÀû]½,WÇ]iwU(7ºz*\´õ`÷&]÷îýºÞ
+íuêÀöýu{§\3»òØum×vÓÄmXÚz5pÐǦFî¼j^¨9¡¦
+³õ.ÎÞó)Ny08b&=Lítë]¹]ÞFGí¡®ÁxóÈàHÓúÕaöõäÏÕú'ü\-Í~®Ö£,rr lÒT;²6Yê/>Ý{Ï)ì¯ÜB°Ì¸íQYÒ§r,>§jfá} /&WVc~g¥øõVNJ{V³'åºÞþPwñXR#"(ÜsWý±Ñd¨id-»
+aöxQüÓÎÐYÎäIô)á~LP·ç+DzýM.ý]èæÁ¾óâþ~óarÙþ8FÏùÇ9ÿ8-ÿ°MÓäei
+
ÛMµ¿*:wÌM×mu²Ëùzò'i=º~d?HërO¦aNxÜóÄC[>çH¶T!,Å'ù÷O°ÝøâHNÆ¿¦ÝðñLnþhѳý̳S
endstream
+endobj
+611 0 obj <<
+/Type /Page
+/Contents 612 0 R
+/Resources 610 0 R
+/MediaBox [0 0 595.2756 841.8897]
+/Parent 513 0 R
+>> endobj
+613 0 obj <<
+/D [611 0 R /XYZ 56.6929 815.7613 null]
+>> endobj
+614 0 obj <<
+/D [611 0 R /XYZ 56.6929 759.0684 null]
+>> endobj
+615 0 obj <<
+/D [611 0 R /XYZ 56.6929 752.3934 null]
+>> endobj
+616 0 obj <<
+/D [611 0 R /XYZ 56.6929 706.1021 null]
+>> endobj
+617 0 obj <<
+/D [611 0 R /XYZ 56.6929 707.5615 null]
+>> endobj
+618 0 obj <<
+/D [611 0 R /XYZ 56.6929 696.6026 null]
+>> endobj
+619 0 obj <<
+/D [611 0 R /XYZ 56.6929 685.6437 null]
+>> endobj
+620 0 obj <<
+/D [611 0 R /XYZ 56.6929 674.6848 null]
+>> endobj
+621 0 obj <<
+/D [611 0 R /XYZ 56.6929 663.7259 null]
+>> endobj
+622 0 obj <<
+/D [611 0 R /XYZ 56.6929 652.767 null]
+>> endobj
+623 0 obj <<
+/D [611 0 R /XYZ 56.6929 641.8081 null]
+>> endobj
+86 0 obj <<
+/D [611 0 R /XYZ 56.6929 574.5297 null]
+>> endobj
+624 0 obj <<
+/D [611 0 R /XYZ 56.6929 537.5329 null]
+>> endobj
+90 0 obj <<
+/D [611 0 R /XYZ 56.6929 537.5329 null]
+>> endobj
+625 0 obj <<
+/D [611 0 R /XYZ 56.6929 510.1788 null]
+>> endobj
+626 0 obj <<
+/D [611 0 R /XYZ 56.6929 476.3408 null]
+>> endobj
+627 0 obj <<
+/D [611 0 R /XYZ 56.6929 477.8003 null]
+>> endobj
+628 0 obj <<
+/D [611 0 R /XYZ 56.6929 466.8414 null]
+>> endobj
+629 0 obj <<
+/D [611 0 R /XYZ 56.6929 455.8825 null]
+>> endobj
+630 0 obj <<
+/D [611 0 R /XYZ 56.6929 444.9235 null]
+>> endobj
+631 0 obj <<
+/D [611 0 R /XYZ 56.6929 433.9646 null]
+>> endobj
+632 0 obj <<
+/D [611 0 R /XYZ 56.6929 387.6733 null]
+>> endobj
+633 0 obj <<
+/D [611 0 R /XYZ 56.6929 389.1328 null]
+>> endobj
+634 0 obj <<
+/D [611 0 R /XYZ 56.6929 342.8414 null]
+>> endobj
+635 0 obj <<
+/D [611 0 R /XYZ 56.6929 344.3009 null]
+>> endobj
+610 0 obj <<
+/Font << /F50 100 0 R /F51 103 0 R /F92 158 0 R /F52 107 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+244 0 obj
+[94 0 R /Fit]
+endobj
+291 0 obj <<
+/Length1 761
+/Length2 1025
+/Length3 532
+/Length 1573
+/Filter /FlateDecode
+>>
+stream
+xÚíRiTW
S
+uA¨ú(l ADS" ÌÄaBA´îj=´¥
+Ê¢Òº DÑ´®¸wjn( Ö¨ÇSú³ýÕÓyÞ½÷»ßýæ»åá.APJà;Ã`¹\ÆçúÎã1X¬`"FàS
+_$òéÔ@àxÞb¡XèÍ``BFbIÉp
+f÷¼DILà@PÉPCs(5 ¤Ò8@¢VðÞS
+QÏ(¦ Àán¯&®$÷4ªÓ¾+¥B2
\ûd²-%pu@¡ÁIÐÓ åßÕ\ªS«g"^ú>§þVG4:í-Ðhu$@!÷FÃ7âäÅtþU
¨1
ORCàÎ÷äð<ßä±)¦hF)Q§À¾<ÄÑþJhÿútpÃã¢âbCÝÞ®¶¯`8¦
÷ÝóßÇ´I$¦syOéóîÐoX® PO¡@HIcÐÀÀB=zZ1Ýhg %A2z÷ê)\ºø< TovF×ÿ¡ Bop÷ wÀóôÞBÞ¿ :8Õ÷hh[ÞÅJvB=T0Ì
ïÊ
9ûVf)³e§ÍݶòÄU{r}9÷¯û8OV?¶_e¿+n|º*
7û$é&CwU³½i#»0/âÅýøy7m¦)øò®y|«¶Êã²KçÔ¶»fÜã{1¬³)½tñÕÕÒ7Ívß¡.·Mûgdèßnlüµ§mQLKGÅçu:üaf6\kR]+ÊÜ$x!×ïå`[¯l9Éàç«Æc~}!4Öë|Ôæ\`5ÚÏ97Æ¿¦:TÞ>Èr-²8ç~Ø$[¾Ä8=Z6çÙ²ÂÒ1j¿i%LkXÙW¯ñÇi½|ªòÀï[¾¶*ØýõøÓõ6O^¼¸þüu&³¾Cap¶rÚ9 ÚÍ'? ÕÕí>ûi{nÉ9Iþæ.% ~Ý.0ó¨æT at KzMÄ.,s¼¸}YÀ¸'îÖäl,sû©Ú¢·ÅÁ§´=üýH}f¾`4xîõÄÚÈKn{Ou¨Xc`ªJ?D4[F9û;õýh¸$¾5$o0jÒolK®K!ìéW.ö*hzé{û´q©êÁ6¯q¶·WQmà´EN2ø´<ZvƧb·éØÈ9hdºûìUyihéjMÚ#Ñàì2QåCþÀÍéuO%Õ¿(7Á.×Ð¥ØGYóW<¢o{QÈ!cjëpoÝÙmHÔÎ/ôOú£É[øÃ×K;]ò÷å|Ø®¥Ù"bjC3^¯|Ö<MggR}b®¿[{íØMLdYQ·Å^çâ³c=s×Á[]³ÝöÊHOë¶Îº¥
Öi*Y¨ckcäjv2ÉË
:á¦mæj)ÅÚújw±1ÑÚ¸ÇËÑU$Æ#&Èö©'Y
+¸fÓõÄèÔÚI~Qpnº÷ÞÍЫ
aqÏ
+{üníÑ-s8þ`ÝÉ+û=äJùë¹Ù£©åUcêÞVÍ8uNû$½måus
ÅÚ¹6ªä7Öe»mÃHÙÁ®z=Ú}·²fÎ.2'®¬ ¯ÀÁò¼ ¤kõÕµ£¾]ÿȶ²(O`¥hiï:Þ#xPåaÛÛ½c붽ï<[ñÕè<Ï®ïÏw12·ÞÉÑ6oz,á]yê@ _/¸Ç×^v_Ⱦ;nÓ[ë¤[¶ÞóÇÎÑ
+Cs¥>ü¦n/v~!PEnΫ¶ÔkÓý¼~Øå»k²¢8Òüç¾Òniaíó%ãg=î\¶(+fßiã'¼ø1þ'øO(Ô!)B*ÆþáL±endstream
+endobj
+292 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 636 0 R
+/FirstChar 45
+/LastChar 45
+/Widths 637 0 R
+/BaseFont /RZVZYK+CMMI10
+/FontDescriptor 290 0 R
+>> endobj
+290 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /RZVZYK+CMMI10
+/ItalicAngle -14.04
+/StemV 72
+/XHeight 431
+/FontBBox [-32 -250 1048 750]
+/Flags 4
+/CharSet (/arrowhookright)
+/FontFile 291 0 R
+>> endobj
+637 0 obj
+[278 ]
+endobj
+636 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 45/arrowhookright 46/.notdef]
+>> endobj
+288 0 obj <<
+/Length1 753
+/Length2 637
+/Length3 532
+/Length 1177
+/Filter /FlateDecode
+>>
+stream
+xÚíRmPTU.Ì zÔ!Ú»°,³»
+aò¹Rs½÷ìra÷^¼Ü
]ùÔDtL
È/¾Ò¬PlG
0" ~,HR ju'üY¿ÎùsÞó<ïsóã½2NÉôvAS, !@Ü *!ÞÞ
+b,ISë0 482 E!)â
+tº!Õ),X£X;K2$Q cS ÓÀ1
+PÒ8 Y È40Û`d2!!@P$ÎíPMRpÖQ¥¢t~Ð¥?2!Ák8kg )P
chî,È9ù/L-Ði41vV~.¥§pLKj´6]ÇBDÓd¨
Ô·á¼¹hH:íB4Å4$.£Ôøh@ä/ÈR8ÅS
+ÓdÀ¹}HpñÍ*d "ý½ë»Éè {®FÔ\J©[EåÜ|¼JZpØz
+§ R±$`îqd£¤¨PÏ9
+(åZ M.PÑ2û¬þb äºè,
+T±³òô]ärZÍ~p §¢@*äþëRìÜwáy\«H.EõG,Ý4º;µüü{õyëOv¶:<hûì7}ÓæƼ£$«TůT³§[JyiîðÐîÌWK1'N¸~ÚP|¬fsYÄ,¸©ävqñójÞñVEå«géÿhßêW-«óÛª!ù;'/Oõu;.ñM8è»ÊCj©³ï}ÞgèýõÇ¿7æ·ác?ôlãeDûtª^wÜ>Ý@T~ñ²+]CÖ,wbÚ%öy«~Ô«hÕ^ïñe~²8Ï3ûçïÒíy7FÇ'sb³üjoGóîV«°´ ò²×Æemýþ)z´ùÅyI-êó·ùb°qé÷©ç΢{ÿ²÷¨Î»_¥U^8äµntçZSØT"Ï+xó|Å;§LÍݦQ×ð.¢ôÁ'1íÅѺ{GSJF¼[·Ú»;"OõhsZúqN|ÒÄEÌ,2^¹Õ·ÿjºôÅ|Þ,nQ^s¸æSw©Â2ôÊY~ÐôKyIÑرú+oØ´Ëî»ÈKë.ñ1YÛÊ÷>´,z¬gü5<ÒÎügj(é´w«*t
+6 úé§[Ïäú|¹ÛZï4çòÄÛ;âËzÌËÂÌ
Ý^+Do¾¯®s3Uo;7¾¡CÎyMíª¾>tæ]÷ ¬mÖ ÇÞ!Óíßj}ùÓM¨I©?[ØØ-¶û2Ø
+èiíoIV}pÈ&ÓÖóó¼K/¬ºã<¶"î¡<Ñs07Soc56.h°½;)\^zõúÎo-ùe¥=#'|êw"µ²ÓY§L3×í±9¡]¢9ÿ \1¥µü
+pðÙendstream
+endobj
+289 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 638 0 R
+/FirstChar 32
+/LastChar 32
+/Widths 639 0 R
+/BaseFont /CAGRTG+CMSY10
+/FontDescriptor 287 0 R
+>> endobj
+287 0 obj <<
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/FontName /CAGRTG+CMSY10
+/ItalicAngle -14.035
+/StemV 85
+/XHeight 431
+/FontBBox [-29 -960 1116 775]
+/Flags 4
+/CharSet (/arrowleft)
+/FontFile 288 0 R
+>> endobj
+639 0 obj
+[1000 ]
+endobj
+638 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 32/arrowleft 33/.notdef]
+>> endobj
+640 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozeng
e/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+>> endobj
+157 0 obj <<
+/Length1 1612
+/Length2 17647
+/Length3 532
+/Length 18565
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¶eTÝÒ%kpÀÆÝwwwgwwwwwwwÜÝÝ=@ÀÍ{Nw=Îíû§ï÷ããYUµfͪYkEA¢¨Â djg·³uf`adæÈl]äìleæ.¿Fv
+
+G 3ÈÎVÔÈÈ
+Ð D& VV @ÄÎÞÃdná VSÖ ¡££ÿ/Ë?! cÿéù»Ó dn üûã
+´¶³·Ú:ÿ
ø¿Þ¨- 35 ¢ ¨%%/ WH mFÖ Eck @d´uÒ ÌìÖÿ^ LìlMAÿæÄøKÈ `p²þnº íÿqÑì6 '§¿ÿ ÀÜÑÈÖùoí [kÓüµÙý½£Ýß¿¾¿`vNÎN& {gÀ߬¢âÿæélaäüOn'Ð_7ÀÎìo¤©Ë?%ýË÷æ¯×Ùdëpº;ÿË09Ù[yüÍýÌÞô/.N [óÿb@p9ZþÂüÅþ§;ÿU'à«ÞÈÞÞÚã_»íþõ¿8Öf,¬s8ÿÍm²E`úgP¤lÍì ,Ìÿ¶ºØÿO+Ðñ_
+¢þgfhþ02µ³µö Íäíÿ¦Pÿß©Ìøß'òÄÿ-ÿ·ÈûÿOÜÿÔè;ÄÿÏóB»X[ËÙü_0¿7@ðÏcmäøÿ
+7²Y{ü6üg ðß$ÿ?p¤þ6CÈÖü¯ ÌÌÿ6ÄAî@SE³ÀÌÈúo§þeW³5:ZlýW3,ÌÌÿáSµ XÙþÓzö»¶¦ÿIþ¯Hÿ¢Î¤ª¦('¤L÷wê¿¢ÿjï¬êaÿØÿ(EÎÎô-þÁ¶sx1ü=¬l ¿ ¿³°øü²ýå¿ÖrFÎ wÎßYþUøÿøþk¥÷0b¶&v¦ÿ̳éßñú_Ü&.Uý×ÿ[ðÿ\ÿkÐ@w ÂÚ² O°ezVs=NÞȤ¨Î`?äH}Yjq¡]_zø.Wá{]có4÷GÇÒ¹ýCiÚ£±~lkª¾Tàu¡Í@!Úe'ÝQ ~RÆ
F´×Í¢ì6³úÑÞ¤²~é;Ì×é.6G¸g2×BLò'{d_´Æ8¬nÔf0ôú¢óʤÓç'ª¡£#Ã}wÐt¹qð<®PHQþ¹ÚjU^40-_î:o>5z½ôó)ÈñÉ#md_ÍÖm;eß¡3:xä%Û«5±o秣x
¦¹æò>7\(Äpx[§ïgÈf²`F~AÜR:
{ÕÛÔÒ¾ ç-Î(u5ºµÁR03F¸T#´Û;Qxê®ËX ßËsÂmãR5ùºúç¬ê.dMóôë³pÏ[ÃΰÎZ8ïDLɵÜjËOH\(ytù^G¹'T¸Ã=±Diê Ö¤?25©u·É.¨>'õt tX,çûr%} ''CÆ6^ÈÓù<ÿqé¾m^uàyê2M0»Pô¿f¢Å©, ·²Ñ,fꢬ|h}Öd«å®H%©+qx_CÎç
+àÃÖízEAÐm²eg8ÏY õs¶zÓ·ú=é,jÃÛ÷à1Óè@¬í"Áý"~=_g\äG5Û¾Ézì4rÜtQtBÔáùýEQ2É7%põÝÖURÕ]½õø Ã4Jáùã6d{o3:xRÃ#Ó1²loÎöåöéLÝCäñÑîLV«}Ü<ÞãçùnebÌ@JÀ'½vÑo14ÇIÂn¢È6XFèêÚr¿æT&2âü
¬KÆÍX¦Ô39,Ö¢ñjXzÈ¡;×TK~ë>ó¨qÔ
Fmãè:h°]³|n òäÌÜv8e½Vøå/eá«ýªÑä5ð ,I¼ó½xÛ"¦^&OÏ8*°?Ûvjé4êºçóPvÖ[Ò<µ~-z|]QCw[Ð;1oæC±¡§½ýØ÷æIÿúÅÛsU2N± ʦùçwrQÉgjw»A@Qyý='ö&Ît·ìÈi¥½?«ê¯ûcø¢öµÁÆØx¨½ºVùsg×Q\Õõ]¬KÇù)^Þ¦§Y-ÙÒ;_*FùnGn)'xQ>öÅÒ e)ÖÞtáfT×5^»¨63i0¿Ë÷'¡e×XÚÊ+£6^{2ß
+üø_¿ö6¯kÀyÐÌ*=u<8ïm'äX]r$#zÔ´³þ<H¢¢d¾FÃÞfkjÎ~ÐôÅuB5ä-"ê"®0bXÈvõ¸é^¡>ðÔÍ%±Ê¾}wøEç1BÈm¢¦Z.5|ÿËÇcÕÕé¹lY;©í÷s~ðj_x®Ç2ïU0\:ã¬4Oø»ìÆL¡iÅwÑ3HVõ8c»&'OcÖCw~>æíÍ6øa«|-âÐĽÓòýG`2Üù ¡dJ*ÑD¾i쩨Űëúp2XAµ¿ø{3¿ZW°ädÛÝñ',rÑ¿Ù]?'fB¶«ì*üp}H\lÀ²Ù+jÚÑfÃ$(@íÊ ¡ÎÁ³«ÐUØ£¿kýJGãËX=Á
+î5K^Jmç
+ä5ì ?%¯êeȺÿõÂÒ£zµÃ'òe®TøƵÍðëåó©ÛcI'ß8¼
+¹o+aRó`UÜFo¼a,b^ßý!à !'=Þ;¼<>ân1©Ñáò&÷ ää?>£½oKZ¤gúî¯åËx1¹ZèA Ä eÊu²¸#òÅ8ÄaÌóóJ1Ð7ÊQòm
+ÙIî¿®g<¹®LºNI|ÀGI~-,Õ?EÂn4\¡Oà4AÚÛ=ë
Ð{!Ò2×kAÞ&Ó|½(ªÈ¾²TF+ë°±a¢|v» ×>zéõñÀ öínMÊãn¨*ðZ%CH×!ÄÒèRoq]µG<¶¢ëËê&(ÆQ¦y÷Ç_þn0·²ÑÕ]Ó_~Ó,\n /Ý Úão4tàùhHNÇÛs'TIß°ô¾ÓLýÑÿVF\ÊEj/ÇääML©Rä+)^(ùçÙV[M!÷6¿
+ÒñýTÒA`ò'ÍSʧX[Îʳݨ,ø:qõ/«R) ËÈ
+¡N3®uÜøûSòwÐç<_²"ëÈèÂB,xë¿J¼GvFYs;v9ü6R3÷þ,¬E;s\ÊúÌ'§#>
Àöj3c®{OµJN:mÚ©uóEBÄé}eɼü¤U±
,âïéöð¥úi#ÃrWáìn§y¿¦®puÂpä§Î³Éi°Ô,jEjóíâû9ÑSûùEaÈ$&R0Vç3PFá}l3 _8+Stçû½RáJDCÚ4,ñè#P/ƯæÄôVÛü§¶q:oü2é·¹Õ|,¦ý«»×ª.Åþ·#æÊÓsÅ}7{J
+|Ú9çZbÍZbÝ~Ò á,6W¨ô1SpÄväüÚ½s~¥Ë¡§wRÏüW$c½`;ÆÜ~S«Âú½½G ñ6T{i/þ2xs´¯ÍÍ<£âN;Y®ÑèDGßË©K÷à²ÅPòîod.]íÎ#N¾»99¯ Û»óØÜ»ÇK1QÖ¼µD3hä ß×Þ7~$ÙðkØ1%«é²à%ÜÅÆÏÎçÈ']¹«Âµ"VÃ|9д¼:×j¸
+÷IÍHKVÈ%I¿<¸ ¨htõ{ã[?Jé'(®C?±º3 K¿í^.%¿õb/ܨ*Õµ
+÷aÃýü ¶´ZTrY!ÿòµÛ6íO§Vý°`Ìf.mø-©§:jÉyP´½tKO5q£.*'¥¬âGhÌG 1òý]K9kzúàÌfü3©|éVýÄÓ^Ü{)ÒzÃUc+4'IµÐ+RãößXêâ{ê×[µX¥¸OõOåõ3)wÙ Îgv W×ѯÕW±¤Qî±¥9¥2ÝDwACØ6øÆ_ÙYyµNýCæô³8\
+1¡GßÚª]D|")|/a=4dO5FóB¿·íÁ~g/hè ïðÙ®DuÐñð ê½ûöòÌb?ú yë×UdÎÏÊs´Ì¯5!Í`ehß}ý®ê×ËäTHÆo8¶]£ÿc]@úxVýº\CáÖ}¨j$È
+V'Sàa»UµÈý{6åADôxãsr$ßïº5²çæ8xÂ¥qø
+cÔQu¥±7Ñ20©èó(òÕ¼¬8ÌtU\T²ß>Æí.¯¥%á4I|±fàH,GiKVr&F©<îA-Í´ñ-å¢\(&áÁÓÑUÏ,ÕùK§åw§Y9t±ö2¢[´Ñ0ºW6®ºßéØÆb·vãs*æÈÄź(^ÅåÚ˲G9ÐP¬.óìâ!ºâIHp¶()¨Ià
+Æ,Ãl'´Æl/n2X°XÐÕqðkè«ì·:.×Ôq·!i}
+¹A
lËb¹
æ¥Íù
+3$8mF#8ÒÑw>hêèt
ñÒÝÑÙ¾vX(ü¨þ'mââæÈ> =6 E ´-Â?bv
djlhKÛOÊ
+Ìüa éFÞ]ç;©ÁëÆ4¤äé_Ã\OXU$þMAW29Õª±ìÀåÒ"8øĦô!]jª '^#_j
+ÏY#øBeÉ» à X|£jøÞvãkÚAÕ8ðw«xóíЯzâÅ¿lÀàBòò*w¿kâi榧¬Ä ÂJÈ}ï@Fe0uaíìTmõaµ«\G®rÍÜoËæªxÖªSpÙO8w+ZlÆ#2ZÝ⧲¹ï×%,rê>Ñ+´÷ùú¬ÂN~»ÃZ
+¨#jj1úÖ0|<¤âµN"ó'qKÏîëyþxÞK>~E¤gbÁU#M£¬NèçÁ,º"CCÄ
0úÔ³·*+Ø/¶ÖÅÂÍÚÙÊL§|³Ã?gLGér6Ø!A)¤ÃwâPk£7×Ä°yð(?mÑ°ªÓæ)á©ÅSÕEBÉ¿gíÈí¹jËC+a
+rcsp"}à4ÝüÁ³Ørô²ÂoL=0UuuàÌÇÑà£wSü¹ò8ñ%,zgù$ΰ²HeVü©M\nï=²3³¶Æc:
ãáÔÝÈQg~;D7Ol?xü~ÅNÉ }ð·]ARù¨h¶sçû¡AQ©-ÙI^Jnù±ùYNPòVwîê÷ë0xÖ§ùÛßC òXh cs-l
+YðZ ÷hcº|#ÌZW÷ã4ê±¼»³·9Ý´ù¤þ*¢ãÉ^> Zd·3÷?m¯óúe
+©Yÿ/öQ@<DÁï Êï¢QlÐl·Ý2âIßæptØMáñ\YÏ÷$`
Æ饶+³6P>èkÓÉxbVÞOËê7¹®2
+ÇÔÇÌZÏÉt+|AÛE©4¦©k§BÀ`¡tHþf8¸)]Vöë»ýô6ÒjT3|í)wíD9õöacçÈLQÍgkKÈ61wºXsmÆ©_?õF.ÜU8vzU9ebÐfÚ}&UË,ò碱ªô=4Srz ¤|.ÛØ}8©nYjtñ ¾1ÿh;j35% ¶¯XÑÎïÛ,ÇϬ?&ó¡ª#ñ~Ì0i$R{¨ÐkpdcÜNü-O?ÿÄ»Íï&FÒäÁÃwm'2Ø
9 V1û¡xu×aúÓ6»Ê
ÐOwú+áSGÁÛÙòíÊ%ëäQñ>hÞrP'sÌ5ÀX<aiµ¢¤ÐÚÇó=y
+réç2'q¤5ò$¢3>oÃFõW>øö]ìÎ-èIÃ~2+ÓdÞH Ä©Ñå8=7ÚETªññ=ôÝóÜðð5ÍtÈxU7'é,ùIîì0~õX4~¿éÞóyýÄ_<ööÒ¼foÃÜôlW@§ñ¼7§Êð÷Æß4s)yT#÷kòÛåëxCïpª ¸_£?l7ðM¥ú`ûÆeö?8pt8<µ4c¶"!=ZÝbT¡À[Å!ÂR\(yejc
+&ǽæMH«á±ËÒPuª¥â£të~5P6{ô {\»¶ÆPW}²b½|°?ùxê¦d*?""ÄT7Òá®]£mÚmINIã606é_üÇ2þmDüNå
+W»+Ý"h©9x¿Ûå-VH\*Ë\£á!xèÎĶn5(=LGÇ@\¾µ¯dsK{G}f{¢^5¤ÁqXýÙèÊùÈp<IÐä()dØ«%zj϶DØø#ÀµDVgaݤÃe&SÀµïUöØS\§êLKâwGdø/6Ma¾º+á&°íB«ÏÒ÷3÷J(Þn²{¡´ùs~é
+ PîÔÑêhü¤üЦ']ÿÁõ3ö«ÂQz-]?eñËêL¥6ú¹uýqWA»ÚT¯}8Åhgqk^ä,ùüôÊvüï.ßI#bøYbsuÀØ᧲¦¦ê@tX&úip4ü ´7ÍK$g^}ëT¥¨ tÊ{µEëÍ°,»õêUWÝu¢¾¯Ð|ÑÅ3Yv*
+§¿meÃ0úèÝæRÈéæõ£N{U_¡Õí}÷7Zcõ¾Q37üöwñ#É[Û3óC/·Þ(-råo.Gn«ÑüX1ì¾5~MhÜûÏ|L~OÒeÝ|<ZÃÙÊakøÑ-)ou
+{ø5ãôe2zue_¾g{Dñ6çý
+¸¶5í!ÊVúpd~Rªh}(ûp¸yJ±é!}7pÕ¦Íâ
+éÜËøFy8c^[
+BD M~·¡Hµ!F÷8»j{̦
@+¶àKÓ¢Áá}E5®tsH3êRüÂÐHVÇõvO
¼®¡ÃSا»/§mÈ'ïºàÐæÕ4ðâyºsi(Õ[CßÓ¬=Ý貺ûÃ@GQö$QÒ*~Ûô¢vßfìr¯Ôiq|LÓpÊ uÜ2Þ4ÓNÎficþGï°êÙÁ30"1Ïк¡¨|Ø3Æ×»¶&w) °â5`îwèüðZ÷VUþäòGr¡ê'õ¡± â¤Q9Læîmed@7EÐFòc).ù.gA´DâóIôuc^m´ú¾<øaÆ7PWóP8UÞ®Í̼¹++%t1äØJ#>zOâ]@ÒP*IùÇ¥Ä^Ü£_û}Þµ¶°1LSzH²-íäwG>©Û?Ó¶y>=úYìæ¿aÜaD at +ÓÇfQtj)²Ë7}À½Úwø8I¨;Æ @,§d«mu2¾»mDhÓÓÒ¹_,Ó¾¡Ünè½,¨ Z=eõùë?q\?í¶U=eF纩t
àÞôç¤9Ö'Uu½aïãnw᡾
+ÝÉa`¬r{lfPÇÆ!>6ºr!ñG U"2omE¬yðÖ0¾§Àë6@øsß0³ãЬC~1|ƾàz¨²Ê
+(lÑè(Wª;òÇ?u²¨½Ê#³IlÅ8~ÏÿI©Îå1¾ÈÖÖ7;J×úÈHÔ,9×ÁÐ¥ü÷a5¤eQs?¢ñ!ÇñÞ.k®(ÐÛò"Û Ñ³N03?Y ËpA·©y0¿qsG|ÐiÝ+ÊÏ>3¼ßE</
»UÔfLÇH[:Ê»ýFÑLëa¯¿¶µ¡×X6J§íµÕ;úÍ5»$uIîô¼ª
ß#©kÈ
hÆQåÂQÆ3Gûôå߯yÏk6_ %;P¢Ô´údá¿$ðÿ¤¿5@þ¬F®Ö6Z~¯"ûÌHB})qvyõzAÃ9ÃÝÏÈbTÐ!Luô:úðìIÓ}r'ëL%Hiû0öçïæ®t¿xÿQfòÚBl|hÅ@±RVvA¾ü¡m·«"¼ÃÀ·L=ÓqçÁ[ÍceÓg$4QÇíúÀSs{1®åRGÿKu4zæãQä|VZQ?lGò8T'Á 6ÍúMÂm¸Yg6¯Øܺw¬éC.sUºÃ
+T°
¿iýòí£\7 tÍwË¢æÛuSÀVy9Úú8¦FïjÌ/-2ºä×ί
+ÓcEýRÕ¯w3óv7ù³lÆ
+Oì¯WÇýùÕgæ
&û
+«sÎöØCÀ×EË°Ya1
O¯c¹®1öf^4æ åñÃëñÙu!6c´Ò }*¶ydb81²h¿å¹ë)¬Èæì:'¤yø
+Mà¦ýìõáîyVøFP¢%wx_ùf O¡)0w²zQEcÑÇØÝÁu(«ígµ7ÉëÆ-uìËATÐo9
+s$S²ZÞ$Ûî.EM']g
+èS¡cZàºIò½ %ýØ8ôæXûYS 2ÙC.f´<+qì¦ÞACOLÌwê½\·¢ûç2Ì_ýÚ
+|´äy¹f7ñés5TGM.·¨Fn·÷|%b
F§JÔ¶ââXÝQÛê}ûh:1±Þ`ÆzGÇü'ªRV¬;ÃH¦îbÊoܼWgí[9{53e^oó'x÷)ÖS³¶È]Vø©^ô \>>ðP¶¬0µÝûøYð¥Ô§dîFó.<
+ElVk{ÚZ3§·3rj¿6£È¼ uy6!¾EÃk9m½| [°/÷F¤Ç77ÔÀå^:X¿àêÛÓyCâÛ¹°|ké<&âÁ9` Úe2;Ê4> Ô©d2Çâyͧ?µi¤5H* I1¶öhEI-xAÛ6°jc_¤Ã&Ì& ù :Ù?kÛ`bËñ¹-öwßèéqQ.~fhPó«)[ã§|¢µÄ-¿H¬¿¤ÙXÅûÄeoxÁÌ«ù]*)iLݺ¾ ä´·lr~éTóÝ>>^Hä~.»÷¸S¯AM5°àq~¹_ÞÖ]ì?ãÞÇÏs÷fÌköY8¿×Êûº«¨³ÿf)L,i}9
º ¦¿â<ÔÖ6 ìàYôK`s?w.^yËeyÞÐÂ;úýDëüÂ¥\ÌÂh¯4ø*ôþÞ?QùÛÒ5¤c¸Y>(Öñâä}JPÔV\ØßEwýÂID(ù¡7ÿ±ÑMÍÐd¶¤eñDadP¾°$3É^~2V¬.ûQÿ*©¾xcZsK!UAa£Å3"ßGÌ ¶.sR6Þ>)2/{°;8ÏÌm¼¬q|ùÛ$u¾Fr)ë0¸Ñ¦»|¿±FìÃ÷óÚædov#¢tF:°Þ´Ço_\!jëE&©Ja"<vé=ecôTÈN¹ äì[8L Ð/,ÈdnUQÓòV$øNqÃÕé¢ÖP=vF×±´tÅQÌîêæ«<?æ
+)ä£Ao¤5ß]ìJ SHüźzósë]"b(`l?IÚ¼4z¢ø\û£<. Ñ%¡ëë;Áð7bñö¬7ã?âú(#®¼Ý ÂÚEçÅôÛInÇC (?)T$µh3l§ÂúM0¹´*j"±ó`Âx9®Î3Â"´Xb.\ݲGëYj~aîé ØK¯yD·bá¶ëw̨à[¨ Ñ£u=V`¼¤xøGÃíª+êèÙû»hgÃæµµoyò³wJ/¶ßÆÁ}½!VTa $0Ô§¼7Â"óS RC½Ó2µËë²QQ½º{evæLDêíüV<-«ïÎJæw`=oûHÓ
Íõöq
+O&#\vÌFÅÎ&² ÔÝxÎ;a³:K¼&ê
K({NÓ³z_u-ì!ËÇ yáÚ³|å:êiجý 3øáms¥ÒD¾Ó±Vo6$/ì
+£\ê¤g··§t}wé¹PÁ¥u'#¼7NÎtÆýmµ QGIÂQ@åK:᫦Xu¸Ú@ØÈrý8uYò$´÷&øÞвßFö=VÑ$[®¥Ãén]½Àêà©xVpÄî
+ÆN=;YûWãh¤c÷ë§÷D/³Ó ~X˽LY䶼¶åÎYq°ôÇbðB»-ß«&%¾9kÙ¬¬|äp;Pݧ¬_å^¨\ŤCó±Éw·-§Å,¦Z
+Ö¡gåö
+×$HS,Ø4£k®R§n·`¸À»=H<
+käï~Ñ|Ó:¤_~içy·!p
)Ò[$ l]Àêf'fè9c`Ù§ÑIÂ$èEHYZC(V8Ë jì3ç®åt£í¿òFr÷³Æóhâ0}·!ÏO(ÓÑÛ¹þ5MÖrw£íÈÜ<_ðxêG«`÷8oýãwçÃeüß·ÔWmÚ½Á¤ýí°ÊÀ9åfÙ^êî
§¾%È%mKO×:9S+¤?±ÒG+W¹5åpè\nzsAvY·ÝJJoðiȨ
+°§¤.t©0§»Îδ¸ß¾,äi¼Æ~¥*$wĽwøYñJ 1 þìÚÉ~ìª1Oáû*AÉ ^ýOy,·v Þã
+WÕz0`X×'ÉÒy( [Ã-QO»Òãá}5¤kùÚ(ùÐ/^ðdØ¥råù2Z¥×ù@° ?m·à&·¯ÅïPN./z¾g`âãmn{¶o©Ì§¹+,1ÛÉÞ27*5׶¯÷c·Õ%éªëæ¡ãðVhÐMyËE£5^Tö¼z°à
+OS°qLotz®ãÔù1ÿ²ÖZû|¥ÅÞÖ¯°=æ|Âå}y_sX[Ò~u÷+?4AÆêR>ÕÊ23Âá7òL¤×¶Êé Ô¼úÉ'96æ µ;Ø»µGð#¯¶ü¡²ÍÆ"-mTüx
+ß(ÁÜÉíqò+ÎFÚ ÃXíA96N aËqÇn;Ùmåà·vd4òZÓμgÇË-
ññÄCHÑÄòµ²µ À7£Ã³;ÿL÷·ÕýÍÇ)ìf½è!wlíק]&ý]Ék
+þ
+°×ÙI>{ta£ç>èërWir:ï(°f{©£ó0Z#¢ëõØ´rïÅÙ÷ +ÀrÙ9± kV
+ØÂ
+jºCÜóßSWÙï&ß'¤ýÝô!¨byp½¹(~ §m÷e%K^yrêø 2ÉsÏ0Cj½ \hâd5-´N¸Çç¾ÚEERCëôqé²ßµ\ÃÚåmNÉ$P7Íéý¦
+5¶ÎAufÆÀ_*¨^»Ð
+è´ÁEîç¡i7H¥'[J÷eùBµ!ƯÍ*<ä
ÓU/ ãÕÊêC@ëÊx.þýóEMKãspÆÒU"
t'wo8[ªf¼åR"éëñI <ÝúHæ/IØá¤?90Uïx?ðhݾYÌuS+K·ÛõÜ3G¥daù|\è)Biû3¦>2$¼ËLô½¤j ÉÒ1öÎäYÕæ¥eæy¡f/yõãßò¢À7Îj[5ÎâuU¶&éeÚÌ}(¢ãëw|2®ÝÕ"×R+ÈcÑÇ[Q°<îàý :_¨5;Á¼fþ:çDĺöôXXERð¦ AÛ'¡lYôÂdx³^fÔ
+ÞËËM5WoÛÑñþã[¢Ò\âÉ°°«!>ð<W"W´®Æ}ÖE<Âä éØÀxäMrÍùL²¹Ðj÷ÌÑzZC¶M=[Ët鯾óñM>çÔòÜÏhEºß¿ }{ÏIWt'¾mD«¿¬vïë'c^¶rnÛþ"H|<° æ$'p+mpÄ+`DÖ¾ìÛÍ"ÑÀhm¯Ç©4¸G!áiBOHeß5·µ7Î6^£y6ãñh,óêü×1°4Mú"[´
+FéÎÞ©äÖ°8dkg>?"Å\ÕÔä^~æ?;ÜvÿN#>U^v
+ØÊg¹Í=!)hæ/èFÀª²ûÂéêzoùeÑSµ¾Ï¶ÛP¯bm,xWnÐ#êƵ-:F¯·}ÓrG¥>5.¾:hg@GÓ>² rı6fàxB]»
+¯S¥Jàé÷§fÐ@J¡©ÚÑ;!H®})ǧSÓ×| ªµü«/srÔ4v<çk
+Ð<Þûc¢Ø`XëbLð£MõGñÎÚ.Y)$ÜV©ôj,i@ òBE,EDFEA3ûûcÆ21*gºY1ëº>O¢Ok?Õ<Í/B
+Êl at +)¨S¼ØÖóójOõ<c6\Ìî665ã8çýËçºÌBIÎãÍÂÀ)àZߤø¡)TGpdÚooCÓ;at·p÷ú;¿ Ú(tÛÁxövãbiÓÕõõñ~öy3¦z]7±¥àTHÿYutL
+.<Üþ9Å*¢(7Sè«vz*r·ÈîëµÔçovL4 ÛúY1Ú´jÁP6#¡oq-ε·5MQÌì:ÄΫßÀ\Åø$/Ýù`=Q:Âþ¼&O&#SÁ],mÅÁܧ*YéWn*UèþEÔÎvàµ^ª)fí¬x}égrbÔãÕªñ½GÂþA*{ Ü[;J²Ëü*±{¤F_7[lÒ½Ä`´#´-×[ßƳZîi´?ÔÞ-#G)-ÄDͼéÌ5¿H¦Úßç\èÂñS ¯ðS§,òÉ RòZÃkïCo?¡~~È_%zøMbVÅLèºë¦QÃÙuº)'î@[¿V{»èðPKØ(._Á
Öøû2ÏßØAëë£
4·u~ ~ M,Ù¬¿èAñ ê\Oì[ÏÕÒc¬eY¾J¤@Ôhì+S¾Q2å·
+I¥Þõ]f.{n4añA9«-1~KY/?3ï%Âcì¢-ÈÌ-sà¥Ç
+2÷]3ëݨ¾·ëÞy_Åål?/c*±ìmëÑhLñÇwºöÅÓó©N¾»QÇô]xû;Gn¦î%8è(FTPzk"y®öÊe#.Þ¦.ô]û7ìcuõSWOd¬iù2§C9ÏãöøÂp÷ç>:È®kZüº~òëòËÖ7l$Ò/äîs}o»ð³±Í¶ ¹ûxæ%!?¹TíV]©Su0ifrs¼(,å©scÒÒ|&Ãï¹É/Ä
_*ëZ/»ðÉ2íóP´óÓ
+µpN
+K¸riÛ§î¥røGiN,nÌÕzÖýC<7ðj¾òäÛ¡ê²ë*Ü×þhΦB»B ¯QÒòö7wTk¶ì.ÂtçädFÉ\²G£'eh¸#¼9¯à¥u(2;ÔìýVtN®áúyñøäFØe°ß§÷yPn²¿UÕ5Y¡£~¿PCYÎcʹu6W3}-o%?xª}M+òÕææÒ~O¼&¯çu³ä| èSyó¤÷ðlP§>KùUÑÃë)vWí5WI»k¦Vë2BQ²XO>½\,Ê¢>%.ãåDÄý+a|ý¡ßUé®;ÞÞ÷º/ÈIû¤®ÝïlĹòózú0º?±6ß[û¡¹R]*î,±)ÔÿeÚ¯V½ß%ADÐÆbíÈwÒf6åÑf`¶_<EÔú7sý9mSøûÈû㬫WÙò«{WB¹¢¨ôPÏ¥Ó%Qò ¾ºÜ:®Iã.)4`F%Mv`ÿaª,Ópofk(f±PºHÈÜ 7ñ7{ÏO]ì»u<Ùæ°Éð¹£dFÇpJPW\úÃä$n&Å &÷¹Cê½dòì7Þ
+B<:C4%Ìý;ÁOx:* »{HÕЮhÆØ?JÓªÂoZ>½£ù9
ïú<aÁjv"µÛz}%EU%n´¾¹×~>Óëg l͹èÇZævàp`ìGäÙ¥>3gu0ýÇfï×4ÝXÎ`¡mb«}îa
+É2oåtK O)xøUÿÁ/æ÷=øÅd¡Ê× ¬¢TñÊ?¡tèØì)ªÜ¢]ª6ñ¼¨|q"ìÛ!Ø0,et2eüW2
+ß´ß´£ÀêF¾=GY¬`ï]½M>ý@ÿåDl¹ë
+'ZØÍã¥Þf¿0ʤQþ«
+ßßýEƹJÓsÅ+?uì¥
+oÂαôÒEò£l&ÎÅñϹA"å¹DÝh/rGÃÓõÀqµÇÝ0ªÊí»yt¾rÍ»ÃðKúP¯³Â½â+(î7l×ÔY¯FaªØÍ
+AoäXÆI2l Æ[z
++Æ\·0 Gé¢2¿2çBz±%2dIÔ»¢eà
NqBY=ùìÀ1þ#Uä|eìOPò?«ñw°(§ÚÑd&Çà§oÈjÁ¢·8ã¨0ªÃÞÆ8Ø¿:`[n&×Û*¿'QªSi6)?*¹tm¹2?\9\nWѾr÷b
+7ù$ÑÏ muÔ·9Är!¼mÇS_
+%q<@¨S q¦ê+Õ¤õ÷ÇÜFj~®ÖËzóOÉi<öE>y²K¤FÝtõ;{,±@X¥ÁÙÚ¢ïÂÄ¥¸k áñ©d=Y4Õëã¦ô=R´¹.Õð¦ d`Nj8+7sU³H¸E"\²
+Ö$ðé'Ê!î¥
+Uj¿§NsT0_õj½§å/² Í0vVI(ìS8êÊù7¹Ó-U{US¦Lòý³Æ»F^Þ+)gØ´
+cﹸAòñÑ=ÉA*Õþp*²ç¥¥Às^¼¶ÌM-C-xéûÏ¥·o³%(EUÐL}çìI ±ðÊa¬Ï¼Ï¤éúýÅPbïwBÚ¬éKØ'pßôDz0½X¡qF^ÃëísÝÜ]O(wÆùª
%¨32~Þ¥s>/GLØÇå¼¢Pi:SñXgÒÿ¬pvg´Öü× -»V?OæI£Qߪ,L;Ðdû}ö
+õÓK·/5fËC&¶¦âèzò
&³«,ýèÙ+ã=}6|yEèÏ 'Õg½EFÿÐ ÌÅ{ÄÖý!ü¯))¾ a"#pî¢C¶¸!¤aãð@a[ïo3
+GÁ|ñ5lv¬Ú¹ze]º×%PÂ$RSHFÚèÆfYz7]aq´":þ¸Ámp?s"¿ÊùóN§EÑ=0jWÐ`OÜÂ%c«.(ôAÛæ2ýªÎÌ}²ïn>(ð=L zËæ®·FB8bå½°µ¸_$ìSt©å·ç³Ûó$Ç9ÿ¾(Hýö¤«ÖqÎ=¶ºu=Ü
+ùskܽ[)Åê[È 82âpôÚöC§ôUÖ¢w¡¦ó)ãEè|DÅF¿K^Ǻi~oòßð¶·yªXI¿8Dx¹aÔÅ_»ÝƸCþT·&½³-âJQèfBçÕÇêC
5âõ³¡¥BñVÍçNûlxºÈaÕ rÆ6` Ï°!=íÓ³6Wõezä?¢9ýÙpÔXBÃuFBÀ¢-ʽùT,uÁ lCǶtÚX^rû#EsßÜ$zyWè¦nÅsò×CÿÌl¨]¤ý2û.*¿DþèpÃ&Óô"þ1të=Á8
L~#uF°ï¤ÓÝXµ8KÛU)ÊêÞñÙLÎGUÜOÊ÷¯¯¸\çIJoh0'Ø:]8y=¸ @¥²ÈÁâÁDhAñ±¬¦²-ï6û(<å8Ö1§Etß.Ñ×ÇcÝ©ÕÀiÀº®Î\4ÄÙüÜqã¶úFÁßT3{ø'xw 8Âæ9}ÙÙI}9o Yïä.~hTUQ²ÔÜÿì='ºçFVÿ (hv=>ǫ̀WIXý,=¦ë¦²6 4¾+!aÓÒÏÜݾÞLÃaç£Þ{¬V½·4H,ÂsØpQeéÛ¡áá¹Ö¡«B
wZݬô3ië'²Åîîºj³}iZ§(LIìÕ·ÁHØóEsâ½íÐ[àîÜËñOäÓ$l±BÜG¨ÿÜ9»îuáËÈhsòi¦Û%zº«ëîÏ`;4(ò´Aúÿùd²½u
+"{Iâñùå_¢õP¤|"'@ÈáÑáæK¾è)ÓYÁ÷¼êò#n¨Ú×|jmÍ,=«%èM
+½d¤ð×Pòa&W´»ìI[¤õI/,6½9ëb,K?V©X »±ó»ÂùçeVËïÌ1ÑNXѹ²\pAC«Äeúãæ'øët'éÄ2ª§¨èùíþìcs}ÏÑ!ee
µãÂÚw¯òõ¹ ˨âªbß|Tò²tùX^ÍDøSô+ìº×zeH³IZºÄس^U!{¢ë*r/GØÏná=Ãô-S°&:mfb]ÿÏ{à(§-ûçemxÒÀ]èßçZBTÁiUmÅZEü¦TÙ_ÅñZ §Û])¯éÒW#õ6̵xþÔÖH± ÍBÁF"çnyÅ>©XX^¾qÈ÷´;ÒüøazãiU|&ïré#mþ¥~ȼ;ä(2Sü¶4ÎwtWdmo:õýëgàÞaFËÕnÒYw¦Ê*äX©jîZgr2È·³ôW¡óå¦SCYU=àvÀ§þúk©n(¥~2ÈR´-[±9Å5úýÖÄÄFÝÿÙ0©QÊß}¡à:>fWt°dº¶}®[vSkR
+Oàxùay¾ÀT8{)d¡ñõ@éU'ÖÜ_þLÞÞq ÑÔVïùC§çgtEjFAë^B}Õ¬2A#ÌËa(WCúôr9}ÔÅSëkõ¼C|nÚVæ½2¦µ´ÏQPq9#ÚD ´4u'Æ\âÇ1'¼þ¶ ,³
+ìxøa:Ô8ézà÷w >0¸qåºÁþ*oäGâ[»ãvé FÃjiJý"Kÿ;£¹ÊÍ ÊÀl
+ãäàk¤
+uc6°¬aУ3qù{ã$Шõc:î:þ´Áͱ9~·K61¯8nwß{j0]ë±÷Ú[Âòè»
+æîÒ·-Rô´ìÏzOôúì²f×Ú5øMª¨§Vuñ®íÈt&ÖACy/`hH0©ö-N&Ѹ{9¸Ëyl×A5dy¶n±"Ë´3um_¾.²¾)sî½ÆrLv22Èxalã71Ïdÿ±©}Î2°Yâ5åÍà&LÛñSÿ¼W*PL ÒðÈÑ+ÃLÀ:QUVR VÌy÷3P÷`üÌuËu_¢ÊàùN"õô-0eÏ<Nî)Wcu
+v©¤Ãy¤¯§¾ßGcdä7Ja¥m#XÚøè,qÇìï_4¹Eõ#Ö¿ñ«ÙíAKyârúè
k¢¯òs{ÏáÐYîw#Eà^qýÑTâå>!VYoaÀàÆe ûtÄWzíPù¥EgGë;Zß¾?
`¾fªÆ7P<ت³*ÝÿQß&ûÃ,?íiÐ
+Ú¼ciK7V_N¢}¼¬²¯¯s Èx$§Oå¬lSOÝ×<#;Ã4¥Þµ;
ð=¸Ê^]÷Èw}9»Q{ÝogãÚ4ìg
£mÄz¨7Õ0?±Z
вD/"¸Ý(\ûEgvbgpSJSblÕÅKL\ïkOÍä,çi^í £H:
eÌÔëS¹»¦^Scý¨/|÷å
+ØëõØwÄóÉJ¡lÏ
+;¢@cÁéîé1B8ø1Èñ½¤CDóZfLK¨G¦±ÝvíÇÔ߬$7udy,PþÇK7ôOóMaï³{R®cðôøþHüLâSØnÞ±p`!Ú4dÉé§÷÷Õ"7n£/àÊ,ìéõÝn<"Òq*°NÌngäsS©¿»£Q0§ÎêïxÂ8G&2æÈmyÉFÇæþ¾±.*<#ãÎÑqS[å»s¼óHòéû³v:
+òJ.a!DÌ«9#ºúÃ,°Gø缯ôìÉTßðÙÆÕ3Ò%o[kêlcèã)½§ò·¸ 1~ÈÙCÆmt¸"íài´§D£ºôdÜj¹\XCã2ë"c=(íbïQõ7=$Áµ%UåÞ4ÖN *úlYK~ X·n*ò`µýª
n©±Ðý5g\Mz¨
+ýfd^%j¦¼×Å¡CÃSAè¾´³´>3^W»%¬î&n6á*~Ðót.I)Òæ à¦ÿS±ÓÇÙRôëY®ñ'êF¾è1§r° ì³5ùÁ`[¾Ô0xüT~d/}½·ûÑûç¸,Ò~RaòbZ<Úe«xëÑô,/áÝ)(ZßXR¡«÷©X¹á7FZ¸¼jSºýcþÇF6T~¡QkôÐDvÌÍY/¥yL$uóÐNömÄöF£R;ÚäªTôÇ*djãÇ [W0ëÈߥ.Ú·_ë#Þ©UOãjwON¾W½â½±&ߥ7ýÉH½ ½ï@Ì ¦~±»cv+ÌÀ÷â¢õÖsbHpÜåF¢[©ú¹ANɵ=&VPX6¬S^¯ÌkEÂuäܬzãÅFËh<vË´¶¥î®aeQQ:q2?4a%§@/¶¢×j²ÁÕ7¿TJ`®Q÷òýº¸³i¦´q³ÌRú²+×®¡ºXFeKEÁ\êðPvîµ¢§ýur]â+ÅгβÉFÃ(IBÆ.¼÷ÓWû°:_<¹°Ç´Q*cyIýT×MhrÛÓü7½¼ÑÂÙRÒÙ®òÁY+Yo»jQçüÀ Âð¢y§ÂüM÷
+yKâÜ-M±Ì{Ûåóé£ ²iy¹âcÁ¨DQ[Í·ªÈèÄ¿d
Ê
+õôMX\|qyZLÀù½ÙO{àûfáwmRÃÜ裼I àèº#Fe¾dâ¾Þ°Çw|£%1J§k>9RkÄS#)¼Ç§Cü˱Ú-õ᪳z-a¸,c2ôF.n¥eFùá¼Wö¶;ÌÂôCô+`ìãÀA0à(]Ò0ÑǸôؾtú×»ÀÕ¾5:ú·Ìp¦cÙômâIH@óU$¶mƾâ4" <bÁ;ùi3Á}C+ymÆîì eµGòëÌîüë9XßdpÂ%"²^>Z
+G®AùÍò"óÍ÷þ¦wøËðý¸¿!@#¶à=}
ÍÊH˨MÇÍÑ÷²;ѳ#ºkþÞ-¯Äã|W±@áfóG|aÒ\M8á
+øAÔýWmFFäµÇ¨·Ò>_ïÞû[ìÞÉÝ<ôm×x(sÅÆÍÄ¡Uq¿°"%uîîÕ0á·&Susÿï+tØ:iàÜî¡ò6^µ?¯
öcþ\Üñ-¼FCi7ßu8!Ú3+{¯ªÄî4f~ß`
+$l-Wh±VËQÿLgg%lßëqcnr3U
þRÏoyËønG¡ÖTÀ3'Úóª~öãÿigÎÿ` ;ÃF3[\O-"G(yÜÂûdÍÒû³9JÄjæI®lѹðDaîJîãù#ÞßÞÏûý¾üN >?Qorá"è¼,ñwýq«±3öbD~çªÅ[+ÞTåÜqy8îo1q%eFÇ#£¾»ßË^ØMhÀB¬ûnù.+ÞÒs®¬Á;Wü®¤>«vúû;c«d*k{xiÔP¨lØ SË}WÙ©^uG¶½C)»ë¬Ö&iÝq@Ö¿þ2bPÍ~ºªOÞ\¯rtí²EøÒfmÙF±rç4#¢¾x¯ æN+]ÕT}Èú¡Þ¹=nÔ¢NÝýà=Ï_}ûî©ì/^5æmc÷JYFbó ¥Uúò>ÑM³´ä!JX¶ÉS@Å6Ãf§knMIìÈXrÜìsýrl#«T8E®ÐÓ[ÍnßW6k\¶5¼£i<fp-ô ïùékfË}qSÉ[|-SùauRchð÷êy^Ñ'£ò³ó$fÕ±´i'éÅ
n¤N½uüü²4A¢ÏH-CJT:ºNrw6{In¦Up ÍjÔ, ÃswrÓÑÑù¯ü;úú5gYi}ÜæñÞ$în#V°)Ý*9íM£0tóÅq¥@YsKWY.ľc¬
+«0áâ\MØoC>K²øc£¯±§ é-AA!ÜÒþVs¡±}ô.3$º=\rØÊ:Îå íAίB¢Y?)Éñâ¯{È«Ã^jçLê,Ö
+~Ç
=g7'©*Ù`9àd)ë0KÓ2«âóå!»ÝöÔÌÓôÐ:Ët#ØA×#vÞûrfÚøîEÛrzaëv5³ lÅD }+ÛÒ©(ëw¿Øå 0aPµ
<Ò0b1h½nóñ¢Yx-üz½øÈB4:ÃgлÂõÉôëpÂRÇê
ï{åTÜrÃ^qÕÄû¯?÷iÈ`(¼3{iJzsí
+a±Ï&«ÿ±µÌ%Uî_G#áã-=Ùª·åË®déA&Ô/uu?«i?LöV¦a~×í»É¨j
+ ÚñÝÒ¢ëxòZüÉ|
'ÎG¼Î ßÔdÊÌÓD*uÜ°pÈö3GÜw'ËnwâÙænÕ[díÅ6<v#2ª`Î6wtùèók#ß½@:Éã1~ãä__¨9õ)Ævf,ÓîçC¢è@×e2P*ó¦w<Ä÷ ÖÊæo,ØÈ'fÏbõ¶Ö÷Ê{z+×=¯!ØØ\c\´BzºGýlÙóñMsêgm|ÆQÜ´R:×Ç¢ØjB¾XÄLûÌÆÞ|q¸hu1Uôä¥2¶ã"øGÔ4!2¯8´r¾P/'0C
úÚÀ3©ßÇ] ¥çÒíC¿ÏWñþ!v%ô0³é¡Óhêu4/oF5Åû|%p0ñp®5BXâãî¯Ñ"ÅfÂr;@YNìñ¸§êVÍ)=^)ZSx^ÇGÌÌÓàfü>æ¶åÆqÎS'£:¯í ¡úTûXõ·+)úMÁú»\·}SsB* 8ÿv÷wþ2Ï0s\o%,31¢ÚëJäªß®ÞØ<d¬ä\ìx1k
+¬"µ¾£óõ^£síî·,Ï0G³£^2ûá õï[3a-Ã>îMz:óEç¿´~
I0Ôn1Î:r)÷cdÅo9«<ìçLÓO+ä
©`öUïËð¦eR(
+ø©¨÷`Ì¿æ\'<ïÝPO»@ïVÍnMÍA¯îÈ$¨v%¶Jldµ[/OR;ÕÆ]¢äÓ.ÏÏR~®Põn~®¹ ü£ôº·³=_ro6éìþ>þJ /㿹Êקp °ÏÐÜû%]-!¹VNuç;ït
+kÛ½!ÿÇ+ûúø`Ô#þW#vüûxU±T\îÇæ´Ë[:¨Î¿»1ɬSP}ø">Rñç";d¸þJhBÏ
'y/^ãZN >ͬ¯FxÔBÒÝä8zH]gmÒ88t ÷ SÚfýÝ! ]Ïîi%P¿HÙLG¶Ùñmª¯H "Þ-9¼ÂÓ?ZMgâ\íɲ¤hå¼®SóàÝå+uök¹C10^XÇiM-I[W°òeìçÄ$þ1ÉPÃÞà!Üxs] -O$ÂÎ÷û´âú+¨O%*ªOLt.ý ÿþ'd
+}EàîþÓendstream
+endobj
+158 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 640 0 R
+/FirstChar 33
+/LastChar 125
+/Widths 641 0 R
+/BaseFont /TUPMAR+NimbusMonL-Regu
+/FontDescriptor 156 0 R
+>> endobj
+156 0 obj <<
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/FontName /TUPMAR+NimbusMonL-Regu
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/FontBBox [-12 -237 650 811]
+/Flags 4
+/CharSet (/exclam/quotedbl/numbersign/dollar/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/at/A/C/D/E/F/H/I/J/L/M/N/O/P/R/S/T/U/W/X/Y/Z/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright)
+/FontFile 157 0 R
+>> endobj
+641 0 obj
+[600 600 600 600 0 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 0 600 600 600 600 0 600 600 600 0 600 600 600 600 600 0 600 600 600 600 0 600 600 600 600 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ]
+endobj
+148 0 obj <<
+/Length1 1647
+/Length2 6901
+/Length3 532
+/Length 7764
+/Filter /FlateDecode
+>>
+stream
+xÚíteTl·6¡ÒÒÝÝ©¤t#Ý0ÄLHw·4´tJ
+HH+-ÝÒÍÐêAó¾ïYÏ÷?缿¾õÍZ3kî}í}í½ïkß
AGGÎbTá<¼ü --¦qÓHhðèªpWÀ=&Í¢ ÚÀA°¢
+( 0Úv AA6@âî
+9:ÁìzF\\Üÿ²üvØzÿ¹Á Öû?/®w7 ~Oñ?Ôp' Àä
+(hë¨j=°?Ó2<Ðû&t¶® ;È9 (Àõ¯À¶ýn
+Æ{Ï%Ø `î@;Ð}ÐËèþ⸡n ìþ? 8BmÀðû;C °+Âþw÷vÈÜ¡{·{ìLÃì w8à>«¢ò_uÂlà¿sÃ@÷0 âpïi±CünévOsÂm@` ôÿÎeØ`î®6Þ÷¹ïÉÜ¡ ?e ` °ã¿*à@6P{W vOsÏýûvþÕ'à¿toãîîêý'òÇë5à0 «/¶à}N;ø}nGï÷¼¨ þ¿ìö÷`/Ð?Äþ{f8î°±]½ö@l>-ü>%ý¦2ï¿OäÄÿÿ-òþïÄý»Fÿåÿoßóß©®®Z6n÷ð×Ü/0à~× 4 ¿«
+ð{áìþP7«÷üwo#à_Uÿ'çßá¿RÈïâáùË)¼ö: ¸ÀÁÆõþòþØ
+Áö@¨+¼ùÏýÞñóÿ
+3pÙ¹«!òÛÿ½{ÝþtÀg¤£fªÍõßlÛ?Î:÷S7ðvþ3&ÄþßTòò//¨GPÿþ1Þ?G AaÿÿKÚ?Dÿ:kÚÀ¡ /?/?¿ àþ÷ß,þF£¶Øÿ#}¸
+Øþ~ôþiø
+Û! Ð{ÅÿlûÎÿqþó@/ öÜ4ÄN*Ì93;^÷8¯ï¢Yw§ z_¸{iÁ HG`fÔªD¥õ]m8oãäÏ÷ÞS{î?6Ô87:É]Ù:ÒG4þL]
DK¬b\!|¥xYûFq¾Ç_5Vò?ß\û¢«gYr÷v¤Uy|ÅÄô¢0ùÒ?À.£>¬°
¸®ho5eçêg°¿¯·ù°k+7EêÅ<ÖØ \ê'¦¾ $M#¯úDæQè²»2KoÞ¢°Y¾Z}À°2»WÔ*¥®±aHAgò¢Àú©
òö¨^´ªÌ7ïrë}j öÅ´ßùöçæÂàÆ>®EºSÞUÿ9öfaä3fÌC{þ÷ðÇN§>è1dà'`_°6o°§ô,Ϲ¡ôèùqÏÕñ¡k/Ca¨¼K¬²N7×eáMô¾[&èa }QlúZë ³" ®)³4õGÐ8¦;¦Z$V®Ã-ü|ó
.Ú-ß7¹l :Ôz pÀÑãìþZÉBõâ²c_Ã#¶2o{§lsb°d+¨éùÑkÝOX÷áÏY<æÃ4iÞ²õýzö¨ÿK«'
+ÉjeêI··²±¸Ç´Cð=l'n±ÝZþëtõÿPëj<B]Ú%`.
+
]^DÛ}ø]8Õí51¹Yü
+ñ0ª,=°·c¤«SÆqÌ8Ò=É]ÃAB-'ÚéöH`=°Ëk?£«>ÿV=7ÓÙªäi^¨ÂÏVI·pu=0»UKÏOêçį »E% f#¶jér³~N{ÝêSºô3Mµ¶.Z^Ô:oYî){ò:B{Bx¤¡÷çNJ
+üÄåÞ&-Â/Â$hXA<z=~t8V<»ùGµG3é¿ÄLéèNj©zÎÃïjÖb-¨rÎ)<ÞXÓÕôFPdúîkæ
+³õËåmYªè7>e\×F®¶³SNÐ]bdìä>-ÁQ7®ÐF¼êÉ9_Z®Ç*ôúiÝÎYîÌüêá;½þjGÂpÝÛòÙWÓÃ_$Oªôe[~ZóâÏÅ6¼Îç¬ÿ¬f9@zóà
+/í?ê[ðó~n2¢£=B1`®ë§E£KÅ¥ôxk"\cTýDNM©~
+è½äÈD³µ ed½ óìÖhÝw$pm:R¢ªYg.ȶ~"Jq?@*ÛÈ,ÉÕ~èxFxfMS=Fíë1ªo|W?ÁíÜ»M«QÀ:3{ÔÖ¼2´Å©ÇY·¿É
æÍ®£ê-Þ bZ¾KÈïTLªäC'Xsào*?//eîÕk=Z¸Ú} ¾Æâ(¸ÔE}I
+? <©FiG>C¸>öçûUÞ.{émFÛ$5%2ËÁñjB×1Ègäm[ eF"I-ED17î¥&(_&@¶S3륢]-¬rÞz7mÒ³¨Mº\à):¦oòÀc¨HmRÈñîµ ha]Þ5ýè/\Ì¥Êä>T¢k`+á;åb·øKê QCاéòc>Çà°³×+&òËjªþvö»â{føâJ÷Ì0%YïîÒd?å
+gKJOvâHJ)ð¢ö?}nàíÐ^k4úT
ÊÍæÜD1þQ"§!qÉ©WÕKìúºGzk¥«Ío²-mÛ°®ËsvMíPûQòVím5æÐvÕOï ,çDñ ¦O¹óãÝ×:ÍUζ3#Ò¢p>°(´=<ïìÏ°ã²$ÏÆ¿*áÙ-qn=[|>^OÓÛÒþ6ÿu¾uc.©©@Íre¼gHI!wÄRèû~jºJY3`aÃðhë»õ&j î´Ïþ÷ýæý`åêdÖTzì¡ìÇ¢ Âbgt[WÖ§K{0þYS¦OÀK`ëtû+}
%Úì#,ÏÊd!¡(Ûa& ¡ëðñjWøÔ}nmj&ýûy8[
÷1D2ð° l¦`hî:JÀ`Óõê·áÅ£f·ÞéÎÍ;§~Â$ôÛjÍÒ.T[M¡F¶ümDiÌ˽<½Êî^1¬ûÛ4
+ÞÁÄXêÐûæðòÙ¡+ߥa:7ÖîÀS¢©ê%åªèâ)RÐY"A8é¥x¤òn×ivõ:È6;nì:Ô¥*ÆSÑSfï²´òc;oh¯Ô áfî²Â ¯Èد6c^×ËÊ.+/ì««õvé' ºgª?PüBzõt¹îåCu,ûàÖh®F
+tÃêo±4
+¿§å´7MåPx
+BxUãðçËOS¶YÕ©ºLWáó5éÙÞVëcb
+ àø|«WôÄòêíû6X.d2 À;]3çL¸XÜÓüJC°'¡»Ïÿ¸;»\98éò°:ºS!**Âÿ]ëçt$¿2R+¿í³jaëè!(d¢?õk»WßñÓ7«ù;÷=7ÑT:Á$o)DOjãNB&åòÂBÒNÚ°åM¸ì`jKªÁÜh~ÄËá+£§i¾
+Ü_ä7êß·óÓèÓX¦ìt#M®OjzÀ(Dó#üê½JTp\]ÞAõL\\$ò3¹©®×m7Ô:âk rÒêG
+¶¾;¯mEh®u7y/É[ùÔ=¥ÝD¼£È´¢4µ'£L/85c³jé<cùÚê.òøØ$1$ÇwþÃ.K¹}¯Îdk¿P6à·×Ú·s½3'ñ+¡[Oz®Ï]¦MIìúx¼(é ;ÚeÙÜåWÇBiFÍ» W©ÃZ"æá2!óÛåE °ÚYeÞz^1mÃûýeÆíRºò*¹j
+U&×ìèÙ)Gÿ8Ö,N,´DÔT-U©¾{I®bzàk÷¶DCUcò!Áàc?q·¶g;£4R±óGÙ6ÀÜß+Ê°è
+Z"ß³a½í»ï7lzWª1Qº0LIó^!ùÏ®ñ$ÞSXwÄ Ëº÷;¬Ù¢Ø¶3üʵ+«%6ÏzuE¥îlänÆ{ݾVi½å*EZ6ñ¹É&ÔUxtÜrN£;T0 mÆÄê!£`ÀC+ryýdÎp³¼5=¾3ÑYýÚ»àY²8/ÔOóªÙZØ=]<ùcºu Km,uÓ/¬%yCNVXÇ´¼FÙÀv¦òÞ]ã´«óà5oÌåö ç£îd:ócÿL'·ÍGzµÍ·ø_qKZõ]FS#©V'Þ©©ètÍèÿL2:^Õ»3J¥Pûé+ n|î¥:5+/©ê[£ë®ë1 ÅPõ)vtÅ÷»HÓíp 'Q
¼f¶ùX|ÎAÿ
+ ÿ BÛ¶ïSHÀ?Ñ&ËNz«K-Þ+{NFF;óë #mk93mÎ$h¿S¶ÐÔk/Ë~ÝÇzD
+
+Ër²ãÓqN
·ÊE³-½»ÔDÿÕÿÒ²ýEÞK±ÖW½ø¯³âGÉNÏRW¦GOkÄß/®â°Õu©Å_u¥è³J:EÎQ¼ÏP£e×ÒÒb¾¥¼);.'2ÑÏ´©ª¦ÔâZâö1æ±ÒÖ÷©XÍx·©c
+)²7,e0PRûm}z~¯sp²u:¥$ ûUWÞ¼]ÕAÛÕ"ùþXh at 6QЫú5ÿaüõ"ÈbtJü®ëCW?þáí~µåôqô^RþØ},iúó*ôõäk+rËmoïµëôåÔé[¯PúÚÚtRüÏ>ëo½wPdOãR>Õs~|(Þ ÈtíHç¨%[JüúÁ{*h¢R¿§Dô½>
íÞ»´%:'»<|!w[°4»Ø%à\ý¾7VJâ_eæ¹à×7}mÅḥü%*ú<fwç~rç"Õ*¨h¶¿÷¯'l¯õ®øÐ7$ÞEèȧz²2%Îïè§7Z½²!÷«n®W1í÷_ at k."ÉZ;Ë'h +6,*Ú6?³øJ¿I¹ÁZ¶õ(2kÖç!òFï°ã.+¢o.&¿Yº}5ÅÅØþáÁ
+iõq á~¤»öÎþæ-jKÑìùKt¾<ÑsvyåÍKp»ÙÒÅî°®×..öѳE-gʼ?7¦ÓgetÀ@1r~!oµê¨G+«ÝÝ'®6óôü·]aCÐH\ËnìÈOÚï°|I¬b®(×ìhn4ß%S
>Æ¡¥î·H©¯ÁrÌwLVéqôúâz;¾ô~z
ÌJ±»û¨î]K_È\BY
+huTÆ*O
+¿§¥ÊNi°Ù©4ù¦;Dë0Û«Íi/=Öa\ ^p²êס`øeð¦óÒÜ×ÆrJFÇ«/¬5ø(1oÇB{þý ñ
+ÁHp!y£oÖÅ!gv9y0_w8C¥KâéG§ì PàI^Ìû ¸gF\-çV|Èû4óñxË°ÕâG½;³¨¾âýWþÄmþÉLÓëÒVÁ«ì&º®o®Vl4òäÉóOI+¤úD>}g\³êÄÎòíþôÝìSåÎâmA Tc]oItuÏíNÏ:q«XèfnÁLFÿN`ÔÑhqöè4}ù¡`ݨ÷Ë2ÚTDÕ:¸o:^fbÖ9wÔ¹FשvNÈ/j½oÓKî¹ÑD^ãfóô1fÐ{aÌOýìÛOÇ·&Ý:¶3ÞàQNäl_§:dÅ_(óõ²¯,fø;Xø3À÷Î`Hzl,zïåÁw~¼ÐËTÆzý"Ý°âÃEªCöê[-ÌïO× TÑiù|ò$82ì wôaÁ)ôi*!OÆÏØS2Álx¾`éb %íIW+øCõlmþM0d>p0É÷æñHBlwé+¬~¦Ìwhæ,uË<Úp¸ç¢Ì#² drðÖÛ´gÛB·`mVáZþ v["Ù²aôõvÓÌàEDD3g3 -¦¯"÷»¨¯íÝÈêÉÔz§R
+1X¨Ð<%_S6äCjüa¹"#=Ín~´r³×U¸j·ÿøåté jìz졧nöÉPÂúU.âÔgK½Zsù©D´|²4jäÏç'ת;½ òVô8f.?Obþ¼c(«xóáP¤\%|1Tã ½©ä\î³5æqïZMùµ¸Õ[TÆqW¹à8 at 8¶q(!½Á°Oç¹âWµ4T2£<cU+ä°2Ù9 K%i/3sêÆtxØñO1¥ä$rBbc{ÍI;Æó·¾ÇhdúgpÀ'[ãE¤´Iq50ãGÇa¡xâ¨âª¬_}Dñ=gèíyÖUÉý§¹ÌÑÎ3Òö-ËÛýnÖEPçeS4D|'{Wüà¸ÍêP1¶°Y-,¨q1"cMkÝÎøp/|iÑÌÚ|C¯ßekB3kçÂQ¾ü}¿¤"<ÆöC¿´²¥¼óëóõR¥Ïj_L¸ׯÃúFÆìze}{d0u
+!EÇíÛMß¹½æê\¿Ç
W}Úß
Hà('X¯þrÂoDH·adx{ «dKÕxsç#3[rÆäet8ñ{j.Uz$-:{
bÌ=IF«áWu'çó$P,XÇéÍÇ4ZäûÈ´V¥ÃÎãøÂRo¼Ò[`éµ×ÏYæ(Sm>G#g ã³ÝeLȬ,ºÁª#ʺlÕ¢%.¾Âg_VÛ?ɳýºãQ壥oïë_»lÓ/ù98Ö$¿¨L»«m'ѵy¼BÝîÇì©?^no¬[ÆÂçRUßÜ©î(àñÄ^wÐqX¾=£ò¸©{4<Gíl9ÁcÑìPRÄjä]P,¢ßÖµK%UéÌ ÑÊ
+ëºÜ6´«~ò0ªNx\üTzë7´ñ ëæÕ|ý´Ô&²D©ónÚ_ÈgøïE.?2Ý(|9/±Úþ<?Óåîî5VL56ka(²XõÇá§ôª [µêÎ<µçák¢²OïB?ó\Æè
+B5qÖÒ'k¯Y^¦ÂÐôãêSzb~É1©+Çä²æVØjO¡£bB^ ½dâw`é @ôUnÑ4·'ûô:RjÕD¢»äægO¢-4=RéQóDÿÙ~!TñhÙ^|>yÒ«vÖ[¸ÖìgÊáæ¢U¥~©|"ûdÀ¤µEý
<¤ Õ3¶êZH"ÿÍ&²RoÀDf×½~ ôG]N}bèÉj*"HÔ0kád)è©ä!}îñÉ@+n1®ôW®©ëtZk±¯Ï¤a&ã'ãfä·¸u$ÔíIâ¾ûkl?'Wç§$DD¹ÂÅUß>¯RtÓ É}]Ü u.N´ ¥Óo¾¾=îâ`^»+Voò<Gm,ûà
+D§¢1 dcôUz'+RÀ¾Ý¾rǵoÏ5dõT\U¶
+§?É`;ÞoâµZÖ:Ã.Ï;Â)<Ïͯ¢ÛðN½!Aù¸o4zÊí÷}úuÁ|SxÕã)ÔZ¼:®eÇÜû·ÊZçbñÝöéGK!{1ÖO©¤võT¢;1¾ïFÊãvñ°»¾kôÚñ¡Ë@1kÿsãùí«ðÁçJ!ðq"Ë&Ù¹¡}ÂÂ^pO3Ç¡½G
+Ô¦©¬ h¤$#RÐÙ7mÅPv%él}Ùø1¶«#:!ðÕö6É°Üå®øf ÁkGÌsUµ#dP²ïePZÚ7FM"ͽÙö6á²øöå#Íñ# A»ZS43#wÏæX/üX1{7£CBÀ±Îñe³±¼/P^¤Ô
+bÒøRU9¼ëà²Zã-VgÞoXù/FÓ\çÍM yÃâ×µn~!±ºoÐR3^1O
+VTÓñ¼IàFñ0-å|'A2Ýý#]"O}êg'eÏãÇÍiÙ¡2J\yÏ?RãåZÄrúöÛÇ/´u¡¬ºµìÄÅ&ýÊS&*Ð\ÁZ|³|5UPÜdB;ù-Cº}7ÃO&÷U¢ôã0¯ªÅ
+jÜFöçTß% Á÷KÆ·óx"än¦ñ:=ôãùùC(góë¬ñM:3*±à÷O$9VØ<X"^<0s#XY6¡¯¶Ñ`ýÀ]ÖÜy%R[&kbýÑü¹"ª¬^tZ^iBÛ¸læúæ&Ð>³ÏX¥Ú3GæÔo:pçùpy_hÙ~Ñ¡³!*u¹Û%ªüñÃFá˨öÙøùÄ]ñý:9d Yµ>ßEJÚG{/óO¸7Õqä6¯üs± ¾¼Dm[÷ô
+îØ;?Ü{N)KrÄDõдMñ$F,e¼¢ÈC]i$ǽ?¡/³zôÍäÉ<¾¯ÐägÅÙ³îUÚ!£Þ«aï+qÜÖ^zAFÓçR
7ÞÍLÜ-¡ÎGxRqÀ9`wúò¶{ùÊèÍܽ#¯¥"ý@i=á2'º¦+d~ã=ÍG)~4W_ÙTgëIl¤veaF0l»ùÿÛó2<:e+º¾îN¢Öp¼-âèÎAõë+ß~%x:"ÅO$uò±ØQ?Q´e¯ÿèÁ¿ìÆCéq÷úÏÞµr¥ðOJ«èq1ë =,?ãÔÞ¾oð/#3Á±+ø6DRßVHÏ n9gâx/aàîõ-tN´ó9Z*4O¤Ób
»æ<dè
+HÔûu&±zBùÌ,õ1â|kñ¥ÝùʹÎh¿>«©sûëäWþ²ÐAÍÖ_OÁfÝÑp K© ~¤Í Øû¼ßwêRºTǽ`í3Ö³ìù(¸Æ]-´ñtA*ÝPZßý«PM×llÀ»$¿.ÖçS$?
M×`á'¶Ý4CõF¤Å!zG¾±ÇNÝùÒ]×Çâ2"üúÐÇþ#q:õx}¾
¶*¥q7â&±©ª%G&µ nãøþv!-}èQóÊ
ååg©wèÎÝÛE·OXéh²ö0úäx>®2Äi0euÎòÍàYÑç§'1X±Ñ±£±/¹áåcßÙP½¼;¨;K&íÈ]bN¿BI:`C¼EÑ¿Â'
+ÒL£ÍH¬éi£7ü쬾å¬5×Å=¡èL14¹òbj¾ÏkH¡3¶#iÁ4ÝkUPyZ93Áèá¾ ·C$MSÂE¶GüÿËöÿ'øÀÎh
CÜl .ØÿýÑVendstream
+endobj
+149 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 640 0 R
+/FirstChar 99
+/LastChar 119
+/Widths 642 0 R
+/BaseFont /WPJZOO+NimbusRomNo9L-ReguItal
+/FontDescriptor 147 0 R
+>> endobj
+147 0 obj <<
+/Ascent 669
+/CapHeight 669
+/Descent -193
+/FontName /WPJZOO+NimbusRomNo9L-ReguItal
+/ItalicAngle -15.5
+/StemV 78
+/XHeight 441
+/FontBBox [-169 -270 1010 924]
+/Flags 4
+/CharSet (/c/d/e/f/g/h/i/l/n/o/r/s/t/w)
+/FontFile 148 0 R
+>> endobj
+642 0 obj
+[444 500 444 278 500 500 278 0 0 278 0 500 500 0 0 389 389 278 0 0 667 ]
+endobj
+115 0 obj <<
+/Length1 1626
+/Length2 10204
+/Length3 532
+/Length 11061
+/Filter /FlateDecode
+>>
+stream
+xÚíwePÜ-îNpkÜÝÝàîÖ@c4îî î,Áw÷àÁÝ5ßwgæNÝ7ïÏùõêuUWõÙ²öÚ{ísªR]UÒl ;CX9Ù8 ª 'KwM°*XP
õ=Ðx³ó¢ÐÒJ»- °³(ÐZdV .. §
+-@ìâã²µ t4õYþiù+`éóï·Lw3îí'Ðìât¼Aü_'j `r¤ÕÔ
+Uåòª: y 3ÐÍ îa鲨¬Îî@F
+Ø
+àøÀ
+ìl
+ú«5w¶7,IwÀÝhzKz[]þr± \nN w÷·ß ;ÀÖÍÂò6 r¶rô°þÀÝü7!7ð[Óï
+Lìq·r¹@ oUÕeäþÁbgù«¶;èÍ
+ Û¼EZ<þjéoßÌbrv@Þ¿jYÖ wG·Úo`.n ¿ix¸mÿÉà´µp³vº»¿Á¼aÿ5ö øOÝ[¸¸8úü
+þ;ê?8 î@G6N®·V·Ú¶ gö¿vEÑÙàäøÝÚÃåß}@·¿Äð×Î0¾°°;;ú ¬6(ìª`È[I ÃÿÊlÿs"ÿHü?"ðÿ¼ÿ=qÿU£ÿtÿ»÷ù_¡å<U-Þàoàí±p¼½3 À_Óÿbárôù?%ýk´ðl¥ÀÖÿêSX¼DÒÙöM6Aîr o µ:be°±p|×ßvgk #Èø¦ëß#°rrpüOÛdåàü ¼ÿpÿþTg/+¥¦Åü_<®ª¿-DÛÇåÛ¿µòlý¿`¤¤ÀÞ ?VN> +7çÛÝ{#$ÈÇð_üóç÷77Àèoο»ÿ·ï?O&ÿ#ël¶þkm´ ÎÖoö¿ÜVnnoÿ}ùߺþ÷óß;zPÀVÂáö²>C¾ä
+Éõüàp)«×..®w}Þ¬4þÁÖ0!ô§ÅgþÈåeGiwè¾#}W:ð¬4±»{®y7Ý´ýó±^¼ßùÊ!îîÖ¦ié3ÙD·Òù=c0µgað;;@«º$¼v¬(oEGÇtîïèûú».á»wHsi
=áÐéâ]sIÄ
+u*ý ¢¸ª1pͼ¨ð<%gñ`¶ÚÒ-ö¿xÔÂAá&1}U«Ùi°õBÅ9ö«Ê¨SJüAok~sK>#"ÝNÌdW´Oqo°xB´âpµEÐúâyÜÌ3Y¦3
+Ë#¯ºôñ·%Jêg å°AlÍ.vÖ.Ïd¨iüù3:hçí-,ÂÛ4±]1ûþÌ÷äc/6HÕkÔîúqïI¦ñâ7XAËÎN'×ïIEèÍ@Éè8_³(/µôõ¤?G¡¾Z!¦'¶I,÷Æ¥J¶<xØ\ë©4/HìmNÏõ/¯¹C ©a±¥Êú´Þh¹?ÒjÃ4»Vy:³?~ßf s D*m"ïÛñkªzWÿZvjI_o>]Ò£Ù¦3 ÖÇ.G Êi|Êûz- Ú¤³PãRÓË#ú)ã¦å_òçµR9æ` o2w1ÿò4¹1¢«ý°û{íÞ+0ã)àdÜÄî"¢±<1¯
+C&{ï_iÃ,JeRîB¥Ð:䣧x xòQ:;ê0Møùì£î¼QzÎå·OVõ³ÒÎXë쵩Z?BçZßMT
+¥ÕÅ¥J«Ã
+wÇ`ÎÙÜæâ£Z609
+âBGWþÐê§û8!®®¤ùÞ$kÓè5-£úvºë*zbÏH8òõ/,£'ÇÁ¨fO~¨ô·ú®!hl¶WÅê.>èBê1«¸SÚ@¸ä`®ê2õK7{nì^ªQÓå&guFÙÎÚ»ÚÁöÔTç ƺø©ÑPf¶SÅbZ±O¸sd
+ïÝsî,Â}MBR(3'mu5?È3ì&+$kÇñ4à¨÷}¦L©tVC[MDhþÜWο¦Þ/q½·Ö1
+]ñÁ½l
+ ȳ£¬w!ÉWÉb >Î2̬úl?íÊñùnyó²ÄÒ[#zTá²LÒà«ÈSÞùYͳ Äà°ãínâCÆO·s¡ì207+)aùu"dF:â¾þܬpP?å\cºõâx
+¬{¿ÛCä_æý:d´VGkÕøÒ{Ç/Ï0¼a±è{:]«NǼÛ{ü=ÐÒvqw~vÖº> a§[«3)ÍnfÝãCàýÖÜ!¤8æØî}²uÎûl¾¨ T¯@ðâ
+vº× ª(*.ï CÖã¢áS»F2s3òóåÌMVÑÊÄÎÑ4*½®gDØñw¦=ÝDõº·L£©ÊQ§GÖÚÃmcnê¡iÃÒü8É o'¬YV!Ö0tËêãhwÃuØUÛv}]i
=Å1Ý\A1TÎ}cWGcKj·1\ÐjÃæØç*À*FÈe®bÏÍÌÐIðòVÔã>í@¡îðkü{Õv¶)»%·¯÷Çõí
+±®5¼r*ÜXSRi´?^º¡¼oæ) ¬{* 5=«xXÙ\¦úÙáóPGÊSö|KÁ;½]õÚÝcSU0[;e©ùE[ÿj£Ðí¸Éã5ßt\a6I(æöDâÝ¡ï_ÖºnqdmÚñO>eci>l
ÀPó$êp¾§ïAjn¦niWmÖeÑEéúÝvöЩ?É[øÑö3©×
Â,%mʲâ§Zvp¿u«öãw%^(?MÚ¸7oÛ×[;26[ÂnÆá¹H¼Ñ
+þÒÐtÕLøYØBÔÚ£ÃÏ}÷×*!ßZ+
¥ñ´h~BvxLWhm´¤µýÑ~h#O:Ãd®®J¢#_t¢iíºVª3°½:µÖÚÎÎ?oÓ¹ß!ëvü´É|Åú¼½è¤àoË°ÒÊåÇãR@ÌØà`¥`ü»ëÜ6o¿ÿ;g%0¯¨x¥Ó¾¹£¬zZÅXÿÞrv×{ýh¡¶`Pý³ÊÍaGBB(ËT^`nFÖµLöó<ݶ×?Ìv¤þ¿6È¡xVÿè7ºÎ¾lÆøÉ-tßfçñ¦¬©0©¹ã#$)7ÿô,W wo
g7A>FËaþöëáú.}µµºt1+òǧo¯å¥©i 0ðÔzÑ(h{Ñ&¨|w×ùiê#ÖU6ZÖEôfjÉfÑØV×:µ*Ý{A£®=¹ qTG¹OmÏVÛÑbP.ĶºæêyíÕÆ÷èÊÊ.;°¦ÜÍäEQ6gk%~%%ض¨´×¡ q̳S»"åx¬³¡à1RvjÞd¯Ù¤äFä3ksÎH&/b&äY
Ôþ^U´¬
+1¶¥úÏD~]}¯5öúÊE¿7¡º$»ù²Ü£MF×'.vÖÈÐbоU-Rð}¢æ tûÂêG¼Ïx¯ }ÛNz¥!c§qxa27DÑzÊ^zí&q©7bÞݪ§zm!-ûõèn¡ÇÜ6M£6«"BuÝ÷*¦Gy~sA:º+ÛsFYçÙɤ±}ìÞ®ç]Ë¢¨áIKþ·©öÏyüÁkÀ3P¿d÷cOÏâVò*_ÇfëGt0ɳêõb¹îPnÌûå¼ x¿*|Gáãî
òøÌqÄ/þ
+÷uzÒ:!4{K¥Ëp!X¤þJ ]ÞPì@©SU#Ïø£"u¯ïõ)¢uñ·
+Vãi
+«@Ë¡æ.÷û¨UúBA*µð{2c®þ"nóÕíDfRmÝ£¦]ÓefO·«/¦¡4ÞW:ñ{U´[ªnù2k[ja}íý%ê
+×ðý<s{ʧR<Oó{éIÝÕ
+¼ùÉq¹µóýhÁJ|äjÍ`§¸âyüJ&V²näÞ+/CðøÛmè&ü8_@×êÅÚãÇXmÖP1ôî*p} Áî̸]s(¢h<DÐ?«5÷?<-XðuÓx.Ñë`Èa<Òq£nÂä¤)gj«Õ[JT´s :ÙùD,gN)tV¡°>= ¡GÐvÔ\¯Çдâòäå÷n´%5OÎ]l(¿% ÁÖiù
ÇÌRè¬g,NJ]X(!¤1h")ÖB ç=ØøäéO×ðX>àl Û£°®àYB×aüÒy¢ÿÉ¥C|Le¿(Ô&`M¦Ug´«1(8mv5ûõ æücw,À·ÃÃoJ©«æLÕ×¾ax¥0âäßü¡qçV[ZúìÀÑÝX;mÝÁ?Èö
ââ°"?V"iD}@^~k8¯©%ÐÏ1ÜקÁV(<ö«OEÒèÈÏ´Jrï×ÈLüu¸51ÊuÆp»õ -çìé*%e ëÊ9Óê~¹µ`̶«o¬¾étÇBD@ÏðUòsÁW¸íÞ/s²¬?Dé²!Á¢uë¬läe<cò?ãÖ$ü~üÀ'`±ÅÛñô³PWÉ´ný*øó¥½î[#üÅrXÚñOL=$T½-.³&O¥È§ðG;í躰+:;?©Ð);¬\£FØ»¬wr%ß.ìÍrUKÊw³ª+ÑýMD¹c°Ê=\&Ñ»0ôøÕFwòð]öiXuïìËÌÿcxô;NÛ¡ôî
ºó56Ú¶æVxï(¸/Wñ6Ò_z1b%á<%«&÷á̽®ÉÕ¡T
+ë$µ8zæÃá©-V"E´4¬^«¼I&Õùw·ymGËFzÅÑMöýÍe]×÷92\ù9?RvØk:ø!ÛønyH³^Á>òÐÉ;øgß}b 70ß<í
+2ÿ&]}Zîåg4èM>_s|e«ËýnTÙÞ<
ðA®~ÛÄí:^Ý©o5jò^l?Í·@ ÉètïjÚÅWD°ð!'Ëße'k:XR$Áûç BFõ;²¢ãCfÇÔòVL½IE`Jè>GUå ¶ãÄ«üÁÕçùlÅ
@nãé¹Q:"Q{gáå¼Y/\|¢j!Ù;¤L)3õsSâØ%´
+Ûv¼Ï60y#+è£NTºn¤Öý}ðÞÓ»»yr#0`5'ä1)ô÷£$Tm9TÕe¹,ê% °UÝÄ{ÿ]
+8ó¢ÿhø{ }ÆøOB\âô°gSR..¾{ÄËìu
+'më [ÆØTÔ°$BÉz²ç]dwa:¥iÏr\1Ó|óºÞlå ÂHñûÓ=Od®cËóUïõÆÂýFdëWè]áú¯àëbÂmZeë UMñ,6ÔØÐêz¨Å°ËÇ+
Íß_{3\Éúf>ùÚûvØÈ 7³ÎjâÈsØ*jÂÎsY3¥pga<ËÖlaïkظæI+äÔìå¸La
+º®b»&ó5|
+$ü³A(jyÃFßêKFiÇ-ÿGf&Âæ³!:Ê»Ñq|W«È~Ï»;â5ú}_r9ÂìÅv9ýÅ,ZÏÚÙ+)+ÜÎî·nUëxÏä@³JýÖ/¦wõÂ1궴éî¼F ÝEïË1ÏéiÕKÌy
+!ФKܹ¹ºÇySwªý!fÕ-¯p+{í1A6^zw/?æÊ´ÙJY¥±2ß¼qÝ&寨Î?z¯*Æfºhð-ªxyätq¸¶d¡¸OL Þ§êgqr¨»y§4Ƭz÷eR»÷vJ)Ìê¨ÔÈõ
,W<]À.>{YZXÅfnæÄ TyJ73éÊâq
O@Û í-~}ø.Kúîôæ@¿cÑ<-=::+9Þv Äì÷0§;Øܹ¦"º¶Þ± ¯ÿ*1ò9{Ù~q<ÇrüÛ©8Ç3YÅoáWCÅÁg;³&CãaäKouÑ[po°±g`<ÎàCõ9æ#g#°Åó3ðÞgá(0ÈöÖÜõUÛ½åS(Áý+äÔÈOe×^åq¿ÓIí ¬\üNCew}G·óLrÒºäOØ6¢hÙ-/½LWùðW£tÈYßäÁ{,üvöoJÅ|¬u¨hÁñÃ(~&»å<°Ì=w]½C_4eí»õC¥¶fC+÷¡v5±xÇsìjܬªðbÌyuz×%óùsËVçÔSVà!ÿY¯®;ïPåew!ü=Byn$D -_½IóiykIwÒP§c BAáþO3Ob*Áâ ì0±NE¼|×jÙ8QD£ÓÊ»µóêfÛÅ4=«}¼o×»ØìU
ï×ÌÙs7
°åãý¿^B\ÞvYÍAÅ<|V
Òì^8_ÆÁñó{l]%ª%Òof¤©ÁøðÖì]Ï&Ä;o
+®Qs4k)ÃeÄìIN.e\Ãüø_KR_¾Íñùúe»H
ùz¾BÙ
+¶ÖälºìXð b·0ð<æüÎc¦
+?\J'(d÷FM;ö°WzdÝ!ÏÙ ) Èb+2gE°IGªvÄ¡+Ô/=·ãO:wØNèÛhéÉ,J]:K±WÍaòn7ã§fyZ<Óö{Z%éY´pAy_¶wä¹L!%F³R1¨W S^´¦b
+a¡®¿Þ {üº(9²$£ùÁiæÛÖô#N8/²?jxùÝZº!z*Llx£>P¦!\tRßuO*gÙ]mÇXÛôÅw&Útþf1¯xz¯áóÎä8õ]F/ Æ1¿ðrÙÅýµHè;e"B)AEAõÞ¸xÖyeÖÏá¨>¨»öCÛ[·Z½cK¿q)z9uëÒþ0DñIóSÏúÈƦís5ʸ;Ư®ICì5téljXt0õñ.0÷êò¬2*x²²_ »|#¨gµ×k¯«Ã*÷XÔt6©Ù>§uîvlj7ì|e]R³4kö¡*ÏÃ`UùAÉJºY,¡D[2HÏn}:º»V¢í G
¥©åÅ8óîQÞ
+ÿæ`"í$Ü-Ø.K;H§,áäl{×ÂáÅÔi»3þa ëC®!¼Q:Ô"4`k,ü¬PÍ«»\d>îÛ½µùó;øTñ.{WdeÔ»j¨06?
+#WW1¿ûý6\
ìÖeìëPÒ8æÅ/Cïm¢õѺ¥Çºw/ð]?w2ûñ(Ï â¥ÿ΢C
'
!!Ä >ûyÁ|ÃõPY+ÔëiÉÕ¬FÿÚ]ar
+JÛùn¡Ç{?&¦ø»Ú£Þ§kVV$IýHÉt
ÖÝT=ݸx s¯pSõyAIÚ÷-Ìt.3«ñlââB¤eYÛîiÁTC&RÉè»×+]AÄ`Ûâáo¿¸{ÙYjÖ½5Û y>ìõ°ã
+.|DÀ HA;Ê+U2¦¦E<dò´«ÈÀs²!,¯} ¤ rìr-yáOÿ©ºäìíýµ"úA»»hÕÙIãÝbºÕ¢^ñjâM}ËQi2IËýüÎ-'_Ytк§@\ÔSÝ'(t<×»\¶ºè°Ç}Ùü×Ç Ã`Tt6õNiõ!
Hص5b%uRÚ×ëîGYì
++tj6-^\"Û6Gqùåuï¤ÌÝïIRKªÈk¿{_pïÁ»¸HƧ>9E>(äµ>¼Ô*»`d1É$pLÑxì; jzརfå±1e¯T(@¯ pÓYyr%\6ÃÖP;dÁ4Ù¨
+Gf¨7+Ñ©
+ï¨ÊV-V3®ÒÎíël©î¶¶)éq¯uç¬(ÙW¼¢ U)ݪ×pw×Ö͵PF_´øÔ.
£67cS÷Í$[»¤N¡¸ aÕÊ1No*æM=íð:ú2 \±ÎÜ*uÚx#âw´ó¥þ|Y"{ϳ¸)pê
+ûÞ±ü.ÜòÕ/É(Æ6©Ìvìãwu¡ûQ¢mô(DY7[Öa¦KåÞî&û'±L°.Þ
+âsìÐA#.÷ÂÂ)3BdgÊäñ\&"ëøîäh¤rýþ8ÂyefVó!pÛÙ)EýÈë
çJa³º`sÊÅÒ¸ùå.Ò7Y¿^V[C>îgª, ì=6n¨¨×>Kb4t=5îè=NÍ7>¾:1ç¬_8Ý
¸>©ÿngÍ¿Ù¾úÁÐNSäyqÅ.±¹â
+5È4ï¯*@»rÕ8ÎfP«¨ª;FÈÃñճ梽ÛÐoÂæêIÝ.´uçÈnL.¯ÜãòC˧´E*gg)Rgwo<Lñhë ÂüMÒÖÑsìZÉDÞýªMØEW
+1
üÎÎgZ³ÞJZG9[lw6Ò<#uM%å£ÁXòAfàÒǼ({%u§Mm×Ð v¢L8©=rÇÐÏ°
+Użt3àg®.àNQ]|°{ôði 3ïP¡Ò]ÎFù¤3ØG9[+è1`±=û¦©PåÎ]lÈj°TÜ%ÈeKUQO£;Ùx±$_8ýµô?ÇÌ%ÆrÞÐú2¦â =HõÁl´×R9øùL
+'ñ¡
_æM,úz<ÊNR¤`ë0ÌMåúÇèæÂÐ<ó7ÔúSÇ5Ã_Õ¿äEô3='ø¥ÒÈdÇ0î`³ÖFiÊÌù|~@Þ²É,¤v½hwÓø`´úÄÒë)Ãê½wã_ï}ÌyáÌ2ËjbSÆgdã°uÃô§çºb¼I,fêØí3B½uìzVÿ¶ã fßáJuÍ#¯$¾1ðåë3
+"Oìô¦±¬RÞp6±ÍJI®¨§Þ B)GaËoPûË,iŸ«º¹óÀàwÄ<ôy¼ðÆ ÐVlDï2\M°gaØÎ6õ/8½ÐvR/Ö¹Çxã"Ü[2a*qñ<X
+c{k
+÷þ9 ]@3UÇúîÿ±æÅ'/Jxß]à¾ØèU¨ÌHDÓm¾mÞ:£?L±óµO&/Q;V!þ*&À
+>Hf¢Â2k3Üð¤d]iì!aeÿÓ#T±m
+ºzFÆØë/.zYZÿ9ý
+ç姻oerQ>ÝÌÍ5?}LØOüm(Bª®Tʽ¥Ð
+í]¬%öó¤91³ÙÖkÀδش־ª %Úö°¸6ÌëÁ
+ËWÍíØé']{nvv?ºOÝ¢¤ü÷nx½PNÂ?rNç6 Xu>°«·À :Ï,:_
+`%âÇ]!ª]0\Æ^à êÝxâHQ¦×uv ÞKe ÆUÛQM® ×ë0®lzË¥Ïw>ïÀ¸²
+¤Ï¢Ê})´O;üSI Û9 6ÙÆ,?>¼im½;ûÝ<êeþàWuÇêåj+ ©yèW :Ì¿ýoüøÙ¥Mû.LN» /¿Uºàôa¶±Ú^´ÂmºìÔBLKÊW>1}Úå麾vCôð
JÝ[QEs¶ôGôÓw>¿¸w®2Å1`è6°
+ÿ¸µÑd$jÑêëÕ©þø +}$òO×c¸3Y<8É`ÅdåzñãË+D&+_ÂV¦ Vf5@¤ñmg15)Åd@©´asö{£Y@ ÆØWÊFÃk5kÎLpDà±%?(IäÂIÛS¶Í]~Ê.¦eL^ÉTð[ö*zrhFcé]PÛÍÊs·H¸º-5¬ôc
Ú.]ÏÏ¥òç'k
yÿ;
+ñ+êq®½§©ø9\fW*U4÷ØY.A»HÐz@cüäÙöiW©¾.l~_~$dæ:s>mk'°PRûgúÕªr$H].'¿Æ0®6_¨:áÆ
+ÙÔ]þuF¼± ÛÑ#ݺi
+éL-<KèÚf4ÚL:ËUâÖÝríÑë
+?%^ÚdÚW® j²fUiá «Á?s?ð'hlés46¨f!ZU£O³Ò&*"cêç¬-Cw«ëÕmÛk
ÝüÀªm!pÂN3ØZùÈÊ^cB=)F×UÄaØÍ9i*p:E«¾¥
+-Þ:é.ïFa Ú!´âO÷$6't1?"*|¨²ü²§·|Pæ IÙ5P´è§,¨ßТÇ,'¡âú,Läô-òãº
ÄÙ+s`J6æF±ZéT´=Qìä-: ÁÅë9§6!¬¶a3Hâ¦Y$¸m/R?Íò¸»Åc"aÙQÚG&ó`ùqY'³È±TûI)+ÎëD«|ÔaWùôµÁÑY¼§öìÐ^Aeõì¹hâåK¿¸ö¬k0toÉ
+g1|Õû
Ú>¤èïçÎÄîi1Ñô@¿X`¯QøöD,Òr];û=ÚV¿fÆ2áS)>ó§5×])?<^æ×Û-R.~÷¾ÛSî¶-án-ÛwXÝl2$á¬NÎrMr_äp>×. ^|"S[BÞ¡()ñRv æ¢Ã#XÓwyаÛõµò8Ô=R;Û¤
+ó*ýdñéûªûiA©wÌ¢}våú«öé>HîѲÑssaBa÷Eÿð¨Ì×Ð{ݹ'Â'§8}qÌl㫼0 ²U,('&ôÅ[×KK`¦¤§0öcÌDL Wúöí'4( «j§ofcÅ#éң屨ûî}"&0WQù׫ëúÄÚ(!²Qí?äzG1öÄGî{çÙ
+¶$ÝÍ~}ÆW,÷ê;`§NÍatß®ðß\Ô°ÑAò"÷îÝMÃÇòøÖñá¿£ô7xw~´¹¤y'gÖ^èqÊüÝÇhxL+Xjõ'B»®×2]p&?²ÓŪ~ȶ~XÞj}UGàJTÙç·îHÇó¿ö ~¡J¬¦JÒÍã±*/B/h¡¶H²WA£KtUVoÍüíU±0ØÎóâ@õPj&±~Éó¥faRõ⧠^ÌÝʶ5ý©F*Ñï
ª®tðdòj¢§£däOxâ4LÂ_2"Ó30KOϵD³¶ö§Ë&8ÚfÍ3F*ÊÝt^|-W ÃýÆÛJøÉ·Ö'ĵ»¤£Cì>*
+DAÃûíÁÓ8ÉInê3pÄ!´Að%:dýßÕ`D
+ëµ³vùü³$lH¡èNyÒïò¬çªÈMÈТ©Í3ZU*rhÐQ|ÐwEnÌ
+Îd?ÃÔØÈÀK]ëA}¿Hðq×aju¯»2¯s"D²kM¯§êq%c!-aØût $¤Rè\4úé%»BX0ºw°üZúfìó:°pû¼Ëw8LÅ6GÕHÑ,FHU$ÔjËá@ØqïѾé+&U>¨íç}{½Æ-X»ÓÓ°=VY²`gÉ÷ç04|ü÷T^¬J
+aÿéÍ5h|= Xl{!©8u6ª
+lLÎã²Àæ÷N*ž¯ÛµvÛ7VÅBC)3÷¬[?ý1Ì=[m»ãý~£/[㧫 þ|w`©Õ¸R½PO¥'o¥¨·Lýîýç2òæo=HÀûªÃ2ædø¾ããíN·_àjî#b૳]Ù°aµgt[áJ!IÀt
¸äXק]«»¡_<SF:ºòÁâõÙøm¶Wè+Ï:X{{;¯£öë³>T-ZÝ?ýêG73°aà®:nÐÖÄ>ÂÿSxîû^߸>½Âmpb
+xhï»ï;dvÔm:6Ñæ;T3jò' ã¡
×#¬|>^åÖòÅ´°\q§µç¨Ê/ZªAGRcשU"^Sw¡ð?P:ÔIAÖâ2n (5È`J\Y¯_Cº©ÞܳW^bwY±,Á'Tk)±9U¯ß
+±bªF^Õ°PòÁÊ9éîËÐ;û ttgùnQ ?ÍZû6ì%ÀæGÐÖ6 6oËtRBÝÃÃ@ýà!2nü ñ&`ìPÓèþªkÇ"þwÉmÇÄ¢ðÍSmXr{!·u(v1ÁbDîÆ!öM~5RwSD¡"ùÕ
+2 £ÎßìnxVô¹-¼?~³ä otFW~ܪKyb¾Ïc$ËømÉêo³P4º²¨Zí,Eiδ¼ÃùǦ|gÉP¨ÔôúV¼º¼ákRÔøÀ6µ¼§hìM@ÈH"Y¢eóÛU1²Îäî ´¦`<?2ow Î,L5Kð
+oû¡¿J1g®¯*÷¡eÓÑ46û¿WW§|ÉæÏ
+aºñø«ÕÀÐo )§FIj=nz¢Vá¡Ïz'Îos®KR¬£¯MµGLß¡°Z;Z«N§ûrb}©êb÷üZµ5äÑÓÃ?3¢gZº ä|Í3ÚµB7zgh\ïÆlH_ /tóm
+¨!RX
ÊWî_õ*dä·@ýÝW½jv(kâ{É#x!ÉÒ×ó½î÷p£Ïæí³2Õ¹(¢ãZø»(×$Ê'|Á(Îc6Z©ôM[=·+»1F,®_ðÔòeâ sþe}þä,&ÇN6Éöè2¹QDÅ8àYigþÃü±úî)·d2¢x§!ú3:¥X0ûnI¶ÆW㺼L .É&¥jzG ¹itËN?Cä}F¸.OÕ,÷ÓüeÃ÷¬jÝaMýZÀ^ ÖWÝ£¤Gõ¸éw©ùPDÞ¥-§þë ½
²]Ý2sÄ?¢u#Âùqj²æç<ÁlJÿI¼½
þ¬§@µï~£B¤ *¬â¹çB,?ÚÌG¾6C.ýÎÔ1įEç}¸eÕÉ6*_' eMìÞ.gA1EñJ]ÛQ+ÉiyÈ{ñ,M}QÊè H:Éß
3yq¾ÝI¡uûQëWHÙrëôYRæH?þãÂzY
Iÿ2äOË Ì|F¾·ú¤©Çóòÿþ °rZ¸AÀNn(ÿÑ<\endstream
+endobj
+116 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 640 0 R
+/FirstChar 2
+/LastChar 119
+/Widths 643 0 R
+/BaseFont /GMEBOS+NimbusRomNo9L-Medi
+/FontDescriptor 114 0 R
+>> endobj
+114 0 obj <<
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/FontName /GMEBOS+NimbusRomNo9L-Medi
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/FontBBox [-168 -341 1000 960]
+/Flags 4
+/CharSet (/fi/period/one/two/three/four/five/eight/A/H/I/L/R/W/a/b/c/d/e/f/g/i/l/m/n/o/r/s/t/u/w)
+/FontFile 115 0 R
+>> endobj
+643 0 obj
+[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 250 0 0 500 500 500 500 500 0 0 500 0 0 0 0 0 0 0 0 722 0 0 0 0 0 0 778 389 0 0 667 0 0 0 0 0 722 0 0 0 0 1000 0 0 0 0 0 0 0 0 0 500 556 444 556 444 333 500 0 278 0 0 278 833 556 500 0 0 444 389 333 556 0 722 ]
+endobj
+106 0 obj <<
+/Length1 1608
+/Length2 9985
+/Length3 532
+/Length 10828
+/Filter /FlateDecode
+>>
+stream
+xÚíweTÝ.ÁàÜ%¸Kpw ÁiÜwàîîî.ÁÝ]Cðà®|gÎYß_3ç×]·×êµÞ]Uû©§ê©½ûmòO
+ÊôBF6@1kzf&n#HYßZ^ØÆÒðnd''ÿbÔw0³±Ñw rÔF !àóg 3<9૽©JUIî_?! ×zÞwÌL¬ïN at K[+ µÃ;Äÿx£2p0Í,/ò
+râ *q9U8Ðh¯o Pp4°43ÈA at j±=Àò¡µÙÒ@ïXB > d44{ßt1ÚþqÑlöVf Ðû3À0±×·vxï
+ÀÌÚÐÒÑèw»±Í_límÞ#¬Þ}ï`
+6 ¡½à=«Ø?x:ê;üÉ
+2{wlß#lÿôïæÝë of
+8 ]þä2 Ì@¶ú®ï¹ßÁlíÍþ¢á2³6ù:=ÐDßÞȽücÿéοêüêõmm-]ÿÚmóWÔr0s -à?¿ç4txÏmbf
+ÏøgP$m ÌLÿ°9ÚþÓç´ÿ«ATfú¾µ¥+ÀhÏ(gãð@õ?Sáß'ò¿AâÀÿyÿwâþ]£ÿrÿ·çùïÐbrúVïðð~à 2?wÌÿ«oeféúßDÿ=Pøÿ¤þ{¬MÞ¥`b`úÑ$fæ4R0s04ë[¾÷è/»ªµÐÞÒÌø®å_mÐ3³±ýͧbjfhaý§éì\¹ÖFgþ.Ï_¼
E¤åTiÿ~þ¥ð®º«í;±ÿ¨CÖÆè?0
m\ îôÌ, z&÷ÃÆÄàbåòüoòýÄü¯µ¬¾½@ë½h&æ¿Jÿï¿VÚµ6´1ú3'ÊúÖFï£õ?nCG{ûwEÿ:íï%ÿsý×. at CøåC óä´jì¬1.f@Û¢:ü\JNïäM®2½çª@ú î××ù#Û])_C]XÀÓORêî\Ô56Ú_~:EH)Çêáîgs2_ÙÔ~m)*é>CN´±ØÃÝQû:åú`ÝÚ"{&ÕFa¶¬C«Î;:¦;¸»¥ìèï¼êÞŧÍ#çqD¢ó±ËÄøªZæaPÈ×WßÔJŲ¶tÕ°ÁøºWWj¸â~\l´÷õsxÒùù<§ ËE¾ß5x¥ к¿ó`Bö`÷Úx<RÀ+²GRêÔg{ÍM¢0ï¦å|¬Tq»5ùhdÜ"k ør'ºZ¡×'áqª):Iºa¯
+.VC-dà¼Îê+ at Yv~oQ?ç`ìåÍ÷º;y8]èT`^Ù@ÂxTâåP;~|Gþ4bò Ã"c©P¸¯& ¦íêÊ©paèbMvÃkðX6Ê:çÆaf?QÝ\PºS)XBLLªj>ÌrïH5JnZÏÍïéͳd8ª êHa^U!ôÜÏV®Í0{cCõ ÇQãË´¶
+ åÁBZÁxÛª[8ͧûúá9yî^²«"ÃõZÜ®ê ÚÕý)ÝÙÏÈÆ(ÊÌ©Y÷klÖø%Nó¹wÂ7ÓH¦KõéÊIº ßã!=±Å°ØÌ »Ç¦6 *®ì)9VBZ.Ìíe0_°JÌí°8ÑpI¤!H¶×á³Èç¡Åì&EQïw`ayî}°Ì§ü£KÙ¹±¼Ïߨn2©ËydºðÄÚO°f£Ó¬w56
+íÄÃ
ììi/ÉpÛL2`Þ2:?[ùä3t,pX¢íÈl¬ËÒM}B5Kò:ìaa
+P»øH¾=#É
*m1©
+ÙÏÈÓÞÒÝòÊQÉØ2'ûI·§
+ä=Ť²g&C`¬½ôC/Ç©ø$»¤RêdYW¿Ý~q?ÖWÉr.6ÔÀw¬u8i¹g¨Þ-íúù¦fbr'1É"}¸u1
+ë~Ëx$Kðr$B³uzgçYtôÄÀÒ4ì$
ýí×aùù!qÄ%>K9vU¿ÝàÆl*YÒN¢5x-ýßEÓUµ[YÇ|9Ʋé"ls
+f/¿ÇmëubÞ:ìÄÎ|ÐÞðFç7½\uÕð¤øxZ= JhV¶"5V÷êj ЮjÌË=ZLéö±ã½¼L´q£ ¼üì'd²6Í;Þò©Å4§© ÅÕ;ÏuÙHrººêqﶣÅb´7\ù)ÉË0¿ëE~¡1P÷ðiW«
+XNøÙ+#À}kËBÈUβªGÏÖëueuPEqØ&jÃÐI u2áΰñeÌz^º
+3öê-ûÕR·Ì-`Nê
+W¢<«YoþÃI?-MøÌÃÁ
+ÔüÏŶmáWâ#°øéq´½¦~Ëd¬
+ÜÀ''²ÝðÛ®ßõÆ·2Jçص+m3"JA\ÂìNR´+(ødÂÖLô«"ÙÁgµWßÜÉ(¿VR¢|¢b¾î+XÖ>jÄ%A³ÖðÒ»EAô= Ö5¬ôù®¯1ªBÌÅ
+à<u\'--
+ëÓ#´? óð¤¤b%
+Wq.nåéíû}M-r\,Ùw`
½ëW>¾1+¸ì¦ÉJßDÏÛ#SÐ쬻)¥Ff±
+ª
+úÁI'A§B"*cÞv åÏåÜìîjÓGý©\ÔI¦î},P°ôU>ÚdvP¯xp%£M{ LÝÜB?
ÿê'Jzn¹6IL*n£µÕú,q\¼ùÓo|Åûîº/² §&b&Áó
+5ö$¾Þvý¬ßÔûë)þÅfMدu!$ºúZyZreyA4Ë;!PB-GkÏ"¸õ(CóKL¢{ìØó¹LÚÎÙÀsrËðëöX¥cÈ.²nÄųa,Ç1>s3.·Ý:!4p@ç+)?µ;ñxöª|Ä"rÀ[ÝëÉ,hO=Dq«5$*_£T[.ÞN¡ôØö7à"Oîká ÓìöÄÚìýÙK±-úÓÙ88I³òG@çsIÅÂpÄ©êg
+úHõ£}S°XH[-ÂêàÔ\Z\¼d@
+CGÃrþñ³m6ê)ÛùÈ÷ÁµJÈÓ&5ñn!X_ =ùsGjÁ÷O¡ÄÜÝT¯¼PDèô¯À0xûÉúW4Þ(¼TÅO¡çÝó/`µ2Chéâ´yQØ|sBÐ[0;ÆltEÔ¦ä4+_ÓAÅ!ì`¸9Æi
+/NxúõSÚÓ=ѶÌëdG[øq`3£ì/·ÐÍDLæ(*xÂSê·'¨«î3×öT°ý7ׯ<¢¾0ÒAÅ»^Uiqo³uønø°?{i
H½³K'Æ|Ö.¬¢ï!ÑwÇûiñ'Å%¯&éúú6y#oÁd¡çäO
+Ëtrªú4z£õ<²ÂlUºãÍ1ÒEØÉÔ[Í3¯q>_ÂÜfаûùÑÔè~ãL#lÃy¦î ,?ÖJ*B©^`Ëù~ÑõÖ¬
+iJhÞqcW®
F¹#l
+âÈAÂ:
2Ì<r×9öÂ3>N;¿yPùÉ V£¿»M4ueÿÖÓª$v½0ÌñxuÂ=Õ¸ÍÆèC¦¬¢æôòC3u.Ù~W
+}»®Ó´cëL¤zOv-EÈNB¯-ÖÓEøáC¶ËÁSAíøB¹yîÙ³ÌodÄ÷ÄÜ+)3`k';ÞgpnO'±yশ£eä_¯¥³þNíáW%ºi´|Eð^b³·Ç¸âM£¯ò¹ßïÈRSË{ÀMÀùÛ¤©§<]Iù,.Ú¾øúಬq¬ûMÅ <|´ÅT+R"[ÛlWzñîâ^ì¤NM¼¿cE¸Æ²ù"<> ÓÕù=ájè@mä?«ÎWvçuÈÊÝh3l&Íêy63ûÑ\´Õ}ØïiÔíbÜXÍâ#Á(GItèïÝÆ6aia,£b!Û
+ìÁËÒÖ¾ ¹?ý®Ë1å^ÿ4ã®þû:ó¢C{F½§ÆZÑù¤}A¿¦æ¾ÿEfT,2Õ¿Îëd/üj¶ueö£Eà|µJ-m¨'LÚÇ'
¢A¯wUÕÂè¢ùBC¾$W|°Tó 4÷mi¤B!ÓÿË"^â{!|vs%%c¯K=Qå'Ìnù<N`DåÒfk8$nªºÝÎmÇ"½G¹gÇìÏ×] XT¡ÕLÜ_(Êå~s¹Çyi×â7,ø5:Ò´³Va9¢+*¾ÂHǦT¥½²ãv®Òó £_É7
+Êälhæ>:C¯y?[¥Fáóæ¶
+·ªÁBJã!å¤Ü4Ûm¥Ì
¬(MO«¢/¦&wMGsÏ
+¢\ظlÉ$w{ÐpáåyÆq)âw¤ØIëuL¢:
é·ÌpRûà~Úvõ4P©ò{£ÌÖq¬×
+]¼¤êþøUsià+[hdKZ{Ŷ N¶ÏÔûV¡ÙPëñþs(´AM^='«_ßø3 n$êeó°yqlfÔótá2G©,Bªb¤ÿÚdÒ ÿ²m¨Ñ+H×y}VcQî<\É9B4²ôuòf!äã¿©påÚÝWÁÿQãæú2$ ¬Þët3x²d´/:nØÓâds
+¶ýúÓ1qjÛÔ/X½ª;S´wX²úÈÎU.«³FÞ{p£¬®S-CIkÕWÚö¾µûÉ{Ø
¯^evP6?®6<±{n {'±(Þçå+'hÌÿ#æ[¶ <ؤe#~-sÿ~µ¿Û[o´V¾é%jº_ç<mãàçÎß9UØr! ÏJÅ2jégN¤;¸J]J/¼Ø½+ÃHjRµX:6>Òç£e5è*ö`»è?ãeèmVå4ÛíöØ!±$l¶úÃÉ ûó3Ľ¡RÓY+ÙhéæiÿÄLkánÙFÉZ3ÇÿTÆØèú³¸2»r¤<Õî$Ýó( ù;':n.3bk¨3ÜÉÂvyv¯%£Kùn:嬧î¥ê:Ü°05àL²Î®
+¿7µÚBc·¤^y\Ñ$ø0͹ÍïL¤«o_ðcØÂo=Ò
"²°M]ÐlBQ!àT³W×zlEdoM;¸w÷à^äÁ²RìõÁI¿ÃÇU¾ÆHõ{íÜÍÝö%há)Ù¡
ñ;EÚ¸¶J£ÝòÀz}[ÌñpfqªÀÍT͹[GU7W 8WÚiT½vMîdVm)¼ºÈ4®¾Á«9
+Eñ_ÂÑ2}ÁaÈ=T4N³Ü-hê3Öbq
òú壤Jæ:!Ëq´&mF»Æ ç£UP7PêqZÐKÕ Ôá>eÁ+&Ú¬Á$<TFSËGæÑì4`ic@6½î6]8Ø[µ¾ûDzFN{VPLPåw)Öﳨ!À·Ç«3uÃÍCÊvUÑk$Ö< [mad¹ŧ½5ß}Ã×ýS5«m ÉÏj÷`2_ç>ÏÔOÛ_M¼§{øö
+D+Á #÷´ªµûTj®ØÓ[\[ý¦M{¹-z§×ÒÕä#ïÙ9IÆ]ߤ
+h>¡Eí4J®'æÖÉ5[=ùÇOkY
+¶@õffC§Åz¹Ïs[¼veT©quD´H\0ûbÛ1~ç¶ú-´
¼þ{nÌ)ç§K
+h¾3·¿¥ÛE~e·JäÛû¬'®BbGVª¥|.&ùÚ/6ʶ¶Í Ö×v<RÕÂS$ÐWõDé}×ë|
+Ѭ8g½o,¼¬#«quÿp¹Ï»Ëy¤( Ö\££jOÎÎ=éù¿eç·Ö£/j#°Üêuõ,Dýoz{¸@ôɯMJMèì·¡¢©y?WQ1ÅÓ èu:Q^íÎúþ2ö¸ËfïI)M´^èôfW®³å
+fV¶Á±W+@.åh¾ó7 L6vyºØj3òCÅ3*h°a>pT©W9dv(å»yòÌ3=^/Ï^á[2Y×ÙK=P×EVfxI¶è~+ðT]ßmFp¬¦ÜkL
jÆ1 N5äJ2Hn2¶ rn{uà½Ýr±«eq÷Ìzl!§¿®Ü_c©T '[Ô¤IVÒÜâᣤùeÇbjáõ2¡G<
+h&X
+mA.Á)·3«¾^ò<^õG~üìbqÍ°ñ'±)üQ:¢
+Þð09µÈÝ^ØôþUÙ
cÙés&"(ÕÅr=9÷@^<
+O²ô(iÚÑ1uN÷\-èq{As0¥:\Khùm'ͦÇ~ÓýFÈüµ{$áî0²: ¨³Ú2·Æ-y$Y½´ßÛýôÆh%]'ÛâÉ=Tà½_«àD?ÔùüÌ
+åKf·××9"dA¡'¸_, Ïp¯¡"ÿ¬Ø\6`Z(+VªPTx%©¼ÖdÄ#åøh^ð~%Äzã:ë¥Öÿ2Ûà ú<Ê8 ÝÊÏ|s¡/ µJ×µÃvÓÍ2ì_t²Qæ¨Ï
ÏM㢠Iýi6rÂd
3ÜÎèÐüj~,ÿìSjW^Ï3BÕO¿ò%®(®Ûmõ#'諨44|h+Êî
³o.¤LA8D i¹Jö×$!¬T
+лrec¨ºpù2P¥bV¹R¼
EiëÐìú¸G²]kòüÛ{^&
~´Èk©6ĺðÁm7<p¾yJæ~ûNx^e4å4<Üy/Ô®ïP[ÌcÛçÇl7´IÁvÀ6³(Ó&\ÂäùM/Fú;5Z¥Nü):¶Ópc¤
+ns¶zÉÎÖú+ûÂDx*ö®¼3 ÒZµJÄë_ôjqÂæÙ.Èÿ÷yU±~±ú^9,»3B¨bG\F:°¥SñÅL]A] +¢å¬ä²hnGë'¢¦ãe"dj7Ð
+Góó§Zv]íá¢
+ê°pì>$~Ú¬þ^Îé>CÔ¾)ð-Ä_é/ßaQ+qZ»«`µé®bàðÕL¼Y]ïI¥¾ãáAVËt§ÅXÑOµ]¦QoÔÂj§`âÐÝöص9ç׸õ¿n7
@
+}`-]¯mbo O±rùÌ\k©i¸*¹[! ªoGÌXj÷êgâ´À¼V/
+¶è( ¢
æÖ@Æûñ0RG飡I` W}àμ´^-©0·r6Â)
+]â{8ãSç8aK@(-gÕEõÝùÉu¼9úѬCjìûi2NÙû^*Lfª
+N7df¢4!Ô°D~l¼ _àqZ
+¨¿_4ÅûXÉëÐ{õQîõÛËÝb
xÕ+ývüJü8·4Ò ëÚæ}¡ÎËØ"¨ÒèÊ-\h"½å)+]ì «÷ü
+ð7üçK97ûNÚe3
+8¾YÎ'1óiKSWM °Ëbð¢\¨ªªºR¿òÐLÑ®¼ìþ¥ë{JÊcµõoù¦ëª0Ó#¶üáäV¿½ë7pè³>8
+8¢Û§)ó@(m±|ºÛEèÓrÒRaEí®RYJô{l¥7;v55¤0 ¾X0onÙFl
+wÚPa»{°&j¶ñøÓ ñjïIÄ*ȵ
N
+¿2bn@þü|8R0Õ¼¸p¿Ws!ÿB`æÿäWX¯ò»Z|̯&Î=9ø{)©¯ô<«ó3ΧÁCXÇyØÝpJ¼Qá¾K QG\RU|Ca=ÄtúqáÊöæÝ.J·º&ZåHÐ
+²¿ÊÎiA,~}mU
+ǤÔ-\vèÚqònØïõ]×[hÜR[c<:Oò·¹)ÝX¢íôÚç·rð¼õäO)¦cqTojA;}4ÁG~¬¤gн]ZµÂ°ý©oYæOç²FJ
+V<ÓuÆÇ\»·3DÕÑ;_Y; @7±TKÅ8>¸²K ê¤8Îb9Fþ´]{ë4ô$_%`Î<;¿ßFuÉp0*!!zblßUT\åÎ=r,å#øð
+ù|ÑÀ~²¦Þ|Tüx1,HòÛkÁ¯ï¦Aä0 ½ËIÈÐ^1Hß;ÆËh Ú®ºk󴱦EѦÑbìÙEUÉ5>ñ¨í&jP° tÀöSI;`ù:s<Évy¡f!ëQ30â NL`Kç²@|ü³)²<ûÝ6þÌã#³qAÈòkg]¢tL
+Ç|ü=¥F" öYrDÖÃoÇÏåßårÅ1[ä|àJº V·MRWÕÒ&|iqÐr)©|7ò<0lȧ.=Ò¿Âeüϵ?!Ý=ñ½6£ÏMö+m¾¡q>*ÁBPQTsÅ å,>; y¯
éõ¢|¨GËàªÐ×X;"d
+Á¨(êûán#:uZè[ðêعm
+ø3K~LnÃßà¹ßìfV*±óÁg
+okà=¿OPH·Y(âc®B;cJ5(dó[¹ÈÛßQlAÏFµ+ÿ ;×x ¢ÍPÐéÀ5!¾è²\/{öccé¡¥~'|ÈzDß6hº"?ôxÎøÑø«7 ýÁ6"#!Ö¥0Z~Yß w~õWÏõS(cÈ)Vj e¾þÚª´4ú»ÈqkδÔ4ÿF!å''aÀ_|SrþÛé-e.õã
+ÿ«ÓôóS¨æ¨
åcÔ¤(KkO|]s~;ºG:åU=ᨧ·äGfa9bâý·0G]p.ÂöEgÔQù`Ù[Ð,Õ¤û¤]PfÐɼøTíÄ>é5:g]<J`^,fbÚ ~ðÕÜéçoÏó¯q2S[© ¼îÁô?¾ÄXAFD+eJ®RQ2;A·rAí×vÀ*ðX¿Ëy·«¨ÈÉq*ýn-i»ÑaÞþqª:oLsÊfÁû£¡#Å-KEUpæÏÕ¼þ;Ð3¤Ú?
+ìûï³}Õq±×³65tª.P¥ jñÂMöfh-Êî]¦j®t36ðò\>T½7~ÄëÜIÊæElxæÝ}¼õhn±&I]o\C¤}JÔÖiÓîn7ã cX¼bøþ%fãâ
=
+dÎtÐ&Ø(@¬46(e¿%/áu6«cùIgÌ0¾«·¥NÙWF.\1°àÁ¶ã/BþQQE"A´[E¾ò&0ÍÂt;ØÈHº"aCº91 Þ@yI,¯:dIKÊÞצ?ô¼LÚÙ S,ìdÚ@MX*ÅFm¿ ©ç¸2Ûyb±íͨÜt¦%ñãd8³^÷Ø
+Tæeüè ©Û°Õ¯wÔ¢wø»²¿
+ÍuÿðãîÐ+£Þù¯U`¢æhÀ\vÎut"xäôï¯å¦;vê/8׳-W¡ Û
+)Öyí
Â{*¦PÇ]ëú[q
D½
+ç¹XÄ¢ÌûU7»k~@)ü¦ìøÑJîØÃ,áò"PäÕéçY;!¢TÀÖZ¨én©ýéû¯¥Y´ØT4ëpú/a~å`~óêýú^«m¯d0'SõÍ©sûø´ Ó¨Wwt°CbºÔÔóÌ_ñ¨èà«7¸íVAÛÝÓyeYÃZæ'¦u9-(K
K¡B^C&ÄJØa¥ ôßÁÐè{\ºÁæTó©ã}3¥¹¿#¥JZÄBJûl.æ°mp;1Pñ;è¨NªÇÇp¾à<e«ÏÉ?î8CEùp¹-tÞ:q\ÎQGCr{kÇë¨@«HVxdí
+êÕúÌHîì¼TÝrûé {¯ZIØ<å×kN(·¸½,¯Usó(â!CGÒ ÑkÉ|)T
SnFÓÉêqxrd6ú¸`]´ä^<
¢Õ²Ê|Â5Y»rÛÚ÷¨dÚ²±-H>^úÖCá|âÔûFÃLéÅëÂÓ¥nµ'i@x7¥ÊFÊj1_3U9d»¶þ%
·w®ÿ
,¥9Ò§Èïsù¡DÝ©Öê¢m}:'¯ÿ¶Z0e¬Åã÷ ©!¥uWe¹Îðõm w(¿K¨Õµ¸Â¤,wp²^ò©G¾Ùû²¶üeªÞà¦û¯¹s¬WY±xu>3 Á@îúÅqªÓOµ=xì»ù[«¾ÇnÙQ§s0H²â+Á:Ý»Æ1R²Æ-~ó@JZ³ráëoãÕ
+äæMÕ¶/sxdªlÐäôßÚ]÷c±SéF<¹rFXp,çîB
+ÞHÄ$Ì!²ÐIKLÐ Ü<0e+ärNÙÏÛÛ ã
Áêb¡dÞéAÙæ6ßiþ=W ÒÏ^ÃáÚ§ÈÏýmÛHbÈmx/ÞâãúmÚ-î¡}j§,0ɲrsÅìwiÑ䧢äÚÄ_¨_cà(ͦûTIpö·aZ"¾ z0eGå-À^Ñø9úLÄ,2¤;"],gv¥ë±mtÜXÄÈôo6b·r2iÌÙ?=NqZ_Î}:ËfOh9öÜæn÷÷ÚFÀReò¾
+:wMÚD¹µnXúÚ>Î*Á
+ð8JÏÕì±³QHµB¹Êè'ÕH· F¶=aú)ã
ß³Çò8î4ùÒ¨åë¡´·¯óB®©jÿ®t+ÔÏÿæoÞ4
+ÔËîËĤ½v;/ßܶs ÁâçhûÆ×*åa¨ÃsnѯÚø$LcÎfh¢ü3Á~ûµE{ø%&ìÁ\Ç\^Îd¾-5úª)²ÂÇÙW2¢º0ϱ;,UP-¼`?S®<ì¬Óe5sý Ñ$Á¸Ö®VÍZ+"ãDøýµ$DÈí)á ²JHÄ\µ7sÕq¿Y®h¹{6RÀXGàä<Gg`ÐË=\ëµ° ²¶´XDÓñéôÑ-þ5/RÝa6&#yIc
+§cwdýÊÍiåWqÕ]
+ãqTûö(ç_·8Û³ÆK7M(Öoià&§¾k¹àÙªkÖI7çÖÑ
ñÓYù©s,ÐÛ¯Á(ëdk¾ÕÚUÆ3¡Ü{M»
+ÇGÑ#1ñ¬TB«ãoT8£ºóÝÐxáúJô[E.«×ïz?B[¯§Zo8aÓÚÖ[ù5`Å< ~=åQ¹¾Uä%ÌÛááXÊG^~Bc^i@èuKÒ7{ÛD/Ü6mIÍ¿÷3ÍíÐø
+æ}<úÝ
+Ì´íkqóO-ÞáðAf5>!w½}§Yü Ø68µç Ü)ëV#nK¢ ¸÷@S¶|µÓbнfÌaX6³&ÏÜÛs¨Q¼"1°¾aTYÖ&cQ8¾¿^סñþøNÉø}¿äíUz`âA7LýÖ.¨Y²²<ñ*¨B`i>
+òÊA+æCÛëuÖc
ÒIÂ;¢¦Ù#)ÊJüý| í\5>û¨vUÌ+ÖUW=ÿ Ã¥|é!=ÚoÊÕáb$ø Éô'*:¸Ãùþ©Ì¬ýÐ^íC®telª'uÇ)~Æ£³ÖMÚñnJ
ö×3+Ù¹ÛékË#ªÊÝ»>+ßv>f«ã·Èÿj<4O§ú0ø¯|îd{®DÊU(ø±T6¶ïÏMvÝç½L9êZC¿BðìXI&`¥7y÷Üu°M>?¥ûmË>¡Ú^$Ê)$|höNäؤÛO®f®ýõÌ8½óíJ5üfË2Ãj`ÜE²3
+ËO½tâúsëF6XFÔg©äÚÈUM,ÿJ¹ö&y
+©(>Ó¤-úI¿s@UD_¶ÀQ5uQaÜæXðFØñ¡ÈØ,f³I^räIuºmÖ1äïiä 3:ÑtE p죯1+2ÿ*¿Ê"3kÕ1alæDªÊî¹lQÖ^´OP]üÅQÐÇåûN·ØºR½MçCÕ
ü¹xKYéG7¿Ìb¾ÇÒ21³v
+æ)Dt\¢ÉôLá.#XxHÌ=_NúB*Ga¸©@bË qkþô9ÒÈ&ORDéºà4ÅU`_r:·7N0¼È=ðq+ͦèØùw
+5Eg~a40
th¸å8Mãì§qè{äÿªði@]ðb3è%\ÎÌ»FO/õûæ3Æ7ÆÅ̪ø¬ô½«0nhzjéǦãèfòimÙ´ä]
]LÉ:GÞL8]ñªÄ³
+ØqS&H¾%§ÂxRc¨ånB¨ÞZâõc]Øn%ßÍO¼p0ÌE³¿]]22»qÌS¼Éà&)oùÐP]´~µ=cÁ½ÁØ,3¹ù³ªx¦+I°¢:¼D]Vïl9sÃ|0AdYkÔÊrhp¾AáWí8Ó"Ý%MzªpD®6ý#;'3·wÊ÷©aØwú¨ýgØO×pã2ÊSØö5å¬xËÆñÞèRuN¾ÛÀõyûÅcc[µB¬äÚ¤f`Ømbâeï>ºÑ'ZUTL~ÎgP
+y7qý£Ó^é)Õo:×:ãø{¶9jd£«A5¢5VñIÖJݰȾscã§2
©oðyW2a1Ýún>c.GÏØ,wiT=dú_~àÿ?Àÿ @}{+}{øÿ¦endstream
+endobj
+107 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 640 0 R
+/FirstChar 2
+/LastChar 121
+/Widths 644 0 R
+/BaseFont /BDKNUS+NimbusSanL-Bold
+/FontDescriptor 105 0 R
+>> endobj
+105 0 obj <<
+/Ascent 722
+/CapHeight 722
+/Descent -217
+/FontName /BDKNUS+NimbusSanL-Bold
+/ItalicAngle 0
+/StemV 141
+/XHeight 532
+/FontBBox [-173 -307 1003 949]
+/Flags 4
+/CharSet (/fi/fl/period/one/two/three/four/five/six/seven/eight/nine/A/C/D/H/I/L/M/N/P/R/S/T/V/W/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y)
+/FontFile 106 0 R
+>> endobj
+644 0 obj
+[611 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 0 556 556 556 556 556 556 556 556 556 0 0 0 0 0 0 0 722 0 722 722 0 0 0 722 278 0 0 611 833 722 0 667 0 722 667 611 0 667 944 0 0 0 0 0 0 0 556 0 556 611 556 611 556 333 611 611 278 0 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 ]
+endobj
+102 0 obj <<
+/Length1 1166
+/Length2 6485
+/Length3 544
+/Length 7294
+/Filter /FlateDecode
+>>
+stream
+xÚíyU\ëö%î48
+
+л;ÁCh¤Æ=ACpMÐà»{pBpB
+!çüÏ=sϽó4oóªú¾½v½÷úV=+ÎS9[¸5DCòðñÄZPk÷§`ÄÞpã±²êCÎÿïÂa`ä=®ïàÐ# ü H$*.Äw¿ üGtP¸/@ ¡°{Hnãá!z¸º:C!¶zw¸Ââ.°»ïì?«à®>¨½Àa gÄùø1÷ß>111µÏ_@âµØîg¸ëïJ÷*qß´íï\;°-ù{\ é*ºÚ!÷1^w;^ ä¼oT f« wùMà÷[3E(bs?ðº9Áà^0¿ÿÛAa¶dëá
+4AÝ< jÿ|Âû;fA@ü 1? âxÛ8 Ô÷q
üòýa¶~®pWØÙ µÜ?ðüÜÁ á ðûßßáññl¡6H5Äþþþf¿CìþÜk¨7ÀÄñ@¿ïݨ-æìówºØ +Ê)ê*>þçìÿÊßSòðxøE
îrÏ(&$ðOÆiñDuÀÐÿéô7¥Ìûs{ÿÉp¿÷&ãsþ_Ú@ [Ç$ºwÍýï¿Zêßðÿj¬ÖPöpvþC?å ÜëáÐ üVÄøt°ÔÙ翼ðÏD#Èîÿ?ð¨!ÁÎP9½ó¿dº+C½!¶:P¤ÃvùKeÛ?¾CÜúûKðð ñýÓwÚ8Á îî÷gñÙþ£¤Ìn
Ù"ï] FØþ+ð¶ñ@ îåùãîßýko½oñØà-ÍÃm$Bß
¶]ÖÈÑzñl}è68¿ó`ÄuFÝäEëÑ¢r*¥Ì;MÉQÔu®2C×DG
+O UñroçÅ&%#ES¤9äÔ'8Æáüê¥I¡J{½§à3 ú©üÜUZaôi8"þÒtg×M¡¼ W{wSòúù¶ªs ®8Öìp"ÈñyD¾zgÃÔ»º)~ÃáYe;©ÕÜ|<¡PÐl¸
+òݱ5I©xÇx'ÿµCY«ÝuÍ°kºÀ3×îþ@tÃÃN}ÌRÛc§@¬¤þX|DÂ
+)uêfãP$9"ø²sq _Î@Ïøø³Ñ{ûʹ9s^uOr¤õ:M®hÛ÷qS0Êf{]
+}ÁÆö#¹ÄÍÞzÑÐúvIoïkhåI~×1Ð{^Ì?Åö*d¦RÇ(qJ®£§ì©R½ã)Sõ¥1-jàpdÖi¬ßãý}sLÅÜZpWzF@-zËWâ]&4Òó|:ûؤÐ^¶¨z¾x´xÈXÑZ yË=îi ¡VÜGÈJ>m"æ}å¾öX¸}êáu¨Øiªæðe&A¹éçalP²ÕqZYD;Äc~Pzå±lŶ XàBJ@²/ê@͹^Ð_ï´ðäEjõ¢¸á+s_ô÷Ö®ïe¥UÈo#¡~Ò&gísùev V£òb!´ZÈ÷©z.K|ºF¸ãÏr_|ZSXFáGÆ
Ýì>]ÖÌAtqcjî`-/î)î
a°2µøé#êÄ4©pÞ
ðÄdÖìüoôàʤüfùÒH'êi/²at͹C7Ö·¹A/ϴ̺i,Û\¡é~Úö3jsüÊç¬Å§ûëEÅÈÝj'¶ ˦èõÏ[¿Y_^ÉKkasJ Íh5@ݹ'¯ñä·#~¼ÍDZü@ðZ"E^
wYò)Ôøí¨áݺðJ~<ú@@Ðâý3~ÒØAÍI
+G/¿3r®Ö/"\£i/TÉ6Â>l)¼ïÊÚØßOoýé6±8U?*F#¹h#ùcÐI8P|WÅ]7ÆÓ1,<¬Oðyýy"¿ð¹~öJZëÕñ²|véM§N>aq_fÙ
+¨7Aw8iTßoÜHÊVõ#ngÐÉT-Nù!WÕ,B*®öºxì[C/vð$Ìg¡Åʱ¨ èâ[Rl_Ñu ÓN_.eªøHCì
ÅikS°8Sê¯òíáT¹·ntP¿t)_<+°*¨ÓsK 5÷PZ{Ë~\ª^ìr8{¬ÎæyÞEh±
¦_ÛÁºåqøù«Q6Ùëo÷£;âÖ|ëW÷1zço\ÐäVb 6iê
òÈ`7'}È®[*5íÇÎû{
f^
+A6ÜI&anâðQÿ ¦W¢·
+'èóóvåj©\sÞ{,àà÷·j '2i¶^oÔ§r<ãÔ¢?y´*½EB@Õ ¥I÷ýV»lðå
+êæ;Ú+b7SÔÖÞËÆWYßVFJeƱʹ<,Ϭ¬)¤æßä*sl{mé\1qæFeÔ4òfàѾ þ ËÁ£
+qºÎ Å ¿ö£8DÛíÒvcvLáÖµÝR|Ò·B\u+Ä_ZDQñÌÉ2Ú§ï#*-Èî+Z5
+è+!6ô./tØÕ³óJG!¶×ï!°²øY'ÊAiqmä%A¹¸ z]âÅ`º_uBë/¾.Æö ³D½¿ôî2MÕr^¿Ævݲ~WæËÛð¦ì±½Ô©Ã¤Ì¬IOù»ê©(Ö!Ç°_Ðñ!xã ô]è eN©0{cüØð%·KÊ®!£±AÉú2
+o´PN®f+ddÄqfdÅÒyç¶ìÔÔÌüü¡èWâ%Þ>V#ghX6:|IÌgx at hÍ-Æ»ùØ£Âñu¤!ëCéåmV
+\Mä/ÎòM9°^²0¡×µY|*EC-a39éaØèKÆðhVýpõKòÖJNOGLzëz;»vû]ÏFQñàñî®äY]å/gQòeîHµ$0o'U5£6¸bÇ¿bQ0µÌ(_bEP ²XÒÆ|j 5P"úò«\~;zay#åe}µ[
+©Æ)fIÁ$µ";è)ALBÁìOím$Æ SwÍäê*ÿEÛ0²'Û4ÑpÈÀ5ÎÀú:ÇíÛlܬ5À[íñÍaÞ¡"à»JZÖ6÷Ùo¼Ø¶X¾85ªÔ+©§ÐúànñS"µ§ÖÁkQãx©æÓÏÐSùaQú©uÜ!tË
ú5ÇÛá,O`Ñro1Vs,ÎÊyãî/ÒÛ{?ÌæWz>-ÙKÝ,²¿Zù~hhÈ&<»¾òDËõ.Ô¶
+qmùì]¦.òCÉXB×Ç*»ByÛ)³ÃfÎï1ºùcÏãâ²[ê2_ÂimñÖ?_G£~LDue°DGÒª´Ù¢m /.¦§z¤jca,_o,Ô%nçÿNô"Ó9Tîlb'ø:í¤¥ÊO¬¿9Õ{$þnÿ§ìá"¿«×^Féh®"ÕÊ1Ö±x&1Ã@,Ù'-¬×¿®L(óñ
laâL½FÇù?+åsGÑè¶ ¿1~àµR¾?¨e
HvÚµt©KCÑLå²êsùRS2¨}pUêWùã+¡`±Å¥V-®|çcáhFëÄåÐ+6ÊOݸªK<¤¹´±5ƽüð¶ìjµK®ÓQX"×rhm¡'¿ôÉ>Â,!Ö ±PѵïD^æú'6%}ùîãó?c>!v«m^ö:ºIjÇç¬ß)vxyñ# ("Oä:]U|Фð:¼%d`i׫8ØÂÄ0«ýÍÒY>bÓöVåFÒЮD° ÞùÉHêaþÙ'ë¯ o¾5dv>BDö®4s:¿øõÈ10°ÔML:ü¥§!?zlK'aX·g"3ÒcÖ»ïNI:bùøLdQé0Mýö¢mð¬tæzì¹á¦w©%"ö7!n!\ÚèýüAeb1ÉÅýëJ-ʶ¥¯Ö)G{Â'®\åb°ÞUqYaréP_
ú#ÅZò3êgt?9ù[çÒç å-£CFÈùyO¼h·ÐY3D¼ÖÛûÎ}Ê@øDàÂØ
+&p±óÁEG,ÔH.Éç;uÉòõ×¥©sùûjféýÄd|Wÿ7\GeÄ81ÄÆ{.å|dïUg
+ù³è»&ý«&ÙöÞ²Â
+ìÕñè{3vSÒÇï´iø¹o²gÉÂiù@c!2Zñ¬a îW0a¤d3´võ»ðÌ
+Þ·%æ¡ÓÔ4G!®&²FÑÂj¡o4tì<´Ìá>ÂâOÎã&ðÕ¢%ÆѤ5CiÓrE¦YDyèÁ5\B!ÍlHÑT¨"+)îv¯P.2η:|+SÔ%~¦BzD¸·±ÒOèi/Õ/¦ùªuz»Ná_lÎçxÎbÖ5ÕÜ;õÖ
+q`þ?sëâÓ1þ
:cmþ^,AÑØæcÇq7WÏ'NÄZa²µïAb»´N
qE³OZ%®ì¼¡°_;ïÁ¸ÃGP"LÀ<±0¦íÌs¹ÈÍaËϳöuúu/^AfKÙÆ6îøúÈxð©µ"7ß©9#íO áUÄTY*¶<áF+Ì>#v«>åb`¯ÅÌhjeé×_¾ÛX8¾¦¤ááðH¡XcF¡ÓÊ_õg%ª\28%s¢Òaëù¼v°G*Üaù¯~P°yÙ*_>îÔM%¸üÌøÇIAqªª+4tTd|éKÆ]ã¶æôn×¢;¶WU¦Éâ÷¯kü1ÚÏÒ9^¬¢hDeÞæÞFelcKÍøÖo^Nå\(ßáv+2Ø56jz¾®ò÷
+ïÌzmå
+ÿpº%'Ìw=Q4ÂéÀÇò¾Î dÙÍöd||A¡QõuüS`îÁâ\â&Fï'`:ê¬ì·ÙZ$\|>ÀÇÙ
+ÕÕ÷Ⱥ¥:%ñâã[Îr<
+ó3V*P©%r$It ºÉÇÙ|NÝá|ÉþtÜTk;ÍÅKy¥¢èUeW"tÌåÅð¦:RãIw°èz®ü5zd¤t±µ®ºvDwBEï-'¼i:*jÙOy.+Ñ£*
+ûú#9ª!FÌ+Æ#GëÇ+¸ñ^ÂÇ׿F$êÀîe®òûfèp,´ºpF =M2¬ÖéÄc,â0ÛLL×3$Aÿ²dD©üÊä£"y_Ú2SÎ/É·Q±&GEQVÍëW¡ÔB!;ËöÈþxvåÏdé®»³d¯Tj$2,ü^sF®3ÏñàGúIX"ªÃi5ݦìªRÍ»y¼ëhzI#,`hw]8ç3wíÄÙFfd£§¸9"Ä.F U!¥ô+VTIÆÂgëÏÔ?iÂOÞoQ`?ÆHI_|Úâ³srafÕ, ÉÛ±yÊ\® '1\ Õk{º÷tuu7¾¥¼Ù¦DW¦QZ³½`ùaýÑé:ôÛªêË>¾G"¥·}*ò#ÎG õ¶
+Y
D`mU&¬ÜÙcÄA³©&ÐfWýKmsÕd¸7Srz|ß ùA¦C¦ûê²?wø'V<êF6If¹Ö¹½N @rRMJÒj÷ úESÂ,N¿Âí6þQ
D(¹ Áè4ìä3~Á*uÇìËÀtÑö&ÿ ªø2}{óÉòwªÉÉ.."ø,2>ï¹>-®¤Ë7!˪Î7Oæ0Å÷.+ãô~üäÓû¢=«Px
+ÃÒ¯³=,MÞ¨ÌhEQM^»ÎL'`-ÏÙ<l?Î<Õ¸ÇJZHj7aÇ~[ÜÃuk}%õéµÄ-ÖñæH¾EÉÀ^åÌTÕÂq3q#
2®ëw&T4AÂUd'xþ鹨wj¾ J±È
+òo8 "ÖKË#L¥¢¨CQÒ?b±Üé·Q½<ÙñúÀýrRÑu3¾qÎf5ËÃú½ÕaÇÜÕ:aiýø
j«fl÷®a°y2³©ô`çþ!AA{*öú«Þ¶í¥:
úãTyjÝ0abCÑÕ²ÈGÌ
+¡RË«J§]õâ_ìý¤p¬ÀùVË?1QJç1>4$¨b¸;êkpÝ®³îlÕ<_Õ×ÍU´æ8%#X
+µí¹î´Òz=¿çÙÐ=§æÌ)A6Øe7ç¦^¬¼ññ6dòNr÷:¡P)"Ví_[Dû8%`&<>T}÷jé¼fnï èÊ}¾TØ;W°25Í3?wó¹zg¸T3ÖF÷ñsp"Ö¥ÌÅDnÈòФ¹ÓËrF¨GÍPm7øÜ$§Ù`;}h¤ÍÆ<p5®¢ñüPáûöuô}6õùKÛæø;'¤¡j¯s
UVO3q¥Û·&ßüZ=jóË>(¡%
pþr~=vX¡âr¿A
+FÃ)ðÒ¢+#/ÐK³tÈzß÷;{Ã* Sþ¯ª&HÕ¾z=»¹aݺU\@,JßÉ¢ùJÃïb\ömXþýùÉF G¦¡\ýÄæLNF¶½¢
ê[dh7A¡iÄ+cßìñZa(OÛ¦Ð;¥/G¯][ò¸±dWy겯E}SëÂ6D8PcßÏÒt[¢ðäÉÖ±ûâåw³
+ZÓÆÜêí-â¡Gwå>6ªñ\yî:þ°ïëÈ÷H¨Å=®´°£.J)»"hi âF[§}¬?euU½¯ÝHÅȶIs]tXrÒ~O@}}ïi~W^ѱ)ÏÒ(é5Òæ%öÈý½jïi²MGNPÒ%i§§ü
+E¯Ã¹K;<׸ò«ãyÎRTöó$w¿_é,æÑ~K~kíî7q®J¥÷ãÁ¯»ùX´Ç
+5O=dÅõ;WJP¥h¶ñzÍCØMÕlñæ.Þg¯«ü°/G·"ôĨ ×õ¡¹¬í±icN_ëHÇ|D>òláüý$ÛqÑ;à1±ìMê }Õ#\%k"r4u-¸ò ¼îæm²±Okiµ/¿C¼ÀJGY8D(Gé?\á¤Z£úlkäý?ÇýlM¦ÞåÈåÏ)K±¢l.d}Ñ|±)tjï¬ç]$XPQÆÄA\çä ¹4TÊvh,N`,¥yÞDÿÀ~È×0ÔßO:294K'BâÛÅdD{/¥öË6rí¬Ï}éò£8ßÇ3kq9³:X9Pq¹ê¶a
ÐFX0àE:qR¦ã?ÅêÝÈÃÑ}Ú§åPð§:YnAëJa»ò+1Yx_w#¨M&'Oë
õAð±cIÖqvíÃ%ÍÅݾõÇ÷3nû
+;þM¨Ð"1p-ΨE©õÖÕ0&'î<(gæÞ³½j¿kâ:Í`£½åNÍë5Fß¾ù[![IE±¹éÕͬûü!
G=¼#9%^c¤y7Ínå£ê§,3g:d£¹Åß|øë}CÐÛ?® ÄÁc¤cÜnÛ>É®uÁO?u·w>¬.ºY¿Ðìö¨û,·¯bªå+p¸ôcA}!5äÖ.>Í7uIElivJs(i;è6ó
+)ôu°Jæ¼EiýJGL2yÀĶbOÊö^^ý ½ú¥/Wçjí¢gu#2Ó;a
^ÓÞÔqÎ[£wÈAÅoJvþú´ÛåºÔÝëñ<ý½
+Í.;\lôËh9Ê^
+*1\
+ûº.üMµ)n.mî6ÔÅ:Ë+å5 î¨/¢ÆïjßüoØØNeÖà¢5ǵnwì¿5)«J¼H¾¼à°¬@sÏfIÏÜ`ÖO»à¹I5£=¥Guk<4KÜíp¿ÝÕg°¨^T`뾬e>
+mv)õÈ»ºj|¿Ô!ø¡ùYqt`XÿöYIuIÖfzFßÀfÕ®ÌòÚ|;zêÕôíßû(z*lZÜl³)üjNIHGNå¦rÙÈXËfF ozþi¾önë2mõ ·O×4ïÔÏQؽDÃmÔîßú
+Z3Î# NÇY¸yõtÊc0é[_ÅN+}Ú;"â¦Æ23/±fYd%ûõc_n ÿó¯_gÿNN%ÍW¼Þ®&Tõ C@·ÇGObL¤C\qðzd§µHßÚ0Yö H¤§N©Í4Õб
+@ú/ª&Ð|ñ4ä~ÅPÑÒ/å=ùT±/M°_A¡f¼Ìë~ÐÎ'Éå1üdzÈ©VÌG¿ìòöS9AdÎ<\£o-%%¿ÆÈîbU¥î+6ÛØéDí%7í
+sÈô¹LÒÕ
+
+Ò6ÀW*Îç7¶QÆÖ©jÌùSODT´à
+èíMnOÕÁWÞ®
+´éÌnêf
+}s*ºCS£¼ûùü°ð T&TÒr;»=2üÏ«âCZ7nú"Åey¨µÉMSfU÷·,
+=;¡]Eµº3¢uö^Â'#®8¬nÉOöß
+ÚhÓ¼[Øñÿëh2ç.ænÄ$ó`KºJBòëôÛH1p¦ýÁÇYr3.[JÀ»÷_ú
+Ã3 âá·Ð,`ýnC"'KJ
¾»E~H%@FÇ:èÿòÂûÿÿOØ8CÀ$ÜpÂóC@ÜpÄïßÀxÿtkw¦endstream
+endobj
+103 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 640 0 R
+/FirstChar 40
+/LastChar 121
+/Widths 645 0 R
+/BaseFont /XDADQD+NimbusSanL-Regu
+/FontDescriptor 101 0 R
+>> endobj
+101 0 obj <<
+/Ascent 712
+/CapHeight 712
+/Descent -213
+/FontName /XDADQD+NimbusSanL-Regu
+/ItalicAngle 0
+/StemV 85
+/XHeight 523
+/FontBBox [-174 -285 1001 953]
+/Flags 4
+/CharSet (/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/question/T/Y/a/b/c/d/e/g/h/i/j/l/m/n/o/p/q/r/s/t/u/v/w/x/y)
+/FontFile 102 0 R
+>> endobj
+645 0 obj
+[333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 0 0 0 0 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611 0 0 0 0 667 0 0 0 0 0 0 0 556 556 500 556 556 0 556 556 222 222 0 222 833 556 556 556 556 333 500 278 556 500 722 500 500 ]
+endobj
+99 0 obj <<
+/Length1 1630
+/Length2 18284
+/Length3 532
+/Length 19207
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¸ctem·&ÛvíØvªbÛ6vlÛ6+¶í¤b;© bÛ¶óÕó¾§ûô8_÷îóc±îkâ÷Ü{,rbezA;# 3=3@ÎÂÆÈÅIÉÎFÎ[^ hæø+g#'v:[ØÙ:y ê@ÐÀÂ`æææ#ÛÙ{8Z;¨TÔ©iiéþSò ÀÈãhþz:YÙ(þ¾¸íìm¶Î!þ¯@³9`ja
+Ë+hJʨÄåTâ@[ £¡5@ÁÅÈÚ ca´uRLíÖÿ> ílM,þ)Íá/ Ààd4¶øët7Úÿ£¢Øm,þ¾, f¶Î{àl°°5¶v1ù'¿rS»%dïh÷×Âæ¯î/³±£
½3àoT±çélnèüOl'¿jé_K;cJúî/Ì_³¡
ÀèîüO,# ÀÄÂÉÞÚÐãoì¿`öÿJÃÅÉÂÖì?3 8ÍM¬NNaþbÿÓÿ¬ð¿Tohooíñ/o»YýÏ,Ö¦pÌ,c;ÿmfaÇøϬHÚÚþ-7q±ÿ:W ã¿DõÏÌPÿMÂÐÄÎÖÚ`4
c³sþ@õÇ2ÃÉÿ
+ÿ·üßBïÿ¹ÿ£ÿåÿ¿Þçÿ
+-æbm-ghów þ½c ¡-àïÈ þY4Öÿ?Ckÿ×µVþ;Ýÿ¤³á߶Úý¥éßB'1w
³±9ÀÔÐúoÏþ%Wµ5:Z[Øÿrû¯¶èþNÅÜÂØÊöØÿÚü×
+þÒõ¯ü¥DEUUhÿ7ö_
+ÁYÅÃþonÿQ¬Éÿ<ü#$dçð¢gæàгp1ÿ½âfaóùßüóe
+-ÜÚëfbþWõÿñüçI÷¿ÀÚÛü3:Êζ&§í
+þQ»8:þ%ù_àoÕÿãü¯¹ÝÆp+vÆß-Ó2Óë°s'E´û{ÁCìKU
+ükìzüÒ·¹+
+ÞkC~ó|¶y,ÚìKÑöbYSöü^æøR÷ nPtpÒ2ê"¦©G{]ÍËlAhq0©ìL**é¼Cþî`u¹z¢ö'u-ðÇ {´Gò5NmÃìDiA«+<=£H:~z¤ê¹ìÛǧÍ%ÿî
+Håïϯ¥ZéI#p/(y»?`¨ù| Lf¾g,sÇ«k},<Vü@/ÊØê;c;7TX·ÅUbRxÄ(6¬a $¾z.¶`sÖN´OèMUî_«OY·9ø5DæBd@äë´e
+å|µÌeSÞqËxÚ%Mül×ÜÉÆÔv°u Ïïêì¹kbµ|¢OÞ -=\[÷Ý£²MwU1J°(YµWØÈ÷EEþ$I_Þ¦,**¡&¥QF í<¶ØRÃÇGNê{2oþL$ìx/Ù´Ø})û¢Ö=ÐêêEÒðæ2Æu§ ïäj¨Êz»Y`
+n¹ç½ã +X`öåïÝ_iµ÷½"öM.} A¡¿ \>®}º²iÃO8z=ê2Ei\ÏñÞ<¯=w'#Òä¥8÷4°0T,¨Q&_â8ÉíØ´PÏM¼<'6S¿\7)UQí0Õ½§A9j˼;Z´{FYÊÿòÌÖªæ6ó¸!Èf-àhÁ¯c¨Ò5ÓVÍ*b¢!:F¤uÊêý@!íÿöÒKÁ 9YÚoúk»e.«?w2ñ£øha9ö%.»ý'ÂOeî,P½ÊPäíÅAiU¾*Lç={gYñį·õÃ7a`W'5°!gueû캰&¨µúP´2"lª~$KqÌ>"$Ì ®åêÏ-þo`É# c´àMå/Ó¬,¬
¶>Ö.(ÕáDûVCjú ¾Y|âØÃU82væR!WLÝõÕ:` &?ë ÖnPkz5¿ÛGnn¡*2òm4C÷d(¢ç
+Âú M 8'¬·zèý.ªÝë)±Tµ°/
»Ä£?Yï´äj7VÇ`ÖeqS`ά`A¨}ã ÚH)ÈGVq[¼¯zX#kÚrÜñHuµ`2A;z\õn;MOPlaåmÝÜ2 hǨþÓÉG¾&7MröãíZfq9(Þe¦ù)8
+Dáp{ؤ4pFUráÁñ&©¾V½¿QÃÙ^lSC_Ü(3ÿ"6¼º6"iáUI¯Á·((óu¬fJ¸ÿ²·mq»Ù³y89`%arJoíû¨?FxócÕdÄe:³nÊë"BæNsBÄ6eIìp+j6^·ySbÍ×
+Cv º»þ»ãVÂ
+P2Kü,Æ4ŵ=¼^¹»>áê=¥¡Ñ?ëù´ºÀv2áúäZ[¸/6¬{½G¶ ¾TÂX(÷nB¢X¢Õho½|î÷ÜË{^÷§ö¦H zLZÉJMñi0'ØbÐh¿ÕÆ¢nç6¿Ê ÷f`PqÔ,0¥êìä¾iväbú=¤±{îÞ2»£**7ÎÁmÖS*}íC ø{X¤H$ö^1ªç® §ng ;þîKt´S!o\êààZyÝþñ<9ònPÊeú9ö Ù*ZnVô õÚ§¶üc#Ò`:ß î¤8¾ê?4ï÷uÍáUÞ¶:ãÒ!¡WügR3µ¬~vY/GZ®9¤^{ø¯ö¹§2ÕHdWxÁJÕô@
+RR¬oé2ÌŲëÉceÇFªê=y}¤½kýÇVEÀÕsè'æíhïØ?JÛùëI4OIEIÞï9¤Ö{ÐÌpÅðáoµ·ö²If¤øøÑ`Åq¦hP8(6lSrÞ*ÒÕÙ2þ5hãpß¹²v=6,!ºû
+=@Þ; Úì¬2ÏÀ'Z1úä¬ } «<ËùèÇ'Ïè éiïGÚ§{t6}¼â¤
+1>Íü?Dêä?6; #+v7º}0¹y)çàºn ØqKnì÷§'ã³÷Lßú× ¶Ó=üüìhÕ§6ùÆÁ ûcn-õë#ðáf<´C|&µÚº6\¥,IÁ¸Uw£"§%#ÞpÜ¢Á¿à¾ªm0uOÆ$SyDyý¥ºßUR(¿nÕ7|òÒe(²ñc®Âuj³Ü9¶
+Ëß²^þ6JuOvÔð´ÔÜáujZîD_AÐ@W?ªóñ$³äA+h"W,mg¡íÚq*W'lK˵l«!¶¾5üP9àCa¶*=ÑmýV£2Lîm%è!¬Jö[üðÄ:A *Ë Y¨BÓ@c£l?Y-Võ'¬e=ã¬Däj¸öâ(̬^2ÀHCN¢â}µáìÞ[!V{Å ¦¤õè5s9ÓÖ1MGî¬\ýjÉ9Í;ß]{'{4l¿mb0´ML¯
=EÜzù4öY î
+
+¿eïëbx!
+O7qí¬8Æ!d\ÁCÔ?¼ÑnkNZ4=µÝ}ìÍ«]ãâÞÂ)|lë¥5±^ù|owanºÊ1Î:È[|±T;*G]X½aIWÆâ !^Áç7ؼäºJñ¯j±Øvè_¼¯·t}b!#ç)ÒÖÒH:tBÝúYYA_Åý¥Â䥩$Ù¡1m7]2g·¡¢HÌÙrÓfZhë¿OW/ÜÇmáâcxÏØgbjå6Lôø
KÚ¡
ÖÅóà>C¨°Ý?ÒÄ »PñMÀ
+ñ+JDÇ^ßÂVÌOv{f¥÷÷ÉF¤i-D¿~8Üôä>ðýd}Í&°ÈE¦Ú5^[5Imx5'y5ê¦ùè¢c@èEð~Ôÿ¤1TH44áà7Wûó,®.[ÄïuÊ8§?lÈø4ª¾·IåHÜèùÎÊ% <ÑÃFte¤BÌe¡
+v£|ÿia\_Ä.ô[y¨ÅüDùúÓÂ'1 -öÀ_DüÊ,«wÖèq]ïr' =b+®|aP¦¢h¨±P7òG³õCdªË¯ù¢f»$?kØ ?½iË1ØZÑ. ½#¥*ÌY±ÜÍÎÖ°:·Nøõ¼xn@? \Þu}gæµDÁI-é[^0¥ 9QQæ;ßí©Tþ÷{§×Rt#tëiªÅ}§ulÆk1&~®mdLʬLl²{øF}(ml ¯Nkè=^a¾üÌÅJ{¾~´1õÐuÅàRíÿgZÔâûmý½_0!+ÌçÎ[\¯cych.F*%-ßÐ^¾IµnuÅÌbèY¸÷¬hî¾û·{J9AÑ«(&Xd
+®e<×Öh¸=VÒHº3ÍYYñ>$ÃBÇ(rÒ>£Ô'k´ ©â -¹&Ûé¡ûÛl
+Ìròddá{ÂØ;Ú}µo9ÔÎx7^mp2KߥÒ-§qï7*Ï) Ä]Ç5!-B.^2À vøHï¹$dºîGeF$}5¬ï aûnüFq¾ÒzL
+¤?ònܯÀ¬«¡ç¹Xs-unê7õúý}¼Ëðl¨^ÂüMÃ:¶2¸Á mu¥PaêqaTÑtrb`Õ8ttB7-"ô-´£^b QÔ-7aÁDzÂÏÕkYû]óùFEKïIçغ9%OWôªÔç¹ÁõWÌEòÝoÎ/Ü5´sÔ¢'ôqÝEq@Úüü ¼n5¬>(3Ãj§·&5He°õÆé^Zï?²¤1ʪ¸{Ï@êfESÚ1xñ±Ùî<fæ9QWFÅí¯°Õ~;ih}}s¬,3ýYjäì/t>b2<4ØíòV¯þ®ºSÕ¥¦ý&ÓqY/oâ¹
\#¾;
eßPÁ"?^mÆõ.ÃàÉ#ò+ô,òY+7'¥Ò +îlö]çûâZ(5¬6Ú©<"êï¸s,QÇîçùÙdÔÒFÝÛåàÀê÷ê:ÛÖÕowK
+A±{cxÓ¥«Ê|ñ{p1ë=;HËdÁY·ùj«Õ»ßOa^D£At&ÕåñûØÜ+á
+²ÏáßÈjûÛs*SRnò|w aKz¹SQ2ÛµG"i^]ÅVæ/®·r!,j¬V dçC?MÛ±`Ñ>5~K¾Úª0²ùÛB0ú²¡:§\ë9
UH§OqbyôNÕýUüHi^¬Tøì&¡ð¶Ì0*cÜ¥Ùæèú즳àØ}ús"÷ù*ò[¡íì¶ÉÌ×7U¦àMÎEm-eNWòÃèÅníÒÚwè-ð©ßËOê=ãè7àæ:N³s!yÀ× !¬j,Åúe»áhÎãÀCæ{¹âÀ§TòÅéyÄ7æxô±bËT=Lìûó.ÿL®|)ªßÊù¶¼3äëðÓé,tôáGãajæzbÁp-AA²md>¡4÷Â,µQ¿\CIïÛ@(z9©çÊRp[³¦ýâ>à³°Àsâ3&MÃWíY=ò¿F 1æNBËC;%@ÒB-±
S'^äxTUÂË8 =éãJZþ`M¶Ê«¹¤ÏöRmýýÓ¨1@бq< øXd§Ñ×.òÒöFõ´a¤mÛ"WC8N1
ð#3× Ò©ûys$Ñ kgÜð{ÆièÑtà0ÕöQUÕøëiëk¶@kônöz¨ ´gv
p|ÍõĽȰwÓ|ø9@¡R*¯Í¡×PIüÃKOu]µ=Yª±ôí1!ÛïÈÇ'¿pArM/£Yf¥)}sídàÉò.$³IjdáYv
+ªmA
+nÅ-OâeãÏOÕr,¬ö{«k?u¬?(öÙEçÒÌÀÁ~°ëðG¤>xÛzb÷Êò¿}*òsTÚx)@»Sø\÷ñ\ÏQs|æßÿ5¦ÅAè%âàv¢FpíåFÎ!9QìröO3EúZÿ)cÐt!cÊþi·<xÿýÈÉð÷*øÔ÷7üDT¢kbêËPq
+â?ëù»amtClIûH¾-[¹ú¦9½§^Í97`ãAßG¡§ÇeP_VÚôHØDZQSQ7,{Ós,Øà!2ïÄ0kYçy>Ï`k°O:=ïzç®ÛñÏ¿¢EMÇù£gµÝZVUZ¦fÙź
©Û|?Òî«£Ò®èá¾1,à{-&Âj*8ÍpnëêS>ä²ñéîï%
+Âkj=©÷¬Z0û/"`5¤÷yðÊø¼H]£1Íò²0êiûÍ/V°« 5y+ícȺþßv"*=]òFÆ?ïÄÆ´á¯Ä3¦¬ÒõÀ4ÞÖ1àv|NKƹ®Uôû£@øH¯¡ý´Bv¾æ¬>f$1k~B¢Y)ÊIZ5#)MÀe:1©gæ2Ë)+Pt¡ñ½Ý|WíüHE-ßÝXoèDo<»'ûà"¶Z®ý4I_m츯Anª
Þ"·¬ßFvË#gIÎÖ¾9ðÄE>Ïïõc}âµÇÃÎ$¨õhígh;,;a?hî`-b»Ac8©µL2WVí¶ÔÜä³ãÂ×βH²èt¤*iùûëáûÎ9 06=æEA-_s§¬©/Wdü¸À9"^\{yQ¥m¤òøØI¶¢çsvЫÛÈz¬Á®à²@µl=dí¶ÝM¿ZíÄS6'hé6ÕEcÛ]ËÀjéÉíàzFvnéfbÒ>º&#Ço_S¶wcCM3Gm±xûzëä¤tÁñV¢'n¿ÁÌt#+ÓsPn6znÅ7HÉ@cD·ßÞÌĬu_*rîÛ¡14TÁd²5E0¥¡¿"ÑqÌvº¶¼¹/U¾Ï¤äÓ è«á¯¼
+ª-f`¬(#Eua,h
ÅsMZ uÙ(fȺrÝÿÖPAò#î!ê5/ÿIY½
ÌÚ9øNDP¨t#ØYZů<ª dyK>h,ZÒW!úqù]éѤ¡g.¥sÓóFzîÕH#9Ý%%NyMZÍÂä;¯¿0çS1yëvC2XjÙÄߧIŤRa8UVy
+ð 1u'?Øøç
+Ý-L¬aúJò'oOHE\7¢§5w:u¶ÐÓÄïíÞööG½Ù*T¹³}Ê4ÍZúmÞÔ
Y"}Å| H
+%½Õ/Àá3¯
>%®ÈVrU´Gxaþڲ¤R /0
gz¥K[¡?©2aO=¡
K(RB³
+3dô²o{³×ZÐÙVO;2=hsÀ®²·4
y¬MjARàä3]t7ä(âªëx0ðÂÜæÊ9ß®%õPôlQaüâ"{Üb]{ü§ñãPÕ×yþ\±¼6»bDãï§PômVóªhÔÒ1¨#¶n4 ]8ð´öÛ1c|ÑÌCþ5¡Hí<ÍÄÞ»|û¸~½/¶¤
+
+vÙ?0òK÷`£-ûj,³[¨j×19Ïê× ¸{§Fû!õÕÐr£ÀW¶h§
+`÷'YDòÝèÄñoÞ%P¬ÀR¸Â±C¶«
+ñxPfKÉyÊÉUYyôË«ÌföÆúkÜÌÌBGÑqìÉ pP¿ú{ôkâar{CÏ$ÍîààùA
º¡&KBßxi¿¬m¼ÚçljwTÔ{Tø³ SA äÂϬaFÜ^i¯Øñ©Ät¦. øc~,o6uûîjçµÕ@
7nPNÄ9IÓË%%ìÌúaÌbÊÔ\7:;ËnR)2ÞéÓI÷Yþ_Ùà~á M/ö¤/2ëÓ¥ô§
+¾º`50æäñ÷=ÜoErB¢ß,DïØhNÎRBøï+å
+ÀÊÏN)ꬿ7hKÊÑ@Üo:i;gÔâüÒI´S®V\o>mNÒtm
´« ªrå6èþì6b¦DÙÖ[Ë8w P©W
+gK1ýÐ>ì£! øÎqBøаT¢:Aq´UÐÕþê hãëFïK/3ic=¡VJ&þ²Å{Ì]xüIZ~O;|ìG! }¿ÛVë&¢ rãF ÅF|ÓQfS
+.Äëþ«¸úÌfXYøNd7Rg
+u\ýFyRÕ»àGzÜ2\.¨úO¼>LÍ¢³zøxÂJ)ÛZ¸DðqbGÕ·ücvÆçòN¿ì?jZcc£Xr^^0vû|¶|%W±ß¬ï²Í²Ó*ÑqÀl¤î¤¾Å¡ÜKTÇz|bYñáÎkZ4èÙ6Q$ÝØnìáú® ßû++ N,óÏ*$eÙCýkß Á X/£GfüÚ¸Íd¨ßO*/\í2£ÆÜË2Æ`³*R¡¶íóúA)=¹Û×÷¬ÊD,>±>HÈËqPUß»c÷£çñÕ¬$*K|ï(:á¶ÃçÔ;UÞ\̾#7<þ¦»Z³â¯Oú\½uïbúJ¯ÛvÛ¦}Úvì;A%ÿy`:+Jadxæái¶ÎÈøÕÕÜ)çÌßSÒÁXݽ˲H1äÒ»ÓSYζ]>kyj<×:X\Ï6SëïT:С
>ê` ?}ñÃw qû×i½ý÷½@ù)·Í Ù¸«d×ECBzbæÄß{7×Þc[t º=GaÅÇàb0x)ÅD at WG] ¹¤"?ú2CÁ¥v~Æòº¸@*<R8¿»#Σë"ò¼o`¤n¸W°áï|çÚw¬êk³-EéÊÚ$ÉÒÍ.våçòê©#ÈfÌç»u
#ýâ®ÄëSÀ دwëyÒÎO(¢ñÇíæ"ä2åÑ´ä:úw 4âç½-túAÙç~2F½Ðâé/iÓ˶txÈÆ.HI!<-$¾%Q¶ºË£:å~"K|k¼UÙGÊ%PkСúÇá§yxS»DèpC[ÒT[{|ÞÞJAª
úÞR×Ü#³ù/¦³»áh}J§QHáZH·l9|Ó <_%|âùpíó¾
ÖwCýÙ2æ_¯Ê Kî4P4}»ry òµÖKN¡Zëk?QwóD[»^D¬ó7ÎVcÆiä_É/ÐM!|(êDvâ²úµj\¡ÛÀ2Øîçí\4i»ôn¹Ô´(%
+ÂKë_"ÄÉX¢ðÂ'½
+Æ{òů¾Q%¸¿2ÊÚ ÏTÐ~Í'áv"©øã
N^êZ$¶(3SûMÎxCX¤Ê.é#u7ÑûÊj3FËþ[àÝʱ÷÷Ùâʬá9]a4Á¶(-Bpfò¹Hdiò(knΧÂe,½-ç#*¾|"ØÑõ/8Á;å¤Ä4F²:/+~ðÁ¯¶ßXS'×.Âu¬líûê_ÿñÙ
'ZC0ògQ¼d5»ó!Aººå0K,RßÚÀرR$ÆqbÖ.¤ly¦Ë×Óÿ©mÁ8qI«S·¨c¬<8?p|Àé®e¯iêÀ¿ ÙV³þ+~ñ8ð *XÕ¾Ï"Oê0H¤üF=.º}GîJÃF}Êçبnj¹NÈ Þo7
ÊßYnÕyìãÖÿH¾ë¸)1Vn¿Â¾ï=£óBÜnþþ| ô÷ÐnÕp
1ØJ|«wòؼ8ÿg;bR?Ö2GÅêPÌt ðmÉ1Ö`ÙOÇ(ÀOZÎú*q',7#R»©oF¬m| è9KãíÎp=¸kïËd<Åé r³}V÷°¢øç)_CiܤîÇëy
+Î5Ùz²Á ï Z
¹D 9)A6ä-@̨ÜiD¸s½6Ùn$»É¶ ^OHmo at e
+l0+¸LÐªË K3qËsOjÀîãMÛ²ÚÝh?ÝyÑ5»õ¾L´tdÿÐ Y6;T2R'_LwïóÚwHnm3 ÜKB+J7/C¯FÆ¥Ó|£jZaÐÍk¸©w\¾Å(á3
+X⪫M¥FB
+7!À$]rlh±HͨJ©(·m4ßmê&8 ÖTB7QLØ;EÐÕo/´½±¸©
+¡ó²\¡&R¾ÃV%Æo{ÂP÷,qm¥ÞõÂx
HÌY"»»0%ô£þBEâ` ¤Sí-È¿6·]?^¥¨kHFóBº?ÉIïQNÈè¥g_ÌÜèn¸û)¾ºÙ:{TÌëã»6 #:ÌÜ.m3I¦BÍ]Ó<K`!£ÊºÛ¡õHîüæî«RÕZë;J?B _µy¨Ú 4øsÜô¡ÊóJ{/S~&,"½Rýî0ô6C¤
+eu*ý@9´ÿðMþ^n¬µü³¸Ë9`1Bʲq/_e
0Uÿó"ó½P7Ûº+Ú&D\¶B).I·A©×)K¼²pgcY2ëiT-·3r,Ð=¶Ên=É)Ìz±«ê&¾IvÛ-³Ä&[{¥üÐÜALM¶wEÆóÃËÉ/QgmÍÖ9ùÙ.0Á£åuÚò¬ëU <2¡N¸ÌTò%Åf\¯ò÷:Ïï«»ÊÄ2\TuN|oÑ-'´!¹Æ;óD®WþÏ¡0{lÂ;ksA õ¾ËpâpÑóP\àײ hI¼utÿF+7ã,mEX«>üªê±Ûè#bTkhC£ü÷(^Uò·XÂá^èýòSÞKl
Ý5Ôì¾õE1ÇS-ë
+UµW@ìP÷¹=Ä>å!ª¬¥¾675ëÞßò2´?Å9WÔÊU´~×md¾üá¸ÕSOï`# u»ALå 'R`XÑçÕËîѳÌýÉsï#L¬)ýõ<
+<k< ÐutxÃ##ª±ÿýtÑݯûýVW|MÏrg¾bÉ]5ãEfæp§Í¿t¯
+M5?~XG«¯ÏD?÷¼^îz %Á,¹p<ëá·7Õ/Uã|<m»»´;í¡ÕhXÐÞ¤>ŧ
+ù7Cs'ýYJ"1â¤
+2Î6þVÛ2T1§ÃìK]
£î£Þ¶7%´ _øLݵãÄû-²ËÂub#è5ÊÏØT1ûqB´¸Aª?°£MC4e#3ÃñÛÁéøÞ¸(Ìlã
+JÙ:nCp¢,3 ~UËú@õF{ye´fª#â2ºµò*¤±¤Ï&3#ô®ÁñFPµP=ªZH±Å;åã`¹ãн
+¨"( ©
ÇýÛ&CD¬è3êÇæóÐÌ|!-±d8ÅÚä!Å?¼ëVtö½ûUpÛb~ðò£,-êR·
+ûúðȯȲäzX ¥Å=2+vuð¡ÝýùýºÿûgBk\:^Úé{¹ëînoëSC(@dz¢ÕRùÁâ'ô¬¼-}¾/Ug¢¿8¶ht$zì^[íSõ~¬,ÕyNIÀø:}Ð%ÂhEº{+·ÐâÝ^Äækz:¸öõ¢¸ßÓxG üº_iýù'Ïä¯X=¥ÝÔHlñ_Ë\bè¸ñ¯è4Ú úçaím_wÉSû;=$;Îw¹óØu<I,QrƧI×2µCé5RôÄîp!<j{AXS
+ }ù«þÃgàUbÇÓñ¡>4d7Ö%Ctá×
+zùWJ
+ÿµuX:
+bw-#
+â¶Y.Ârc
+ü7Ê]åǹìÆtW@CªËëm3b}Ñ¡¼1âùCõ5lÔ¡!Â2çê,0Yñ·Â.z·ýª2-cK{-$±#4Qá Z±Qè=
+qJm+oß;rË,õ°'0Ø*¿¾¡g϶u¨
+§EÑ.¤?rvµûÄ$Ní=·ï'[`&â}rõûõÓz£Ò#tYùoÅ2ËÍl?zQÏ9Ú¹^bfrju>*/MM
+Xó̺+Xë]]A¦ÜÅÆ·?e¾£·bòOreyñ^þaÞ&:}®à°Ö
+§æoÝHM©bZ*Ö¾N>¹ÐRmëê¿Îñwu·=õ'£ó%ä3NHh²
uÍOý¼<-å¤GövhÓÜÌ)ÕBÍ% ¬û VX>óú1" ®Fá7åÛ5¥Ò Þ\¬³ÔC 6ÜMäÄ0æ^á(ÌËX½ÅtUtRøt$ÛKþBÊê¯<Sç(²©¡»·)$Ä©u;.æoB,L&l^fvtVn!cæ²³ Þïîõ\ðÖK·Ã¨ðI^¿pkô?-krxO
+ߣhGh¹¶ÕVjs#h Ò êæF5zA*ß)ü¬9 e±UÂU>Bß©èöÑ(|ü~v¼×³q$ª/ÀZmî:ìÍK{©ªZc=¢áæEæl±££þ5ÐM'óyt°Y%\¢9eP~rwgâ?0ÚBÃùª,>ÇÁS<ÏÔi+_Iy^ã qÛiäqôd hìÒS5t¢ÕéLìûÇõ óö'öÙì&£Í¢ÃàsüùÔ¥pÑLî¡s¿ T?Èa½(CÃá('6Ì'Nø\õùZõ÷[تÙfÓù}vo}2õè1Úe±:qÇg쬴æÊr¡Od_~ëî:!êzpÕ°výµ6ûS*Ã{©eoBµeýé~;¯©sæéÕæ:Ùp[{¿³5AËBZP¥9Ê*G4^FÈ}@h6½§âΨpJvÀ¥S4lHM× qr÷ôöiUZIP÷IcL<¨Ldø;]4x</Âéû+W²ÒÔ
+¤íÛn´|VØìÅ)0ª#´°ÕÖ9Y¨JÙôöðoF¤@¹Ó¥ò2+á*ÿ`ô4ª)µ¼1çL?b7dé±=6yW\±<ÏÂò±ßïëÊ ¼ªªfP]»@îâãÎÓB_r
+`t Áù·[}kª¦#é"#jôÖ%¼·Ï¨(bE1Vm2_~Óe4ÞÆ;MsÙªù>h5I¤Sù
gëÄJ~¢~V6§¼/µýHé÷¬5Ú£&1Üߨ7²I(õãrÄ£Öm|VucÏ^v£E
*D&ªÚélÁë|[ÃDÇܵD¼/7ËÂKCÖ
+\oþ[tKR1Ùù]Ùy7Ò0l7<ª6\mÝ]b §°E6M2«]HW©zNõ¢ þD@ô~cöl'84½:HããLCË þH°Ç:Ì\´gòæ9Ô2¸£DP^Ø5Ódë×À9SeÆ0&vÄuÿ[0M^&ÿÇY$B73!è;Jh_üõ½õÇö¿SWÿúÊd òûOXÆÏJxVÚn΢ÿûp=4r[óVøfû3,±ëØöWï/»¨fÛ )¼3"n£G_çNüd3Âò°kû'
¹²3*À^¯]Ü¡h¢&!«Y²¾° ý/bk0e%J¨Fµi"Æ~þ£Ä(zågÒªë$Ú^ÕÃßÓ·¢®®¤õBÆÅG²áLÉ,LER[©e{ð¤ÎC$ ×ÂÌPH3ØÜ
+\ÞïËËãøóÁ´fÊÆ!»¹÷cMâ(祥Ähvxûw¬mðå2üGwc'D2Vó##\´ÕzÅ£p9³R`^f#Ü©v mu0nºX³»p5©ö 7Ân.\=æÓ/{¶/÷]b:+c
võ
$f[³
+÷÷×ÆmçýnEÂ
Ýß{Ú0Ö@ÞbO¯¢âÕ·ËL1Í#×5h at KRë~°_Â$ò}!
+r
+\±ØÅRnijB5kü^¼ú$|Áæp¸ùâÈs_«÷Aÿ ëE.È $7R& Ô JËÔ«c¿»æÛ²ýDÆôqKî³ä(ª+kCÐ?±Y§Ê¼B|!s3më)v$
Aí(V`ûùµ¤þG D&ÃFÿG
+Ûêó²L"£úê¨2/zóÈm÷E:'ÃuÛ>l½Ô?s7~Ç )_âÀdwÌï:àÂoN~H«£Â7o0üÖ?70ûÊàÚ=8àX¹_¹Ìu/¯y]Æ&Iáô$îofîYÎ` I×Ù9Úw6ôÌßçæÎR.9ÕébÜä'?0P£<£([¦g®h :çrysf?1Ó¢3ïºü~Å¥êh8ì·v¿æÃÜÞ,n¯à-q¨@¥a¶¥Øyo¢q@ _ÜíÅ¥\l#%o1ûô"º(É\*¾ZþJ×¾0´â#ôɤõXgòÒÇp14²bT s«äypo<?ʲ]¢#~ì!æ´ËtÊCåÌI0øÀ*¦d£ò>Íè a¡\¬ßsËT½7V°µ(ý²Á×)Fp>ò¸^£íë¿JÕ)°EÒ Oð'ÚFJ?>"|{ç
+(Værlç¤çyàóZm¾vg÷àV9y?{piïô/½®ÉpiË[z6§Æ¸fÆã×ó"o¶´ò4<îøµH·j}%䨪^®ëvF?'×x"¬¸¶$:ìÊGjÎ*;/ì˼gD"iFDàÒ§ÔvÌ7иÔe¨
+\1æ¤&
æÑMrJñ\Ñ,²0lñaß<kå/çKÈPB{èDû÷ô¢ÞâÏH÷5ÏEF¾ý1Ø>â}£Ýa=
+Ö6Ws[åy>ò¾{ºëï+¬7h¤ÜU&r¹¿tptåÅT³ÎæÐá¾ 2C£¤ó¥Ï-ô1ä7ÝÐ(MÃÈÝy*ÎÉ˹©Ú0ye«³øJÔ@Æ%/¸jäkÀú6n8ÊúQ
+®}ÑkhH?·Ü~öllIfÞèz)Y7¸ý»úëÆû
+ü °¹&¼N3½xSµñçÔ[!Ýܪ¦>®·íöÒ¨<î
¡«®§»ÈAþY{¬á+QÝ=>Z6¸~Ç}ÖÚNeô7gDàí/>çÚ¦~ïZ#okLÏ«G'è-öú]ë3ÓjëGõ$glRWÜ]ëTpNNdÓ
+¤ú¶ó
+a'ÀÃ8PsFÈöö¬Z£§C2ñýZ%ÛGhnÆ'A³ú¯È<Jj¿
+ß(SãÀ
+;tQ°ÖÉ¢æO°TçÁ÷j5°½ÚHNoý¡7æuz:äöÈVðæ&i¨Ëöàý¯!HÝ}~Çdüʪ÷ËÆÆç»ÿlïìû~ ¿°ÆEkÅ~¿À«¥Û7e»ÜÅq¨òÂ3¤©\Ò¡WÊØÖ¢üe ¦Zl`Ó,3muP°º3ëÖÜÙæYÏý(7-üä+Ô¥¾Þ*G\O¢y¹&ÃeÌïID_4b´êw¡7l±ìÄ}VX|h´5tóO }ªR3ò¨òO®ßíf1¡µ#;L'ó~è{ôÂÑ'.P¡"Á}'Þã
OЬ1`y!é껼¶D\îÅgÎQxÂUws¤U±ØeÇ°Çå3ëxË2ÅvÉ
+µKE« ù|H&¨®a~Ï^øÝë¥#pòpä»ÙJßðýð¨ïò$¤wB9¿NÖ]ðBÝlv¼7VD¿«d®6ɸ;ʤî7Ds¼/m<çqÅÅf6R¶äÏIðú)¨ËM¬²Æ?¶ Ma-ðL[F9×¹|Ïxû~
aQ"kùô0°9E$E_}T#áУm$¨±Bp#¢MVñsÈ|gÐï~×ýrÝe4±[ç×äÚÑD\ù½ÉÆèw^Zé;Êd·O{5Q(s¡ÂKSub
+Ê}K:æ7êÈb
+5ÑäïÂ¥jo¹ÙØ;I½ª*IùcÇÕ´T.öê¤k?$á
z^¬yiêÔRZÒv0BâßZô[Zd!tÀÃóé7¾·RrzB7m7'L3mSa`§S8òa%¦ÞÏNCóµþ;qM!Aº\hU¿pWòà±[³½6e =¨°©¶Ô±ZP¨WÏ/
+ÂÉôÉãÔøV<çöN(DohzÊ(2ÚåëüDX±5à@áC£8Y2óV4|ª#§KoKáeÍÌ c8A"ýqãKvÿ¬Ú kÞöÛEM ËǸëT\Gtÿ'´:)¯@V¸ oqúIݳÖÚ{u/`>Úv`V$;HÍN{d©è4<ØÚãñ Ð
FlÛü³#êåDi)È×Çð
-Mc×Gè;êVê9{ª8p
+KÕ"÷Fã!\Å$äÔÄf ~òÕ¯%ñùâY\÷àe!ÁÑü¸mü¬þmz¸Þàt?B bi/Ôá]Ö×båÈSh®º9û<ºê$fÅ̬®mF|^Õp´£{Ä6Zô·wÎOÙò!ÇâÒÁs{l)áÙË·¥);kkf^@ç\o3ïlÃbóƤb]#O>^ÉöJõ1ðo),8²}}
»Ü9;÷$d¨·!Júðê¦:"iöÎI¶>ó2E7î¦Æ¿³Åëó f)^Ñq:ðDCR=É]Tig
mE´£°ß¡Ç(dL·å³!?©~uï-ÚÛÄ/gÆÐAìcz<l¾#íû#6ôb}÷êú®^µR`§u¡ghçØRÐ+ ¦óÍÕv
+¼úK¥Ä«/Týæ1õ{õo<ÉAºvLX4×Òå
+ß
+¿:~xÚ·'íÁé\D|ª´~'7nßf,w
'9Å
+£
+âå úÜãW)]5g¥P²Ò ¾RùÝE:m7N|F¹ñ¢ ºb°ú_uTyO\Cöå|Vù%ZïҪìÈ ~ó¡ÞÉ6a É:pÎÔ?·5ÄÜTõõ¢AgY'MJµ¤±{e)¶M f?¾K8T¢UbAG
+$ÕÔÃ7³\£XÁù÷\*X£¬ðY¤ø¯té8
+!T§¼=±eÍHçãã
+Ä[76íA&üÞl/C½Î>94c2ä£ËÛrÇi£«Û
+÷¯ÒªÙ
+w¤.Ä
+ `pbÞ'EeaUsϼwþg,Ñ÷K¨:ÇIÔÊ.M%ûÆ#Ù
»ÜJ¿g¼!UYX
[ðzMz¯¿êK at d>±
aÍEjÔ¹6 ¦;§OJT8ãìç<¾Æ-»íÝáo=hîb¹Þ÷Ð1kvCâÙRì<Tr¾ír׿\ bnìÔÛs·a´AÑxÍ
+«Í¶0R"ºypÎA¿zH[SºVì·µE,6Ò¡éÇ:ªôDåÄ0hOF¯/kÍhè£÷Özù¬NVDhîyp¨m¡Kù2hü²ètú·ùéw±
+°yÞè±0hU§xÈW%=~4ÁC]v^ð9+zYØ?ælNºýã= vÚ`ºY©ygÌ4ON ݱKµ8V¼{
+OPñ3å½/ÙÈ M®,ntÊì}ÆÇ]à±õñéÿÚRä5×ók¦`nÁ¬ß+ÇvÖl''ÎÃéJVß×ZYQh>å^¡äç@Xû÷e8Oi©ÉÑþÛÏFdÐVÐLõvéÙÓ!(ÀËô)ßèró;\=\çå>8Y"q#ì^´Ôh¤ÍÅ°%È8z
+×ã¢Ð¹7t¬Ê"ûJ7½QÓ@{n(}¹f£.Âo8ÎxÄæ8+UL9ñSÏäÓûw
+²fyOÛÙg xrR5Á¼Æ2ÒÂ+£Ù$<áÖùÈeöLÜ ô(a¥°S¾-¬ÃÌaoÑzõº5$=ï]¦v¯2PL-ûä¯G@Í{sÙ)Êô7ù.1ëá]ððý#ÐSJ¿µ F×(2ÝÅÝ>À$#! xW®yfìÎ&qmt´ÒH¤¦}ϯ¶A|°«_×s±rÁ^m>^ÛXU¤?VhÕéÛãÐm
+ôaÝÃ^kEË34YüpëOL
+vs\Ê]w¿ù¥·ìQ/¯>aÆ#DZhB7rÏ!D9$0KW´4Qxc<ôG´e<u¬á5,OÞ y¿Ý[»d¯¤»ìrí¬A®
+¾à^4<Ƽ»îCþ¾Öø #ÝbR'³Ç³òe3×¼A,»¬òFÜÀ¬åËËÄ°xò:]%øÆ8L-öPÁh«$ìWíÐßz}ïÒ~ôñk¨ÇÙ5¤faΦø^I äó´¨Æ#Þ×í6Ì\ݸÀ{⮳bq÷~L¶H9ª #Ü,KmvÀ¾áÄ®ÿÍÁ+Ò¶_©ÌãíW~qXt;
+BbÛí]q¢³ÕιíKqß<¢ùi$ÏÆÃEÿËßYÓÅÉ%´qRv®.CLê¸ZÝQXî^)ÏéoZúGÄ©¹FjYrQc¯.G®ÁÜÊýRÁnV íy|iZÝÔ:1ðùõÔhªJûmí®Þç|À3µ1åÊ:<òBtA875õ:ÿÐÒiûZ1jl#/uÂnôÆË¢:Ë%Ëÿ+£º6åny¥©Ë1Qr}Êåâõ©5<)&\aiOåL_Dª.Ô\Wç´áC7SÆLòK£Öº¨í
,aÐð
+ÖÍ\oN
+Þx·"¥ý²$"k>´m Gý¼¶¿ÇäC6áN¢
+uIVp§¤O5ÖÇÕæÑyétõÊÏj|GäS§[ÕÞi¸õÛãx[çñöÐc¸e"¿=A¾wXÁátQd¡2B.¼¯l{Wê3o¾Ûö\69>'Ù#Ò2¦µ²X¥y"ó+«t3¦$;kTxØÔðüÆ®õù=¼Ï.ýæöTª¸»bíj^¤s óQØý9cĦ$ó[kz¬r?ÏOpkT[!äæÉöößOn j.ʶ`Õ´¢ÎE»m¾5ªï!˶d.Þ%ö0øö£É)ic(Ãj]ý¨äåT¼%F³.{O!Ë«òPÆ!¯v?>Ð[O\ÔÃïÏ¢é-.0è
+øYb¤ëòòR«T/¡%ñÇc¶1
+×SÌlÓÕ¦y[í殥ʾà¶. *[ôÓ'Qz×Û¾÷ð±½z@7.Ë&(¾ÈW ¶Ð.sð#ç¤&GâVîD½\³6VmÓíãa!GǬ¯¤®ý2'Uð©ïsÔ¢¦³cÎ9_<Ú·Ìì¼Ù<Ò¸\L@%õ©RYxÕ©³È3)©j<»@åP·
Wü7ini(WcðÁF:C%$4åÞ*¦åE3koLÅHéð@IÙqHä"Ç@£ -*SùOÌæÌpïç\¼Òè¼á$°k+D¯TWõ¹ØÜiâêËèÔwBJÊ»wÁ981~¶nª«U[üõ0>m£¦'álê{Ë÷Ըǩ'óØÐØúêÍ
+cÌTÃsFýR>ÎÐèé& qÁ+Ëá¸ÎÇô½$Êv#ébÊÏÐDR>·Ç]©i4q~./-Ï}k
+cj
Ä]uð2?¥Øbç´Tºßîz ô/¦Õ˦Xb§Z3~°ãJ½
+ï"Lú짮üíÔe_ÂqiéfH#Ò}3z
+ Hß:º$t ͤKФTbÂ@BAb0JºÓó|çÝùëü_^K#åÐÚé8[ Ü?¾Á-ñ64ËÓ*Îsºrð
+²Ó«ÖÕq©Ú£åÈ.»S£^Û¡¦KZEßó@«ä§Ð¤CýDõÑMUpCêv*7õ¢þm4hí«Üa©Q&Ó©½ RËöà´c ßOà¤B¥
+0ª¡õnºlѽU¡¦ÃûwÅéFEìnÄ2þ«Uh¿óü'$ÂAbôóigZf?£gÐbÖ·x¢ó× Q²ì6=Ç-À¥R*ôaÆdììTQ,eHßL0|"'Ú(]U¼Ö¡çO3q¨É¤¸SðE|ãjÛ7R.$ÍLUPýê§êÊtñ¢¸á¡oÞZòï8Ðm /¼ì:11Sñ8DkúU¡.Änï;6Øåvõué¢ÏFS
+«¹w4³\¼§¯ \Hú¼¤Ïʤ3ê±X9JMç³Í!µrr¿x¿Û>#"YÅ`^Dd¸äMÑÄc]ôz¢}Û .n>¸û%!E §ª¿þÐÙ.¦Ôâ¶<$vØmªê
+=®|Æ%}mPÏ[Õ·²^çn\ßÃøoLZÔà[u(zóåDt<v´~ã³Ð¡`¬MÍñ:¢ï)Ïr'ìºôäÿ&ã×¼mº«+$dÃ>@·ÊÑÝÖ®dc[ûF0ËÖP¤i:⽧ïhV+*Ô2g=Nâí#î«Ü\Qaü÷$cä)Ï¿s;§ÁJ
+B¡'ÚïQJShi'Ô³
þ!õ/ù'þZ}Zàà¢ômO먮ZE
uMôo÷u½ÏÕoª8K<¶Ï(J~ÓÄÃ
+[~ékF-oOW}}"Ìoì´ÿ)4b8ߦøÜ/màbj Z©gë¶+·ó8Yb
+Ä&¨Q¨î¡(«W¿ZÛ^fb®¬òn¾ñ|-°ëys²Ýi¤Ö«ÞÁ{c@(×]îàVëwÿJ´%à¢RÛN-$ å À£ã©ËRynüùB6_½°@íßñ@ú:+}<ÍrÖÒ]^ªºÆàÖ©vJÏí®â&¿±;ôØÌO ¶<hSW[`>xd7N׳;Éø³(Ì,¶+Í ¯6é㣬I´ÂÒ67ÉÝ,[$¶CPmGã;_ýô/÷¦ñƺå9~JÙ£^z.6l
òØC%jëgíûá%{3O³r=ÓÌxÂÀ[ûbáØÖª¥''?åà±½'ev°$ðC'.¨nïnÃ^Ym[üÌAf¤BAv!øFo]Ióë«ÒcécêµÙ'jß;ó?YX|©23lN·£¡üÈy'~xÖm÷P¯Ó<§?g9¬àKsáPoEY{Ív/DÔfÁýt/Qéä8=TiNòÏÿ¼¦wnÙ¤«OÔQwßB«&äÏ[ÿ¦ñì1¶x/F¨³-s/i=f/EÜ:]Oþê×ð1àêa¤=Û¼Þ)&á:`¼bÙÎYæZbC5i%®ÕÔmK¨ÕÖDÿõÞ¾ÛætYEt
»ôÜaRÌo4øH¶ÒW·fX-a|3$m©¥é¶ DY kR^}
+U4çµ<Î87Y}RÜéÕöðÇZ2³×ãxùÂ9`¯ù7 zm½õ®xÂ4?Þ^Ãå]ïþ¦ã\Äx2ÏA¶øu¹?Æ·í=i,òà¤D ÔÓ~H4Gäl
+¬OE\Dì3ô¦j.µ\`¾ÿõÐK)¤ÏDƦ<þXQ|"Pt¢hõwèd®À3o0;æ¹¼qt¤âmé¶r%÷øóòø ÞZ£Ã}>ÔÏ1× f¹)ã|D<ìf¾iÞAGÇø °ì ¬ÿ4dÁA³hê~ùF.Ý^¢Omrß«&Fµ°K-Èè°äcuß"¦"yèÒü÷M>Ó>¬c^Úy0/¬@Q/zëf"7,iÝô~QÛÊqï®Õf:.õb¯$ÙÂV`¾'Ðö]üÈÀ»ß6üC£
ìÔQÉhC|ù¤mZTé^ÎÅjµ þ øJ¿¯ª_<à *#È V^Øþ#½nËÝàêp%
[ª à¶e$iU¿¸;Hlèµü~+!×ê_`E.Ï;=Ϫ»ð颽Ò3ÛDaO°ÍãÕ·M<?* T?ƹÜdØbvpÎC¡¯x:½¹màÕ}ò¹ÌSФ,§y¾à$´UÉþ²,ÏuBÒ'²#b@úU at YG«ëý·¼%?»'íµqfà3óXJ0&õ
Ô,Ó㢻1D¾=B^ ·n +"XùòÎÚ¾9 at a¼ Ë ¦md¼èrä¤[ÆÚoO8¯VÙÌô3äF)Û@Eä×UßyzØk+kSGÖÜè,¦OÔ>Îááv
+WìEî
+Æè~¿0þ}Ætêw÷Hogìx6Bl÷"q©ýúÅð-.´=y#+9[PëMû¢ÄùyÝØ:´O+ä[áÓzÛO-¤6?=Î\AÛ`÷Ko\ƪÕ~£ÑdB*ÁÕ9ÅÎتñ:öS<ìUê!CMCG©¦¡ÛeÆä0©RMÿûhcmH%thóôrÝ5ì¼?n!N·Åp.%W üñ¦gú¯à¤ËXµo ú®¢ÿ¯:õÞtÚ³#0ÍôKÑ+ÙÙz/ÍDÞûdÞ;ÝÞö¢Ã¹¨ó~ëI9f^vÖ+Å&Ý«ó wC×vßÑ'°²Ðë0Ƕùþ »P0«B5{b]¬Ê\#¿z´m¬S^Ê^$?ÇÁôÏ:Ó§ÏÔæ3m?¦MÁä9ò7JyKmOKò6<6ÆñîímÆtU¼>_ñ\Ï`+hÞPÐC÷ø»ÒíÂ5è(ZûKA¡5§a¡,Vë2c:ºodà©|-Øí5~ûȼOÖÙ|Ü¢ÁËûÐÞ]p|^RýP>+¦öbnøðÿíÿÿ
+ÀÝï ,84ÐìKû£(endstream
+endobj
+100 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 640 0 R
+/FirstChar 2
+/LastChar 149
+/Widths 646 0 R
+/BaseFont /JDSEUT+NimbusRomNo9L-Regu
+/FontDescriptor 98 0 R
+>> endobj
+98 0 obj <<
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/FontName /JDSEUT+NimbusRomNo9L-Regu
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/FontBBox [-168 -281 1000 924]
+/Flags 4
+/CharSet (/fi/fl/exclam/quotedbl/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/at/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/bracketleft/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/bar/bullet)
+/FontFile 99 0 R
+>> endobj
+646 0 obj
+[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 0 0 0 0 333 333 333 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 0 921 722 667 667 722 611 556 722 722 333 389 0 611 889 722 722 556 722 667 556 611 722 722 944 722 722 0 333 0 333 0 500 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 350 ]
+endobj
+108 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 647 0 R
+/Kids [94 0 R 110 0 R 139 0 R 143 0 R 184 0 R 212 0 R]
+>> endobj
+281 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 647 0 R
+/Kids [246 0 R 283 0 R 324 0 R 359 0 R 402 0 R 447 0 R]
+>> endobj
+513 0 obj <<
+/Type /Pages
+/Count 4
+/Parent 647 0 R
+/Kids [468 0 R 515 0 R 566 0 R 611 0 R]
+>> endobj
+647 0 obj <<
+/Type /Pages
+/Count 16
+/Kids [108 0 R 281 0 R 513 0 R]
+>> endobj
+648 0 obj <<
+/Type /Outlines
+/First 7 0 R
+/Last 87 0 R
+/Count 5
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 87 0 R
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 648 0 R
+/Prev 63 0 R
+/First 91 0 R
+/Last 91 0 R
+/Count -1
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 63 0 R
+/Prev 79 0 R
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 63 0 R
+/Prev 75 0 R
+/Next 83 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 63 0 R
+/Prev 71 0 R
+/Next 79 0 R
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 63 0 R
+/Prev 67 0 R
+/Next 75 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 648 0 R
+/Prev 15 0 R
+/Next 87 0 R
+/First 67 0 R
+/Last 83 0 R
+/Count -5
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 15 0 R
+/Prev 55 0 R
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 15 0 R
+/Prev 51 0 R
+/Next 59 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 15 0 R
+/Prev 39 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 39 0 R
+/Prev 43 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 39 0 R
+/Next 47 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 15 0 R
+/Prev 35 0 R
+/Next 51 0 R
+/First 43 0 R
+/Last 47 0 R
+/Count -2
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 15 0 R
+/Prev 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 15 0 R
+/Prev 27 0 R
+/Next 35 0 R
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 15 0 R
+/Prev 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 15 0 R
+/Prev 19 0 R
+/Next 27 0 R
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 15 0 R
+/Next 23 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 648 0 R
+/Prev 11 0 R
+/Next 63 0 R
+/First 19 0 R
+/Last 59 0 R
+/Count -9
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 648 0 R
+/Prev 7 0 R
+/Next 15 0 R
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 648 0 R
+/Next 11 0 R
+>> endobj
+649 0 obj <<
+/Names [(Doc-Start) 104 0 R (_adding_another_application) 220 0 R (_anonymous_files) 261 0 R (_arrays) 303 0 R (_bits) 624 0 R (_datatypes) 264 0 R (_fixed_array_mapper) 338 0 R (_foreach) 362 0 R (_hello_world) 153 0 R (_if) 385 0 R (_introduction) 146 0 R (_language_features) 187 0 R (_mappers) 318 0 R (_named_and_optional_parameters) 625 0 R (_parameters) 188 0 R (_running_on_a_remote_site) 445 0 R (_runtime_features) 439 0 R (_sequential_iteration) 392 0 R (_starting_and_restarting) 531 0 R (_the_regexp_mapper) 329 0 R (_visualising_the_workflow_as_a_graph) 440 0 R (_writing_a_mapper) 450 0 R (_writing_a_very_basic_mapper) 463 0 R (lstlisting.-1) 154 0 R (lstlisting.-10) 226 0 R (lstlisting.-11) 232 0 R (lstlisting.-12) 235 0 R (lstlisting.-13) 256 0 R (lstlisting.-14) 262 0 R (lstlisting.-15) 265 0 R (lstlisting.-16) 270 0 R (lstlisting.-17) 272 0 R (lstlisting.-18) 304 0 R (lstlisting.-19) 306 0 R (lstlisting.-2) 167 0 R (lstlisting.-20) 319 0 R (lstlisting.-21) 321 0
R (lstlisting.-22) 327 0 R (lstlisting.-23) 330 0 R (lstlisting.-24) 339 0 R (lstlisting.-25) 363 0 R (lstlisting.-26) 386 0 R (lstlisting.-27) 393 0 R (lstlisting.-28) 417 0 R (lstlisting.-29) 426 0 R (lstlisting.-3) 177 0 R (lstlisting.-30) 441 0 R (lstlisting.-31) 471 0 R (lstlisting.-32) 474 0 R (lstlisting.-33) 508 0 R (lstlisting.-34) 510 0 R (lstlisting.-35) 527 0 R (lstlisting.-36) 532 0 R (lstlisting.-37) 557 0 R (lstlisting.-38) 560 0 R (lstlisting.-39) 571 0 R (lstlisting.-4) 179 0 R (lstlisting.-40) 573 0 R (lstlisting.-41) 588 0 R (lstlisting.-42) 591 0 R (lstlisting.-43) 614 0 R (lstlisting.-44) 616 0 R (lstlisting.-45) 626 0 R (lstlisting.-46) 632 0 R (lstlisting.-47) 634 0 R (lstlisting.-5) 189 0 R (lstlisting.-6) 199 0 R (lstlisting.-7) 201 0 R (lstlisting.-8) 221 0 R (lstlisting.-9) 224 0 R (lstnumber.-1.1) 155 0 R (lstnumber.-1.2) 159 0 R (lstnumber.-1.3) 160 0 R (lstnumber.-1.4) 161 0 R (lstnumber.-1.5) 162 0 R (lstnumber.-1.6) 163 0 R (lstnumber.-1.7) 16
4 0 R (lstnumber.-1.8) 165 0 R (lstnumber.-1.9) 166 0 R (lstnumber.-10.1) 227 0 R (lstnumber.-10.2) 228 0 R (lstnumber.-10.3) 229 0 R (lstnumber.-10.4) 230 0 R (lstnumber.-10.5) 231 0 R (lstnumber.-11.1) 233 0 R (lstnumber.-11.2) 234 0 R (lstnumber.-12.1) 236 0 R (lstnumber.-12.10) 250 0 R (lstnumber.-12.11) 251 0 R (lstnumber.-12.12) 252 0 R (lstnumber.-12.13) 253 0 R (lstnumber.-12.14) 254 0 R (lstnumber.-12.15) 255 0 R (lstnumber.-12.2) 237 0 R (lstnumber.-12.3) 238 0 R (lstnumber.-12.4) 239 0 R (lstnumber.-12.5) 240 0 R (lstnumber.-12.6) 241 0 R (lstnumber.-12.7) 242 0 R (lstnumber.-12.8) 243 0 R (lstnumber.-12.9) 249 0 R (lstnumber.-13.1) 257 0 R (lstnumber.-13.2) 258 0 R (lstnumber.-13.3) 259 0 R (lstnumber.-13.4) 260 0 R (lstnumber.-14.1) 263 0 R (lstnumber.-15.1) 266 0 R (lstnumber.-15.2) 267 0 R (lstnumber.-15.3) 268 0 R (lstnumber.-15.4) 269 0 R (lstnumber.-16.1) 271 0 R (lstnumber.-17.1) 273 0 R (lstnumber.-17.10) 293 0 R (lstnumber.-17.11) 294 0 R (lstnumber.-17.
12) 295 0 R (lstnumber.-17.13) 296 0 R (lstnumber.-17.14) 297 0 R (lstnumber.-17.15) 298 0 R (lstnumber.-17.16) 299 0 R (lstnumber.-17.17) 300 0 R (lstnumber.-17.18) 301 0 R (lstnumber.-17.19) 302 0 R (lstnumber.-17.2) 274 0 R (lstnumber.-17.3) 275 0 R (lstnumber.-17.4) 276 0 R (lstnumber.-17.5) 277 0 R (lstnumber.-17.6) 278 0 R (lstnumber.-17.7) 279 0 R (lstnumber.-17.8) 280 0 R (lstnumber.-17.9) 286 0 R (lstnumber.-18.1) 305 0 R (lstnumber.-19.1) 307 0 R (lstnumber.-19.10) 316 0 R (lstnumber.-19.11) 317 0 R (lstnumber.-19.2) 308 0 R (lstnumber.-19.3) 309 0 R (lstnumber.-19.4) 310 0 R (lstnumber.-19.5) 311 0 R (lstnumber.-19.6) 312 0 R (lstnumber.-19.7) 313 0 R (lstnumber.-19.8) 314 0 R (lstnumber.-19.9) 315 0 R (lstnumber.-2.1) 168 0 R (lstnumber.-2.2) 169 0 R (lstnumber.-2.3) 170 0 R (lstnumber.-2.4) 171 0 R (lstnumber.-2.5) 172 0 R (lstnumber.-2.6) 173 0 R (lstnumber.-2.7) 174 0 R (lstnumber.-2.8) 175 0 R (lstnumber.-2.9) 176 0 R (lstnumber.-20.1) 320 0 R (lstnumber.-21.
1) 322 0 R (lstnumber.-22.1) 328 0 R (lstnumber.-23.1) 331 0 R (lstnumber.-23.2) 332 0 R (lstnumber.-23.3) 333 0 R (lstnumber.-23.4) 334 0 R (lstnumber.-23.5) 335 0 R (lstnumber.-23.6) 336 0 R (lstnumber.-23.7) 337 0 R (lstnumber.-24.1) 340 0 R (lstnumber.-24.10) 349 0 R (lstnumber.-24.11) 350 0 R (lstnumber.-24.12) 351 0 R (lstnumber.-24.13) 352 0 R (lstnumber.-24.14) 353 0 R (lstnumber.-24.15) 354 0 R (lstnumber.-24.16) 355 0 R (lstnumber.-24.17) 356 0 R (lstnumber.-24.18) 357 0 R (lstnumber.-24.2) 341 0 R (lstnumber.-24.3) 342 0 R (lstnumber.-24.4) 343 0 R (lstnumber.-24.5) 344 0 R (lstnumber.-24.6) 345 0 R (lstnumber.-24.7) 346 0 R (lstnumber.-24.8) 347 0 R (lstnumber.-24.9) 348 0 R (lstnumber.-25.1) 364 0 R (lstnumber.-25.10) 373 0 R (lstnumber.-25.11) 374 0 R (lstnumber.-25.12) 375 0 R (lstnumber.-25.13) 376 0 R (lstnumber.-25.14) 377 0 R (lstnumber.-25.15) 378 0 R (lstnumber.-25.16) 379 0 R (lstnumber.-25.17) 380 0 R (lstnumber.-25.18) 381 0 R (lstnumber.-25.19) 382 0
R (lstnumber.-25.2) 365 0 R (lstnumber.-25.20) 383 0 R (lstnumber.-25.21) 384 0 R (lstnumber.-25.3) 366 0 R (lstnumber.-25.4) 367 0 R (lstnumber.-25.5) 368 0 R (lstnumber.-25.6) 369 0 R (lstnumber.-25.7) 370 0 R (lstnumber.-25.8) 371 0 R (lstnumber.-25.9) 372 0 R (lstnumber.-26.1) 387 0 R (lstnumber.-26.2) 388 0 R (lstnumber.-26.3) 389 0 R (lstnumber.-26.4) 390 0 R (lstnumber.-26.5) 391 0 R (lstnumber.-27.1) 394 0 R (lstnumber.-27.10) 408 0 R (lstnumber.-27.11) 409 0 R (lstnumber.-27.12) 410 0 R (lstnumber.-27.13) 411 0 R (lstnumber.-27.14) 412 0 R (lstnumber.-27.15) 413 0 R (lstnumber.-27.16) 414 0 R (lstnumber.-27.17) 415 0 R (lstnumber.-27.18) 416 0 R (lstnumber.-27.2) 395 0 R (lstnumber.-27.3) 396 0 R (lstnumber.-27.4) 397 0 R (lstnumber.-27.5) 398 0 R (lstnumber.-27.6) 399 0 R (lstnumber.-27.7) 405 0 R (lstnumber.-27.8) 406 0 R (lstnumber.-27.9) 407 0 R (lstnumber.-28.1) 418 0 R (lstnumber.-28.2) 419 0 R (lstnumber.-28.3) 420 0 R (lstnumber.-28.4) 421 0 R (lstnumber.-2
8.5) 422 0 R (lstnumber.-28.6) 423 0 R (lstnumber.-28.7) 424 0 R (lstnumber.-28.8) 425 0 R (lstnumber.-29.1) 427 0 R (lstnumber.-29.10) 436 0 R (lstnumber.-29.11) 437 0 R (lstnumber.-29.12) 438 0 R (lstnumber.-29.2) 428 0 R (lstnumber.-29.3) 429 0 R (lstnumber.-29.4) 430 0 R (lstnumber.-29.5) 431 0 R (lstnumber.-29.6) 432 0 R (lstnumber.-29.7) 433 0 R (lstnumber.-29.8) 434 0 R (lstnumber.-29.9) 435 0 R (lstnumber.-3.1) 178 0 R (lstnumber.-30.1) 442 0 R (lstnumber.-30.2) 443 0 R (lstnumber.-31.1) 472 0 R (lstnumber.-31.2) 473 0 R (lstnumber.-32.1) 475 0 R (lstnumber.-32.10) 484 0 R (lstnumber.-32.11) 485 0 R (lstnumber.-32.12) 486 0 R (lstnumber.-32.13) 487 0 R (lstnumber.-32.14) 488 0 R (lstnumber.-32.15) 489 0 R (lstnumber.-32.16) 490 0 R (lstnumber.-32.17) 491 0 R (lstnumber.-32.18) 492 0 R (lstnumber.-32.19) 493 0 R (lstnumber.-32.2) 476 0 R (lstnumber.-32.20) 494 0 R (lstnumber.-32.21) 495 0 R (lstnumber.-32.22) 496 0 R (lstnumber.-32.23) 497 0 R (lstnumber.-32.24) 498 0
R (lstnumber.-32.25) 499 0 R (lstnumber.-32.26) 500 0 R (lstnumber.-32.27) 501 0 R (lstnumber.-32.28) 502 0 R (lstnumber.-32.29) 503 0 R (lstnumber.-32.3) 477 0 R (lstnumber.-32.30) 504 0 R (lstnumber.-32.31) 505 0 R (lstnumber.-32.32) 506 0 R (lstnumber.-32.33) 507 0 R (lstnumber.-32.4) 478 0 R (lstnumber.-32.5) 479 0 R (lstnumber.-32.6) 480 0 R (lstnumber.-32.7) 481 0 R (lstnumber.-32.8) 482 0 R (lstnumber.-32.9) 483 0 R (lstnumber.-33.1) 509 0 R (lstnumber.-34.1) 511 0 R (lstnumber.-34.10) 525 0 R (lstnumber.-34.11) 526 0 R (lstnumber.-34.2) 512 0 R (lstnumber.-34.3) 518 0 R (lstnumber.-34.4) 519 0 R (lstnumber.-34.5) 520 0 R (lstnumber.-34.6) 521 0 R (lstnumber.-34.7) 522 0 R (lstnumber.-34.8) 523 0 R (lstnumber.-34.9) 524 0 R (lstnumber.-35.1) 528 0 R (lstnumber.-35.2) 529 0 R (lstnumber.-36.1) 533 0 R (lstnumber.-36.10) 542 0 R (lstnumber.-36.11) 543 0 R (lstnumber.-36.12) 544 0 R (lstnumber.-36.13) 545 0 R (lstnumber.-36.14) 546 0 R (lstnumber.-36.15) 547 0 R (lstnum
ber.-36.16) 548 0 R (lstnumber.-36.17) 549 0 R (lstnumber.-36.18) 550 0 R (lstnumber.-36.19) 551 0 R (lstnumber.-36.2) 534 0 R (lstnumber.-36.20) 552 0 R (lstnumber.-36.21) 553 0 R (lstnumber.-36.22) 554 0 R (lstnumber.-36.23) 555 0 R (lstnumber.-36.24) 556 0 R (lstnumber.-36.3) 535 0 R (lstnumber.-36.4) 536 0 R (lstnumber.-36.5) 537 0 R (lstnumber.-36.6) 538 0 R (lstnumber.-36.7) 539 0 R (lstnumber.-36.8) 540 0 R (lstnumber.-36.9) 541 0 R (lstnumber.-37.1) 558 0 R (lstnumber.-37.2) 559 0 R (lstnumber.-38.1) 561 0 R (lstnumber.-38.2) 562 0 R (lstnumber.-38.3) 563 0 R (lstnumber.-38.4) 564 0 R (lstnumber.-38.5) 569 0 R (lstnumber.-38.6) 570 0 R (lstnumber.-39.1) 572 0 R (lstnumber.-4.1) 180 0 R (lstnumber.-4.2) 181 0 R (lstnumber.-4.3) 182 0 R (lstnumber.-40.1) 574 0 R (lstnumber.-40.10) 583 0 R (lstnumber.-40.11) 584 0 R (lstnumber.-40.12) 585 0 R (lstnumber.-40.13) 586 0 R (lstnumber.-40.14) 587 0 R (lstnumber.-40.2) 575 0 R (lstnumber.-40.3) 576 0 R (lstnumber.-40.4) 577 0
R (lstnumber.-40.5) 578 0 R (lstnumber.-40.6) 579 0 R (lstnumber.-40.7) 580 0 R (lstnumber.-40.8) 581 0 R (lstnumber.-40.9) 582 0 R (lstnumber.-41.1) 589 0 R (lstnumber.-41.2) 590 0 R (lstnumber.-42.1) 592 0 R (lstnumber.-42.10) 601 0 R (lstnumber.-42.11) 602 0 R (lstnumber.-42.12) 603 0 R (lstnumber.-42.13) 604 0 R (lstnumber.-42.14) 605 0 R (lstnumber.-42.15) 606 0 R (lstnumber.-42.16) 607 0 R (lstnumber.-42.17) 608 0 R (lstnumber.-42.18) 609 0 R (lstnumber.-42.2) 593 0 R (lstnumber.-42.3) 594 0 R (lstnumber.-42.4) 595 0 R (lstnumber.-42.5) 596 0 R (lstnumber.-42.6) 597 0 R (lstnumber.-42.7) 598 0 R (lstnumber.-42.8) 599 0 R (lstnumber.-42.9) 600 0 R (lstnumber.-43.1) 615 0 R (lstnumber.-44.1) 617 0 R (lstnumber.-44.2) 618 0 R (lstnumber.-44.3) 619 0 R (lstnumber.-44.4) 620 0 R (lstnumber.-44.5) 621 0 R (lstnumber.-44.6) 622 0 R (lstnumber.-44.7) 623 0 R (lstnumber.-45.1) 627 0 R (lstnumber.-45.2) 628 0 R (lstnumber.-45.3) 629 0 R (lstnumber.-45.4) 630 0 R (lstnumber.-45.
5) 631 0 R (lstnumber.-46.1) 633 0 R (lstnumber.-47.1) 635 0 R (lstnumber.-5.1) 190 0 R (lstnumber.-5.2) 191 0 R (lstnumber.-5.3) 192 0 R (lstnumber.-5.4) 193 0 R (lstnumber.-5.5) 194 0 R (lstnumber.-5.6) 195 0 R (lstnumber.-5.7) 196 0 R (lstnumber.-5.8) 197 0 R (lstnumber.-5.9) 198 0 R (lstnumber.-6.1) 200 0 R (lstnumber.-7.1) 202 0 R (lstnumber.-7.10) 215 0 R (lstnumber.-7.11) 216 0 R (lstnumber.-7.12) 217 0 R (lstnumber.-7.13) 218 0 R (lstnumber.-7.2) 203 0 R (lstnumber.-7.3) 204 0 R (lstnumber.-7.4) 205 0 R (lstnumber.-7.5) 206 0 R (lstnumber.-7.6) 207 0 R (lstnumber.-7.7) 208 0 R (lstnumber.-7.8) 209 0 R (lstnumber.-7.9) 210 0 R (lstnumber.-8.1) 222 0 R (lstnumber.-8.2) 223 0 R (lstnumber.-9.1) 225 0 R (named_parameters) 244 0 R (page.1) 145 0 R (page.10) 470 0 R (page.11) 517 0 R (page.12) 568 0 R (page.13) 613 0 R (page.2) 186 0 R (page.3) 214 0 R (page.4) 248 0 R (page.5) 285 0 R (page.6) 326 0 R (page.7) 361 0 R (page.8) 404 0 R (page.9) 449 0 R (page.i) 97 0 R (pag
e.ii) 112 0 R (page.iii) 141 0 R (section.1) 6 0 R (section.2) 10 0 R (section.3) 14 0 R (section.4) 62 0 R (section.5) 86 0 R (subsection.3.1) 18 0 R (subsection.3.2) 22 0 R (subsection.3.3) 26 0 R (subsection.3.4) 30 0 R (subsection.3.5) 34 0 R (subsection.3.6) 38 0 R (subsection.3.7) 50 0 R (subsection.3.8) 54 0 R (subsection.3.9) 58 0 R (subsection.4.1) 66 0 R (subsection.4.2) 70 0 R (subsection.4.3) 74 0 R (subsection.4.4) 78 0 R (subsection.4.5) 82 0 R (subsection.5.1) 90 0 R (subsubsection.3.6.1) 42 0 R (subsubsection.3.6.2) 46 0 R]
+/Limits [(Doc-Start) (subsubsection.3.6.2)]
+>> endobj
+650 0 obj <<
+/Kids [649 0 R]
+>> endobj
+651 0 obj <<
+/Dests 650 0 R
+>> endobj
+652 0 obj <<
+/Type /Catalog
+/Pages 647 0 R
+/Outlines 648 0 R
+/Names 651 0 R
+/PageMode /UseOutlines
+/OpenAction 93 0 R
+>> endobj
+653 0 obj <<
+/Author()/Title(A Swift Tutorial)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfeTeX-1.21a)/Keywords()
+/CreationDate (D:20110516142225-05'00')
+/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4)
+>> endobj
+xref
+0 654
+0000000001 65535 f
+0000000002 00000 f
+0000000003 00000 f
+0000000004 00000 f
+0000000000 00000 f
+0000000009 00000 n
+0000014704 00000 n
+0000190452 00000 n
+0000000054 00000 n
+0000000084 00000 n
+0000014828 00000 n
+0000190366 00000 n
+0000000129 00000 n
+0000000159 00000 n
+0000020667 00000 n
+0000190241 00000 n
+0000000205 00000 n
+0000000241 00000 n
+0000020792 00000 n
+0000190167 00000 n
+0000000292 00000 n
+0000000321 00000 n
+0000028277 00000 n
+0000190080 00000 n
+0000000372 00000 n
+0000000417 00000 n
+0000034470 00000 n
+0000189993 00000 n
+0000000468 00000 n
+0000000502 00000 n
+0000034721 00000 n
+0000189906 00000 n
+0000000553 00000 n
+0000000581 00000 n
+0000041326 00000 n
+0000189819 00000 n
+0000000632 00000 n
+0000000657 00000 n
+0000042332 00000 n
+0000189695 00000 n
+0000000708 00000 n
+0000000734 00000 n
+0000047548 00000 n
+0000189621 00000 n
+0000000790 00000 n
+0000000826 00000 n
+0000048177 00000 n
+0000189547 00000 n
+0000000882 00000 n
+0000000925 00000 n
+0000054278 00000 n
+0000189460 00000 n
+0000000976 00000 n
+0000001002 00000 n
+0000055787 00000 n
+0000189373 00000 n
+0000001053 00000 n
+0000001074 00000 n
+0000056287 00000 n
+0000189299 00000 n
+0000001125 00000 n
+0000001164 00000 n
+0000064645 00000 n
+0000189174 00000 n
+0000001210 00000 n
+0000001245 00000 n
+0000064769 00000 n
+0000189100 00000 n
+0000001296 00000 n
+0000001350 00000 n
+0000065081 00000 n
+0000189013 00000 n
+0000001401 00000 n
+0000001444 00000 n
+0000072874 00000 n
+0000188926 00000 n
+0000001495 00000 n
+0000001530 00000 n
+0000072999 00000 n
+0000188839 00000 n
+0000001581 00000 n
+0000001627 00000 n
+0000087023 00000 n
+0000188765 00000 n
+0000001678 00000 n
+0000001720 00000 n
+0000100510 00000 n
+0000188653 00000 n
+0000001766 00000 n
+0000001789 00000 n
+0000100635 00000 n
+0000188592 00000 n
+0000001840 00000 n
+0000001888 00000 n
+0000002310 00000 n
+0000002552 00000 n
+0000001939 00000 n
+0000002429 00000 n
+0000187104 00000 n
+0000167604 00000 n
+0000186932 00000 n
+0000166974 00000 n
+0000159388 00000 n
+0000166803 00000 n
+0000002490 00000 n
+0000158674 00000 n
+0000147555 00000 n
+0000158504 00000 n
+0000188106 00000 n
+0000008468 00000 n
+0000004598 00000 n
+0000002649 00000 n
+0000008405 00000 n
+0000004908 00000 n
+0000146940 00000 n
+0000135584 00000 n
+0000146767 00000 n
+0000005062 00000 n
+0000005217 00000 n
+0000005372 00000 n
+0000005532 00000 n
+0000005692 00000 n
+0000005852 00000 n
+0000006012 00000 n
+0000006172 00000 n
+0000006332 00000 n
+0000006497 00000 n
+0000006662 00000 n
+0000006821 00000 n
+0000006981 00000 n
+0000007141 00000 n
+0000007295 00000 n
+0000007455 00000 n
+0000007615 00000 n
+0000007774 00000 n
+0000007933 00000 n
+0000008092 00000 n
+0000008246 00000 n
+0000009232 00000 n
+0000009047 00000 n
+0000008579 00000 n
+0000009169 00000 n
+0000016586 00000 n
+0000013857 00000 n
+0000009330 00000 n
+0000014641 00000 n
+0000014765 00000 n
+0000135249 00000 n
+0000127186 00000 n
+0000135071 00000 n
+0000014015 00000 n
+0000014226 00000 n
+0000014436 00000 n
+0000014890 00000 n
+0000014953 00000 n
+0000015016 00000 n
+0000126251 00000 n
+0000107393 00000 n
+0000126080 00000 n
+0000015079 00000 n
+0000015142 00000 n
+0000015205 00000 n
+0000015268 00000 n
+0000015331 00000 n
+0000015394 00000 n
+0000015457 00000 n
+0000015520 00000 n
+0000015581 00000 n
+0000015644 00000 n
+0000015707 00000 n
+0000015770 00000 n
+0000015833 00000 n
+0000015896 00000 n
+0000015959 00000 n
+0000016022 00000 n
+0000016084 00000 n
+0000016145 00000 n
+0000016208 00000 n
+0000016271 00000 n
+0000016334 00000 n
+0000016397 00000 n
+0000016460 00000 n
+0000016523 00000 n
+0000022300 00000 n
+0000020482 00000 n
+0000016723 00000 n
+0000020604 00000 n
+0000020729 00000 n
+0000020854 00000 n
+0000020917 00000 n
+0000020980 00000 n
+0000021043 00000 n
+0000021106 00000 n
+0000021169 00000 n
+0000021232 00000 n
+0000021295 00000 n
+0000021358 00000 n
+0000021421 00000 n
+0000021484 00000 n
+0000021546 00000 n
+0000021609 00000 n
+0000021672 00000 n
+0000021735 00000 n
+0000021798 00000 n
+0000021861 00000 n
+0000021924 00000 n
+0000021987 00000 n
+0000022050 00000 n
+0000022112 00000 n
+0000022175 00000 n
+0000022238 00000 n
+0000029848 00000 n
+0000027658 00000 n
+0000022424 00000 n
+0000027962 00000 n
+0000028025 00000 n
+0000028088 00000 n
+0000028151 00000 n
+0000028214 00000 n
+0000027800 00000 n
+0000028339 00000 n
+0000028402 00000 n
+0000028465 00000 n
+0000028528 00000 n
+0000028591 00000 n
+0000028653 00000 n
+0000028716 00000 n
+0000028779 00000 n
+0000028842 00000 n
+0000028905 00000 n
+0000028968 00000 n
+0000029031 00000 n
+0000029094 00000 n
+0000029157 00000 n
+0000029220 00000 n
+0000029283 00000 n
+0000029346 00000 n
+0000029409 00000 n
+0000029472 00000 n
+0000029535 00000 n
+0000029598 00000 n
+0000029660 00000 n
+0000029723 00000 n
+0000029786 00000 n
+0000101501 00000 n
+0000035852 00000 n
+0000033530 00000 n
+0000029972 00000 n
+0000033652 00000 n
+0000033715 00000 n
+0000033778 00000 n
+0000033841 00000 n
+0000033904 00000 n
+0000033967 00000 n
+0000034029 00000 n
+0000034092 00000 n
+0000034155 00000 n
+0000034218 00000 n
+0000034281 00000 n
+0000034344 00000 n
+0000034407 00000 n
+0000034532 00000 n
+0000034595 00000 n
+0000034658 00000 n
+0000034783 00000 n
+0000034846 00000 n
+0000034909 00000 n
+0000034972 00000 n
+0000035035 00000 n
+0000035098 00000 n
+0000035161 00000 n
+0000035224 00000 n
+0000035287 00000 n
+0000035350 00000 n
+0000035413 00000 n
+0000035476 00000 n
+0000035539 00000 n
+0000035602 00000 n
+0000035664 00000 n
+0000035727 00000 n
+0000035790 00000 n
+0000188222 00000 n
+0000042709 00000 n
+0000040449 00000 n
+0000035963 00000 n
+0000040571 00000 n
+0000040634 00000 n
+0000105178 00000 n
+0000103721 00000 n
+0000105017 00000 n
+0000103386 00000 n
+0000101532 00000 n
+0000103225 00000 n
+0000040697 00000 n
+0000040760 00000 n
+0000040823 00000 n
+0000040885 00000 n
+0000040948 00000 n
+0000041011 00000 n
+0000041074 00000 n
+0000041137 00000 n
+0000041200 00000 n
+0000041263 00000 n
+0000041388 00000 n
+0000041451 00000 n
+0000041514 00000 n
+0000041577 00000 n
+0000041640 00000 n
+0000041703 00000 n
+0000041765 00000 n
+0000041828 00000 n
+0000041891 00000 n
+0000041954 00000 n
+0000042017 00000 n
+0000042080 00000 n
+0000042143 00000 n
+0000042206 00000 n
+0000042269 00000 n
+0000042394 00000 n
+0000042457 00000 n
+0000042520 00000 n
+0000042583 00000 n
+0000042646 00000 n
+0000049497 00000 n
+0000047237 00000 n
+0000042847 00000 n
+0000047359 00000 n
+0000047422 00000 n
+0000047485 00000 n
+0000047610 00000 n
+0000047673 00000 n
+0000047736 00000 n
+0000047799 00000 n
+0000047862 00000 n
+0000047925 00000 n
+0000047988 00000 n
+0000048051 00000 n
+0000048114 00000 n
+0000048239 00000 n
+0000048302 00000 n
+0000048365 00000 n
+0000048427 00000 n
+0000048490 00000 n
+0000048553 00000 n
+0000048616 00000 n
+0000048679 00000 n
+0000048742 00000 n
+0000048805 00000 n
+0000048868 00000 n
+0000048931 00000 n
+0000048994 00000 n
+0000049057 00000 n
+0000049119 00000 n
+0000049182 00000 n
+0000049245 00000 n
+0000049308 00000 n
+0000049371 00000 n
+0000049434 00000 n
+0000056851 00000 n
+0000054093 00000 n
+0000049608 00000 n
+0000054215 00000 n
+0000054340 00000 n
+0000054403 00000 n
+0000054466 00000 n
+0000054529 00000 n
+0000054592 00000 n
+0000054655 00000 n
+0000054718 00000 n
+0000054781 00000 n
+0000054844 00000 n
+0000054907 00000 n
+0000054970 00000 n
+0000055032 00000 n
+0000055095 00000 n
+0000055158 00000 n
+0000055221 00000 n
+0000055284 00000 n
+0000055347 00000 n
+0000055410 00000 n
+0000055473 00000 n
+0000055536 00000 n
+0000055599 00000 n
+0000055662 00000 n
+0000055724 00000 n
+0000055848 00000 n
+0000055910 00000 n
+0000055972 00000 n
+0000056035 00000 n
+0000056098 00000 n
+0000056161 00000 n
+0000056224 00000 n
+0000056349 00000 n
+0000056412 00000 n
+0000056475 00000 n
+0000056538 00000 n
+0000056601 00000 n
+0000056663 00000 n
+0000056726 00000 n
+0000056789 00000 n
+0000069155 00000 n
+0000065206 00000 n
+0000062127 00000 n
+0000056975 00000 n
+0000062443 00000 n
+0000062506 00000 n
+0000062569 00000 n
+0000062632 00000 n
+0000062695 00000 n
+0000062758 00000 n
+0000062820 00000 n
+0000062883 00000 n
+0000062946 00000 n
+0000063009 00000 n
+0000063072 00000 n
+0000063135 00000 n
+0000063198 00000 n
+0000063261 00000 n
+0000063324 00000 n
+0000063387 00000 n
+0000063450 00000 n
+0000063513 00000 n
+0000063576 00000 n
+0000063639 00000 n
+0000063702 00000 n
+0000063765 00000 n
+0000063828 00000 n
+0000063890 00000 n
+0000063953 00000 n
+0000064016 00000 n
+0000064079 00000 n
+0000064142 00000 n
+0000064205 00000 n
+0000064268 00000 n
+0000064330 00000 n
+0000064393 00000 n
+0000064456 00000 n
+0000064519 00000 n
+0000064582 00000 n
+0000064707 00000 n
+0000064830 00000 n
+0000064893 00000 n
+0000064956 00000 n
+0000065018 00000 n
+0000062269 00000 n
+0000065143 00000 n
+0000073124 00000 n
+0000068925 00000 n
+0000065317 00000 n
+0000072811 00000 n
+0000072936 00000 n
+0000070044 00000 n
+0000070277 00000 n
+0000070509 00000 n
+0000070740 00000 n
+0000070979 00000 n
+0000071204 00000 n
+0000071426 00000 n
+0000071657 00000 n
+0000071883 00000 n
+0000072113 00000 n
+0000072362 00000 n
+0000072586 00000 n
+0000073061 00000 n
+0000069841 00000 n
+0000069976 00000 n
+0000070023 00000 n
+0000081019 00000 n
+0000078194 00000 n
+0000073263 00000 n
+0000078316 00000 n
+0000078379 00000 n
+0000078442 00000 n
+0000078505 00000 n
+0000078568 00000 n
+0000078631 00000 n
+0000078693 00000 n
+0000078756 00000 n
+0000078819 00000 n
+0000078882 00000 n
+0000078945 00000 n
+0000079008 00000 n
+0000079071 00000 n
+0000079134 00000 n
+0000079197 00000 n
+0000079260 00000 n
+0000079321 00000 n
+0000079384 00000 n
+0000079447 00000 n
+0000079510 00000 n
+0000079573 00000 n
+0000079636 00000 n
+0000079699 00000 n
+0000079762 00000 n
+0000079825 00000 n
+0000079888 00000 n
+0000079951 00000 n
+0000080013 00000 n
+0000080076 00000 n
+0000080139 00000 n
+0000080202 00000 n
+0000080265 00000 n
+0000080328 00000 n
+0000080391 00000 n
+0000080454 00000 n
+0000080517 00000 n
+0000080580 00000 n
+0000080642 00000 n
+0000080705 00000 n
+0000080768 00000 n
+0000080831 00000 n
+0000080894 00000 n
+0000080957 00000 n
+0000188339 00000 n
+0000089223 00000 n
+0000085806 00000 n
+0000081117 00000 n
+0000086206 00000 n
+0000086269 00000 n
+0000086332 00000 n
+0000086395 00000 n
+0000086458 00000 n
+0000086521 00000 n
+0000086583 00000 n
+0000086646 00000 n
+0000086709 00000 n
+0000086772 00000 n
+0000086835 00000 n
+0000086898 00000 n
+0000086960 00000 n
+0000085948 00000 n
+0000087085 00000 n
+0000087148 00000 n
+0000087211 00000 n
+0000087274 00000 n
+0000087337 00000 n
+0000087400 00000 n
+0000087463 00000 n
+0000087526 00000 n
+0000087588 00000 n
+0000087651 00000 n
+0000087714 00000 n
+0000087777 00000 n
+0000087840 00000 n
+0000087903 00000 n
+0000087966 00000 n
+0000088029 00000 n
+0000088092 00000 n
+0000088155 00000 n
+0000088217 00000 n
+0000088280 00000 n
+0000088343 00000 n
+0000088406 00000 n
+0000088469 00000 n
+0000088532 00000 n
+0000088595 00000 n
+0000088658 00000 n
+0000088721 00000 n
+0000088784 00000 n
+0000088847 00000 n
+0000088910 00000 n
+0000088973 00000 n
+0000089035 00000 n
+0000089098 00000 n
+0000089161 00000 n
+0000096604 00000 n
+0000093840 00000 n
+0000089334 00000 n
+0000093962 00000 n
+0000094025 00000 n
+0000094088 00000 n
+0000094151 00000 n
+0000094214 00000 n
+0000094277 00000 n
+0000094340 00000 n
+0000094402 00000 n
+0000094465 00000 n
+0000094528 00000 n
+0000094591 00000 n
+0000094654 00000 n
+0000094717 00000 n
+0000094780 00000 n
+0000094843 00000 n
+0000094906 00000 n
+0000094969 00000 n
+0000095032 00000 n
+0000095094 00000 n
+0000095157 00000 n
+0000095220 00000 n
+0000095283 00000 n
+0000095346 00000 n
+0000095409 00000 n
+0000095472 00000 n
+0000095535 00000 n
+0000095597 00000 n
+0000095660 00000 n
+0000095723 00000 n
+0000095786 00000 n
+0000095849 00000 n
+0000095912 00000 n
+0000095975 00000 n
+0000096038 00000 n
+0000096101 00000 n
+0000096164 00000 n
+0000096227 00000 n
+0000096289 00000 n
+0000096352 00000 n
+0000096415 00000 n
+0000096478 00000 n
+0000096541 00000 n
+0000101390 00000 n
+0000099696 00000 n
+0000096702 00000 n
+0000099818 00000 n
+0000099881 00000 n
+0000099944 00000 n
+0000100007 00000 n
+0000100070 00000 n
+0000100133 00000 n
+0000100196 00000 n
+0000100259 00000 n
+0000100322 00000 n
+0000100385 00000 n
+0000100447 00000 n
+0000100572 00000 n
+0000100697 00000 n
+0000100760 00000 n
+0000100823 00000 n
+0000100886 00000 n
+0000100949 00000 n
+0000101012 00000 n
+0000101075 00000 n
+0000101138 00000 n
+0000101201 00000 n
+0000101264 00000 n
+0000101327 00000 n
+0000103626 00000 n
+0000103602 00000 n
+0000105415 00000 n
+0000105390 00000 n
+0000105505 00000 n
+0000126814 00000 n
+0000135494 00000 n
+0000147236 00000 n
+0000159026 00000 n
+0000167336 00000 n
+0000187626 00000 n
+0000188440 00000 n
+0000188518 00000 n
+0000190524 00000 n
+0000202016 00000 n
+0000202055 00000 n
+0000202093 00000 n
+0000202222 00000 n
+trailer
+<<
+/Size 654
+/Root 652 0 R
+/Info 653 0 R
+/ID [<624EFF68B3B6150ADBBC3276EFE85189> <624EFF68B3B6150ADBBC3276EFE85189>]
+>>
+startxref
+202485
+%%EOF
Added: branches/release-0.92/docs/tutorial/tutorial.txt
===================================================================
--- branches/release-0.92/docs/tutorial/tutorial.txt (rev 0)
+++ branches/release-0.92/docs/tutorial/tutorial.txt 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,900 @@
+A Swift Tutorial
+================
+
+:toc:
+:icons:
+:website: http://www.ci.uchicago.edu/swift/guides/tutorial.php
+:numbered:
+
+[abstract]
+Abstract
+--------
+This is an introductory tutorial on the use of Swift and its programming
+language SwiftScript.
+
+Introduction
+------------
+This tutorial is intended to introduce new users to the basics of Swift.
+It is structured as a series of small exercise/examples which you can
+try for yourself as you read along. After the first 'hello world'
+example, there are two tracks - the language track (which introduces
+features of the SwiftScript language) and the runtime track (which
+introduces features of the Swift runtime environment, such as running
+jobs on different sites).
+
+For information on getting an installation of Swift running, consult the
+Swift Quickstart Guide <http://www.ci.uchicago.edu/swift/guides/quickstartguide.php>, and
+return to this document when you have successfully run the test
+SwiftScript program mentioned there.
+
+There is also a Swift User's Guide
+<http://www.ci.uchicago.edu/swift/guides/userguide.php> which contains
+more detailed reference material on topics covered in this manual. All
+of the programs included in this tutorial can be found in your Swift
+distribution in the examples/swift directory.
+
+Hello World
+-----------
+The first example program, first.swift, outputs a hello world message
+into a file called hello.txt.
+
+.first.swift
+************
+[java]
+source~~~~
+include::../../examples/first.swift[]
+source~~~~
+************
+
+We can run this program as follows:
+[java]
+source~~~~
+$ cd examples/swift/
+$ swift first.swift
+Swift svn swift-r3334 (swift modified locally) cog-r2752
+
+RunID: 20100526-1925-8zjupq1b
+Progress:
+Final status: Finished successfully:1
+$ cat hello.txt
+Hello, world!
+source~~~~
+
+The basic structure of this program is a type definition, an
+application procedure definition, a variable definition and then a
+call to the procedure:
+
+[java]
+source~~~~
+type messagefile;
+source~~~~
+
+First we define a new type, called messagefile. In this example, we will
+use this messagefile type as the type for our output message.
+
+
+All data in SwiftScript must be typed, whether it is stored in memory or
+on disk. This example defines a very simple type. Later on we will see
+more complex type examples.
+
+[java]
+source~~~~
+app (messagefile t) greeting() {
+ echo "Hello, world!" stdout=@filename(t);
+}
+source~~~~
+
+Next we define a procedure called greeting. This procedure will write
+out the "hello world" message to a file.
+
+To achieve this, it executes the unix utility 'echo' with a parameter
+"Hello, world!" and directs the standard output into the output file.
+
+The actual file to use is specified by the return parameter, t.
+
+messagefile outfile <"hello.txt">;
+
+Here we define a variable called outfile. The type of this variable is
+messagefile, and we specify that the contents of this variable will be
+stored on disk in a file called hello.txt
+
+outfile = greeting();
+
+Now we call the greeting procedure, with its output going to the outfile
+variable and therefore to hello.txt on disk.
+
+Over the following exercises, we'll extend this simple hello world
+program to demonstrate various features of Swift.
+
+
+Language features
+-----------------
+
+Parameters
+~~~~~~~~~~
+
+Procedures can have parameters. Input parameters specify inputs to the
+procedure and output parameters specify outputs. Our helloworld greeting
+procedure already uses an output parameter, t, which indicates where the
+greeting output will go. In this section, we will add an input parameter
+to the greeting function.
+
+The code changes from first.swift are highlighted below.
+
+[java]
+source~~~~
+include::../../examples/parameter.swift[]
+source~~~~
+
+We have modified the signature of the greeting procedure to indicate
+that it takes a single parameter, s, of type 'string'.
+
+We have modified the invocation of the 'echo' utility so that it takes
+the value of s as a parameter, instead of the string literal "Hello,
+world!".
+
+We have modified the output file definition to point to a different file
+on disk.
+
+We have modified the invocation of greeting so that a greeting string is
+supplied.
+
+The code for this section can be found in parameter.swift. It can be
+invoked using the swift command, with output appearing in hello2.txt:
+
+[java]
+source~~~~
+$ swift parameter.swift
+source~~~~
+
+Now that we can choose our greeting text, we can call the same procedure
+with different parameters to generate several output files with
+different greetings. The code is in manyparam.swift and can be run as
+before using the swift command.
+
+[java]
+source~~~~
+include::../../examples/manyparam.swift[]
+source~~~~
+
+Note that we can intermingle definitions of variables with invocations
+of procedures.
+
+When this program has been run, there should be three new files in the
+working directory (english.txt, francais.txt and nihongo.txt) each
+containing a greeting in a different language.
+
+In addition to specifying parameters positionally, parameters can be
+named, and if desired a default value can be specified - see <<named_parameters, Named and Optional Parameters>>.
+
+Adding another application
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+Now we'll define a new application procedure. The procedure we define
+will capitalise all the words in the input file.
+
+To do this, we'll use the unix tr (translate) utility. Here is an
+example of using tr on the unix command line, not using Swift:
+
+[java]
+source~~~~
+$ echo hello | tr '[a-z]' '[A-Z]'
+HELLO
+source~~~~
+
+.There are several steps
+- transformation catalog
+- application block
+
+First we need to modify the transformation catalog to define a logical
+transformation for the tc utility. The transformation catalog can be
+found in etc/tc.data. There are already several entries specifying
+where programs can be found. Add a new line to the file, specifying
+where *tr* can be found (usually in /usr/bin/tr but it may differ on
+your system), like this:
+
+[java]
+source~~~~
+localhost tr /usr/bin/tr INSTALLED INTEL32::LINUX null
+source~~~~
+
+For now, ignore all of the fields except the second and the third. The
+second field tr specifies a logical application name and the third
+specifies the location of the application executable.
+
+Now that we have defined where to find tr, we can use it in SwiftScript.
+
+We can define a new procedure, capitalise, which calls tr.
+
+[java]
+source~~~~
+(messagefile o) capitalise(messagefile i) {
+ app {
+ tr "[a-z]" "[A-Z]" stdin=@filename(i) stdout=@filename(o);
+ }
+}
+source~~~~
+We can call capitalise like this:
+
+[java]
+source~~~~
+messagefile final <"capitals.txt">;
+final = capitalise(hellofile);
+source~~~~
+
+So a full program based on the first exercise might look like this:
+
+[java]
+source~~~~
+include::../../examples/second_procedure.swift[]
+source~~~~
+
+We can use the swift command to run it like this.
+
+[java]
+source~~~~
+$ swift second_procedure.swift
+...
+$ cat capitals.txt
+HELLO FROM SWIFT
+source~~~~
+
+Anonymous files
+~~~~~~~~~~~~~~~
+In the previous section, the file greeting.txt is used only to store
+an intermediate result. We don't really care about which name is used
+for the file, and we can let Swift choose the name.
+
+To do that, omit the mapping entirely when declaring outfile:
+
+[java]
+source~~~~
+messagefile outfile;
+source~~~~
+
+Swift will choose a filename, which in the present version will be in a
+subdirectory called _concurrent.
+
+
+Datatypes
+~~~~~~~~~
+All data in variables and files has a data type. So far, we've seen two
+types:
+
+ - string - this is a built-in type for storing strings of text in
+ memory, much like in other programming languages
+ - messagefile - this is a user-defined type used to mark files as
+ containing messages
+
+SwiftScript has the additional built-in types: boolean, integer and
+float that function much like their counterparts in other programming
+languages.
+
+It is also possible to create user defined types with more structure,
+for example:
+
+[java]
+source~~~~
+type details {
+ string name;
+ int pies;
+}
+source~~~~
+
+Each element of the structured type can be accessed using a . like this:
+
+[java]
+source~~~~
+person.name = "john";
+source~~~~
+
+The following complete program, types.swift, outputs a greeting using a
+user-defined structure type to hold parameters for the message:
+
+[java]
+source~~~~
+include::../../examples/types.swift[]
+source~~~~
+
+Structured types can be comprised of marker types for files. See the
+later section on mappers for more information about this.
+
+
+Arrays
+~~~~~~
+
+We can define arrays using the [] suffix in a variable declaration:
+
+[java]
+source~~~~
+messagefile m[];
+source~~~~
+
+This program, q5.swift, will declare an array of message files.
+
+[java]
+source~~~~
+include::../../examples/q5.swift[]
+source~~~~
+
+Observe that the type of the parameter to greeting is now an array of
+strings, string s[], instead of a single string, string s, that
+elements of the array can be referenced numerically, for example s[0],
+and that the array is initialised using an array literal,
+["how","are","you"].
+
+
+Mappers
+~~~~~~~
+
+A significant difference between SwiftScript and other languages is that
+data can be referred to on disk through variables in a very similar
+fashion to data in memory. For example, in the above examples we have
+seen a variable definition like this:
+
+[java]
+source~~~~
+messagefile outfile <"q13greeting.txt">;
+source~~~~
+
+This means that outfile is a dataset variable, which is mapped to a
+file on disk called g13greeting.txt. This variable can be assigned to
+using = in a similar fashion to an in-memory variable. We can say that
+outfile is mapped onto the disk file q13greeting.txt by a mapper.
+
+There are various ways of mapping in SwiftScript. Two forms have already
+been seen in this tutorial. Later exercises will introduce more forms.
+
+The two forms of mapping seen so far are:
+
+simple named mapping - the name of the file that a variable is mapped to
+is explictly listed. Like this:
+
+[java]
+source~~~~
+messagefile outfile <"greeting.txt">;
+source~~~~
+
+This is useful when you want to explicitly name input and output files
+for your program. For example, outfile in exercise HELLOWORLD.
+
+anonymous mapping - no name is specified in the source code. A name is
+automatically generated for the file. This is useful for intermediate
+files that are only referenced through SwiftScript, such as outfile in
+exercise ANONYMOUSFILE. A variable declaration is mapped anonymously by
+ommitting any mapper definition, like this:
+
+[java]
+source~~~~
+messagefile outfile;
+source~~~~
+
+Later exercises will introduce other ways of mapping from disk files to
+SwiftScript variables.
+
+TODO: introduce @v syntax.
+
+
+The Regexp Mapper
+^^^^^^^^^^^^^^^^^
+In this exercise, we introduce the regexp mapper. This mapper
+transforms a string expression using a regular expression, and uses the
+result of that transformation as the filename to map.
+
+regexp.swift demonstrates the use of this by placing output into a
+file that is based on the name of the input file: our input file is
+mapped to the inputfile variable using the simple named mapper, and then
+we use the regular expression mapper to map the output file. Then we use
+the countwords() procedure to count the works in the input file and
+store the result in the output file. In order for the countwords()
+procedure to work correctly, add the wc utility (usually found in
+/usr/bin/wc) to tc.data.
+
+The important bit of regexp.swift is:
+
+[java]
+source~~~~
+messagefile inputfile <"q16.txt">;
+
+countfile c <regexp_mapper;
+ source=@inputfile,
+ match="(.*)txt",
+ transform="\\1count"
+ >;
+source~~~~
+
+fixed_array_mapper
+^^^^^^^^^^^^^^^^^^
+The fixed array mapper maps a list of files into an array - each
+element of the array is mapped into one file in the specified directory.
+See fixedarray.swift.
+
+[java]
+source~~~~
+include::../../examples/fixedarray.swift[]
+source~~~~
+
+foreach
+~~~~~~~
+SwiftScript provides a control structure, foreach, to operate on each
+element of an array.
+
+In this example, we will run the previous word counting example over
+each file in an array without having to explicitly list the array
+elements. The source code for this example is in foreach.swift. The
+three input files: one.txt, two.txt and three.txt are supplied.
+After you have run the workflow, you should see that there are three
+output files: one.count, two.count and three.count, each
+containing the word count for the corresponding input file. We combine
+the use of the fixed_array_mapper and the regexp_mapper.
+
+[java]
+source~~~~
+include::../../examples/foreach.swift[]
+source~~~~
+
+If
+~~
+Decisions can be made using 'if', like this:
+
+[java]
+source~~~~
+if(morning) {
+ outfile = greeting("good morning");
+} else {
+ outfile = greeting("good afternoon");
+}
+source~~~~
+
+if.swift contains a simple example of this. Compile and run if.swift
+and see that it outputs "good morning". Changing the morning variable
+from true to false will cause the program to output "good afternoon".
+
+Sequential iteration
+~~~~~~~~~~~~~~~~~~~~
+
+A development version of Swift after 0.2 (revision 1230) introduces a
+sequential iteration construct.
+
+The following example demonstrates a simple application: each step of
+the iteration is a string representation of the byte count of the
+previous step's output, with iteration terminating when the byte count
+reaches zero.
+
+Here's the program:
+
+[java]
+source~~~~
+include::../../examples/iterate.swift[]
+source~~~~
+
+echo is the standard unix echo.
+
+wcl is our application code - it counts the number of bytes in the one
+file and writes that count out to another, like this:
+
+[java]
+source~~~~
+$ cat ../wcl
+#!/bin/bash
+echo -n $(wc -c < $1) > $2
+
+$ echo -n hello > a
+$ wcl a b
+$ cat b
+5
+source~~~~
+
+Install the above wcl script somewhere and add a transformation catalog
+entry for it. Then run the example program like this:
+
+[java]
+source~~~~
+$ swift iterate.swift
+Swift svn swift-r3334 cog-r2752
+
+RunID: 20100526-2259-gtlz8zf4
+Progress:
+SwiftScript trace: extract int value , 16.0
+SwiftScript trace: extract int value , 2.0
+SwiftScript trace: extract int value , 1.0
+Final status: Finished successfully:4
+
+$ ls foldout*
+foldout0000 foldout0001 foldout0002 foldout0003
+source~~~~
+
+Runtime features
+----------------
+
+Visualising the workflow as a graph
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When running a workflow, its possible to generate a provenance graph at
+the same time:
+
+[java]
+source~~~~~
+$ swift -pgraph graph.dot first.swift
+$ dot -ograph.png -Tpng graph.dot
+source~~~~
+
+graph.png can then be viewed using your favourite image viewer. The dot application is part of the graphViz project. More information can be found at http://www.graphviz.org.
+
+Running on a remote site
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+As configured by default, all jobs are run locally. In the previous
+examples, we've invoked echo and tr executables from our SwiftScript
+program. These have been run on the local system (the same computer on
+which you ran swift). We can also make our computations run on a
+remote resource.
+
+WARNING: This example is necessarily more vague than previous examples,
+because its requires access to remote resources. You should ensure that
+you can submit a job using the globus-job-run (or globusrun-ws?)
+command(s).
+
+We do not need to modify any SwiftScript code to run on another
+resource. Instead, we must modify another catalog, the site catalog.
+This catalog provides details of the location that applications will be
+run, with the default settings referring to the local machine. We will
+modify it to refer to a remote resource - the UC Teraport cluster. If
+you are not a UC Teraport user, you should use details of a different
+resource that you do have access to.
+
+The site catalog is located in etc/sites.xml and is a relatively
+straightforward XML format file. We must modify each of the following
+three settings: gridftp (which indicates how and where data can be
+transferred to the remote resource), jobmanager (which indicates how
+applications can be run on the remote resource) and workdirectory (which
+indicates where working storage can be found on the remote resource).
+
+
+Writing a mapper
+~~~~~~~~~~~~~~~~
+
+This section will introduce writing a custom mapper so that Swift is
+able to access data files laid out in application-specific ways.
+
+An application-specific mapper must take the form of a Java class that
+implements the Mapper
+<http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html>
+interface.
+
+Usually you don't need to implement this interface directly, because
+Swift provides a number of more concrete classes with some functionality
+already implemented.
+
+The hierarchy of helper classes is:
+
+http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/Mapper.html[Mapper]
+
+This is the abstract interface for mappers in Swift. You must
+implement methods to provide access to mapper properties, to map from a
+SwiftScript dataset path (such as foo[1].bar) to a file name, to check
+whether a file exists. None of the default Swift mappers implement this
+interface directly - instead they use one of the following helper classes.
+
+http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/AbstractMapper.html[Abstract Mapper]
+
+This provides helper methods to manage mapper properties and to handle
+existance checking. Examples of mappers which use this class are:
+http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.array_mapper[Array Mapper],
+http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.csv_mapper[CSV Mapper],
+http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.fixed_array_mapper[Fixed Array Mapper],
+http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.regexp_mapper[Regexp Mapper],
+and http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.single_file_mapper[Single File Mapper].
+
+http://www.ci.uchicago.edu/swift/javadoc/vdsk/org/griphyn/vdl/mapping/file/AbstractFileMapper.html[AbstractFileMapper]
+This provides a helper class for mappers which select files based on
+selecting files from a directory listing. It is necessary to write some
+helper methods that are different from the above mapper methods.
+Examples of mappers which use this class are:
+http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.simple_mapper[simple_mapper],
+http://www.ci.uchicago.edu/swift/guides/userguide.php#mapper.filesys_mapper[filesys_mapper],
+and the (undocumented) StructuredRegularExpressionMapper.
+
+In general, to write a mapper, choose either the AbstractMapper or the
+AbstractFileMapper and extend those. If your mapper will generally
+select the files it returns based on a directory listing and will
+convert paths to filenames using some regular conversion (for example,
+in the way that simple_mapper maps files in a directory that match a
+particular pattern), then you should probably use the
+AbstractFileMapper. If your mapper will produce a list of files in some
+other way (for example, in the way that csv_mapper maps based on
+filenames given in a CSV file rather than looking at which files are in
+a directory), then you should probably use the AbstractMapper.
+
+
+Writing a very basic mapper
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+In this section, we will write a very basic (almost useless) mapper that
+will map a SwiftScript dataset into a hardcoded file called
+myfile.txt, like this:
+
+
+ Swift variable Filename
+
+ var <-----------------------------> myfile.txt
+
+We should be able to use the mapper we write in a SwiftScript program
+like this:
+
+[java]
+source~~~~
+type file;
+file f <my_first_mapper;>;
+source~~~~
+
+First we must choose a base class - AbstractMapper or
+AbstractFileMapper. We aren't going to use a directory listing to decide
+on our mapping - we are getting the mapping from some other source (in
+fact, it will be hard coded). So we will use AbstractMapper.
+
+So now onto the source code. We must define a subclass of AbstractMapper
+and implement several mapper methods: isStatic, existing, and map. These
+methods are documented in the javadoc for the Mapper interface.
+
+Here is the code implementing this mapper. Put this in your source
+vdsk directory, make a directory src/tutorial/|and put this file in
+src/tutorial/MyFirstMapper.java.
+
+[java]
+source~~~~
+package tutorial;
+
+import java.util.Arrays;
+import java.util.Collection;
+import java.util.Collections;
+
+import org.griphyn.vdl.mapping.AbsFile;
+import org.griphyn.vdl.mapping.AbstractMapper;
+import org.griphyn.vdl.mapping.Path;
+import org.griphyn.vdl.mapping.PhysicalFormat;
+
+public class MyFirstMapper extends AbstractMapper {
+
+ AbsFile myfile = new AbsFile("myfile.txt");
+
+ public boolean isStatic() {
+ return false;
+ }
+
+ public Collection existing() {
+ if (myfile.exists())
+ return Arrays.asList(new Path[] {Path.EMPTY_PATH});
+ else
+ return Collections.EMPTY_LIST;
+ }
+
+ public PhysicalFormat map(Path p) {
+ if(p.equals(Path.EMPTY_PATH))
+ return myfile;
+ else
+ return null;
+ }
+}
+source~~~~
+
+Now we need to inform the Swift engine about the existence of this
+mapper. We do that by editing the MapperFactory class definition, in
+src/org/griphyn/vdl/mapping/MapperFactory.java and adding a
+registerMapper call alongside the existing registerMapper calls, like this:
+
+[java]
+source~~~~
+registerMapper("my_first_mapper", tutorial.MyFirstMapper.class);
+source~~~~
+
+The first parameter is the name of the mapper that will be used in
+SwiftScript program. The second parameter is the new Mapper class that
+we just wrote.
+
+Now rebuild Swift using the "ant redist" target.
+
+This new Swift build will be aware of your new mapper. We can test it
+out with a hello world program:
+
+[java]
+source~~~~
+type messagefile;
+
+(messagefile t) greeting() {
+ app {
+ echo "hello" stdout=@filename(t);
+ }
+}
+
+messagefile outfile <my_first_mapper;>;
+
+outfile = greeting();
+source~~~~
+
+Run this program, and hopefully you will find the "hello" string has
+been output into the hard coded output file myfile.txt:
+
+[java]
+source~~~~
+$ cat myfile.txt
+hello
+source~~~~
+
+So that's a first very simple mapper implemented. Compare the source
+code to the single_file_mapper in
+http://www.ci.uchicago.edu/trac/swift/browser/trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java[SingleFileMapper.java].
+There is not much more code to the single_file_mapper - mostly code to
+deal with the file parameter.
+
+
+Starting and restarting
+~~~~~~~~~~~~~~~~~~~~~~~
+
+Now we're going to try out the restart capabilities of Swift. We will
+make a workflow that will deliberately fail, and then we will fix the
+problem so that Swift can continue with the workflow.
+
+First we have the program in working form, restart.swift.
+
+[java]
+source~~~~
+include::../../examples/restart.swift[]
+source~~~~
+
+We must define some transformation catalog entries:
+
+[java]
+source~~~~
+localhost touch /usr/bin/touch INSTALLED INTEL32::LINUX null
+localhost broken /bin/true INSTALLED INTEL32::LINUX null
+source~~~~
+
+Now we can run the program:
+
+[java]
+source~~~~
+$ swift restart.swift
+Swift 0.9 swift-r2860 cog-r2388
+
+RunID: 20100526-1119-3kgzzi15
+Progress:
+Final status: Finished successfully:4
+source~~~~
+
+Four jobs run - touch, echo, broken and a final echo. (note that broken
+isn't actually broken yet).
+
+Now we will break the broken job and see what happens. Replace the
+definition in tc.data for broken with this:
+
+[java]
+source~~~~
+localhost broken /bin/false INSTALLED INTEL32::LINUX null
+source~~~~
+
+Now when we run the workflow, the broken task fails:
+
+[java]
+source~~~~
+$ swift restart.swift
+
+Swift 0.9 swift-r2860 cog-r2388
+
+RunID: 20100526-1121-tssdcljg
+Progress:
+Progress: Stage in:1 Finished successfully:2
+Execution failed:
+ Exception in broken:
+Arguments: [process]
+Host: localhost
+Directory: restart-20100526-1121-tssdcljg/jobs/1/broken-1i6ufisj
+stderr.txt:
+stdout.txt:
+source~~~~
+
+From the output we can see that touch and the first echo completed, but
+then broken failed and so swift did not attempt to execute the final echo.
+
+There will be a restart log with the same name as the RunID:
+
+[java]
+source~~~~
+$ ls *20100526-1121-tssdcljg*rlog
+restart-20100526-1121-tssdcljg.0.rlog
+source~~~~
+
+This restart log contains enough information for swift to know which
+parts of the workflow were executed successfully.
+
+We can try to rerun it immediately, like this:
+
+[java]
+source~~~~
+$ swift -resume restart-20100526-1121-tssdcljg.0.rlog restart.swift
+
+Swift 0.9 swift-r2860 cog-r2388
+
+RunID: 20100526-1125-7yx0zi6d
+Progress:
+Execution failed:
+ Exception in broken:
+Arguments: [process]
+Host: localhost
+Directory: restart-20100526-1125-7yx0zi6d/jobs/m/broken-msn1gisj
+stderr.txt:
+stdout.txt:
+
+----
+
+Caused by:
+ Exit code 1
+source~~~~
+
+Swift tried to resume the workflow by executing "broken" again. It did
+not try to run the touch or first echo jobs, because the restart log
+says that they do not need to be executed again.
+
+Broken failed again, leaving the original restart log in place.
+
+Now we will fix the problem with "broken" by restoring the original
+tc.data line that works.
+
+Remove the existing "broken" line and replace it with the successful
+tc.data entry above:
+
+[java]
+source~~~~
+localhost broken /bin/true INSTALLED INTEL32::LINUX null
+source~~~~
+
+Now run again:
+
+[java]
+source~~~~
+$ swift -resume restart-20100526-1121-tssdcljg.0.rlog restart.swift
+
+Swift 0.9 swift-r2860 cog-r2388
+
+RunID: 20100526-1128-a2gfuxhg
+Progress:
+Final status: Initializing:2 Finished successfully:2
+source~~~~
+
+Swift tries to run "broken" again. This time it works, and so Swift
+continues on to execute the final piece of the workflow as if nothing
+had ever gone wrong.
+
+
+bits
+----
+
+Named and optional parameters
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+anchor:named_parameters
+In addition to specifying parameters positionally, parameters can be
+named, and if desired a default value can be specified:
+
+[java]
+source~~~~
+(messagefile t) greeting (string s="hello") {
+ app {
+ echo s stdout=@filename(t);
+ }
+}
+source~~~~
+
+When we invoke the procedure, we can specify values for the parameters
+by name. The following code can be found in q21.swift.
+
+[java]
+source~~~~
+french = greeting(s="bonjour");
+source~~~~
+
+or we can let the default value apply:
+
+[java]
+source~~~~
+english = greeting();
+source~~~~
Added: branches/release-0.92/docs/userguide/swift-site-model.png
===================================================================
(Binary files differ)
Property changes on: branches/release-0.92/docs/userguide/swift-site-model.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/release-0.92/docs/userguide/type-hierarchy.png
===================================================================
(Binary files differ)
Property changes on: branches/release-0.92/docs/userguide/type-hierarchy.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/release-0.92/docs/userguide/userguide.html
===================================================================
--- branches/release-0.92/docs/userguide/userguide.html (rev 0)
+++ branches/release-0.92/docs/userguide/userguide.html 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,4351 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.6.4" />
+<title>Swift User Guide</title>
+<style type="text/css">
+/* Sans-serif font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+div#toctitle,
+span#author, span#revnumber, span#revdate, span#revremark,
+div#footer {
+ font-family: Arial,Helvetica,sans-serif;
+}
+
+/* Serif font. */
+div.sectionbody {
+ font-family: Georgia,"Times New Roman",Times,serif;
+}
+
+/* Monospace font. */
+tt {
+ font-size: inherit;
+}
+
+body {
+ margin: 1em 5% 1em 5%;
+}
+
+a {
+ color: blue;
+ text-decoration: underline;
+}
+a:visited {
+ color: fuchsia;
+}
+
+em {
+ font-style: italic;
+ color: navy;
+}
+
+strong {
+ font-weight: bold;
+ color: #083194;
+}
+
+tt {
+ font-size: inherit;
+ color: navy;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #527bbd;
+ margin-top: 1.2em;
+ margin-bottom: 0.5em;
+ line-height: 1.3;
+}
+
+h1, h2, h3 {
+ border-bottom: 2px solid silver;
+}
+h2 {
+ padding-top: 0.5em;
+}
+h3 {
+ float: left;
+}
+h3 + * {
+ clear: left;
+}
+
+div.sectionbody {
+ margin-left: 0;
+}
+
+hr {
+ border: 1px solid silver;
+}
+
+p {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+ul, ol, li > p {
+ margin-top: 0;
+}
+ul > li { color: #aaa; }
+ul > li > * { color: black; }
+
+pre {
+ padding: 0;
+ margin: 0;
+}
+
+span#author {
+ color: #527bbd;
+ font-weight: bold;
+ font-size: 1.1em;
+}
+span#email {
+}
+span#revnumber, span#revdate, span#revremark {
+}
+
+div#footer {
+ font-size: small;
+ border-top: 2px solid silver;
+ padding-top: 0.5em;
+ margin-top: 4.0em;
+}
+div#footer-text {
+ float: left;
+ padding-bottom: 0.5em;
+}
+div#footer-badges {
+ float: right;
+ padding-bottom: 0.5em;
+}
+
+div#preamble {
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+}
+div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
+div.admonitionblock {
+ margin-top: 1.0em;
+ margin-bottom: 1.5em;
+}
+div.admonitionblock {
+ margin-top: 2.0em;
+ margin-bottom: 2.0em;
+ margin-right: 10%;
+ color: #606060;
+}
+
+div.content { /* Block element content. */
+ padding: 0;
+}
+
+/* Block element titles. */
+div.title, caption.title {
+ color: #527bbd;
+ font-weight: bold;
+ text-align: left;
+ margin-top: 1.0em;
+ margin-bottom: 0.5em;
+}
+div.title + * {
+ margin-top: 0;
+}
+
+td div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content + div.title {
+ margin-top: 0.0em;
+}
+
+div.sidebarblock > div.content {
+ background: #ffffee;
+ border: 1px solid #dddddd;
+ border-left: 4px solid #f0f0f0;
+ padding: 0.5em;
+}
+
+div.listingblock > div.content {
+ border: 1px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
+ background: #f8f8f8;
+ padding: 0.5em;
+}
+
+div.quoteblock, div.verseblock {
+ padding-left: 1.0em;
+ margin-left: 1.0em;
+ margin-right: 10%;
+ border-left: 5px solid #f0f0f0;
+ color: #777777;
+}
+
+div.quoteblock > div.attribution {
+ padding-top: 0.5em;
+ text-align: right;
+}
+
+div.verseblock > pre.content {
+ font-family: inherit;
+ font-size: inherit;
+}
+div.verseblock > div.attribution {
+ padding-top: 0.75em;
+ text-align: left;
+}
+/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
+div.verseblock + div.attribution {
+ text-align: left;
+}
+
+div.admonitionblock .icon {
+ vertical-align: top;
+ font-size: 1.1em;
+ font-weight: bold;
+ text-decoration: underline;
+ color: #527bbd;
+ padding-right: 0.5em;
+}
+div.admonitionblock td.content {
+ padding-left: 0.5em;
+ border-left: 3px solid #dddddd;
+}
+
+div.exampleblock > div.content {
+ border-left: 3px solid #dddddd;
+ padding-left: 0.5em;
+}
+
+div.imageblock div.content { padding-left: 0; }
+span.image img { border-style: none; }
+a.image:visited { color: white; }
+
+dl {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+dt {
+ margin-top: 0.5em;
+ margin-bottom: 0;
+ font-style: normal;
+ color: navy;
+}
+dd > *:first-child {
+ margin-top: 0.1em;
+}
+
+ul, ol {
+ list-style-position: outside;
+}
+ol.arabic {
+ list-style-type: decimal;
+}
+ol.loweralpha {
+ list-style-type: lower-alpha;
+}
+ol.upperalpha {
+ list-style-type: upper-alpha;
+}
+ol.lowerroman {
+ list-style-type: lower-roman;
+}
+ol.upperroman {
+ list-style-type: upper-roman;
+}
+
+div.compact ul, div.compact ol,
+div.compact p, div.compact p,
+div.compact div, div.compact div {
+ margin-top: 0.1em;
+ margin-bottom: 0.1em;
+}
+
+div.tableblock > table {
+ border: 3px solid #527bbd;
+}
+thead, p.table.header {
+ font-weight: bold;
+ color: #527bbd;
+}
+tfoot {
+ font-weight: bold;
+}
+td > div.verse {
+ white-space: pre;
+}
+p.table {
+ margin-top: 0;
+}
+/* Because the table frame attribute is overriden by CSS in most browsers. */
+div.tableblock > table[frame="void"] {
+ border-style: none;
+}
+div.tableblock > table[frame="hsides"] {
+ border-left-style: none;
+ border-right-style: none;
+}
+div.tableblock > table[frame="vsides"] {
+ border-top-style: none;
+ border-bottom-style: none;
+}
+
+
+div.hdlist {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+div.hdlist tr {
+ padding-bottom: 15px;
+}
+dt.hdlist1.strong, td.hdlist1.strong {
+ font-weight: bold;
+}
+td.hdlist1 {
+ vertical-align: top;
+ font-style: normal;
+ padding-right: 0.8em;
+ color: navy;
+}
+td.hdlist2 {
+ vertical-align: top;
+}
+div.hdlist.compact tr {
+ margin: 0;
+ padding-bottom: 0;
+}
+
+.comment {
+ background: yellow;
+}
+
+.footnote, .footnoteref {
+ font-size: 0.8em;
+}
+
+span.footnote, span.footnoteref {
+ vertical-align: super;
+}
+
+#footnotes {
+ margin: 20px 0 20px 0;
+ padding: 7px 0 0 0;
+}
+
+#footnotes div.footnote {
+ margin: 0 0 5px 0;
+}
+
+#footnotes hr {
+ border: none;
+ border-top: 1px solid silver;
+ height: 1px;
+ text-align: left;
+ margin-left: 0;
+ width: 20%;
+ min-width: 100px;
+}
+
+div.colist td {
+ padding-right: 0.5em;
+ padding-bottom: 0.3em;
+ vertical-align: top;
+}
+div.colist td img {
+ margin-top: 0.3em;
+}
+
+ at media print {
+ div#footer-badges { display: none; }
+}
+
+div#toc {
+ margin-bottom: 2.5em;
+}
+
+div#toctitle {
+ color: #527bbd;
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 1.0em;
+ margin-bottom: 0.1em;
+}
+
+div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+div.toclevel2 {
+ margin-left: 2em;
+ font-size: 0.9em;
+}
+div.toclevel3 {
+ margin-left: 4em;
+ font-size: 0.9em;
+}
+div.toclevel4 {
+ margin-left: 6em;
+ font-size: 0.9em;
+}
+
+span.aqua { color: aqua; }
+span.black { color: black; }
+span.blue { color: blue; }
+span.fuchsia { color: fuchsia; }
+span.gray { color: gray; }
+span.green { color: green; }
+span.lime { color: lime; }
+span.maroon { color: maroon; }
+span.navy { color: navy; }
+span.olive { color: olive; }
+span.purple { color: purple; }
+span.red { color: red; }
+span.silver { color: silver; }
+span.teal { color: teal; }
+span.white { color: white; }
+span.yellow { color: yellow; }
+
+span.aqua-background { background: aqua; }
+span.black-background { background: black; }
+span.blue-background { background: blue; }
+span.fuchsia-background { background: fuchsia; }
+span.gray-background { background: gray; }
+span.green-background { background: green; }
+span.lime-background { background: lime; }
+span.maroon-background { background: maroon; }
+span.navy-background { background: navy; }
+span.olive-background { background: olive; }
+span.purple-background { background: purple; }
+span.red-background { background: red; }
+span.silver-background { background: silver; }
+span.teal-background { background: teal; }
+span.white-background { background: white; }
+span.yellow-background { background: yellow; }
+
+span.big { font-size: 2em; }
+span.small { font-size: 0.6em; }
+</style>
+<script type="text/javascript">
+/*<![CDATA[*/
+window.onload = function(){asciidoc.footnotes(); asciidoc.toc(2);}
+var asciidoc = { // Namespace.
+
+/////////////////////////////////////////////////////////////////////
+// Table Of Contents generator
+/////////////////////////////////////////////////////////////////////
+
+/* Author: Mihai Bazon, September 2002
+ * http://students.infoiasi.ro/~mishoo
+ *
+ * Table Of Content generator
+ * Version: 0.4
+ *
+ * Feel free to use this script under the terms of the GNU General Public
+ * License, as long as you do not remove or alter this notice.
+ */
+
+ /* modified by Troy D. Hanson, September 2006. License: GPL */
+ /* modified by Stuart Rackham, 2006, 2009. License: GPL */
+
+// toclevels = 1..4.
+toc: function (toclevels) {
+
+ function getText(el) {
+ var text = "";
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
+ text += i.data;
+ else if (i.firstChild != null)
+ text += getText(i);
+ }
+ return text;
+ }
+
+ function TocEntry(el, text, toclevel) {
+ this.element = el;
+ this.text = text;
+ this.toclevel = toclevel;
+ }
+
+ function tocEntries(el, toclevels) {
+ var result = new Array;
+ var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
+ // Function that scans the DOM tree for header elements (the DOM2
+ // nodeIterator API would be a better technique but not supported by all
+ // browsers).
+ var iterate = function (el) {
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
+ var mo = re.exec(i.tagName);
+ if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
+ result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
+ }
+ iterate(i);
+ }
+ }
+ }
+ iterate(el);
+ return result;
+ }
+
+ var toc = document.getElementById("toc");
+ var entries = tocEntries(document.getElementById("content"), toclevels);
+ for (var i = 0; i < entries.length; ++i) {
+ var entry = entries[i];
+ if (entry.element.id == "")
+ entry.element.id = "_toc_" + i;
+ var a = document.createElement("a");
+ a.href = "#" + entry.element.id;
+ a.appendChild(document.createTextNode(entry.text));
+ var div = document.createElement("div");
+ div.appendChild(a);
+ div.className = "toclevel" + entry.toclevel;
+ toc.appendChild(div);
+ }
+ if (entries.length == 0)
+ toc.parentNode.removeChild(toc);
+},
+
+
+/////////////////////////////////////////////////////////////////////
+// Footnotes generator
+/////////////////////////////////////////////////////////////////////
+
+/* Based on footnote generation code from:
+ * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
+ */
+
+footnotes: function () {
+ var cont = document.getElementById("content");
+ var noteholder = document.getElementById("footnotes");
+ var spans = cont.getElementsByTagName("span");
+ var refs = {};
+ var n = 0;
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnote") {
+ n++;
+ // Use [\s\S] in place of . so multi-line matches work.
+ // Because JavaScript has no s (dotall) regex flag.
+ note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
+ noteholder.innerHTML +=
+ "<div class='footnote' id='_footnote_" + n + "'>" +
+ "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
+ n + "</a>. " + note + "</div>";
+ spans[i].innerHTML =
+ "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ var id =spans[i].getAttribute("id");
+ if (id != null) refs["#"+id] = n;
+ }
+ }
+ if (n == 0)
+ noteholder.parentNode.removeChild(noteholder);
+ else {
+ // Process footnoterefs.
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnoteref") {
+ var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
+ href = href.match(/#.*/)[0]; // Because IE return full URL.
+ n = refs[href];
+ spans[i].innerHTML =
+ "[<a href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ }
+ }
+ }
+}
+
+}
+/*]]>*/
+</script>
+</head>
+<body class="article">
+<div id="header">
+<h1>Swift User Guide</h1>
+<div id="toc">
+ <div id="toctitle">Table of Contents</div>
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
+</div>
+</div>
+<div id="content">
+<div class="sect1">
+<h2 id="_overview">1. Overview</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This manual provides reference material for Swift: the SwiftScript
+language and the Swift runtime system. For introductory material,
+consult the Swift tutorial
+<a href="http://www.ci.uchicago.edu/swift/guides/tutorial.php">http://www.ci.uchicago.edu/swift/guides/tutorial.php</a>.</p></div>
+<div class="paragraph"><p>Swift is a data-oriented coarse grained scripting language that supports
+dataset typing and mapping, dataset iteration, conditional branching,
+and procedural composition.</p></div>
+<div class="paragraph"><p>Swift programs (or workflows) are written in a language called
+SwiftScript.</p></div>
+<div class="paragraph"><p>SwiftScript programs are dataflow oriented - they are primarily
+concerned with processing (possibly large) collections of data files, by
+invoking programs to do that processing. Swift handles execution of such
+programs on remote sites by choosing sites, handling the staging of
+input and output files to and from the chosen sites and remote execution
+of program code.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_the_swiftscript_language">2. The SwiftScript Language</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_language_basics">2.1. Language basics</h3>
+<div class="paragraph"><p>A Swift script describes data, application components, invocations of
+applications components, and the inter-relations (data flow) between
+those invocations.</p></div>
+<div class="paragraph"><p>Data is represented in a script by strongly-typed single-assignment
+variables. The syntax superficially resembles C and Java. For example,
+{ and } characters are used to enclose blocks of statements.</p></div>
+<div class="paragraph"><p>Types in Swift can be atomic or composite. An atomic type can be
+either a primitive type or a mapped type. Swift provides a fixed set
+of primitive types, such as integer and string. A mapped type
+indicates that the actual data does not reside in CPU addressable memory
+(as it would in conventional programming languages), but in POSIX-like
+files. Composite types are further subdivided into structures and
+arrays. Structures are similar in most respects to structure types in
+other languages. Arrays use numeric indices, but are sparse. They can
+contain elements of any type, including other array types, but all
+elements in an array must be of the same type. We often refer to
+instances of composites of mapped types as datasets.</p></div>
+<div class="paragraph"><p><span class="image">
+<img src="type-hierarchy.png" alt="type-hierarchy.png" />
+</span></p></div>
+<div class="paragraph"><p>Mapped type and composite type variable declarations can be annotated
+with a mapping descriptor indicating the file(s) that make up that
+dataset. For example, the following line declares a variable named
+photo with type image. It additionally declares that the data for
+this variable is stored in a single file named shane.jpeg.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">image</span> photo <span style="color: #990000"><</span><span style="color: #FF0000">"shane.jpeg"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>Component programs of scripts are declared in an app declaration, with
+the description of the command line syntax for that program and a list
+of input and output data. An app block describes a functional/dataflow
+style interface to imperative components.</p></div>
+<div class="paragraph"><p>For example, the following example lists a procedure which makes use of
+the ImageMagick <a href="http://www.imagemagick.org/">http://www.imagemagick.org/</a> convert command to
+rotate a supplied image by a specified angle:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">image</span> output<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">rotate</span></span><span style="color: #990000">(</span><span style="color: #008080">image</span> input<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ convert <span style="color: #FF0000">"-rotate"</span> angle @input @output<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>A procedure is invoked using the familiar syntax:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>rotated <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">rotate</span></span><span style="color: #990000">(</span>photo<span style="color: #990000">,</span> <span style="color: #993399">180</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>While this looks like an assignment, the actual unix level execution
+consists of invoking the command line specified in the app
+declaration, with variables on the left of the assignment bound to the
+output parameters, and variables to the right of the procedure
+invocation passed as inputs.</p></div>
+<div class="paragraph"><p>The examples above have used the type image without any definition of
+that type. We can declare it as a marker type which has no structure
+exposed to SwiftScript:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> image<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>This does not indicate that the data is unstructured; but it indicates
+that the structure of the data is not exposed to SwiftScript. Instead,
+SwiftScript will treat variables of this type as individual opaque files.</p></div>
+<div class="paragraph"><p>With mechanisms to declare types, map variables to data files, and
+declare and invoke procedures, we can build a complete (albeit simple)
+script:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> image<span style="color: #990000">;</span>
+<span style="color: #008080">image</span> photo <span style="color: #990000"><</span><span style="color: #FF0000">"shane.jpeg"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">image</span> rotated <span style="color: #990000"><</span><span style="color: #FF0000">"rotated.jpeg"</span><span style="color: #990000">>;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">image</span> output<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">rotate</span></span><span style="color: #990000">(</span><span style="color: #008080">image</span> input<span style="color: #990000">,</span> <span style="color: #009900">int</span> angle<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ convert <span style="color: #FF0000">"-rotate"</span> angle @input @output<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+rotated <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">rotate</span></span><span style="color: #990000">(</span>photo<span style="color: #990000">,</span> <span style="color: #993399">180</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>This script can be invoked from the command line:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt> $ ls *.jpeg
+ shane.jpeg
+ $ swift example.swift
+ ...
+ $ ls *.jpeg
+ shane.jpeg rotated.jpeg</tt></pre></div></div>
+<div class="paragraph"><p>This executes a single convert command, hiding from the user features
+such as remote multisite execution and fault tolerance that will be
+discussed in a later section.</p></div>
+<div class="paragraph"><div class="title">Figure 1. shane.jpeg</div><p><span class="image">
+<img src="userguide-shane.jpeg" alt="userguide-shane.jpeg" />
+</span></p></div>
+<div class="paragraph"><div class="title">Figure 2. rotated.jpeg</div><p><span class="image">
+<img src="userguide-rotated.jpeg" alt="userguide-rotated.jpeg" />
+</span></p></div>
+</div>
+<div class="sect2">
+<h3 id="_arrays_and_parallel_execution">2.2. Arrays and Parallel Execution</h3>
+<div class="paragraph"><p>Arrays of values can be declared using the [] suffix. An array be
+mapped to a collection of files, one element per file, by using a
+different form of mapping expression. For example, the filesys_mapper
+maps all files matching a particular unix glob pattern into an array:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> frames<span style="color: #990000">[]</span> <span style="color: #990000"><</span>filesys_mapper<span style="color: #990000">;</span> pattern<span style="color: #990000">=</span><span style="color: #FF0000">"*.jpeg"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>The foreach construct can be used to apply the same block of code to
+each element of an array:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">foreach</span> f<span style="color: #990000">,</span>ix <span style="color: #008080">in</span> frames <span style="color: #FF0000">{</span>
+ output<span style="color: #990000">[</span>ix<span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">rotate</span></span><span style="color: #990000">(</span>frames<span style="color: #990000">,</span> <span style="color: #993399">180</span><span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>Sequential iteration can be expressed using the iterate construct:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>step<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">initialCondition</span></span><span style="color: #990000">();</span>
+<span style="color: #008080">iterate</span> ix <span style="color: #FF0000">{</span>
+ step<span style="color: #990000">[</span>ix<span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">simulate</span></span><span style="color: #990000">(</span>step<span style="color: #990000">[</span>ix<span style="color: #990000">-</span><span style="color: #993399">1</span><span style="color: #990000">]);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>This fragment will initialise the 0-th element of the step array to
+some initial condition, and then repeatedly run the simulate
+procedure, using each execution’s outputs as input to the next step.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_ordering_of_execution">2.3. Ordering of execution</h3>
+<div class="paragraph"><p>Non-array variables are single-assignment, which means that they must
+be assigned to exactly one value during execution. A procedure or
+expression will be executed when all of its input parameters have been
+assigned values. As a result of such execution, more variables may
+become assigned, possibly allowing further parts of the script to execute.</p></div>
+<div class="paragraph"><p>In this way, scripts are implicitly parallel. Aside from serialisation
+implied by these dataflow dependencies, execution of component programs
+can proceed in parallel.</p></div>
+<div class="paragraph"><p>In this fragment, execution of procedures p and q can happen in
+parallel:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>y<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #000000">p</span></span><span style="color: #990000">(</span>x<span style="color: #990000">);</span>
+z<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #000000">q</span></span><span style="color: #990000">(</span>x<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>while in this fragment, execution is serialised by the variable y,
+with procedure p executing before q.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>y<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #000000">p</span></span><span style="color: #990000">(</span>x<span style="color: #990000">);</span>
+z<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #000000">q</span></span><span style="color: #990000">(</span>y<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>Arrays in SwiftScript are more monotonic - a generalisation of being
+assignment. Knowledge about the content of an array increases during
+execution, but cannot otherwise change. Each element of the array is
+itself single assignment or monotonic (depending on its type). During a
+run all values for an array are eventually known, and that array is
+regarded as closed.</p></div>
+<div class="paragraph"><p>Statements which deal with the array as a whole will often wait for the
+array to be closed before executing (thus, a closed array is the
+equivalent of a non-array type being assigned). However, a foreach
+statement will apply its body to elements of an array as they become
+known. It will not wait until the array is closed.</p></div>
+<div class="paragraph"><p>Consider this script:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> a<span style="color: #990000">[];</span>
+<span style="color: #008080">file</span> b<span style="color: #990000">[];</span>
+<span style="color: #008080">foreach</span> v<span style="color: #990000">,</span>i <span style="color: #008080">in</span> a <span style="color: #FF0000">{</span>
+ b<span style="color: #990000">[</span>i<span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">p</span></span><span style="color: #990000">(</span>v<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+a<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">r</span></span><span style="color: #990000">();</span>
+a<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">s</span></span><span style="color: #990000">();</span></tt></pre></div></div>
+<div class="paragraph"><p>Initially, the foreach statement will have nothing to execute, as the
+array a has not been assigned any values. The procedures r and s
+will execute. As soon as either of them is finished, the corresponding
+invocation of procedure p will occur. After both r and s have
+completed, the array a will be closed since no other statements in the
+script make an assignment to a.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_compound_procedures">2.4. Compound procedures</h3>
+<div class="paragraph"><p>As with many other programming languages, procedures consisting of
+SwiftScript code can be defined. These differ from the previously
+mentioned procedures declared with the app keyword, as they invoke
+other SwiftScript procedures rather than a component program.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">file</span> output<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">process</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> input<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ <span style="color: #008080">file</span> intermediate<span style="color: #990000">;</span>
+ intermediate <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">first</span></span><span style="color: #990000">(</span>input<span style="color: #990000">);</span>
+ output <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">second</span></span><span style="color: #990000">(</span>intermediate<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">file</span> x <span style="color: #990000"><</span><span style="color: #FF0000">"x.txt"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">file</span> y <span style="color: #990000"><</span><span style="color: #FF0000">"y.txt"</span><span style="color: #990000">>;</span>
+y <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">process</span></span><span style="color: #990000">(</span>x<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>This will invoke two procedures, with an intermediate data file named
+anonymously connecting the first and second procedures.</p></div>
+<div class="paragraph"><p>Ordering of execution is generally determined by execution of app
+procedures, not by any containing compound procedures. In this code block:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">file</span> a<span style="color: #990000">,</span> <span style="color: #008080">file</span> b<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">A</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ a <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">A1</span></span><span style="color: #990000">();</span>
+ b <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">A2</span></span><span style="color: #990000">();</span>
+<span style="color: #FF0000">}</span>
+<span style="color: #008080">file</span> x<span style="color: #990000">,</span> y<span style="color: #990000">,</span> s<span style="color: #990000">,</span> t<span style="color: #990000">;</span>
+<span style="color: #990000">(</span>x<span style="color: #990000">,</span>y<span style="color: #990000">)</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">A</span></span><span style="color: #990000">();</span>
+s <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">S</span></span><span style="color: #990000">(</span>x<span style="color: #990000">);</span>
+t <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">S</span></span><span style="color: #990000">(</span>y<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>then a valid execution order is: A1 S(x) A2 S(y). The compound
+procedure A does not have to have fully completed for its return
+values to be used by subsequent statements.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_more_about_types">2.5. More about types</h3>
+<div class="paragraph"><p>Each variable and procedure parameter in SwiftScript is strongly typed.
+Types are used to structure data, to aid in debugging and checking
+program correctness and to influence how Swift interacts with data.</p></div>
+<div class="paragraph"><p>The image type declared in previous examples is a marker type.
+Marker types indicate that data for a variable is stored in a single
+file with no further structure exposed at the SwiftScript level.</p></div>
+<div class="paragraph"><p>Arrays have been mentioned above, in the arrays section. A code block
+may be applied to each element of an array using foreach; or
+individual elements may be references using [] notation.</p></div>
+<div class="paragraph"><p>There are a number of primitive types:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">type </th>
+<th align="left" valign="top">contains</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">int</p></td>
+<td align="left" valign="top"><p class="table">integers</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">string</p></td>
+<td align="left" valign="top"><p class="table">strings of text</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">float</p></td>
+<td align="left" valign="top"><p class="table">floating point numbers, that behave the same as Java doubles</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">boolean</p></td>
+<td align="left" valign="top"><p class="table">true/false</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Complex types may be defined using the type keyword:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> headerfile<span style="color: #990000">;</span>
+<span style="color: #008080">type</span> voxelfile<span style="color: #990000">;</span>
+<span style="color: #008080">type</span> volume <span style="color: #FF0000">{</span>
+ <span style="color: #008080">headerfile</span> h<span style="color: #990000">;</span>
+ <span style="color: #008080">voxelfile</span> v<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>Members of a complex type can be accessed using the . operator:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">volume</span> brain<span style="color: #990000">;</span>
+o <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">p</span></span><span style="color: #990000">(</span>brain<span style="color: #990000">.</span>h<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>Sometimes data may be stored in a form that does not fit with Swift’s
+file-and-site model; for example, data might be stored in an RDBMS on
+some database server. In that case, a variable can be declared to have
+external type. This indicates that Swift should use the variable to
+determine execution dependency, but should not attempt other data
+management; for example, it will not perform any form of data stage-in
+or stage-out it will not manage local data caches on sites; and it will
+not enforce component program atomicity on data output. This can add
+substantial responsibility to component programs, in exchange for
+allowing arbitrary data storage and access methods to be plugged in to
+scripts.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">external</span> o<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">populateDatabase</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ populationProgram<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> o<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">analyseDatabase</span></span><span style="color: #990000">(</span><span style="color: #008080">external</span> i<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ analysisProgram @o<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">external</span> database<span style="color: #990000">;</span>
+<span style="color: #008080">file</span> result <span style="color: #990000"><</span><span style="color: #FF0000">"results.txt"</span><span style="color: #990000">>;</span>
+
+database <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">populateDatabase</span></span><span style="color: #990000">();</span>
+result <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">analyseDatabase</span></span><span style="color: #990000">(</span>database<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>Some external database is represented by the database variable. The
+populateDatabase procedure populates the database with some data, and
+the analyseDatabase procedure performs some subsequent analysis on
+that database. The declaration of database contains no mapping; and
+the procedures which use database do not reference them in any way;
+the description of database is entirely outside of the script. The
+single assignment and execution ordering rules will still apply though;
+populateDatabase will always be run before analyseDatabase.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_data_model">2.6. Data model</h3>
+<div class="paragraph"><p>Data processed by Swift is strongly typed. It may be take the form of
+values in memory or as out-of-core files on disk. Language constructs
+called mappers specify how each piece of data is stored.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_mappers">2.7. Mappers</h3>
+<div class="paragraph"><p>When a DSHandle represents a data file (or container of datafiles), it
+is associated with a mapper. The mapper is used to identify which files
+belong to that DSHandle.</p></div>
+<div class="paragraph"><p>A dataset’s physical representation is declared by a mapping descriptor,
+which defines how each element in the dataset’s logical schema is stored
+in, and fetched from, physical structures such as directories, files,
+and remote servers.</p></div>
+<div class="paragraph"><p>Mappers are parameterized to take into account properties such as
+varying dataset location. In order to access a dataset, we need to know
+three things: its type, its mapping, and the value(s) of any
+parameter(s) associated with the mapping descriptor. For example, if we
+want to describe a dataset, of type imagefile, and whose physical
+representation is a file called "file1.bin" located at
+"/home/yongzh/data/", then the dataset might be declared as follows:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">imagefile</span> f1<span style="color: #990000"><</span>single_file_mapper<span style="color: #990000">;</span>file<span style="color: #990000">=</span><span style="color: #FF0000">"/home/yongzh/data/file1.bin"</span><span style="color: #990000">></span></tt></pre></div></div>
+<div class="paragraph"><p>The above example declares a dataset called f1, which uses a single file
+mapper to map a file from a specific location.</p></div>
+<div class="paragraph"><p>SwiftScript has a simplified syntax for this case, since
+single_file_mapper is frequently used:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">binaryfile</span> f1<span style="color: #990000"><</span><span style="color: #FF0000">"/home/yongzh/data/file1.bin"</span><span style="color: #990000">></span></tt></pre></div></div>
+<div class="paragraph"><p>Swift comes with a number of mappers that handle common mapping
+patterns. These are documented in the mappers section of this
+guide.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_more_technical_details_about_swiftscript">2.8. More technical details about SwiftScript</h3>
+<div class="paragraph"><p>The syntax of SwiftScript has a superficial resemblance to C and Java.
+For example, { and } characters are used to enclose blocks of statements.</p></div>
+<div class="paragraph"><p>A SwiftScript program consists of a number of statements. Statements may
+declare types, procedures and variables, assign values to variables, and
+express operations over arrays.</p></div>
+<div class="sect3">
+<h4 id="_variables">2.8.1. Variables</h4>
+<div class="paragraph"><p>Variables in SwiftScript are declared to be of a specific type.
+Assignments to those variables must be data of that type. SwiftScript
+variables are single-assignment - a value may be assigned to a variable
+at most once. This assignment can happen at declaration time or later on
+in execution. When an attempt to read from a variable that has not yet
+been assigned is made, the code performing the read is suspended until
+that variable has been written to. This forms the basis for Swift’s
+ability to parallelise execution - all code will execute in parallel
+unless there are variables shared between the code that cause sequencing.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_variable_declarations">2.8.2. Variable Declarations</h4>
+<div class="paragraph"><p>Variable declaration statements declare new variables. They can
+optionally assign a value to them or map those variables to on-disk files.</p></div>
+<div class="paragraph"><p>Declaration statements have the general form:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">typename</span> <span style="font-weight: bold"><span style="color: #000000">variablename</span></span> <span style="color: #990000">(<</span>mapping<span style="color: #990000">></span> <span style="color: #990000">|</span> <span style="color: #990000">=</span> initialValue <span style="color: #990000">)</span> <span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>The format of the mapping expression is defined in the Mappers section.
+initialValue may be either an expression or a procedure call that
+returns a single value.</p></div>
+<div class="paragraph"><p>Variables can also be declared in a multivalued-procedure statement,
+described in another section.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_assignment_statements">2.8.3. Assignment Statements</h4>
+<div class="paragraph"><p>Assignment statements assign values to previously declared variables.
+Assignments may only be made to variables that have not already been
+assigned. Assignment statements have the general form:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>variable <span style="color: #990000">=</span> value<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>where value can be either an expression or a procedure call that returns
+a single value.</p></div>
+<div class="paragraph"><p>Variables can also be assigned in a multivalued-procedure statement,
+described in another section.</p></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_procedures">2.9. Procedures</h3>
+<div class="paragraph"><p>There are two kinds of procedure: An atomic procedure, which describes
+how an external program can be executed; and compound procedures which
+consist of a sequence of SwiftScript statements.</p></div>
+<div class="paragraph"><p>A procedure declaration defines the name of a procedure and its input
+and output parameters. SwiftScript procedures can take multiple inputs
+and produce multiple outputs. Inputs are specified to the right of the
+function name, and outputs are specified to the left. For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">type3</span> out1<span style="color: #990000">,</span> <span style="color: #008080">type4</span> out2<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">myproc</span></span> <span style="color: #990000">(</span><span style="color: #008080">type1</span> in1<span style="color: #990000">,</span> <span style="color: #008080">type2</span> in2<span style="color: #990000">)</span></tt></pre></div></div>
+<div class="paragraph"><p>The above example declares a procedure called myproc, which has two
+inputs in1 (of type type1) and in2 (of type type2) and two
+outputs out1 (of type type3) and out2 (of type type4).</p></div>
+<div class="paragraph"><p>A procedure input parameter can be an optional parameter in which case
+it must be declared with a default value. When calling a procedure, both
+positional parameter and named parameter passings can be passed,
+provided that all optional parameters are declared after the required
+parameters and any optional parameter is bound using keyword parameter
+passing. For example, if myproc1 is defined as:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">binaryfile</span> bf<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">myproc1</span></span> <span style="color: #990000">(</span><span style="color: #009900">int</span> i<span style="color: #990000">,</span> <span style="color: #008080">string</span> s<span style="color: #990000">=</span><span style="color: #FF0000">"foo"</span><span style="color: #990000">)</span></tt></pre></div></div>
+<div class="paragraph"><p>Then that procedure can be called like this, omitting the optional</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">parameter</span> s<span style="color: #990000">:</span>
+<span style="color: #008080">binaryfile</span> mybf <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">myproc1</span></span><span style="color: #990000">(</span><span style="color: #993399">1</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>or like this supplying a value for the optional parameter s:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">binaryfile</span> mybf <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">myproc1</span></span> <span style="color: #990000">(</span><span style="color: #993399">1</span><span style="color: #990000">,</span> s<span style="color: #990000">=</span><span style="color: #FF0000">"bar"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="sect3">
+<h4 id="_atomic_procedures">2.9.1. Atomic procedures</h4>
+<div class="paragraph"><p>An atomic procedure specifies how to invoke an external executable
+program, and how logical data types are mapped to command line arguments.</p></div>
+<div class="paragraph"><p>Atomic procedures are defined with the app keyword:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">binaryfile</span> bf<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">myproc</span></span> <span style="color: #990000">(</span><span style="color: #009900">int</span> i<span style="color: #990000">,</span> <span style="color: #008080">string</span> s<span style="color: #990000">=</span><span style="color: #FF0000">"foo"</span><span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ myapp <span style="color: #008080">i</span> s @<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>bf<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>which specifies that myproc invokes an executable called myapp,
+passing the values of i, s and the filename of bf as command line
+arguments.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_compound_procedures_2">2.9.2. Compound procedures</h4>
+<div class="paragraph"><p>A compound procedure contains a set of SwiftScript statements:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #990000">(</span><span style="color: #008080">type2</span> b<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">foo_bar</span></span> <span style="color: #990000">(</span><span style="color: #008080">type1</span> a<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ <span style="color: #008080">type3</span> c<span style="color: #990000">;</span>
+ c <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">foo</span></span><span style="color: #990000">(</span>a<span style="color: #990000">);</span> <span style="font-style: italic"><span style="color: #9A1900">// c holds the result of foo</span></span>
+ b <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">bar</span></span><span style="color: #990000">(</span>c<span style="color: #990000">);</span> <span style="font-style: italic"><span style="color: #9A1900">// c is an input to bar</span></span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_control_constructs">2.10. Control Constructs</h3>
+<div class="paragraph"><p>SwiftScript provides if, switch, foreach, and iterate
+constructs, with syntax and semantics similar to comparable constructs
+in other high-level languages.</p></div>
+<div class="sect3">
+<h4 id="_foreach">2.10.1. foreach</h4>
+<div class="paragraph"><p>The foreach construct is used to apply a block of statements to each
+element in an array. For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000000">check_order</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> a<span style="color: #990000">[])</span> <span style="color: #FF0000">{</span>
+ foreach f <span style="color: #008080">in</span> a <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #000000">compute</span></span><span style="color: #990000">(</span>f<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>foreach statements have the general form:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">foreach</span> <span style="font-weight: bold"><span style="color: #000000">controlvariable</span></span> <span style="color: #990000">(,</span>index<span style="color: #990000">)</span> <span style="color: #008080">in</span> expression <span style="color: #FF0000">{</span>
+ statements
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>The block of statements is evaluated once for each element in
+expression which must be an array, with controlvariable set to the
+corresponding element and index (if specified) set to the integer
+position in the array that is being iterated over.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_if">2.10.2. if</h4>
+<div class="paragraph"><p>The if statement allows one of two blocks of statements to be
+executed, based on a boolean predicate. if statements generally have
+the form:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF">if</span></span><span style="color: #990000">(</span>predicate<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ statements
+<span style="color: #FF0000">}</span> <span style="font-weight: bold"><span style="color: #0000FF">else</span></span> <span style="color: #FF0000">{</span>
+ statements
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>where predicate is a boolean expression.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_switch">2.10.3. switch</h4>
+<div class="paragraph"><p>switch expressions allow one of a selection of blocks to be chosen
+based on the value of a numerical control expression. switch
+statements take the general form:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF">switch</span></span><span style="color: #990000">(</span>controlExpression<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">case</span></span> n1<span style="color: #990000">:</span>
+ statements2
+ <span style="font-weight: bold"><span style="color: #0000FF">case</span></span> n2<span style="color: #990000">:</span>
+ statements2
+ <span style="color: #990000">[...]</span>
+ <span style="font-weight: bold"><span style="color: #0000FF">default</span></span><span style="color: #990000">:</span>
+ statements
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>The control expression is evaluated, the resulting numerical value used
+to select a corresponding case, and the statements belonging to that
+case block are evaluated. If no case corresponds, then the statements
+belonging to the default block are evaluated.</p></div>
+<div class="paragraph"><p>Unlike C or Java switch statements, execution does not fall through to
+subsequent case blocks, and no break statement is necessary at the
+end of each block.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_iterate">2.10.4. iterate</h4>
+<div class="paragraph"><p>iterate expressions allow a block of code to be evaluated repeatedly,
+with an integer parameter sweeping upwards from 0 until a termination
+condition holds.</p></div>
+<div class="paragraph"><p>The general form is:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">iterate</span> var <span style="color: #FF0000">{</span>
+ statements<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span> <span style="font-weight: bold"><span style="color: #000000">until</span></span> <span style="color: #990000">(</span>terminationExpression<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>with the variable var starting at 0 and increasing by one in each
+iteration. That variable is in scope in the statements block and when
+evaluating the termination expression.</p></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_operators">2.11. Operators</h3>
+<div class="paragraph"><p>The following infix operators are available for use in SwiftScript
+expressions.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">operator</th>
+<th align="left" valign="top">purpose</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">+</p></td>
+<td align="left" valign="top"><p class="table">numeric addition; string concatenation</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">-</p></td>
+<td align="left" valign="top"><p class="table">numeric subtraction</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">*</p></td>
+<td align="left" valign="top"><p class="table">numeric multiplication</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">/</p></td>
+<td align="left" valign="top"><p class="table">floating point division</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">%/</p></td>
+<td align="left" valign="top"><p class="table">integer division</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">%%</p></td>
+<td align="left" valign="top"><p class="table">integer remainder of division</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">== !=</p></td>
+<td align="left" valign="top"><p class="table">comparison and not-equal-to</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">< > ⇐ >=</p></td>
+<td align="left" valign="top"><p class="table">numerical ordering</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">&& ||</p></td>
+<td align="left" valign="top"><p class="table">boolean and, or</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">!</p></td>
+<td align="left" valign="top"><p class="table">boolean not</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_global_constants">2.12. Global constants</h3>
+<div class="paragraph"><p>At the top level of a SwiftScript program, the global modified may be
+added to a declaration so that it is visible throughout the program,
+rather than only at the top level of the program. This allows global
+constants (of any type) to be defined. (since Swift 0.10)</p></div>
+</div>
+<div class="sect2">
+<h3 id="_imports">2.13. Imports</h3>
+<div class="paragraph"><p>The import directive can be used to import definitions from another
+SwiftScript file. (since Swift 0.10)</p></div>
+<div class="paragraph"><p>For example, a SwiftScript program might contain this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000080">import</span></span> defs<span style="color: #990000">;</span>
+<span style="color: #008080">file</span> f<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>which would import the content of defs.swift in the current directory:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span></tt></pre></div></div>
+<div class="paragraph"><p>Imported files are read from the current working directory.</p></div>
+<div class="paragraph"><p>There is no requirement that a module is imported only once. If a module
+is imported multiple times, for example in different files, then Swift
+will only process the imports once.</p></div>
+<div class="paragraph"><p>Imports may contain anything that is valid in a SwiftScript program,
+including code that causes remote execution.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_mappers_2">3. Mappers</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Mappers provide a mechanism to specify the layout of mapped datasets on
+disk. This is needed when Swift must access files to transfer them to
+remote sites for execution or to pass to applications.</p></div>
+<div class="paragraph"><p>Swift provides a number of mappers that are useful in common cases. This
+section details those standard mappers. For more complex cases, it is
+possible to write application-specific mappers in Java and use them
+within a SwiftScript program.</p></div>
+<div class="sect2">
+<h3 id="_the_single_file_mapper">3.1. The single file mapper</h3>
+<div class="paragraph"><p>The single_file_mapper maps a single physical file to a dataset.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">f</p></td>
+<td align="left" valign="top"><p class="table">myfile</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">f[0]</p></td>
+<td align="left" valign="top"><p class="table">INVALID</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">f.bar</p></td>
+<td align="left" valign="top"><p class="table">INVALID</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">parameter</th>
+<th align="left" valign="top">meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">file</p></td>
+<td align="left" valign="top"><p class="table">The location of the physical file including path and file name.</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> f <span style="color: #990000"><</span>single_file_mapper<span style="color: #990000">;</span>file<span style="color: #990000">=</span><span style="color: #FF0000">"plot_outfile_param"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>There is a simplified syntax for this mapper:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> f <span style="color: #990000"><</span><span style="color: #FF0000">"plot_outfile_param"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_the_simple_mapper">3.2. The simple mapper</h3>
+<div class="paragraph"><p>The simple_mapper maps a file or a list of files into an array by
+prefix, suffix, and pattern. If more than one file is matched, each of
+the file names will be mapped as a subelement of the dataset.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Parameter</th>
+<th align="left" valign="top">Meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">location</p></td>
+<td align="left" valign="top"><p class="table">A directory that the files are located.</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">prefix</p></td>
+<td align="left" valign="top"><p class="table">The prefix of the files</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">suffix</p></td>
+<td align="left" valign="top"><p class="table">The suffix of the files, for instance: ".txt"</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">pattern</p></td>
+<td align="left" valign="top"><p class="table">A UNIX glob style pattern, for instance: "<strong>foo</strong>" would match
+all file names that contain foo. When this mapper is used to specify
+output filenames, pattern is ignored.</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+<span style="color: #008080">file</span> f <span style="color: #990000"><</span>simple_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"foo"</span><span style="color: #990000">,</span> suffix<span style="color: #990000">=</span><span style="color: #FF0000">".txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>The above maps all filenames that start with foo and have an extension
+.txt into file f.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">f</p></td>
+<td align="left" valign="top"><p class="table">foo.txt</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #008080">string</span> m<span style="color: #990000">)</span> <span style="color: #FF0000">{</span><span style="color: #990000">.</span>
+ app <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">m</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> outfile <span style="color: #990000"><</span>simple_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"foo"</span><span style="color: #990000">,</span>suffix<span style="color: #990000">=</span><span style="color: #FF0000">".txt"</span><span style="color: #990000">>;</span>
+
+outfile <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hi"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>This will output the string <em>hi</em> to the file foo.txt.</p></div>
+<div class="paragraph"><p>The simple_mapper can be used to map arrays. It will map the array
+index into the filename between the prefix and suffix.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #008080">string</span> m<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">m</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">messagefile</span> outfile<span style="color: #990000">[]</span> <span style="color: #990000"><</span>simple_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"baz"</span><span style="color: #990000">,</span>suffix<span style="color: #990000">=</span><span style="color: #FF0000">".txt"</span><span style="color: #990000">>;</span>
+
+outfile<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hello"</span><span style="color: #990000">);</span>
+outfile<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"middle"</span><span style="color: #990000">);</span>
+outfile<span style="color: #990000">[</span><span style="color: #993399">2</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"goodbye"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">outfile[0]</p></td>
+<td align="left" valign="top"><p class="table">baz0000.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">outfile[1]</p></td>
+<td align="left" valign="top"><p class="table">baz0001.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">outfile[2]</p></td>
+<td align="left" valign="top"><p class="table">baz0002.txt</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>simple_mapper can be used to map structures. It will map the name of
+the structure member into the filename, between the prefix and the suffix.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> messagefile<span style="color: #990000">;</span>
+
+<span style="color: #008080">type</span> mystruct <span style="color: #FF0000">{</span>
+ <span style="color: #008080">messagefile</span> left<span style="color: #990000">;</span>
+ <span style="color: #008080">messagefile</span> right<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span><span style="color: #990000">;</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">messagefile</span> t<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #008080">string</span> m<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ echo <span style="color: #008080">m</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>t<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">mystruct</span> out <span style="color: #990000"><</span>simple_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"qux"</span><span style="color: #990000">,</span>suffix<span style="color: #990000">=</span><span style="color: #FF0000">".txt"</span><span style="color: #990000">>;</span>
+
+out<span style="color: #990000">.</span>left <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"hello"</span><span style="color: #990000">);</span>
+out<span style="color: #990000">.</span>right <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">greeting</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"goodbye"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>This will output the string "hello" into the file qux.left.txt and the
+string "goodbye" into the file qux.right.txt.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">out.left</p></td>
+<td align="left" valign="top"><p class="table">quxleft.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">out.right</p></td>
+<td align="left" valign="top"><p class="table">quxright.txt</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_concurrent_mapper">3.3. concurrent mapper</h3>
+<div class="paragraph"><p>concurrent_mapper is almost the same as the simple mapper, except that
+it is used to map an output file, and the filename generated will
+contain an extract sequence that is unique. This mapper is the default
+mapper for variables when no mapper is specified.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Parameter</th>
+<th align="left" valign="top">Meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">location</p></td>
+<td align="left" valign="top"><p class="table">A directory that the files are located.</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">prefix</p></td>
+<td align="left" valign="top"><p class="table">The prefix of the files</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">suffix</p></td>
+<td align="left" valign="top"><p class="table">The suffix of the files, for instance: ".txt"
+pattern A UNIX glob style pattern, for instance: "<strong>foo</strong>" would match
+all file names that contain foo. When this mapper is used to specify
+output filenames, pattern is ignored.</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> f1<span style="color: #990000">;</span>
+<span style="color: #008080">file</span> f2 <span style="color: #990000"><</span>concurrent_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"foo"</span><span style="color: #990000">,</span> suffix<span style="color: #990000">=</span><span style="color: #FF0000">".txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>The above example would use concurrent mapper for f1 and f2, and
+generate f2 filename with prefix "foo" and extension ".txt"</p></div>
+</div>
+<div class="sect2">
+<h3 id="_file_system_mapper">3.4. File system mapper</h3>
+<div class="paragraph"><p>filesys_mapper is similar to the simple mapper, but maps a file or a
+list of files to an array. Each of the filename is mapped as an element
+in the array. The order of files in the resulting array is not defined.</p></div>
+<div class="paragraph"><p>TODO: note on difference between location as a relative vs absolute path
+wrt staging to remote location - as mihael said: It’s because you
+specify that location in the mapper. Try location="." instead of
+location="/sandbox/…"</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">parameter</th>
+<th align="left" valign="top">meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">location</p></td>
+<td align="left" valign="top"><p class="table">The directory where the files are located.</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">prefix</p></td>
+<td align="left" valign="top"><p class="table">The prefix of the files</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">suffix</p></td>
+<td align="left" valign="top"><p class="table">The suffix of the files, for instance: ".txt"</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">pattern</p></td>
+<td align="left" valign="top"><p class="table">A UNIX glob style pattern, for instance: "<strong>foo</strong>" would match
+all file names that contain foo.</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> texts<span style="color: #990000">[]</span> <span style="color: #990000"><</span>filesys_mapper<span style="color: #990000">;</span>prefix<span style="color: #990000">=</span><span style="color: #FF0000">"foo"</span><span style="color: #990000">,</span> suffix<span style="color: #990000">=</span><span style="color: #FF0000">".txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>The above example would map all filenames that start with "foo" and
+have an extension ".txt" into the array texts. For example, if the
+specified directory contains files: foo1.txt, footest.txt,
+foo__1.txt, then the mapping might be:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">texts[0]</p></td>
+<td align="left" valign="top"><p class="table">footest.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">texts[1]</p></td>
+<td align="left" valign="top"><p class="table">foo1.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">texts[2]</p></td>
+<td align="left" valign="top"><p class="table">foo__1.txt</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_fixed_array_mapper">3.5. fixed array mapper</h3>
+<div class="paragraph"><p>The fixed_array_mapper maps from a string that contains a list of
+filenames into a file array.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">parameter</th>
+<th align="left" valign="top">Meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">files</p></td>
+<td align="left" valign="top"><p class="table">A string that contains a list of filenames, separated by space,
+comma or colon</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">file</span> texts<span style="color: #990000">[]</span> <span style="color: #990000"><</span>fixed_array_mapper<span style="color: #990000">;</span>files<span style="color: #990000">=</span><span style="color: #FF0000">"file1.txt, fileB.txt, file3.txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>would cause a mapping like this:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">texts[0]</p></td>
+<td align="left" valign="top"><p class="table">file1.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">texts[1]</p></td>
+<td align="left" valign="top"><p class="table">fileB.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">texts[2]</p></td>
+<td align="left" valign="top"><p class="table">file3.txt</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_array_mapper">3.6. array mapper</h3>
+<div class="paragraph"><p>The array_mapper maps from an array of strings into a file</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">parameter</th>
+<th align="left" valign="top">meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">files</p></td>
+<td align="left" valign="top"><p class="table">An array of strings containing one filename per element</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">string</span> s<span style="color: #990000">[]</span> <span style="color: #990000">=</span> <span style="color: #990000">[</span> <span style="color: #FF0000">"a.txt"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"b.txt"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"c.txt"</span> <span style="color: #990000">];</span>
+
+<span style="color: #008080">file</span> f<span style="color: #990000">[]</span> <span style="color: #990000"><</span>array_mapper<span style="color: #990000">;</span>files<span style="color: #990000">=</span>s<span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>This will establish the mapping:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">f[0]</p></td>
+<td align="left" valign="top"><p class="table">a.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">f[1]</p></td>
+<td align="left" valign="top"><p class="table">b.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">f[2]</p></td>
+<td align="left" valign="top"><p class="table">c.txt</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_regular_expression_mapper">3.7. regular expression mapper</h3>
+<div class="paragraph"><p>The regexp_mapper transforms one file name to another using regular
+expression matching.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">parameter</th>
+<th align="left" valign="top">meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">source</p></td>
+<td align="left" valign="top"><p class="table">The source file name</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">match</p></td>
+<td align="left" valign="top"><p class="table">Regular expression pattern to match, use</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">()</p></td>
+<td align="left" valign="top"><p class="table">to match whatever
+regular expression is inside the parentheses, and indicate the start and
+end of a group; the contents of a group can be retrieved with the</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">\\number</p></td>
+<td align="left" valign="top"><p class="table">special sequence (two backslashes are needed because the
+backslash is an escape sequence introducer)</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">transform</p></td>
+<td align="left" valign="top"><p class="table">The pattern of the file name to transform to, use \number to
+reference the group matched.</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">string</span> s <span style="color: #990000">=</span> <span style="color: #FF0000">"picture.gif"</span><span style="color: #990000">;</span>
+<span style="color: #008080">file</span> f <span style="color: #990000"><</span>regexp_mapper<span style="color: #990000">;</span>
+ source<span style="color: #990000">=</span>s<span style="color: #990000">,</span>
+ match<span style="color: #990000">=</span><span style="color: #FF0000">"(.*)gif"</span><span style="color: #990000">,</span>
+ transform<span style="color: #990000">=</span><span style="color: #FF0000">"</span><span style="color: #CC33CC">\\</span><span style="color: #FF0000">1jpg"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>This example transforms a string ending gif into one ending jpg and
+maps that to a file.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">f</p></td>
+<td align="left" valign="top"><p class="table">picture.jpg</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_csv_mapper">3.8. csv mapper</h3>
+<div class="paragraph"><p>The csv_mapper maps the content of a CSV (comma-separated value) file
+into an array of structures. The dataset type needs to be correctly
+defined to conform to the column names in the file. For instance, if the
+file contains columns: name age GPA then the type needs to have member
+elements like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> student <span style="color: #FF0000">{</span>
+ <span style="color: #008080">file</span> name<span style="color: #990000">;</span>
+ <span style="color: #008080">file</span> age<span style="color: #990000">;</span>
+ <span style="color: #008080">file</span> GPA<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>If the file does not contain a header with column info, then the column
+names are assumed as column1, column2, etc.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Parameter</th>
+<th align="left" valign="top">Meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">file</p></td>
+<td align="left" valign="top"><p class="table">The name of the CSV file to read mappings from.</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">header</p></td>
+<td align="left" valign="top"><p class="table">Whether the file has a line describing header info; default is</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">true</p></td>
+<td align="left" valign="top"><p class="table"></p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">skip</p></td>
+<td align="left" valign="top"><p class="table">The number of lines to skip at the beginning (after header line);
+default is 0.</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">hdelim</p></td>
+<td align="left" valign="top"><p class="table">Header field delimiter; default is the value of the</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">delim</p></td>
+<td align="left" valign="top"><p class="table">parameter</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">delim</p></td>
+<td align="left" valign="top"><p class="table">Content field delimiters; defaults are space, tab and comma</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">student</span> stus<span style="color: #990000">[]</span> <span style="color: #990000"><</span>csv_mapper<span style="color: #990000">;</span>file<span style="color: #990000">=</span><span style="color: #FF0000">"stu_list.txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>The above example would read a list of student info from file
+"stu_list.txt" and map them into a student array. By default, the file
+should contain a header line specifying the names of the columns. If
+stu_list.txt contains the following:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>name<span style="color: #990000">,</span>age<span style="color: #990000">,</span>gpa
+<span style="color: #993399">101</span><span style="color: #990000">-</span>name<span style="color: #990000">.</span>txt<span style="color: #990000">,</span> <span style="color: #993399">101</span><span style="color: #990000">-</span>age<span style="color: #990000">.</span>txt<span style="color: #990000">,</span> <span style="color: #993399">101</span><span style="color: #990000">-</span>gpa<span style="color: #990000">.</span>txt
+name55<span style="color: #990000">.</span>txt<span style="color: #990000">,</span> age55<span style="color: #990000">.</span>txt<span style="color: #990000">,</span> age55<span style="color: #990000">.</span>txt
+q<span style="color: #990000">,</span> r<span style="color: #990000">,</span> s</tt></pre></div></div>
+<div class="paragraph"><p>then some of the mappings produced by this example would be:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">stus[0].name</th>
+<th align="left" valign="top">101-name.txt</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">stus[0].age</p></td>
+<td align="left" valign="top"><p class="table">101-age.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[0].gpa</p></td>
+<td align="left" valign="top"><p class="table">101-gpa.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[1].name</p></td>
+<td align="left" valign="top"><p class="table">name55.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[1].age</p></td>
+<td align="left" valign="top"><p class="table">age55.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[1].gpa</p></td>
+<td align="left" valign="top"><p class="table">gpa55.txt</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[2].name</p></td>
+<td align="left" valign="top"><p class="table">q</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[2].age</p></td>
+<td align="left" valign="top"><p class="table">r</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[2].gpa</p></td>
+<td align="left" valign="top"><p class="table">s</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_external_mapper">3.9. external mapper</h3>
+<div class="paragraph"><p>The external mapper, ext maps based on the output of a supplied Unix
+executable.</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">parameter</p></td>
+<td align="left" valign="top"><p class="table">meaning</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">exec</p></td>
+<td align="left" valign="top"><p class="table">The name of the executable (relative to the current directory, if
+an absolute path is not specified)</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">*</p></td>
+<td align="left" valign="top"><p class="table">Other parameters are passed to the executable prefixed with a - symbol</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="paragraph"><p>The output of the executable should consist of two columns of data,
+separated by a space. The first column should be the path of the mapped
+variable, in SwiftScript syntax (for example [2] means the 2nd element
+of an array) or the symbol $ to represent the root of the mapped
+variable.</p></div>
+<div class="paragraph"><p>Example: With the following in mapper.sh,</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-style: italic"><span style="color: #9A1900">#!/bin/bash</span></span>
+echo <span style="color: #FF0000">"[2] qux"</span>
+echo <span style="color: #FF0000">"[0] foo"</span>
+echo <span style="color: #FF0000">"[1] bar"</span></tt></pre></div></div>
+<div class="paragraph"><p>then a mapping statement:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">student</span> stus<span style="color: #990000">[]</span> <span style="color: #990000"><</span>ext<span style="color: #990000">;</span>exec<span style="color: #990000">=</span><span style="color: #FF0000">"mapper.sh"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>would map</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Swift variable</th>
+<th align="left" valign="top">Filename</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">stus[0]</p></td>
+<td align="left" valign="top"><p class="table">foo</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[1]</p></td>
+<td align="left" valign="top"><p class="table">bar</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">stus[2]</p></td>
+<td align="left" valign="top"><p class="table">qux</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_commands">4. Commands</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The commands detailed in this section are available in the bin/
+directory of a Swift installation and can by run from the commandline if
+that directory is placed on the PATH.</p></div>
+<div class="sect2">
+<h3 id="_swift">4.1. swift</h3>
+<div class="paragraph"><p>The swift command is the main command line tool for executing
+SwiftScript programs.</p></div>
+<div class="sect3">
+<h4 id="_command_line_syntax">4.1.1. Command-line Syntax</h4>
+<div class="paragraph"><p>The swift command is invoked as follows: swift [options]
+SwiftScript-program [SwiftScript-arguments]* with options taken from the
+following list, and SwiftScript-arguments made available to the
+SwiftScript program through the @arg function.</p></div>
+<div class="paragraph"><p>Swift command-line options</p></div>
+<div class="paragraph"><p>-help or -h</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Display usage information</tt></pre>
+</div></div>
+<div class="paragraph"><p>-typecheck</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Does a typecheck of a SwiftScript program, instead of executing it.</tt></pre>
+</div></div>
+<div class="paragraph"><p>-dryrun</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Runs the SwiftScript program without submitting any jobs (can be
+used to get a graph)</tt></pre>
+</div></div>
+<div class="paragraph"><p>-monitor</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Shows a graphical resource monitor</tt></pre>
+</div></div>
+<div class="paragraph"><p>-resume file</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Resumes the execution using a log file</tt></pre>
+</div></div>
+<div class="paragraph"><p>-config file</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Indicates the Swift configuration file to be used for this run.
+Properties in this configuration file will override the default
+properties. If individual command line arguments are used for
+properties, they will override the contents of this file.</tt></pre>
+</div></div>
+<div class="paragraph"><p>-verbose | -v</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Increases the level of output that Swift produces on the console to
+include more detail about the execution</tt></pre>
+</div></div>
+<div class="paragraph"><p>-debug | -d</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Increases the level of output that Swift produces on the console to
+include lots of detail about the execution</tt></pre>
+</div></div>
+<div class="paragraph"><p>-logfile file</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Specifies a file where log messages should go to. By default Swift
+uses the name of the program being run and a numeric index (e.g.
+myworkflow.1.log)</tt></pre>
+</div></div>
+<div class="paragraph"><p>-runid identifier</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Specifies the run identifier. This must be unique for every
+invocation and is used in several places to keep files from
+different executions cleanly separated. By default, a datestamp and
+random number are used to generate a run identifier. When using this
+parameter, care should be taken to ensure that the run ID remains
+unique with respect to all other run IDs that might be used,
+irrespective of (at least) expected execution sites, program or user.</tt></pre>
+</div></div>
+<div class="paragraph"><p>-tui</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Displays an interactive text mode monitor during a run. (since Swift
+0.9)</tt></pre>
+</div></div>
+<div class="paragraph"><p>In addition, the following Swift properties can be set on the command line:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+caching.algorithm
+</p>
+</li>
+<li>
+<p>
+clustering.enabled
+</p>
+</li>
+<li>
+<p>
+clustering.min.time
+</p>
+</li>
+<li>
+<p>
+clustering.queue.delay
+</p>
+</li>
+<li>
+<p>
+ip.address
+</p>
+</li>
+<li>
+<p>
+kickstart.always.transfer
+</p>
+</li>
+<li>
+<p>
+kickstart.enabled
+</p>
+</li>
+<li>
+<p>
+lazy.errors
+</p>
+</li>
+<li>
+<p>
+pgraph
+</p>
+</li>
+<li>
+<p>
+pgraph.graph.options
+</p>
+</li>
+<li>
+<p>
+pgraph.node.options
+</p>
+</li>
+<li>
+<p>
+sitedir.keep
+</p>
+</li>
+<li>
+<p>
+sites.file
+</p>
+</li>
+<li>
+<p>
+tc.file
+</p>
+</li>
+<li>
+<p>
+tcp.port.range
+</p>
+</li>
+</ul></div>
+</div>
+<div class="sect3">
+<h4 id="_return_codes">4.1.2. Return codes</h4>
+<div class="paragraph"><p>The swift command may exit with the following return codes:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">value</th>
+<th align="left" valign="top">meaning</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">0</p></td>
+<td align="left" valign="top"><p class="table">success</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">1</p></td>
+<td align="left" valign="top"><p class="table">command line syntax error or missing project name</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">2</p></td>
+<td align="left" valign="top"><p class="table">error during execution</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">3</p></td>
+<td align="left" valign="top"><p class="table">error during compilation</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">4</p></td>
+<td align="left" valign="top"><p class="table">input file does not exist</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_environment_variables">4.1.3. Environment variables</h4>
+<div class="paragraph"><p>The swift is influenced by the following environment variables:</p></div>
+<div class="paragraph"><p>GLOBUS_HOSTNAME, GLOBUS_TCP_PORT_RANGE - set in the environment
+before running Swift. These can be set to inform Swift of the
+configuration of your local firewall. More information can be found in
+the Globus firewall How-to <a href="http://dev.globus.org/wiki/FirewallHowTo">http://dev.globus.org/wiki/FirewallHowTo</a>.</p></div>
+<div class="paragraph"><p>COG_OPTS - set in the environment before running Swift. Options set in
+this variable will be passed as parameters to the Java Virtual Machine
+which will run Swift. The parameters vary between virtual machine
+imlementations, but can usually be used to alter settings such as
+maximum heap size. Typing <em>java -help</em> will sometimes give a list of
+commands. The Sun Java 1.4.2 command line options are documented here
+<a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html">http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html</a>.</p></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_swift_osg_ress_site_catalog">4.2. swift-osg-ress-site-catalog</h3>
+<div class="paragraph"><p>The swift-osg-ress-site-catalog command generates a site catalog based
+on OSG <a href="http://www.opensciencegrid.org/">http://www.opensciencegrid.org/</a>'s ReSS information system
+(since Swift 0.9)</p></div>
+<div class="paragraph"><p>Usage: <strong>swift-osg-ress-site-catalog [options]</strong></p></div>
+<div class="paragraph"><p>--help</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Show help message</tt></pre>
+</div></div>
+<div class="paragraph"><p>--vo=[name]</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Set what VO to query ReSS for</tt></pre>
+</div></div>
+<div class="paragraph"><p>--engage-verified</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Only retrieve sites verified by the Engagement VO site verification
+tests This can not be used together with |--vo|, as the query will
+only work for sites advertising support for the Engagement VO.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This option means information will be retrieved from the Engagement
+collector instead of the top-level ReSS collector.</tt></pre>
+</div></div>
+<div class="paragraph"><p>--out=[filename]</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Write to [filename] instead of stdout</tt></pre>
+</div></div>
+<div class="paragraph"><p>--condor-g</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Generates sites files which will submit jobs using a local Condor-G
+installation rather than through direct GRAM2 submission. (since
+Swift 0.10)</tt></pre>
+</div></div>
+</div>
+<div class="sect2">
+<h3 id="_swift_plot_log">4.3. swift-plot-log</h3>
+<div class="paragraph"><p>swift-plot-log generates summaries of Swift run log files.</p></div>
+<div class="paragraph"><p>Usage: swift-plot-log [logfile] [targets]</p></div>
+<div class="paragraph"><p>When no targets are specified, swift-plog-log will generate an HTML
+report for the run. When targets are specified, only those named targets
+will be generated.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_executing_app_procedures">5. Executing app procedures</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This section describes how Swift executes app procedures, and
+requirements on the behaviour of application programs used in app
+procedures. These requirements are primarily to ensure that the Swift
+can run your application in different places and with the various fault
+tolerance mechanisms in place.</p></div>
+<div class="sect2">
+<h3 id="_mapping_of_app_semantics_into_unix_process_execution_semantics">5.1. Mapping of app semantics into unix process execution semantics</h3>
+<div class="paragraph"><p>This section describes how an app procedure invocation is translated
+into a (remote) unix process execution. It does not describe the
+mechanisms by which Swift performs that translation; that is described
+in the next section.</p></div>
+<div class="paragraph"><p>In this section, this example SwiftScript program is used for reference:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+
+<span style="font-weight: bold"><span style="color: #000000">app</span></span> <span style="color: #990000">(</span><span style="color: #008080">file</span> o<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">count</span></span><span style="color: #990000">(</span><span style="color: #008080">file</span> i<span style="color: #990000">)</span> <span style="color: #FF0000">{</span>
+ wc @<span style="color: #008080">i</span> stdout<span style="color: #990000">=</span>@o<span style="color: #990000">;</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">file</span> q <span style="color: #990000"><</span><span style="color: #FF0000">"input.txt"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">file</span> r <span style="color: #990000"><</span><span style="color: #FF0000">"output.txt"</span><span style="color: #990000">>;</span></tt></pre></div></div>
+<div class="paragraph"><p>The executable for wc will be looked up in tc.data.</p></div>
+<div class="paragraph"><p>This unix executable will then be executed in some application
+procedure workspace. This means:</p></div>
+<div class="paragraph"><p>Each application procedure workspace will have an application workspace
+directory. (TODO: can collapse terms application procedure workspace
+and application workspace directory ?</p></div>
+<div class="paragraph"><p>This application workspace directory will not be shared with any other
+application procedure execution attempt; all application procedure
+execution attempts will run with distinct application procedure
+workspaces. (for the avoidance of doubt: If a SwiftScript procedure
+invocation is subject to multiple application procedure execution
+attempts (due to Swift-level restarts, retries or replication) then each
+of those application procedure execution attempts will be made in a
+different application procedure workspace. )</p></div>
+<div class="paragraph"><p>The application workspace directory will be a directory on a POSIX
+filesystem accessible throughout the application execution by the
+application executable.</p></div>
+<div class="paragraph"><p>Before the application executable is executed:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+The application workspace directory will exist.
+</p>
+</li>
+<li>
+<p>
+The input files will exist inside the application workspace
+ directory (but not necessarily as direct children; there may be
+ subdirectories within the application workspace directory).
+</p>
+</li>
+<li>
+<p>
+The input files will be those files mapped to input parameters
+ of the application procedure invocation. (In the example, this
+ means that the file input.txt will exist in the application
+ workspace directory)
+</p>
+</li>
+<li>
+<p>
+For each input file dataset, it will be the case that @filename
+ or @filenames invoked with that dataset as a parameter will
+ return the path relative to the application workspace directory
+ for the file(s) that are associated with that dataset. (In the
+ example, that means that @i will evaluate to the path input.txt)
+</p>
+</li>
+<li>
+<p>
+For each file-bound parameter of the Swift procedure invocation,
+ the associated files (determined by data type?) will always exist.
+</p>
+</li>
+<li>
+<p>
+The input files must be treated as read only files. This may or
+ may not be enforced by unix file system permissions. They may or
+ may not be copies of the source file (conversely, they may be
+ links to the actual source file).
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>During/after the application executable execution, the following must
+be true:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+If the application executable execution was successful (in the
+ opinion of the application executable), then the application
+ executable should exit with unix return code 0; if the
+ application executable execution was unsuccessful (in the opinion
+ of the application executable), then the application executable
+ should exit with unix return code not equal to 0.
+</p>
+</li>
+<li>
+<p>
+Each file mapped from an output parameter of the SwiftScript
+ procedure call must exist. Files will be mapped in the same way as
+ for input files.
+</p>
+<div class="literalblock">
+<div class="content">
+<pre><tt>(? Is it defined that output subdirectories will be precreated
+before execution or should app executables expect to make them?
+That's probably determined by the present behaviour of wrapper.sh)</tt></pre>
+</div></div>
+</li>
+<li>
+<p>
+Output produced by running the application executable on some
+ inputs should be the same no matter how many times, when or where
+ that application executable is run. <em>The same</em> can vary depending
+ on application (for example, in an application it might be
+ acceptable for a PNG→JPEG conversion to produce different,
+ similar looking, output jpegs depending on the environment)
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>Things to not assume:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+anything about the path of the application workspace directory
+</p>
+</li>
+<li>
+<p>
+that either the application workspace directory will be deleted or
+ will continue to exist or will remain unmodified after execution
+ has finished
+</p>
+</li>
+<li>
+<p>
+that files can be passed(?def) between application procedure
+ invocations through any mechanism except through files known to
+ Swift through the mapping mechanism (there is some exception here
+ for external datasets - there are a separate set of assertions
+ that hold for external datasets)
+</p>
+</li>
+<li>
+<p>
+that application executables will run on any particular site of
+ those available, or than any combination of applications will run
+ on the same or different sites.
+</p>
+</li>
+</ul></div>
+</div>
+<div class="sect2">
+<h3 id="_how_swift_implements_the_site_execution_model">5.2. How Swift implements the site execution model</h3>
+<div class="paragraph"><p>This section describes the implementation of the semantics described in
+the previous section.</p></div>
+<div class="paragraph"><p>Swift executes application procedures on one or more sites.</p></div>
+<div class="paragraph"><p>Each site consists of:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+worker nodes. There is some execution mechanism through which
+ the Swift client side executable can execute its wrapper script
+ on those worker nodes. This is commonly GRAM or Falkon or coasters.
+</p>
+</li>
+<li>
+<p>
+a site-shared file system. This site shared filesystem is
+ accessible through some file transfer mechanism from the Swift
+ client side executable. This is commonly GridFTP or coasters. This
+ site shared filesystem is also accessible through the posix file
+ system on all worker nodes, mounted at the same location as seen
+ through the file transfer mechanism. Swift is configured with the
+ location of some site working directory on that site-shared file
+ system.
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>There is no assumption that the site shared file system for one site is
+accessible from another site.</p></div>
+<div class="paragraph"><p>For each workflow run, on each site that is used by that run, a run
+directory is created in the site working directory, by the Swift client
+side.</p></div>
+<div class="paragraph"><p>In that run directory are placed several subdirectories:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+shared/ - site shared files cache
+</p>
+</li>
+<li>
+<p>
+kickstart/ - when kickstart is used, kickstart record files for
+ each job that has generated a kickstart record.
+</p>
+</li>
+<li>
+<p>
+info/ - wrapper script log files
+</p>
+</li>
+<li>
+<p>
+status/ - job status files
+</p>
+</li>
+<li>
+<p>
+jobs/ - application workspace directories (optionally placed
+ here - see below)
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>Application execution looks like this:</p></div>
+<div class="paragraph"><p>For each application procedure call:</p></div>
+<div class="paragraph"><p>The Swift client side selects a site; copies the input files for that
+procedure call to the site shared file cache if they are not already in
+the cache, using the file transfer mechanism; and then invokes the
+wrapper script on that site using the execution mechanism.</p></div>
+<div class="paragraph"><p>The wrapper script creates the application workspace directory; places
+the input files for that job into the application workspace directory
+using either cp or ln -s (depending on a configuration option);
+executes the application unix executable; copies output files from the
+application workspace directory to the site shared directory using cp;
+creates a status file under the status/ directory; and exits,
+returning control to the Swift client side. Logs created during the
+execution of the wrapper script are stored under the info/ directory.</p></div>
+<div class="paragraph"><p>The Swift client side then checks for the presence of and deletes a
+status file indicating success; and copies files from the site shared
+directory to the appropriate client side location.</p></div>
+<div class="paragraph"><p>The job directory is created (in the default mode) under the jobs/
+directory. However, it can be created under an arbitrary other path,
+which allows it to be created on a different file system (such as a
+worker node local file system in the case that the worker node has a
+local file system).</p></div>
+<div class="paragraph"><p><span class="image">
+<img src="swift-site-model.png" alt="swift-site-model.png" />
+</span></p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_technical_overview_of_the_swift_architecture">6. Technical overview of the Swift architecture</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This section attempts to provide a technical overview of the Swift
+architecture.</p></div>
+<div class="sect2">
+<h3 id="_execution_layer">6.1. Execution layer</h3>
+<div class="paragraph"><p>The execution layer causes an application program (in the form of a unix
+executable) to be executed either locally or remotely.</p></div>
+<div class="paragraph"><p>The two main choices are local unix execution and execution through
+GRAM. Other options are available, and user provided code can also be
+plugged in.</p></div>
+<div class="paragraph"><p>The kickstart utility can be used to capture environmental
+information at execution time to aid in debugging and provenance capture.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_swiftscript_language_compilation_layer">6.2. SwiftScript language compilation layer</h3>
+<div class="paragraph"><p>Step i: text to XML intermediate form parser/processor. parser written
+in ANTLR - see resources/VDL.g. The XML Schema Definition (XSD) for the
+intermediate language is in resources/XDTM.xsd.</p></div>
+<div class="paragraph"><p>Step ii: XML intermediate form to Karajan workflow. Karajan.java - reads
+the XML intermediate form. compiles to karajan workflow language - for
+example, expressions are converted from SwiftScript syntax into Karajan
+syntax, and function invocations become karajan function invocations
+with various modifications to parameters to accomodate return parameters
+and dataset handling.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_swift_karajan_library_layer">6.3. Swift/karajan library layer</h3>
+<div class="paragraph"><p>Some Swift functionality is provided in the form of Karajan libraries
+that are used at runtime by the Karajan workflows that the Swift
+compiler generates.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_ways_in_which_swift_can_be_extended">7. Ways in which Swift can be extended</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Swift is extensible in a number of ways. It is possible to add mappers
+to accomodate different filesystem arrangements, site selectors to
+change how Swift decides where to run each job, and job submission
+interfaces to submit jobs through different mechanisms.</p></div>
+<div class="paragraph"><p>A number of mappers are provided as part of the Swift release and
+documented in the mappers section. New mappers can be
+implemented in Java by implementing the org.griphyn.vdl.mapping.Mapper
+interface. The Swift tutorial
+<a href="http://www.ci.uchicago.edu/swift/guides/tutorial.php">http://www.ci.uchicago.edu/swift/guides/tutorial.php</a> contains a simple
+example of this.</p></div>
+<div class="paragraph"><p>Swift provides a default site selector, the Adaptive Scheduler. New site
+selectors can be plugged in by implementing the
+org.globus.cog.karajan.scheduler.Scheduler interface and modifying
+libexec/scheduler.xml and etc/karajan.properties to refer to the new
+scheduler.</p></div>
+<div class="paragraph"><p>Execution providers and filesystem providers, which allow to Swift to
+execute jobs and to stage files in and out through mechanisms such as
+GRAM and GridFTP can be implemented as Java CoG kit providers.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_function_reference">8. Function reference</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This section details functions that are available for use in the
+SwiftScript language.</p></div>
+<div class="sect2">
+<h3 id="_arg">8.1. @arg</h3>
+<div class="paragraph"><p>Takes a command line parameter name as a string parameter and an
+optional default value and returns the value of that string parameter
+from the command line. If no default value is specified and the command
+line parameter is missing, an error is generated. If a default value is
+specified and the command line parameter is missing, @arg will return
+the default value.</p></div>
+<div class="paragraph"><p>Command line parameters recognized by @arg begin with exactly one
+hyphen and need to be positioned after the script name.</p></div>
+<div class="paragraph"><p>For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span>@<span style="font-weight: bold"><span style="color: #000000">arg</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"myparam"</span><span style="color: #990000">));</span>
+<span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span>@<span style="font-weight: bold"><span style="color: #000000">arg</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"optionalparam"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"defaultvalue"</span><span style="color: #990000">));</span></tt></pre></div></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ <span style="color: #008080">swift</span> arg<span style="color: #990000">.</span>swift <span style="color: #990000">-</span>myparam<span style="color: #990000">=</span>hello
+<span style="color: #008080">Swift</span> v0<span style="color: #990000">.</span><span style="color: #993399">3</span><span style="color: #990000">-</span><span style="color: #008080">dev</span> <span style="font-weight: bold"><span style="color: #000000">r1674</span></span> <span style="color: #990000">(</span><span style="color: #008080">modified</span> locally<span style="color: #990000">)</span>
+
+RunID<span style="color: #990000">:</span> <span style="color: #993399">20080220</span><span style="color: #990000">-</span><span style="color: #993399">1548</span><span style="color: #990000">-</span>ylc4pmda
+<span style="color: #008080">SwiftScript</span> trace<span style="color: #990000">:</span> defaultvalue
+<span style="color: #008080">SwiftScript</span> trace<span style="color: #990000">:</span> hello</tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_extractint">8.2. @extractint</h3>
+<div class="paragraph"><p>@extractint(file) will read the specified file, parse an integer from
+the file contents and return that integer.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_filename">8.3. @filename</h3>
+<div class="paragraph"><p>@filename(v) will return a string containing the filename(s) for the
+file(s) mapped to the variable v. When more than one filename is
+returned, the filenames will be space separated inside a single string
+return value.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_filenames">8.4. @filenames</h3>
+<div class="paragraph"><p>@filenames(v) will return multiple values (!) containing the
+filename(s) for the file(s) mapped to the variable v. (compare to
+ at filename)</p></div>
+</div>
+<div class="sect2">
+<h3 id="_regexp">8.5. @regexp</h3>
+<div class="paragraph"><p>@regexp(input,pattern,replacement) will apply regular expression
+substitution using the Java java.util.regexp API
+<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html">http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html</a>.
+For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">string</span> v <span style="color: #990000">=</span> @<span style="font-weight: bold"><span style="color: #000000">regexp</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"abcdefghi"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"c(def)g"</span><span style="color: #990000">,</span><span style="color: #FF0000">"monkey"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>will assign the value "abmonkeyhi" to the variable v.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_strcat">8.6. @strcat</h3>
+<div class="paragraph"><p>@strcat(a,b,c,d,…) will return a string containing all of the
+strings passed as parameters joined into a single string. There may be
+any number of parameters.</p></div>
+<div class="paragraph"><p>The + operator concatenates two strings: @strcat(a,b) is the same as
+a + b</p></div>
+</div>
+<div class="sect2">
+<h3 id="_strcut">8.7. @strcut</h3>
+<div class="paragraph"><p>@strcut(input,pattern) will match the regular expression in the
+pattern parameter against the supplied input string and return the
+section that matches the first matching parenthesised group.</p></div>
+<div class="paragraph"><p>For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">string</span> t <span style="color: #990000">=</span> <span style="color: #FF0000">"my name is John and i like puppies."</span><span style="color: #990000">;</span>
+<span style="color: #008080">string</span> name <span style="color: #990000">=</span> @<span style="font-weight: bold"><span style="color: #000000">strcut</span></span><span style="color: #990000">(</span>t<span style="color: #990000">,</span> <span style="color: #FF0000">"my name is ([^ ]*) "</span><span style="color: #990000">);</span>
+<span style="color: #008080">string</span> out <span style="color: #990000">=</span> @<span style="font-weight: bold"><span style="color: #000000">strcat</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"Your name is "</span><span style="color: #990000">,</span>name<span style="color: #990000">);</span>
+<span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span>out<span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>will output the message: Your name is John.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_strsplit">8.8. @strsplit</h3>
+<div class="paragraph"><p>@strsplit(input,pattern) will split the input string based on
+separators that match the given pattern and return a string array.
+(since Swift 0.9)</p></div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">string</span> t <span style="color: #990000">=</span> <span style="color: #FF0000">"my name is John and i like puppies."</span><span style="color: #990000">;</span>
+<span style="color: #008080">string</span> words<span style="color: #990000">[]</span> <span style="color: #990000">=</span> @<span style="font-weight: bold"><span style="color: #000000">strsplit</span></span><span style="color: #990000">(</span>t<span style="color: #990000">,</span> <span style="color: #FF0000">"</span><span style="color: #CC33CC">\\</span><span style="color: #FF0000">s"</span><span style="color: #990000">);</span>
+foreach word <span style="color: #008080">in</span> words <span style="color: #FF0000">{</span>
+ <span style="font-weight: bold"><span style="color: #000000">trace</span></span><span style="color: #990000">(</span>word<span style="color: #990000">);</span>
+<span style="color: #FF0000">}</span></tt></pre></div></div>
+<div class="paragraph"><p>will output one word of the sentence on each line (though not
+necessarily in order, due to the fact that foreach iterations execute in
+parallel).</p></div>
+</div>
+<div class="sect2">
+<h3 id="_toint">8.9. @toint</h3>
+<div class="paragraph"><p>@toint(input) will parse its input string into an integer. This can be
+used with @arg to pass input parameters to a SwiftScript program as
+integers.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_built_in_procedure_reference">9. Built-in procedure reference</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This section details built-in procedures that are available for use in
+the SwiftScript language.</p></div>
+<div class="sect2">
+<h3 id="_readdata">9.1. readData</h3>
+<div class="paragraph"><p>readData will read data from a specified file.</p></div>
+<div class="paragraph"><p>The format of the input file is controlled by the type of the return value.</p></div>
+<div class="paragraph"><p>For scalar return types, such as int, the specified file should contain
+a single value of that type.</p></div>
+<div class="paragraph"><p>For arrays of scalars, the specified file should contain one value per
+line.</p></div>
+<div class="paragraph"><p>For structs of scalars, the file should contain two rows. The first row
+should be structure member names separated by whitespace. The second row
+should be the corresponding values for each structure member, separated
+by whitespace, in the same order as the header row.</p></div>
+<div class="paragraph"><p>For arrays of structs, the file should contain a heading row listing
+structure member names separated by whitespace. There should be one row
+for each element of the array, with structure member elements listed in
+the same order as the header row and separated by whitespace. (since
+Swift 0.4)</p></div>
+</div>
+<div class="sect2">
+<h3 id="_readdata2">9.2. readdata2</h3>
+<div class="paragraph"><p>readdata2 will read data from a specified file, like readdata, but
+using a different file format more closely related to that used by the
+ext mapper.</p></div>
+<div class="paragraph"><p>Input files should list, one per line, a path into a Swift structure,
+and the value for that position in the structure:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>rows<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">].</span>columns<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="color: #993399">0</span>
+rows<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">].</span>columns<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="color: #993399">2</span>
+rows<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">].</span>columns<span style="color: #990000">[</span><span style="color: #993399">2</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="color: #993399">4</span>
+rows<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">].</span>columns<span style="color: #990000">[</span><span style="color: #993399">0</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="color: #993399">1</span>
+rows<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">].</span>columns<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="color: #993399">3</span>
+rows<span style="color: #990000">[</span><span style="color: #993399">1</span><span style="color: #990000">].</span>columns<span style="color: #990000">[</span><span style="color: #993399">2</span><span style="color: #990000">]</span> <span style="color: #990000">=</span> <span style="color: #993399">5</span></tt></pre></div></div>
+<div class="paragraph"><p>which can be read into a structure defined like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> vector <span style="color: #FF0000">{</span>
+ <span style="color: #009900">int</span> columns<span style="color: #990000">[];</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">type</span> matrix <span style="color: #FF0000">{</span>
+ <span style="color: #008080">vector</span> rows<span style="color: #990000">[];</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">matrix</span> m<span style="color: #990000">;</span>
+
+m <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">readData2</span></span><span style="color: #990000">(</span><span style="color: #FF0000">"readData2.in"</span><span style="color: #990000">);</span></tt></pre></div></div>
+<div class="paragraph"><p>(since Swift 0.7)</p></div>
+</div>
+<div class="sect2">
+<h3 id="_trace">9.3. trace</h3>
+<div class="paragraph"><p>trace will log its parameters. By default these will appear on both
+stdout and in the run log file. Some formatting occurs to produce the
+log message. The particular output format should not be relied upon.
+(since Swift 0.4)</p></div>
+</div>
+<div class="sect2">
+<h3 id="_writedata">9.4. writeData</h3>
+<div class="paragraph"><p>writeData will write out data structures in the format described for
+readData</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_swift_configuration_properties">10. Swift configuration properties</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Various aspects of the behavior of the Swift Engine can be configured
+through properties. The Swift Engine recognizes a global, per
+installation properties file which can found in etc/swift.properties
+in the Swift installation directory and a user properties file which can
+be created by each user in ~/.swift/swift.properties. The Swift Engine
+will first load the global properties file. It will then try to load the
+user properties file. If a user properties file is found, individual
+properties explicitly set in that file will override the respective
+properties in the global properties file. Furthermore, some of the
+properties can be overridden directly using command line arguments to
+the <strong>swift</strong> command.</p></div>
+<div class="paragraph"><p>Swift properties are specified in the following format:</p></div>
+<div class="paragraph"><p><name>=<value></p></div>
+<div class="paragraph"><p>The value can contain variables which will be expanded when the
+properties file is read. Expansion is performed when the name of the
+variable is used inside the standard shell dereference construct:
+configuration file:</p></div>
+<div class="paragraph"><p>Swift Configuration Variables</p></div>
+<div class="paragraph"><p>swift.home</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Points to the Swift installation directory ($SWIFT_HOME). In
+general, this should not be set as Swift can find its own
+installation directory, and incorrectly setting it may impair the
+correct functionality of Swift.</tt></pre>
+</div></div>
+<div class="paragraph"><p>user.name</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The name of the current logged in user.</tt></pre>
+</div></div>
+<div class="paragraph"><p>user.home</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The user's home directory.</tt></pre>
+</div></div>
+<div class="paragraph"><p>The following is a list of valid Swift properties:</p></div>
+<div class="paragraph"><p>Swift Properties</p></div>
+<div class="paragraph"><p>caching.algorithm</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: LRU</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: LRU</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Swift caches files that are staged in on remote resources, and files
+that are produced remotely by applications, such that they can be
+re-used if needed without being transfered again. However, the
+amount of remote file system space to be used for caching can be
+limited using the swift:storagesize profile entry in the sites.xml file. Example:</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><pool</span></span> <span style="color: #009900">handle</span><span style="color: #990000">=</span><span style="color: #FF0000">"example"</span> <span style="color: #009900">sysinfo</span><span style="color: #990000">=</span><span style="color: #FF0000">"INTEL32::LINUX"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><gridftp</span></span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"gsiftp://example.org"</span> <span style="color: #009900">storage</span><span style="color: #990000">=</span><span style="color: #FF0000">"/scratch/swift"</span> <span style="color: #009900">major</span><span style="color: #990000">=</span><span style="color: #FF0000">"2"</span> <span style="color: #009900">minor</span><span style="color: #990000">=</span><span style="color: #FF0000">"4"</span> <span style="color: #009900">patch</span><span style="color: #990000">=</span><span style="color: #FF0000">"3"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><jobmanager</span></span> <span style="color: #009900">universe</span><span style="color: #990000">=</span><span style="color: #FF0000">"vanilla"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"example.org/jobmanager-pbs"</span> <span style="color: #009900">major</span><span style="color: #990000">=</span><span style="color: #FF0000">"2"</span> <span style="color: #009900">minor</span><span style="color: #990000">=</span><span style="color: #FF0000">"4"</span> <span style="color: #009900">patch</span><span style="color: #990000">=</span><span style="color: #FF0000">"3"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><workdirectory></span></span>/scratch/swift<span style="font-weight: bold"><span style="color: #0000FF"></workdirectory></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"SWIFT"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"storagesize"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>20000000<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"></pool></span></span></tt></pre></div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The decision of which files to keep in the cache and which files to
+remove is made considering the value of the caching.algorithm
+property. Currently, the only available value for this property is
+LRU, which would cause the least recently used files to be deleted
+first.</tt></pre>
+</div></div>
+<div class="paragraph"><p>clustering.enabled</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Enables clustering.</tt></pre>
+</div></div>
+<div class="paragraph"><p>clustering.min.time</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 60</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Indicates the threshold wall time for clustering, in seconds. Jobs
+that have a wall time smaller than the value of this property will
+be considered for clustering.</tt></pre>
+</div></div>
+<div class="paragraph"><p>clustering.queue.delay</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 4</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This property indicates the interval, in seconds, at which the
+clustering queue is processed.</tt></pre>
+</div></div>
+<div class="paragraph"><p>execution.retries</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: positive integers</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 2</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The number of time a job will be retried if it fails (giving a
+maximum of 1 + execution.retries attempts at execution)</tt></pre>
+</div></div>
+<div class="paragraph"><p>foreach.max.threads</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: positive integers</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 1024</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Limits the number of concurrent iterations that each foreach
+statement can have at one time. This conserves memory for swift
+programs that have large numbers of iterations (which would
+otherwise all be executed in parallel). (since Swift 0.9)</tt></pre>
+</div></div>
+<div class="paragraph"><p>ip.address</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <ipaddress></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: N/A</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The Globus GRAM service uses a callback mechanism to send
+notifications about the status of submitted jobs. The callback
+mechanism requires that the Swift client be reachable from the hosts
+the GRAM services are running on. Normally, Swift can detect the
+correct IP address of the client machine. However, in certain cases
+(such as the client machine having more than one network interface)
+the automatic detection mechanism is not reliable. In such cases,
+the IP address of the Swift client machine can be specified using
+this property. The value of this property must be a numeric address
+without quotes.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This option is deprecated and the hostname property should be used
+instead.</tt></pre>
+</div></div>
+<div class="paragraph"><p>kickstart.always.transfer</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This property controls when output from Kickstart is transfered back
+to the submit site, if Kickstart is enabled. When set to false,
+Kickstart output is only transfered for jobs that fail. If set to
+true, Kickstart output is transfered after every job is completed
+or failed.</tt></pre>
+</div></div>
+<div class="paragraph"><p>kickstart.enabled</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false, maybe</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: maybe</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This option allows controlling of when Swift uses Kickstart.
+A value of false disables the use of Kickstart,
+while a value of true enables the use of Kickstart, in which case
+sites specified in the sites.xml file must have valid
+gridlaunch attributes. The maybe value will enable the use of
+Kickstart only on sites that have the gridlaunch attribute
+specified.</tt></pre>
+</div></div>
+<div class="paragraph"><p>lazy.errors</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Swift can report application errors in two modes, depending on the
+value of this property. If set to false, Swift will report the
+first error encountered and immediately stop execution. If set to
+true, Swift will attempt to run as much as possible from a
+SwiftScript program before stopping execution and reporting all
+errors encountered.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>When developing SwiftScript programs, using the default value of
+false can make the program easier to debug. However in production
+runs, using true will allow more of a SwiftScript program to be
+run before Swift aborts execution.</tt></pre>
+</div></div>
+<div class="paragraph"><p>pgraph</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false, <file></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Swift can generate a Graphviz <http://www.graphviz.org/> file
+representing the structure of the SwiftScript program it has run. If
+this property is set to true, Swift will save the provenance graph
+in a file named by concatenating the program name and the instance
+ID (e.g. helloworld-ht0adgi315l61.dot).</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>If set to false, no provenance graph will be generated. If a file
+name is used, then the provenance graph will be saved in the
+specified file.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The generated dot file can be rendered into a graphical form using
+Graphviz <http://www.graphviz.org/>, for example with a command-line
+such as:</tt></pre>
+</div></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ swift -pgraph graph1<span style="color: #990000">.</span>dot q1<span style="color: #990000">.</span>swift
+$ dot -ograph<span style="color: #990000">.</span>png -Tpng graph1<span style="color: #990000">.</span>dot</tt></pre></div></div>
+<div class="paragraph"><p>pgraph.graph.options</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <string></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: splines="compound", rankdir="TB"</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This property specifies a Graphviz <http://www.graphviz.org>
+specific set of parameters for the graph.</tt></pre>
+</div></div>
+<div class="paragraph"><p>pgraph.node.options</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <string></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: color="seagreen", style="filled"</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Used to specify a set of Graphviz <http://www.graphviz.org> specific
+properties for the nodes in the graph.</tt></pre>
+</div></div>
+<div class="paragraph"><p>provenance.log</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This property controls whether the log file will contain provenance
+information enabling this will increase the size of log files,
+sometimes significantly.</tt></pre>
+</div></div>
+<div class="paragraph"><p>replication.enabled</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Enables/disables replication. Replication is used to deal with jobs
+sitting in batch queues for abnormally large amounts of time. If
+replication is enabled and certain conditions are met, Swift creates
+and submits replicas of jobs, and allows multiple instances of a job
+to compete.</tt></pre>
+</div></div>
+<div class="paragraph"><p>replication.limit</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: positive integers</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 3</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The maximum number of replicas that Swift should attempt.</tt></pre>
+</div></div>
+<div class="paragraph"><p>sitedir.keep</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Indicates whether the working directory on the remote site should be
+left intact even when a run completes successfully. This can be used
+to inspect the site working directory for debugging purposes.</tt></pre>
+</div></div>
+<div class="paragraph"><p>sites.file</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <file></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: ${swift.home}/etc/sites.xml</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Points to the location of the site catalog, which contains a list of
+all sites that Swift should use.</tt></pre>
+</div></div>
+<div class="paragraph"><p>status.mode</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: files, provider</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: files</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Controls how Swift will communicate the result code of running user
+programs from workers to the submit side. In files mode, a file
+indicating success or failure will be created on the site shared
+filesystem. In provider mode, the execution provider job status
+will be used.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>provider mode requires the underlying job execution system to
+correctly return exit codes. In at least the cases of GRAM2, and
+clusters used with any provider, exit codes are not returned, and so
+files mode must be used in those cases. Otherwise, provider mode
+can be used to reduce the amount of filesystem access. (since Swift
+0.8)</tt></pre>
+</div></div>
+<div class="paragraph"><p>tc.file</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <file></tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: ${swift.home}/etc/tc.data</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Points to the location of the transformation catalog file which
+contains information about installed applications. Details about the
+format of the transformation catalog can be found here
+<http://vds.uchicago.edu/vds/doc/userguide/html/H_TransformationCatalog.html>.</tt></pre>
+</div></div>
+<div class="paragraph"><p>tcp.port.range</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <start>,<end> where start and end are integers</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: none</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>A TCP port range can be specified to restrict the ports on which
+GRAM callback services are started. This is likely needed if your
+submit host is behind a firewall, in which case the firewall should
+be configured to allow incoming connections on ports in the range.</tt></pre>
+</div></div>
+<div class="paragraph"><p>throttle.file.operations</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int>, off</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 8</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Limits the total number of concurrent file operations that can
+happen at any given time. File operations (like transfers) require
+an exclusive connection to a site. These connections can be
+expensive to establish. A large number of concurrent file operations
+may cause Swift to attempt to establish many such expensive
+connections to various sites. Limiting the number of concurrent file
+operations causes Swift to use a small number of cached connections
+and achieve better overall performance.</tt></pre>
+</div></div>
+<div class="paragraph"><p>throttle.host.submit</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int>, off</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 2</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Limits the number of concurrent submissions for any of the sites
+Swift will try to send jobs to. In other words it guarantees that no
+more than the value of this throttle jobs sent to any site will be
+concurrently in a state of being submitted.</tt></pre>
+</div></div>
+<div class="paragraph"><p>throttle.score.job.factor</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int>, off</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 4</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>The Swift scheduler has the ability to limit the number of
+concurrent jobs allowed on a site based on the performance history
+of that site. Each site is assigned a score (initially 1), which can
+increase or decrease based on whether the site yields successful or
+faulty job runs. The score for a site can take values in the (0.1,
+100) interval. The number of allowed jobs is calculated using the
+following formula:</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>2 + score*throttle.score.job.factor</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This means a site will always be allowed at least two concurrent
+jobs and at most 2 + 100*throttle.score.job.factor. With a default
+of 4 this means at least 2 jobs and at most 402.</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This parameter can also be set per site using the jobThrottle
+profile key in a site catalog entry.</tt></pre>
+</div></div>
+<div class="paragraph"><p>throttle.submit</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int>, off</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 4</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Limits the number of concurrent submissions for a run. This throttle
+only limits the number of concurrent tasks (jobs) that are being
+sent to sites, not the total number of concurrent jobs that can be
+run. The submission stage in GRAM is one of the most CPU expensive
+stages (due mostly to the mutual authentication and delegation).
+Having too many concurrent submissions can overload either or both
+the submit host CPU and the remote host/head node causing degraded
+performance.</tt></pre>
+</div></div>
+<div class="paragraph"><p>throttle.transfers</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: <int>, off</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: 4</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Limits the total number of concurrent file transfers that can happen
+at any given time. File transfers consume bandwidth. Too many
+concurrent transfers can cause the network to be overloaded
+preventing various other signaling traffic from flowing properly.</tt></pre>
+</div></div>
+<div class="paragraph"><p>ticker.disable</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>When set to true, suppresses the output progress ticker that Swift
+sends to the console every few seconds during a run (since Swift 0.9)</tt></pre>
+</div></div>
+<div class="paragraph"><p>wrapper.invocation.mode</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: absolute, relative</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: absolute</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Determines if Swift remote wrappers will be executed by specifying
+an absolute path, or a path relative to the job initial working
+directory. In most cases, execution will be successful with either
+option. However, some execution sites ignore the specified initial
+working directory, and so absolute must be used. Conversely on
+some sites, job directories appear in a different place on the
+worker node file system than on the filesystem access node, with the
+execution system handling translation of the job initial working
+directory. In such cases, relative mode must be used. (since Swift
+0.9)</tt></pre>
+</div></div>
+<div class="paragraph"><p>wrapper.parameter.mode</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Controls how Swift will supply parameters to the remote wrapper
+script. args mode will pass parameters on the command line. Some
+execution systems do not pass commandline parameters sufficiently
+cleanly for Swift to operate correctly. files mode will pass
+parameters through an additional input file (since Swift 0.95). This
+provides a cleaner communication channel for parameters, at the
+expense of transferring an additional file for each job invocation.</tt></pre>
+</div></div>
+<div class="paragraph"><p>wrapperlog.always.transfer</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Valid values: true, false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Default value: false</tt></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This property controls when output from the Swift remote wrapper is
+transfered back to the submit site. When set to false, wrapper
+logs are only transfered for jobs that fail. If set to true,
+wrapper logs are transfered after every job is completed or failed.</tt></pre>
+</div></div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>sites.file=${vds.home}/etc/sites.xml
+tc.file=${vds.home}/etc/tc.data
+ip.address=192.168.0.1</tt></pre></div></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_profiles">11. Profiles</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Profiles are configuration parameters than can be specified either for
+sites or for transformation catalog entries. They influence the
+behaviour of Swift towards that site (for example, by changing the load
+Swift will place on that sites) or when running a particular procedure.</p></div>
+<div class="paragraph"><p>Profile entries for a site are specified in the site catalog. Profile
+entries for specific procedures are specified in the transformation
+catalog.</p></div>
+<div class="sect2">
+<h3 id="_karajan_namespace">11.1. Karajan namespace</h3>
+<div class="paragraph"><p>maxSubmitRate limits the maximum rate of job submission, in jobs per
+second. For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"karajan"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"maxSubmitRate"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>0.2<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span></tt></pre></div></div>
+<div class="paragraph"><p>will limit job submission to 0.2 jobs per second (or equivalently, one
+job every five seconds).</p></div>
+<div class="paragraph"><p>jobThrottle allows the job throttle factor (see Swift property
+throttle.score.job.factor to be
+set per site.</p></div>
+<div class="paragraph"><p>initialScore allows the initial score for rate limiting and site
+selection to be set to a value other than 0.</p></div>
+<div class="paragraph"><p>delayBase controls how much a site will be delayed when it performs
+poorly. With each reduction in a sites score by 1, the delay between
+execution attempts will increase by a factor of delayBase.</p></div>
+<div class="paragraph"><p>status.mode allows the status.mode property to be set per-site instead
+of for an entire run. See the Swift configuration properties section for
+more information. (since Swift 0.8)</p></div>
+</div>
+<div class="sect2">
+<h3 id="_swift_namespace">11.2. swift namespace</h3>
+<div class="paragraph"><p>storagesize limits the amount of space that will be used on the remote
+site for temporary files. When more than that amount of space is used,
+the remote temporary file cache will be cleared using the algorithm
+specified in the caching.algorithm property.</p></div>
+<div class="paragraph"><p>wrapperInterpreter - The wrapper interpreter indicates the command
+(executable) to be used to run the Swift wrapper script. The default is
+"/bin/bash" on Unix sites and "cscript.exe" on Windows sites.</p></div>
+<div class="paragraph"><p>wrapperInterpreterOptions - Allows specifying additional options to the
+executable used to run the Swift wrapper. The defaults are no options on
+Unix sites and "Nologo" on Windows sites.</p></div>
+<div class="paragraph"><p>wrapperScript - Specifies the name of the wrapper script to be used on a
+site. The defaults are "_swiftwrap" on Unix sites and "_swiftwrap.vbs"
+on Windows sites. If you specify a custom wrapper script, it must be
+present in the "libexec" directory of the Swift installation.</p></div>
+<div class="paragraph"><p>cleanupCommand Indicates the command to be run at the end of a Swift
+run to clean up the run directories on a remote site. Defaults are
+"/bin/rm" on Unix sites and "cmd.exe" on Windows sites</p></div>
+<div class="paragraph"><p>cleanupCommandOptions Specifies the options to be passed to the
+cleanup command above. The options are passed in the argument list to
+the cleanup command. After the options, the last argument is the
+directory to be deleted. The default on Unix sites is "-rf". The default
+on Windows sites is ["/C", "del", "/Q"].</p></div>
+</div>
+<div class="sect2">
+<h3 id="_globus_namespace">11.3. Globus namespace</h3>
+<div class="paragraph"><p>maxwalltime specifies a walltime limit for each job, in minutes.</p></div>
+<div class="paragraph"><p>The following formats are recognized:</p></div>
+<div class="ulist"><ul>
+<li>
+<p>
+Minutes
+</p>
+</li>
+<li>
+<p>
+Hours:Minutes
+</p>
+</li>
+<li>
+<p>
+Hours:Minutes:Seconds
+</p>
+</li>
+</ul></div>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">localhost</span> echo <span style="color: #990000">/</span>bin<span style="color: #990000">/</span>echo <span style="color: #008080">INSTALLED</span> INTEL32<span style="color: #990000">::</span><span style="color: #008080">LINUX</span> GLOBUS<span style="color: #990000">::</span>maxwalltime<span style="color: #990000">=</span><span style="color: #FF0000">"00:20:00"</span></tt></pre></div></div>
+<div class="paragraph"><p>When replication is enabled (see replication), then
+walltime will also be enforced at the Swift client side: when a job has
+been active for more than twice the maxwalltime, Swift will kill the job
+and regard it as failed.</p></div>
+<div class="paragraph"><p>When clustering is used, maxwalltime will be used to select which jobs
+will be clustered together. More information on this is available in the
+clustering section.</p></div>
+<div class="paragraph"><p>When coasters as used, maxwalltime influences the default coaster
+worker maxwalltime, and which jobs will be sent to which workers. More
+information on this is available in the coasters section.</p></div>
+<div class="paragraph"><p>queue is used by the PBS, GRAM2 and GRAM4 providers. This profile
+entry specifies which queue jobs will be submitted to. The valid queue
+names are site-specific.</p></div>
+<div class="paragraph"><p>host_types specifies the types of host that are permissible for a job
+to run on. The valid values are site-specific. This profile entry is
+used by the GRAM2 and GRAM4 providers.</p></div>
+<div class="paragraph"><p>condor_requirements allows a requirements string to be specified when
+Condor is used as an LRM behind GRAM2. Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span>
+<span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"condor_requirements"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>Arch == "X86_64" || Arch="INTEL"<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span></tt></pre></div></div>
+<div class="paragraph"><p>slots When using coasters, this parameter specifies the
+maximum number of jobs/blocks that the coaster scheduler will have
+running at any given time. The default is 20.</p></div>
+<div class="paragraph"><p>workersPerNode - This parameter determines how many coaster workers are
+started one each compute node. The default value is 1.</p></div>
+<div class="paragraph"><p>nodeGranularity - When allocating a coaster worker block, this parameter
+restricts the number of nodes in a block to a multiple of this value.
+The total number of workers will then be a multiple of workersPerNode *
+nodeGranularity. The default value is 1.</p></div>
+<div class="paragraph"><p>allocationStepSize - Each time the coaster block scheduler computes a
+schedule, it will attempt to allocate a number of slots from the number
+of available slots (limited using the above slots profile). This
+parameter specifies the maximum fraction of slots that are allocated in
+one schedule. Default is 0.1.</p></div>
+<div class="paragraph"><p>lowOverallocation - Overallocation is a function of the walltime of a
+job which determines how long (time-wise) a worker job will be. For
+example, if a number of 10s jobs are submitted to the coaster service,
+and the overallocation for 10s jobs is 10, the coaster scheduler will
+attempt to start worker jobs that have a walltime of 100s. The
+overallocation is controlled by manipulating the end-points of an
+overallocation function. The low endpoint, specified by this parameter,
+is the overallocation for a 1s job. The high endpoint is the
+overallocation for a (theoretical) job of infinite length. The
+overallocation for job sizes in the [1s, +inf) interval is determined
+using an exponential decay function: overallocation(walltime) = walltime
+* (lowOverallocation - highOverallocation) * exp(-walltime *
+overallocationDecayFactor) + highOverallocation The default value of
+lowOverallocation is 10.</p></div>
+<div class="paragraph"><p>highOverallocation - The high overallocation endpoint (as described
+above). Default: 1</p></div>
+<div class="paragraph"><p>overallocationDecayFactor - The decay factor for the overallocation
+curve. Default 0.001 (1e-3).</p></div>
+<div class="paragraph"><p>spread - When a large number of jobs is submitted to the a coaster
+service, the work is divided into blocks. This parameter allows a rough
+control of the relative sizes of those blocks. A value of 0 indicates
+that all work should be divided equally between the blocks (and blocks
+will therefore have equal sizes). A value of 1 indicates the largest
+possible spread. The existence of the spread parameter is based on the
+assumption that smaller overall jobs will generally spend less time in
+the queue than larger jobs. By submitting blocks of different sizes,
+submitted jobs may be finished quicker by smaller blocks. Default: 0.9.</p></div>
+<div class="paragraph"><p>reserve - Reserve time is a time in the allocation of a worker that sits
+at the end of the worker time and is useable only for critical
+operations. For example, a job will not be submitted to a worker if it
+overlaps its reserve time, but a job that (due to inaccurate walltime
+specification) runs into the reserve time will not be killed (note that
+once the worker exceeds its walltime, the queuing system will kill the
+job anyway). Default 10 (s).</p></div>
+<div class="paragraph"><p>maxnodes - Determines the maximum number of nodes that can be allocated
+in one coaster block. Default: unlimited.</p></div>
+<div class="paragraph"><p>maxtime - Indicates the maximum walltime that a coaster block can have.
+Default: unlimited.</p></div>
+<div class="paragraph"><p>remoteMonitorEnabled - If set to "true", the client side will get a
+Swing window showing, graphically, the state of the coaster scheduler
+(blocks, jobs, etc.). Default: false</p></div>
+</div>
+<div class="sect2">
+<h3 id="_env_namespace">11.4. env namespace</h3>
+<div class="paragraph"><p>Profile keys set in the env namespace will be set in the unix
+environment of the executed job. Some environment variables influence
+the worker-side behaviour of Swift:</p></div>
+<div class="paragraph"><p>PATHPREFIX - set in env namespace profiles. This path is prefixed onto
+the start of the PATH when jobs are executed. It can be more useful
+than setting the PATH environment variable directly, because setting
+PATH will cause the execution site’s default path to be lost.</p></div>
+<div class="paragraph"><p>SWIFT_JOBDIR_PATH - set in env namespace profiles. If set, then Swift
+will use the path specified here as a worker-node local temporary
+directory to copy input files to before running a job. If unset, Swift
+will keep input files on the site-shared filesystem. In some cases,
+copying to a worker-node local directory can be much faster than having
+applications access the site-shared filesystem directly.</p></div>
+<div class="paragraph"><p>SWIFT_EXTRA_INFO - set in env namespace profiles. If set, then Swift
+will execute the command specified in SWIFT_EXTRA_INFO on execution
+sites immediately before each application execution, and will record the
+stdout of that command in the wrapper info log file for that job. This
+is intended to allow software version and other arbitrary information
+about the remote site to be gathered and returned to the submit side.
+(since Swift 0.9)</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_the_site_catalog_sites_xml">12. The Site Catalog - sites.xml</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The site catalog lists details of each site that Swift can use. The
+default file contains one entry for local execution, and a large number
+of commented-out example entries for other sites.</p></div>
+<div class="paragraph"><p>By default, the site catalog is stored in etc/sites.xml. This path can
+be overridden with the sites.file configuration property, either in
+the Swift configuration file or on the command line.</p></div>
+<div class="paragraph"><p>The sites file is formatted as XML. It consists of <pool> elements,
+one for each site that Swift will use.</p></div>
+<div class="sect2">
+<h3 id="_pool_element">12.1. Pool element</h3>
+<div class="paragraph"><p>Each pool element must have a handle attribute, giving a symbolic
+name for the site. This can be any name, but must correspond to entries
+for that site in the transformation catalog.</p></div>
+<div class="paragraph"><p>Optionally, the gridlaunch attribute can be used to specify the path
+to kickstart on the site.</p></div>
+<div class="paragraph"><p>Each pool must specify a file transfer method, an execution method and
+a remote working directory. Optionally, profile settings can
+be specified.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_file_transfer_method">12.2. File transfer method</h3>
+<div class="paragraph"><p>Transfer methods are specified with either the <gridftp> element or
+the <filesystem> element.</p></div>
+<div class="paragraph"><p>To use gridftp or local filesystem copy, use the <gridftp> element:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><gridftp</span></span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"gsiftp://evitable.ci.uchicago.edu"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The url attribute may specify a GridFTP server, using the gsiftp URI
+scheme; or it may specify that filesystem copying will be used (which
+assumes that the site has access to the same filesystem as the
+submitting machine) using the URI local://localhost.</p></div>
+<div class="paragraph"><p>Filesystem access using scp (the SSH copy protocol) can be specified
+using the <filesystem> element:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><filesystem</span></span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"www11.i2u2.org"</span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"ssh"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>For additional ssh configuration information, see the ssh execution
+provider documentation below.</p></div>
+<div class="paragraph"><p>Filesystem access using CoG coasters can be also be
+specified using the <filesystem> element. More detail about
+configuring that can be found in the CoG coasters section.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_execution_method">12.3. Execution method</h3>
+<div class="paragraph"><p>Execution methods may be specified either with the <jobmanager> or
+<execution> element.</p></div>
+<div class="paragraph"><p>The <jobmanager> element can be used to specify execution through
+GRAM2. For example,</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><jobmanager</span></span> <span style="color: #009900">universe</span><span style="color: #990000">=</span><span style="color: #FF0000">"vanilla"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"evitable.ci.uchicago.edu/jobmanager-fork"</span> <span style="color: #009900">major</span><span style="color: #990000">=</span><span style="color: #FF0000">"2"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The universe attribute should always be set to vanilla. The url
+attribute should specify the name of the GRAM2 gatekeeper host, and the
+name of the jobmanager to use. The major attribute should always be set
+to 2.</p></div>
+<div class="paragraph"><p>The <execution> element can be used to specify execution through other
+execution providers:</p></div>
+<div class="paragraph"><p>To use GRAM4, specify the gt4 provider. For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"gt4"</span> <span style="color: #009900">jobmanager</span><span style="color: #990000">=</span><span style="color: #FF0000">"PBS"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"tg-grid.uc.teragrid.org"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The url attribute should specify the GRAM4 submission site. The
+jobmanager attribute should specify which GRAM4 jobmanager will be used.</p></div>
+<div class="paragraph"><p>For local execution, the local provider should be used, like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"local"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"none"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>For PBS execution, the pbs provider should be used:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"pbs"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"none"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The GLOBUS::queue profile key can be used to
+specify which PBS queue jobs will be submitted to.</p></div>
+<div class="paragraph"><p>For execution through a local Condor installation, the condor provider
+should be used. This provider can run jobs either in the default vanilla
+universe, or can use Condor-G to run jobs on remote sites.</p></div>
+<div class="paragraph"><p>When running locally, only the <execution> element needs to be specified:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"condor"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"none"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>When running with Condor-G, it is necessary to specify the Condor grid
+universe and the contact string for the remote site. For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"condor"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"jobType"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>grid<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span>
+<span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"gridResource"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>gt2 belhaven-1.renci.org/jobmanager-fork<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span></tt></pre></div></div>
+<div class="paragraph"><p>For execution through SSH, the ssh provider should be used:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"www11.i2u2.org"</span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"ssh"</span><span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>with configuration made in ~/.ssh/auth.defaults with the string
+<em>www11.i2u2.org</em> changed to the appropriate host name:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>www11<span style="color: #990000">.</span>i2u2<span style="color: #990000">.</span>org<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #0000FF">type</span></span><span style="color: #990000">=</span>key
+www11<span style="color: #990000">.</span>i2u2<span style="color: #990000">.</span>org<span style="color: #990000">.</span><span style="color: #009900">username</span><span style="color: #990000">=</span>hategan
+www11<span style="color: #990000">.</span>i2u2<span style="color: #990000">.</span>org<span style="color: #990000">.</span><span style="color: #009900">key</span><span style="color: #990000">=</span>/home/mike<span style="color: #990000">/.</span>ssh/i2u2portal
+www11<span style="color: #990000">.</span>i2u2<span style="color: #990000">.</span>org<span style="color: #990000">.</span><span style="color: #009900">passphrase</span><span style="color: #990000">=</span>XXXX</tt></pre></div></div>
+<div class="paragraph"><p>For execution using the CoG Coaster mechanism, the coaster
+provider should be used:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"coaster"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"tg-grid.uc.teragrid.org"</span>
+ <span style="color: #009900">jobmanager</span><span style="color: #990000">=</span><span style="color: #FF0000">"gt2:gt2:pbs"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>More details about configuration of coasters can be found in the section
+on coasters.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_work_directory">12.4. Work directory</h3>
+<div class="paragraph"><p>The workdirectory element specifies where on the site files can be
+stored.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><workdirectory></span></span>/home/benc<span style="font-weight: bold"><span style="color: #0000FF"></workdirectory></span></span></tt></pre></div></div>
+<div class="paragraph"><p>This file must be accessible through the transfer mechanism specified in
+the <gridftp> element and also mounted on all worker nodes that will
+be used for execution. A shared cluster scratch filesystem is
+appropriate for this.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_profiles_2">12.5. Profiles</h3>
+<div class="paragraph"><p>Profile keys can be specified using the <profile> element.
+For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"queue"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>fast<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The site catalog format is an evolution of the VDS site catalog format
+which is documented here
+<a href="http://vds.uchicago.edu/vds/doc/userguide/html/H_SiteCatalog.html">http://vds.uchicago.edu/vds/doc/userguide/html/H_SiteCatalog.html</a>.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_the_transformation_catalog_tc_data">13. The Transformation Catalog - tc.data</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The transformation catalog lists where application executables are
+located on remote sites.</p></div>
+<div class="paragraph"><p>By default, the site catalog is stored in etc/tc.data. This path can
+be overridden with the tc.file configuration property, either in the
+Swift configuration file or on the command line.</p></div>
+<div class="paragraph"><p>The format is one line per executable per site, with fields separated by
+tabs. Spaces cannot be used to separate fields.</p></div>
+<div class="paragraph"><p>Some example entries:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>localhost echo /bin/echo INSTALLED INTEL32<span style="color: #990000">::</span>LINUX null
+TGUC touch /usr/bin/touch INSTALLED INTEL32<span style="color: #990000">::</span>LINUX GLOBUS<span style="color: #990000">::</span><span style="color: #009900">maxwalltime</span><span style="color: #990000">=</span><span style="color: #FF0000">"0:1"</span></tt></pre></div></div>
+<div class="paragraph"><p>The fields are: site, transformation name, executable path, installation
+status, platform, and profile entrys.</p></div>
+<div class="paragraph"><p>The site field should correspond to a site name listed in the sites catalog.</p></div>
+<div class="paragraph"><p>The transformation name should correspond to the transformation name
+used in a SwiftScript app procedure.</p></div>
+<div class="paragraph"><p>The executable path should specify where the particular executable is
+located on that site.</p></div>
+<div class="paragraph"><p>The installation status and platform fields are not used. Set them to
+INSTALLED and INTEL32::LINUX respectively.</p></div>
+<div class="paragraph"><p>The profiles field should be set to null if no profile entries are to
+be specified, or should contain the profile entries separated by
+semicolons.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_build_options">14. Build options</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>See the Swift download page
+<a href="http://www.ci.uchicago.edu/swift/downloads/">http://www.ci.uchicago.edu/swift/downloads/</a> for instructions on
+downloading and building Swift from source. When building, various build
+options can be supplied on the ant commandline. These are summarised here:</p></div>
+<div class="paragraph"><p>with-provider-condor - build with CoG condor provider</p></div>
+<div class="paragraph"><p>with-provider-coaster - build with CoG coaster provider (see the
+section on coasters). Since 0.8, coasters are always built,
+and this option has no effect.</p></div>
+<div class="paragraph"><p>with-provider-deef - build with Falkon provider deef. In order for
+this option to work, it is necessary to check out the provider-deef code
+in the cog/modules directory alongside swift:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ cd cog/modules
+$ svn co https<span style="color: #990000">:</span>//svn<span style="color: #990000">.</span>ci<span style="color: #990000">.</span>uchicago<span style="color: #990000">.</span>edu/svn/vdl<span style="color: #993399">2</span>/provider-deef
+$ cd <span style="color: #990000">..</span>/swift
+$ ant -Dwith-provider-deef<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #0000FF">true</span></span> redist</tt></pre></div></div>
+<div class="paragraph"><p>with-provider-wonky - build with provider-wonky, an execution provider
+that provides delays and unreliability for the purposes of testing
+Swift’s fault tolerance mechanisms. In order for this option to work, it
+is necessary to check out the provider-wonky code in the |cog/modules|
+directory alongside swift:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ cd cog/modules
+$ svn co https<span style="color: #990000">:</span>//svn<span style="color: #990000">.</span>ci<span style="color: #990000">.</span>uchicago<span style="color: #990000">.</span>edu/svn/vdl<span style="color: #993399">2</span>/provider-wonky
+$ cd <span style="color: #990000">..</span>/swift<span style="color: #990000">|*</span>
+$ ant -Dwith-provider-wonky<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #0000FF">true</span></span> redist</tt></pre></div></div>
+<div class="paragraph"><p>no-supporting - produces a distribution without supporting commands
+such as grid-proxy-init. This is intended for when the Swift
+distribution will be used in an environment where those commands are
+already provided by other packages, where the Swift package should be
+providing only Swift commands, and where the presence of commands such
+as grid-proxy-init from the Swift distribution in the path will mask the
+presence of those commands from their true distribution package such as
+a Globus Toolkit package.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ ant -Dno-supporting<span style="color: #990000">=</span><span style="font-weight: bold"><span style="color: #0000FF">true</span></span> redist</tt></pre></div></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_kickstart">15. Kickstart</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Kickstart is a tool that can be used to gather various information about
+the remote execution environment for each job that Swift tries to run.</p></div>
+<div class="paragraph"><p>For each job, Kickstart generates an XML invocation record. By default
+this record is staged back to the submit host if the job fails.</p></div>
+<div class="paragraph"><p>Before it can be used it must be installed on the remote site and the
+sites file must be configured to point to kickstart.</p></div>
+<div class="paragraph"><p>Kickstart can be downloaded as part of the Pegasus <em>worker package</em>
+available from the worker packages section of the Pegasus download page
+<a href="http://pegasus.isi.edu/code.php">http://pegasus.isi.edu/code.php</a>.</p></div>
+<div class="paragraph"><p>Untar the relevant worker package somewhere where it is visible to all
+of the worker nodes on the remote execution machine (such as in a shared
+application filesystem).</p></div>
+<div class="paragraph"><p>Now configure the gridlaunch attribute of the sites catalog to point to
+that path, by adding a gridlaunch attribute to the pool element in
+the site catalog:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><pool</span></span> <span style="color: #009900">handle</span><span style="color: #990000">=</span><span style="color: #FF0000">"example"</span> <span style="color: #009900">gridlaunch</span><span style="color: #990000">=</span><span style="color: #FF0000">"/usr/local/bin/kickstart"</span> <span style="color: #009900">sysinfo</span><span style="color: #990000">=</span><span style="color: #FF0000">"INTEL32::LINUX"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+...
+<span style="font-weight: bold"><span style="color: #0000FF"></pool></span></span></tt></pre></div></div>
+<div class="paragraph"><p>There are various kickstat.* properties, which have sensible default
+values. These are documented in the properties section.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_reliability_mechanisms">16. Reliability mechanisms</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This section details reliabilty mechanisms in Swift: retries, restarts
+and replication.</p></div>
+<div class="sect2">
+<h3 id="_retries">16.1. Retries</h3>
+<div class="paragraph"><p>If an application procedure execution fails, Swift will attempt that
+execution again repeatedly until it succeeds, up until the limit defined
+in the execution.retries configuration property.</p></div>
+<div class="paragraph"><p>Site selection will occur for retried jobs in the same way that it
+happens for new jobs. Retried jobs may run on the same site or may run
+on a different site.</p></div>
+<div class="paragraph"><p>If the retry limit execution.retries is reached for an application
+procedure, then that application procedure will fail. This will cause
+the entire run to fail - either immediately (if the lazy.errors
+property is false) or after all other possible work has been attempted
+(if the lazy.errors property is true).</p></div>
+</div>
+<div class="sect2">
+<h3 id="_restarts">16.2. Restarts</h3>
+<div class="paragraph"><p>If a run fails, Swift can resume the program from the point of failure.
+When a run fails, a restart log file will be left behind in a file named
+using the unique job ID and a .rlog extension. This restart log can
+then be passed to a subsequent Swift invocation using the -resume
+parameter. Swift will resume execution, avoiding execution of
+invocations that have previously completed successfully. The SwiftScript
+source file and input data files should not be modified between runs.</p></div>
+<div class="paragraph"><p>Every run creates a restart log file with a named composed of the file
+name of the workflow being executed, an invocation ID, a numeric ID, and
+the .rlog extension. For example, example.swift, when executed,
+could produce the following restart log file:
+example-ht0adgi315l61.0.rlog. Normally, if the run completes
+successfully, the restart log file is deleted. If however the workflow
+fails, swift can use the restart log file to continue execution from a
+point before the failure occurred. In order to restart from a restart
+log file, the -resume logfile argument can be used after the
+SwiftScript program file name. Example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>$ swift -resume example-ht0adgi315l61<span style="color: #990000">.</span><span style="color: #993399">0</span><span style="color: #990000">.</span>rlog example<span style="color: #990000">.</span>swift<span style="color: #990000">.</span></tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_replication">16.3. Replication</h3>
+<div class="paragraph"><p>When an execution job has been waiting in a site queue for a certain
+period of time, Swift can resubmit replicas of that job (up to the limit
+defined in the replication.limit configuration property). When any of
+those jobs moves from queued to active state, all of the other replicas
+will be cancelled.</p></div>
+<div class="paragraph"><p>This is intended to deal with situations where some sites have a
+substantially longer (sometimes effectively infinite) queue time than
+other sites. Selecting those slower sites can cause a very large delay
+in overall run time.</p></div>
+<div class="paragraph"><p>Replication can be enabled by setting the replication.enabled
+configuration property to true. The maximum number of replicas that
+will be submitted for a job is controlled by the replication.limit
+configuration property.</p></div>
+<div class="paragraph"><p>When replication is enabled, Swift will also enforce the maxwalltime
+profile setting for jobs as documented in the profiles section.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_clustering">17. Clustering</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Swift can group a number of short job submissions into a single larger
+job submission to minimize overhead involved in launching jobs (for
+example, caused by security negotiation and queuing delay). In general,
+CoG coasters should be used in preference to the clustering
+mechanism documented in this section.</p></div>
+<div class="paragraph"><p>By default, clustering is disabled. It can be activated by setting the
+clustering.enabled property to true.</p></div>
+<div class="paragraph"><p>A job is eligible for clustering if the GLOBUS::maxwalltime profile
+is specified in the tc.data entry for that job, and its value is
+less than the value of the clustering.min.time property.</p></div>
+<div class="paragraph"><p>Two or more jobs are considered compatible if they share the same site
+and do not have conflicting profiles (e.g. different values for the same
+environment variable).</p></div>
+<div class="paragraph"><p>When a submitted job is eligible for clustering, it will be put in a
+clustering queue rather than being submitted to a remote site. The
+clustering queue is processed at intervals specified by the
+clustering.queue.delay property. The
+processing of the clustering queue consists of selecting compatible jobs
+and grouping them into clusters whose maximum wall time does not exceed
+twice the value of the clustering.min.time property.</p></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_coasters">18. Coasters</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Coasters were introduced in Swift v0.6 as an experimental feature.</p></div>
+<div class="paragraph"><p>In many applications, Swift performance can be greatly enhanced by the
+use of CoG coasters. CoG coasters provide a low-overhead job submission
+and file transfer mechanism suited for the execution of short jobs (on
+the order of a few seconds) and the transfer of small files (on the
+order of a few kilobytes) for which other grid protocols such as GRAM
+and GridFTP are poorly suited.</p></div>
+<div class="paragraph"><p>The coaster mechanism submits a head job using some other execution
+mechanism such as GRAM, and for each worker node that will be used in a
+remote cluster, it submits a worker job, again using some other
+execution mechanism such as GRAM. Details on the design of the coaster
+mechanism can be found here. <a href="http://wiki.cogkit.org/wiki/Coasters">http://wiki.cogkit.org/wiki/Coasters</a></p></div>
+<div class="paragraph"><p>The head job manages file transfers and the dispatch of execution jobs
+to workers. Much of the overhead associated with other grid protocols
+(such as authentication and authorization, and allocation of worker
+nodes by the site’s local resource manager) is reduced, because that
+overhead is associated with the allocation of a coaster head or coaster
+worker, rather than with every Swift-level procedure invocation;
+potentially hundreds or thousands of Swift-level procedure invocations
+can be run through a single worker.</p></div>
+<div class="paragraph"><p>Coasters can be configured for use in two situations: job execution and
+file transfer.</p></div>
+<div class="paragraph"><p>To use for job execution, specify a sites.xml execution element like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><execution</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"coaster"</span> <span style="color: #009900">jobmanager</span><span style="color: #990000">=</span><span style="color: #FF0000">"gt2:gt2:pbs"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"grid.myhost.org"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The jobmanager string contains more detail than with other providers. It
+contains either two or three colon separated fields: 1:the provider to
+be use to execute the coaster head job - this provider will submit from
+the Swift client side environment. Commonly this will be one of the GRAM
+providers; 2: the provider to be used to execute coaster worker jobs.
+This provider will be used to submit from the coaster head job
+environment, so a local scheduler provider can sometimes be used instead
+of GRAM. 3: optionally, the jobmanager to be used when submitting worker
+job using the provider specified in field 2.</p></div>
+<div class="paragraph"><p>To use for file transfer, specify a sites.xml filesystem element like this:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><filesystem</span></span> <span style="color: #009900">provider</span><span style="color: #990000">=</span><span style="color: #FF0000">"coaster"</span> <span style="color: #009900">url</span><span style="color: #990000">=</span><span style="color: #FF0000">"gt2://grid.myhost.org"</span> <span style="font-weight: bold"><span style="color: #0000FF">/></span></span></tt></pre></div></div>
+<div class="paragraph"><p>The url parameter should be a pseudo-URI formed with the URI scheme
+being the name of the provider to use to submit the coaster head job,
+and the hostname portion being the hostname to be used to execute the
+coaster head job. Note that this provider and hostname will be used for
+execution of a coaster head job, not for file transfer; so for example,
+a GRAM endpoint should be specified here rather than a GridFTP endpoint.</p></div>
+<div class="paragraph"><p>Coasters are affected by the following profile settings, which are
+documented in the Globus namespace profile section:</p></div>
+<div class="tableblock">
+<table rules="all"
+width="100%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<col width="50%" />
+<col width="50%" />
+<thead>
+<tr>
+<th align="left" valign="top">Profile key</th>
+<th align="left" valign="top">Brief description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" valign="top"><p class="table">slots</p></td>
+<td align="left" valign="top"><p class="table">How many maximum LRM jobs/worker blocks are allowed</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">workersPerNode</p></td>
+<td align="left" valign="top"><p class="table">How many coaster workers to run per execution node</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">nodeGranularity</p></td>
+<td align="left" valign="top"><p class="table">Each worker block uses a number of nodes that is a
+multiple of this number</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">lowOverallocation</p></td>
+<td align="left" valign="top"><p class="table">How many times larger than the job walltime should a
+block’s walltime be if all jobs are 1s long</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">highOverallocation</p></td>
+<td align="left" valign="top"><p class="table">How many times larger than the job walltime should a
+block’s walltime be if all jobs are infinitely long</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">overallocationDecayFactor</p></td>
+<td align="left" valign="top"><p class="table">How quickly should the overallocation curve
+tend towards the highOverallocation as job walltimes get larger</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">spread</p></td>
+<td align="left" valign="top"><p class="table">By how much should worker blocks vary in worker size</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">workersPerNode</p></td>
+<td align="left" valign="top"><p class="table">How many coaster workers to run per execution node</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">reserve</p></td>
+<td align="left" valign="top"><p class="table">How many seconds to reserve in a block’s walltime for
+starting/shutdown operations</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">maxnodes</p></td>
+<td align="left" valign="top"><p class="table">The maximum number of nodes allowed in a block</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">maxtime</p></td>
+<td align="left" valign="top"><p class="table">The maximum number of walltime allowed for a block</p></td>
+</tr>
+<tr>
+<td align="left" valign="top"><p class="table">remoteMonitorEnabled</p></td>
+<td align="left" valign="top"><p class="table">If true, show a graphical display of the status of
+the coaster service</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_how_to_tips_for_specific_user_communities">19. How-To Tips for Specific User Communities</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_saving_logs_for_uchicago_ci_users">19.1. Saving Logs - for UChicago CI Users</h3>
+<div class="paragraph"><p>If you have a UChicago Computation Institute account, run this command
+in your submit directory after each run. It will copy all your logs and
+kickstart records into a directory at the CI for reporting, usage
+tracking, support and debugging.</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>rsync --ignore-existing <span style="color: #990000">*.</span>log <span style="color: #990000">*.</span>d login<span style="color: #990000">.</span>ci<span style="color: #990000">.</span>uchicago<span style="color: #990000">.</span>edu<span style="color: #990000">:</span>/disks/ci-gpfs/swift/swift-logs<span style="color: #990000">/</span> --verbose</tt></pre></div></div>
+</div>
+<div class="sect2">
+<h3 id="_specifying_teragrid_allocations">19.2. Specifying TeraGrid allocations</h3>
+<div class="paragraph"><p>TeraGrid users with no default project or with several project
+allocations can specify a project allocation using a profile key in the
+site catalog entry for a TeraGrid site:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><profile</span></span> <span style="color: #009900">namespace</span><span style="color: #990000">=</span><span style="color: #FF0000">"globus"</span> <span style="color: #009900">key</span><span style="color: #990000">=</span><span style="color: #FF0000">"project"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>TG-CCR080002N<span style="font-weight: bold"><span style="color: #0000FF"></profile></span></span></tt></pre></div></div>
+<div class="paragraph"><p>More information on the TeraGrid allocations process can be found here
+<a href="http://www.teragrid.org/userinfo/access/allocations.php">http://www.teragrid.org/userinfo/access/allocations.php</a>.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_launching_mpi_jobs_from_swift">19.3. Launching MPI jobs from Swift</h3>
+<div class="paragraph"><p>Here is an example of running a simple MPI program.</p></div>
+<div class="paragraph"><p>In SwiftScript, we make an invocation that does not look any different
+from any other invocation. In the below code, we do not have any input
+files, and have two output files on stdout and stderr:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="color: #008080">type</span> file<span style="color: #990000">;</span>
+
+<span style="color: #990000">(</span><span style="color: #008080">file</span> o<span style="color: #990000">,</span> <span style="color: #008080">file</span> e<span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">p</span></span><span style="color: #990000">()</span> <span style="color: #FF0000">{</span>
+ app <span style="color: #FF0000">{</span>
+ <span style="color: #008080">mpi</span> stdout<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>o<span style="color: #990000">)</span> stderr<span style="color: #990000">=</span>@<span style="font-weight: bold"><span style="color: #000000">filename</span></span><span style="color: #990000">(</span>e<span style="color: #990000">);</span>
+ <span style="color: #FF0000">}</span>
+<span style="color: #FF0000">}</span>
+
+<span style="color: #008080">file</span> mpiout <span style="color: #990000"><</span><span style="color: #FF0000">"mpi.out"</span><span style="color: #990000">>;</span>
+<span style="color: #008080">file</span> mpierr <span style="color: #990000"><</span><span style="color: #FF0000">"mpi.err"</span><span style="color: #990000">>;</span>
+
+<span style="color: #990000">(</span>mpiout<span style="color: #990000">,</span> mpierr<span style="color: #990000">)</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">p</span></span><span style="color: #990000">();</span></tt></pre></div></div>
+<div class="paragraph"><p>Now we define how <em>mpi</em> will run in tc.data:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt>tguc mpi /home/benc/mpi/mpi<span style="color: #990000">.</span>sh INSTALLED INTEL32<span style="color: #990000">::</span>LINUX GLOBUS<span style="color: #990000">::</span><span style="color: #009900">host_xcount</span><span style="color: #990000">=</span><span style="color: #993399">3</span></tt></pre></div></div>
+<div class="paragraph"><p>mpi.sh is a wrapper script that launches the MPI program. It must be
+installed on the remote site:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-style: italic"><span style="color: #9A1900">#!/bin/bash</span></span>
+mpirun -np <span style="color: #993399">3</span> -machinefile <span style="color: #009900">$PBS_NODEFILE</span> /home/benc/mpi/a<span style="color: #990000">.</span>out</tt></pre></div></div>
+<div class="paragraph"><p>Because of the way that Swift runs its server side code,
+provider-specific MPI modes (such as GRAM jobType=mpi) should not be
+used. Instead, the mpirun command should be explicitly invoked.</p></div>
+</div>
+<div class="sect2">
+<h3 id="_running_on_windows">19.4. Running on Windows</h3>
+<div class="paragraph"><p>Since 10/11/09, the development version of Swift has the ability to run
+on a Windows machine, as well as the ability to submit jobs to a Windows
+site (provided that an appropriate provider is used).</p></div>
+<div class="paragraph"><p>In order to launch Swift on Windows, use the provided batch file
+(swift.bat). In certain cases, when a large number of jar libraries are
+present in the Swift lib directory and depending on the exact location
+of the Swift installation, the classpath environment variable that the
+Swift batch launcher tries to create may be larger than what Windows can
+handle. In such a case, either install Swift in a directory closer to
+the root of the disk (say, c:\swift) or remove non-essential jar files
+from the Swift lib directory.</p></div>
+<div class="paragraph"><p>Due to the large differences between Windows and Unix environments,
+Swift must use environment specific tools to achieve some of its goals.
+In particular, each Swift executable is launched using a wrapper script.
+This script is a Bourne Shell script. On Windows machines, which have no
+Bourne Shell interpreter installed by default, the Windows Scripting
+Host is used instead, and the wrapper script is written in VBScript.
+Similarly, when cleaning up after a run, the "/bin/rm" command available
+in typical Unix environments must be replaced by the "del" shell command.</p></div>
+<div class="paragraph"><p>It is important to note that in order to select the proper set of tools
+to use, Swift must know when a site runs under Windows. To inform Swift
+of this, specify the "sysinfo" attribute for the "pool" element in the
+site catalog. For example:</p></div>
+<div class="listingblock">
+<div class="content"><!-- Generator: GNU source-highlight 3.1.4
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre><tt><span style="font-weight: bold"><span style="color: #0000FF"><pool</span></span> <span style="color: #009900">handle</span><span style="color: #990000">=</span><span style="color: #FF0000">"localhost"</span> <span style="color: #009900">sysinfo</span><span style="color: #990000">=</span><span style="color: #FF0000">"INTEL32::WINDOWS"</span><span style="font-weight: bold"><span style="color: #0000FF">></span></span>
+...
+<span style="font-weight: bold"><span style="color: #0000FF"></pool></span></span></tt></pre></div></div>
+</div>
+</div>
+</div>
+</div>
+<div id="footnotes"><hr /></div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2011-05-16 14:11:15 CDT
+</div>
+</div>
+</body>
+</html>
Added: branches/release-0.92/docs/userguide/userguide.txt
===================================================================
--- branches/release-0.92/docs/userguide/userguide.txt (rev 0)
+++ branches/release-0.92/docs/userguide/userguide.txt 2011-05-16 19:29:35 UTC (rev 4479)
@@ -0,0 +1,3000 @@
+Swift User Guide
+================
+
+:toc:
+:icons:
+:website: http://www.ci.uchicago.edu/swift/guides/userguide.php
+:numbered:
+
+Overview
+--------
+This manual provides reference material for Swift: the SwiftScript
+language and the Swift runtime system. For introductory material,
+consult the Swift tutorial
+<http://www.ci.uchicago.edu/swift/guides/tutorial.php>.
+
+Swift is a data-oriented coarse grained scripting language that supports
+dataset typing and mapping, dataset iteration, conditional branching,
+and procedural composition.
+
+Swift programs (or workflows) are written in a language called
+SwiftScript.
+
+SwiftScript programs are dataflow oriented - they are primarily
+concerned with processing (possibly large) collections of data files, by
+invoking programs to do that processing. Swift handles execution of such
+programs on remote sites by choosing sites, handling the staging of
+input and output files to and from the chosen sites and remote execution
+of program code.
+
+
+The SwiftScript Language
+------------------------
+
+Language basics
+~~~~~~~~~~~~~~~
+A Swift script describes data, application components, invocations of
+applications components, and the inter-relations (data flow) between
+those invocations.
+
+Data is represented in a script by strongly-typed single-assignment
+variables. The syntax superficially resembles C and Java. For example,
+{ and } characters are used to enclose blocks of statements.
+
+Types in Swift can be atomic or composite. An atomic type can be
+either a primitive type or a mapped type. Swift provides a fixed set
+of primitive types, such as integer and string. A mapped type
+indicates that the actual data does not reside in CPU addressable memory
+(as it would in conventional programming languages), but in POSIX-like
+files. Composite types are further subdivided into structures and
+arrays. Structures are similar in most respects to structure types in
+other languages. Arrays use numeric indices, but are sparse. They can
+contain elements of any type, including other array types, but all
+elements in an array must be of the same type. We often refer to
+instances of composites of mapped types as datasets.
+
+image:type-hierarchy.png[]
+
+Mapped type and composite type variable declarations can be annotated
+with a mapping descriptor indicating the file(s) that make up that
+dataset. For example, the following line declares a variable named
+photo with type image. It additionally declares that the data for
+this variable is stored in a single file named shane.jpeg.
+
+[java]
+source~~~~
+image photo <"shane.jpeg">;
+source~~~~
+
+Component programs of scripts are declared in an app declaration, with
+the description of the command line syntax for that program and a list
+of input and output data. An app block describes a functional/dataflow
+style interface to imperative components.
+
+For example, the following example lists a procedure which makes use of
+the ImageMagick <http://www.imagemagick.org/> convert command to
+rotate a supplied image by a specified angle:
+
+[java]
+source~~~~
+app (image output) rotate(image input) {
+ convert "-rotate" angle @input @output;
+}
+source~~~~
+
+A procedure is invoked using the familiar syntax:
+
+[java]
+source~~~~
+rotated = rotate(photo, 180);
+source~~~~
+
+While this looks like an assignment, the actual unix level execution
+consists of invoking the command line specified in the app
+declaration, with variables on the left of the assignment bound to the
+output parameters, and variables to the right of the procedure
+invocation passed as inputs.
+
+The examples above have used the type image without any definition of
+that type. We can declare it as a marker type which has no structure
+exposed to SwiftScript:
+
+[java]
+source~~~~
+type image;
+source~~~~
+
+This does not indicate that the data is unstructured; but it indicates
+that the structure of the data is not exposed to SwiftScript. Instead,
+SwiftScript will treat variables of this type as individual opaque files.
+
+With mechanisms to declare types, map variables to data files, and
+declare and invoke procedures, we can build a complete (albeit simple)
+script:
+
+[java]
+source~~~~
+type image;
+image photo <"shane.jpeg">;
+image rotated <"rotated.jpeg">;
+
+app (image output) rotate(image input, int angle) {
+ convert "-rotate" angle @input @output;
+}
+
+rotated = rotate(photo, 180);
+source~~~~
+
+This script can be invoked from the command line:
+[txt]
+source~~~~
+ $ ls *.jpeg
+ shane.jpeg
+ $ swift example.swift
+ ...
+ $ ls *.jpeg
+ shane.jpeg rotated.jpeg
+source~~~~
+
+This executes a single convert command, hiding from the user features
+such as remote multisite execution and fault tolerance that will be
+discussed in a later section.
+
+.Figure 1. shane.jpeg
+image:userguide-shane.jpeg[]
+
+.Figure 2. rotated.jpeg
+image:userguide-rotated.jpeg[]
+
+
+Arrays and Parallel Execution
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Arrays of values can be declared using the [] suffix. An array be
+mapped to a collection of files, one element per file, by using a
+different form of mapping expression. For example, the filesys_mapper
+maps all files matching a particular unix glob pattern into an array:
+
+[java]
+source~~~~
+file frames[] <filesys_mapper; pattern="*.jpeg">;
+source~~~~
+
+The foreach construct can be used to apply the same block of code to
+each element of an array:
+
+[java]
+source~~~~
+foreach f,ix in frames {
+ output[ix] = rotate(frames, 180);
+}
+source~~~~
+
+Sequential iteration can be expressed using the iterate construct:
+
+[java]
+source~~~~
+step[0] = initialCondition();
+iterate ix {
+ step[ix] = simulate(step[ix-1]);
+}
+source~~~~
+
+This fragment will initialise the 0-th element of the step array to
+some initial condition, and then repeatedly run the simulate
+procedure, using each execution's outputs as input to the next step.
+
+Ordering of execution
+~~~~~~~~~~~~~~~~~~~~~
+Non-array variables are single-assignment, which means that they must
+be assigned to exactly one value during execution. A procedure or
+expression will be executed when all of its input parameters have been
+assigned values. As a result of such execution, more variables may
+become assigned, possibly allowing further parts of the script to execute.
+
+In this way, scripts are implicitly parallel. Aside from serialisation
+implied by these dataflow dependencies, execution of component programs
+can proceed in parallel.
+
+In this fragment, execution of procedures p and q can happen in
+parallel:
+
+[java]
+source~~~~
+y=p(x);
+z=q(x);
+source~~~~
+
+while in this fragment, execution is serialised by the variable y,
+with procedure p executing before q.
+
+[java]
+source~~~~
+y=p(x);
+z=q(y);
+source~~~~
+
+Arrays in SwiftScript are more monotonic - a generalisation of being
+assignment. Knowledge about the content of an array increases during
+execution, but cannot otherwise change. Each element of the array is
+itself single assignment or monotonic (depending on its type). During a
+run all values for an array are eventually known, and that array is
+regarded as closed.
+
+Statements which deal with the array as a whole will often wait for the
+array to be closed before executing (thus, a closed array is the
+equivalent of a non-array type being assigned). However, a foreach
+statement will apply its body to elements of an array as they become
+known. It will not wait until the array is closed.
+
+Consider this script:
+[java]
+source~~~~
+file a[];
+file b[];
+foreach v,i in a {
+ b[i] = p(v);
+}
+a[0] = r();
+a[1] = s();
+source~~~~
+
+Initially, the foreach statement will have nothing to execute, as the
+array a has not been assigned any values. The procedures r and s
+will execute. As soon as either of them is finished, the corresponding
+invocation of procedure p will occur. After both r and s have
+completed, the array a will be closed since no other statements in the
+script make an assignment to a.
+
+
+Compound procedures
+~~~~~~~~~~~~~~~~~~~
+
+As with many other programming languages, procedures consisting of
+SwiftScript code can be defined. These differ from the previously
+mentioned procedures declared with the app keyword, as they invoke
+other SwiftScript procedures rather than a component program.
+
+[java]
+source~~~~
+(file output) process (file input) {
+ file intermediate;
+ intermediate = first(input);
+ output = second(intermediate);
+}
+
+file x <"x.txt">;
+file y <"y.txt">;
+y = process(x);
+source~~~~
+
+This will invoke two procedures, with an intermediate data file named
+anonymously connecting the first and second procedures.
+
+Ordering of execution is generally determined by execution of app
+procedures, not by any containing compound procedures. In this code block:
+
+[java]
+source~~~~
+(file a, file b) A() {
+ a = A1();
+ b = A2();
+}
+file x, y, s, t;
+(x,y) = A();
+s = S(x);
+t = S(y);
+source~~~~
+
+then a valid execution order is: A1 S(x) A2 S(y). The compound
+procedure A does not have to have fully completed for its return
+values to be used by subsequent statements.
+
+
+More about types
+~~~~~~~~~~~~~~~~
+
+Each variable and procedure parameter in SwiftScript is strongly typed.
+Types are used to structure data, to aid in debugging and checking
+program correctness and to influence how Swift interacts with data.
+
+The image type declared in previous examples is a marker type.
+Marker types indicate that data for a variable is stored in a single
+file with no further structure exposed at the SwiftScript level.
+
+Arrays have been mentioned above, in the arrays section. A code block
+may be applied to each element of an array using foreach; or
+individual elements may be references using [] notation.
+
+There are a number of primitive types:
+
+[options="header"]
+|================
+|type |contains
+|int |integers
+|string |strings of text
+|float |floating point numbers, that behave the same as Java doubles
+|boolean |true/false
+|================
+
+
+Complex types may be defined using the type keyword:
+
+[java]
+source~~~~
+type headerfile;
+type voxelfile;
+type volume {
+ headerfile h;
+ voxelfile v;
+}
+source~~~~
+
+Members of a complex type can be accessed using the . operator:
+
+[java]
+source~~~~
+volume brain;
+o = p(brain.h);
+source~~~~
+
+Sometimes data may be stored in a form that does not fit with Swift's
+file-and-site model; for example, data might be stored in an RDBMS on
+some database server. In that case, a variable can be declared to have
+external type. This indicates that Swift should use the variable to
+determine execution dependency, but should not attempt other data
+management; for example, it will not perform any form of data stage-in
+or stage-out it will not manage local data caches on sites; and it will
+not enforce component program atomicity on data output. This can add
+substantial responsibility to component programs, in exchange for
+allowing arbitrary data storage and access methods to be plugged in to
+scripts.
+
+[java]
+source~~~~
+type file;
+
+app (external o) populateDatabase() {
+ populationProgram;
+}
+
+app (file o) analyseDatabase(external i) {
+ analysisProgram @o;
+}
+
+external database;
+file result <"results.txt">;
+
+database = populateDatabase();
+result = analyseDatabase(database);
+source~~~~
+
+Some external database is represented by the database variable. The
+populateDatabase procedure populates the database with some data, and
+the analyseDatabase procedure performs some subsequent analysis on
+that database. The declaration of database contains no mapping; and
+the procedures which use database do not reference them in any way;
+the description of database is entirely outside of the script. The
+single assignment and execution ordering rules will still apply though;
+populateDatabase will always be run before analyseDatabase.
+
+Data model
+~~~~~~~~~~
+Data processed by Swift is strongly typed. It may be take the form of
+values in memory or as out-of-core files on disk. Language constructs
+called mappers specify how each piece of data is stored.
+
+
+Mappers
+~~~~~~~
+When a DSHandle represents a data file (or container of datafiles), it
+is associated with a mapper. The mapper is used to identify which files
+belong to that DSHandle.
+
+A dataset's physical representation is declared by a mapping descriptor,
+which defines how each element in the dataset's logical schema is stored
+in, and fetched from, physical structures such as directories, files,
+and remote servers.
+
+Mappers are parameterized to take into account properties such as
+varying dataset location. In order to access a dataset, we need to know
+three things: its type, its mapping, and the value(s) of any
+parameter(s) associated with the mapping descriptor. For example, if we
+want to describe a dataset, of type imagefile, and whose physical
+representation is a file called "file1.bin" located at
+"/home/yongzh/data/", then the dataset might be declared as follows:
+
+[java]
+source~~~~
+imagefile f1<single_file_mapper;file="/home/yongzh/data/file1.bin">
+source~~~~
+
+The above example declares a dataset called f1, which uses a single file
+mapper to map a file from a specific location.
+
+SwiftScript has a simplified syntax for this case, since
+single_file_mapper is frequently used:
+
+[java]
+source~~~~
+binaryfile f1<"/home/yongzh/data/file1.bin">
+source~~~~
+
+Swift comes with a number of mappers that handle common mapping
+patterns. These are documented in the mappers section of this
+guide.
+
+More technical details about SwiftScript
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The syntax of SwiftScript has a superficial resemblance to C and Java.
+For example, { and } characters are used to enclose blocks of statements.
+
+A SwiftScript program consists of a number of statements. Statements may
+declare types, procedures and variables, assign values to variables, and
+express operations over arrays.
+
+
+Variables
+^^^^^^^^^
+Variables in SwiftScript are declared to be of a specific type.
+Assignments to those variables must be data of that type. SwiftScript
+variables are single-assignment - a value may be assigned to a variable
+at most once. This assignment can happen at declaration time or later on
+in execution. When an attempt to read from a variable that has not yet
+been assigned is made, the code performing the read is suspended until
+that variable has been written to. This forms the basis for Swift's
+ability to parallelise execution - all code will execute in parallel
+unless there are variables shared between the code that cause sequencing.
+
+
+Variable Declarations
+^^^^^^^^^^^^^^^^^^^^^
+Variable declaration statements declare new variables. They can
+optionally assign a value to them or map those variables to on-disk files.
+
+Declaration statements have the general form:
+
+[java]
+source~~~~
+typename variablename (<mapping> | = initialValue ) ;
+source~~~~
+
+The format of the mapping expression is defined in the Mappers section.
+initialValue may be either an expression or a procedure call that
+returns a single value.
+
+Variables can also be declared in a multivalued-procedure statement,
+described in another section.
+
+
+Assignment Statements
+^^^^^^^^^^^^^^^^^^^^^
+Assignment statements assign values to previously declared variables.
+Assignments may only be made to variables that have not already been
+assigned. Assignment statements have the general form:
+
+[java]
+source~~~~
+variable = value;
+source~~~~
+
+where value can be either an expression or a procedure call that returns
+a single value.
+
+Variables can also be assigned in a multivalued-procedure statement,
+described in another section.
+
+
+Procedures
+~~~~~~~~~~
+There are two kinds of procedure: An atomic procedure, which describes
+how an external program can be executed; and compound procedures which
+consist of a sequence of SwiftScript statements.
+
+A procedure declaration defines the name of a procedure and its input
+and output parameters. SwiftScript procedures can take multiple inputs
+and produce multiple outputs. Inputs are specified to the right of the
+function name, and outputs are specified to the left. For example:
+
+[java]
+source~~~~
+(type3 out1, type4 out2) myproc (type1 in1, type2 in2)
+source~~~~
+
+The above example declares a procedure called myproc, which has two
+inputs in1 (of type type1) and in2 (of type type2) and two
+outputs out1 (of type type3) and out2 (of type type4).
+
+A procedure input parameter can be an optional parameter in which case
+it must be declared with a default value. When calling a procedure, both
+positional parameter and named parameter passings can be passed,
+provided that all optional parameters are declared after the required
+parameters and any optional parameter is bound using keyword parameter
+passing. For example, if myproc1 is defined as:
+
+[java]
+source~~~~
+(binaryfile bf) myproc1 (int i, string s="foo")
+source~~~~
+
+Then that procedure can be called like this, omitting the optional
+[java]
+source~~~~
+parameter s:
+binaryfile mybf = myproc1(1);
+source~~~~
+
+or like this supplying a value for the optional parameter s:
+[java]
+source~~~~
+binaryfile mybf = myproc1 (1, s="bar");
+source~~~~
+
+Atomic procedures
+^^^^^^^^^^^^^^^^^
+An atomic procedure specifies how to invoke an external executable
+program, and how logical data types are mapped to command line arguments.
+
+Atomic procedures are defined with the app keyword:
+
+[java]
+source~~~~
+app (binaryfile bf) myproc (int i, string s="foo") {
+ myapp i s @filename(bf);
+}
+source~~~~
+
+which specifies that myproc invokes an executable called myapp,
+passing the values of i, s and the filename of bf as command line
+arguments.
+
+
+Compound procedures
+^^^^^^^^^^^^^^^^^^^
+A compound procedure contains a set of SwiftScript statements:
+
+[java]
+source~~~~
+(type2 b) foo_bar (type1 a) {
+ type3 c;
+ c = foo(a); // c holds the result of foo
+ b = bar(c); // c is an input to bar
+}
+source~~~~
+
+Control Constructs
+~~~~~~~~~~~~~~~~~~
+SwiftScript provides if, switch, foreach, and iterate
+constructs, with syntax and semantics similar to comparable constructs
+in other high-level languages.
+
+
+foreach
+^^^^^^^
+The foreach construct is used to apply a block of statements to each
+element in an array. For example:
+
+[java]
+source~~~~
+check_order (file a[]) {
+ foreach f in a {
+ compute(f);
+ }
+}
+source~~~~
+
+foreach statements have the general form:
+
+[java]
+source~~~~
+foreach controlvariable (,index) in expression {
+ statements
+}
+source~~~~
+
+The block of statements is evaluated once for each element in
+expression which must be an array, with controlvariable set to the
+corresponding element and index (if specified) set to the integer
+position in the array that is being iterated over.
+
+
+if
+^^
+The if statement allows one of two blocks of statements to be
+executed, based on a boolean predicate. if statements generally have
+the form:
+
+[java]
+source~~~~
+if(predicate) {
+ statements
+} else {
+ statements
+}
+source~~~~
+
+where predicate is a boolean expression.
+
+
+switch
+^^^^^^
+
+switch expressions allow one of a selection of blocks to be chosen
+based on the value of a numerical control expression. switch
+statements take the general form:
+
+[java]
+source~~~~
+switch(controlExpression) {
+ case n1:
+ statements2
+ case n2:
+ statements2
+ [...]
+ default:
+ statements
+}
+source~~~~
+
+The control expression is evaluated, the resulting numerical value used
+to select a corresponding case, and the statements belonging to that
+case block are evaluated. If no case corresponds, then the statements
+belonging to the default block are evaluated.
+
+Unlike C or Java switch statements, execution does not fall through to
+subsequent case blocks, and no break statement is necessary at the
+end of each block.
+
+
+iterate
+^^^^^^^
+iterate expressions allow a block of code to be evaluated repeatedly,
+with an integer parameter sweeping upwards from 0 until a termination
+condition holds.
+
+The general form is:
+
+[java]
+source~~~~
+iterate var {
+ statements;
+} until (terminationExpression);
+source~~~~
+
+with the variable var starting at 0 and increasing by one in each
+iteration. That variable is in scope in the statements block and when
+evaluating the termination expression.
+
+Operators
+~~~~~~~~~
+The following infix operators are available for use in SwiftScript
+expressions.
+
+[options="header"]
+|=================
+|operator|purpose
+|+|numeric addition; string concatenation
+|-|numeric subtraction
+|*|numeric multiplication
+|/|floating point division
+|%/|integer division
+|%%|integer remainder of division
+|== !=|comparison and not-equal-to
+|< > <= >=|numerical ordering
+|&& \|\||boolean and, or
+|!|boolean not
+|=================
+
+Global constants
+~~~~~~~~~~~~~~~~
+
+At the top level of a SwiftScript program, the global modified may be
+added to a declaration so that it is visible throughout the program,
+rather than only at the top level of the program. This allows global
+constants (of any type) to be defined. (since Swift 0.10)
+
+
+Imports
+~~~~~~~
+The import directive can be used to import definitions from another
+SwiftScript file. (since Swift 0.10)
+
+For example, a SwiftScript program might contain this:
+
+[java]
+source~~~~
+import defs;
+file f;
+source~~~~
+
+which would import the content of defs.swift in the current directory:
+
+[java]
+source~~~~
+type file;
+source~~~~
+
+Imported files are read from the current working directory.
+
+There is no requirement that a module is imported only once. If a module
+is imported multiple times, for example in different files, then Swift
+will only process the imports once.
+
+Imports may contain anything that is valid in a SwiftScript program,
+including code that causes remote execution.
+
+Mappers
+-------
+Mappers provide a mechanism to specify the layout of mapped datasets on
+disk. This is needed when Swift must access files to transfer them to
+remote sites for execution or to pass to applications.
+
+Swift provides a number of mappers that are useful in common cases. This
+section details those standard mappers. For more complex cases, it is
+possible to write application-specific mappers in Java and use them
+within a SwiftScript program.
+
+
+The single file mapper
+~~~~~~~~~~~~~~~~~~~~~~
+The single_file_mapper maps a single physical file to a dataset.
+
+[options="header"]
+|=======================
+|Swift variable|Filename
+|f|myfile
+|f[0]|INVALID
+|f.bar|INVALID
+|=======================
+
+[options="header"]
+|=================
+|parameter|meaning
+|file|The location of the physical file including path and file name.
+|=================
+
+Example:
+[java]
+source~~~~
+file f <single_file_mapper;file="plot_outfile_param">;
+source~~~~
+
+There is a simplified syntax for this mapper:
+[java]
+source~~~~
+file f <"plot_outfile_param">;
+source~~~~
+
+The simple mapper
+~~~~~~~~~~~~~~~~~
+The simple_mapper maps a file or a list of files into an array by
+prefix, suffix, and pattern. If more than one file is matched, each of
+the file names will be mapped as a subelement of the dataset.
+
+[options="header"]
+|====================
+|Parameter|Meaning
+|location|A directory that the files are located.
+|prefix|The prefix of the files
+|suffix|The suffix of the files, for instance: ".txt"
+|pattern|A UNIX glob style pattern, for instance: "*foo*" would match
+all file names that contain foo. When this mapper is used to specify
+output filenames, pattern is ignored.
+|====================
+
+[java]
+source~~~~
+type file;
+file f <simple_mapper;prefix="foo", suffix=".txt">;
+source~~~~
+
+The above maps all filenames that start with foo and have an extension
+.txt into file f.
+
+[options="header"]
+|================
+|Swift variable|Filename
+|f|foo.txt
+|=================
+[java]
+source~~~~
+type messagefile;
+
+(messagefile t) greeting(string m) {.
+ app {
+ echo m stdout=@filename(t);
+ }
+}
+
+messagefile outfile <simple_mapper;prefix="foo",suffix=".txt">;
+
+outfile = greeting("hi");
+source~~~~
+
+This will output the string 'hi' to the file foo.txt.
+
+The simple_mapper can be used to map arrays. It will map the array
+index into the filename between the prefix and suffix.
+
+[java]
+source~~~~
+type messagefile;
+
+(messagefile t) greeting(string m) {
+ app {
+ echo m stdout=@filename(t);
+ }
+}
+
+messagefile outfile[] <simple_mapper;prefix="baz",suffix=".txt">;
+
+outfile[0] = greeting("hello");
+outfile[1] = greeting("middle");
+outfile[2] = greeting("goodbye");
+source~~~~
+
+[options="header"]
+|=======================
+|Swift variable|Filename
+|outfile[0]|baz0000.txt
+|outfile[1]|baz0001.txt
+|outfile[2]|baz0002.txt
+|=======================
+
+simple_mapper can be used to map structures. It will map the name of
+the structure member into the filename, between the prefix and the suffix.
+
+[java]
+source~~~~
+type messagefile;
+
+type mystruct {
+ messagefile left;
+ messagefile right;
+};
+
+(messagefile t) greeting(string m) {
+ app {
+ echo m stdout=@filename(t);
+ }
+}
+
+mystruct out <simple_mapper;prefix="qux",suffix=".txt">;
+
+out.left = greeting("hello");
+out.right = greeting("goodbye");
+source~~~~
+
+This will output the string "hello" into the file qux.left.txt and the
+string "goodbye" into the file qux.right.txt.
+
+[options="header"]
+|=======================
+|Swift variable|Filename
+|out.left|quxleft.txt
+|out.right|quxright.txt
+|=======================
+
+concurrent mapper
+~~~~~~~~~~~~~~~~~
+concurrent_mapper is almost the same as the simple mapper, except that
+it is used to map an output file, and the filename generated will
+contain an extract sequence that is unique. This mapper is the default
+mapper for variables when no mapper is specified.
+
+
+[options="header"]
+|=================
+|Parameter|Meaning
+|location|A directory that the files are located.
+|prefix|The prefix of the files
+|suffix|The suffix of the files, for instance: ".txt"
+pattern A UNIX glob style pattern, for instance: "*foo*" would match
+all file names that contain foo. When this mapper is used to specify
+output filenames, pattern is ignored.
+|=================
+
+Example:
+[java]
+source~~~~
+file f1;
+file f2 <concurrent_mapper;prefix="foo", suffix=".txt">;
+source~~~~
+
+The above example would use concurrent mapper for f1 and f2, and
+generate f2 filename with prefix "foo" and extension ".txt"
+
+
+File system mapper
+~~~~~~~~~~~~~~~~~~
+filesys_mapper is similar to the simple mapper, but maps a file or a
+list of files to an array. Each of the filename is mapped as an element
+in the array. The order of files in the resulting array is not defined.
+
+TODO: note on difference between location as a relative vs absolute path
+wrt staging to remote location - as mihael said: It's because you
+specify that location in the mapper. Try location="." instead of
+location="/sandbox/..."
+
+[options="header"]
+|======================
+|parameter|meaning
+|location|The directory where the files are located.
+|prefix|The prefix of the files
+|suffix|The suffix of the files, for instance: ".txt"
+|pattern|A UNIX glob style pattern, for instance: "*foo*" would match
+all file names that contain foo.
+|======================
+
+Example:
+[java]
+source~~~~
+file texts[] <filesys_mapper;prefix="foo", suffix=".txt">;
+source~~~~
+
+The above example would map all filenames that start with "foo" and
+have an extension ".txt" into the array texts. For example, if the
+specified directory contains files: foo1.txt, footest.txt,
+foo__1.txt, then the mapping might be:
+
+[options="header"]
+|=================
+|Swift variable|Filename
+|texts[0]|footest.txt
+|texts[1]|foo1.txt
+|texts[2]|foo__1.txt
+|=================
+
+
+
+fixed array mapper
+~~~~~~~~~~~~~~~~~~
+The fixed_array_mapper maps from a string that contains a list of
+filenames into a file array.
+
+[options="header"]
+|=================
+|parameter|Meaning
+|files|A string that contains a list of filenames, separated by space,
+comma or colon
+|=================
+
+Example:
+
+[java]
+source~~~~
+file texts[] <fixed_array_mapper;files="file1.txt, fileB.txt, file3.txt">;
+source~~~~
+
+would cause a mapping like this:
+
+[options="header"]
+|========
+|Swift variable|Filename
+|texts[0]|file1.txt
+|texts[1]|fileB.txt
+|texts[2]|file3.txt
+|========
+
+array mapper
+~~~~~~~~~~~~
+The array_mapper maps from an array of strings into a file
+
+[options="header"]
+|============
+|parameter|meaning
+|files|An array of strings containing one filename per element
+|==============
+
+Example:
+[java]
+source~~~~
+string s[] = [ "a.txt", "b.txt", "c.txt" ];
+
+file f[] <array_mapper;files=s>;
+source~~~~
+
+This will establish the mapping:
+
+[options="header"]
+|==========
+|Swift variable|Filename
+|f[0]|a.txt
+|f[1]|b.txt
+|f[2]|c.txt
+|==========
+
+regular expression mapper
+~~~~~~~~~~~~~~~~~~~~~~~~~
+The regexp_mapper transforms one file name to another using regular
+expression matching.
+
+[options="header"]
+|==========
+|parameter|meaning
+|source|The source file name
+|match|Regular expression pattern to match, use |()| to match whatever
+regular expression is inside the parentheses, and indicate the start and
+end of a group; the contents of a group can be retrieved with the
+|\\number|special sequence (two backslashes are needed because the
+backslash is an escape sequence introducer)
+|transform|The pattern of the file name to transform to, use \number to
+reference the group matched.
+|==========
+
+Example:
+[java]
+source~~~~
+string s = "picture.gif";
+file f <regexp_mapper;
+ source=s,
+ match="(.*)gif",
+ transform="\\1jpg">;
+source~~~~
+
+This example transforms a string ending gif into one ending jpg and
+maps that to a file.
+
+[options="header"]
+|===========
+|Swift variable|Filename
+|f|picture.jpg
+|=============
+
+
+csv mapper
+~~~~~~~~~~
+The csv_mapper maps the content of a CSV (comma-separated value) file
+into an array of structures. The dataset type needs to be correctly
+defined to conform to the column names in the file. For instance, if the
+file contains columns: name age GPA then the type needs to have member
+elements like this:
+
+[java]
+source~~~~
+type student {
+ file name;
+ file age;
+ file GPA;
+}
+source~~~~
+
+If the file does not contain a header with column info, then the column
+names are assumed as column1, column2, etc.
+
+[options="header"]
+|============
+|Parameter|Meaning
+|file|The name of the CSV file to read mappings from.
+|header|Whether the file has a line describing header info; default is |true|
+|skip|The number of lines to skip at the beginning (after header line);
+default is 0.
+|hdelim|Header field delimiter; default is the value of the |delim| parameter
+|delim|Content field delimiters; defaults are space, tab and comma
+|=============
+
+Example:
+[java]
+source~~~~
+student stus[] <csv_mapper;file="stu_list.txt">;
+source~~~~
+
+The above example would read a list of student info from file
+"stu_list.txt" and map them into a student array. By default, the file
+should contain a header line specifying the names of the columns. If
+stu_list.txt contains the following:
+
+[java]
+source~~~~
+name,age,gpa
+101-name.txt, 101-age.txt, 101-gpa.txt
+name55.txt, age55.txt, age55.txt
+q, r, s
+source~~~~
+
+then some of the mappings produced by this example would be:
+
+[options="header"]
+|=========
+|stus[0].name|101-name.txt
+|stus[0].age|101-age.txt
+|stus[0].gpa|101-gpa.txt
+|stus[1].name|name55.txt
+|stus[1].age|age55.txt
+|stus[1].gpa|gpa55.txt
+|stus[2].name|q
+|stus[2].age|r
+|stus[2].gpa|s
+|=========
+
+
+
+external mapper
+~~~~~~~~~~~~~~~
+The external mapper, ext maps based on the output of a supplied Unix
+executable.
+
+[option="header"]
+|=============
+|parameter|meaning
+|exec|The name of the executable (relative to the current directory, if
+an absolute path is not specified)
+|*|Other parameters are passed to the executable prefixed with a - symbol
+|==============
+
+The output of the executable should consist of two columns of data,
+separated by a space. The first column should be the path of the mapped
+variable, in SwiftScript syntax (for example [2] means the 2nd element
+of an array) or the symbol $ to represent the root of the mapped
+variable.
+
+Example: With the following in mapper.sh,
+
+[shell]
+source~~~~
+#!/bin/bash
+echo "[2] qux"
+echo "[0] foo"
+echo "[1] bar"
+source~~~~
+
+then a mapping statement:
+
+[java]
+source~~~~~
+student stus[] <ext;exec="mapper.sh">;
+source~~~~
+
+would map
+
+[options="header"]
+|============
+|Swift variable|Filename
+|stus[0]|foo
+|stus[1]|bar
+|stus[2]|qux
+|===========
+
+Commands
+--------
+The commands detailed in this section are available in the bin/
+directory of a Swift installation and can by run from the commandline if
+that directory is placed on the PATH.
+
+
+swift
+~~~~~
+The swift command is the main command line tool for executing
+SwiftScript programs.
+
+
+Command-line Syntax
+^^^^^^^^^^^^^^^^^^^
+The swift command is invoked as follows: swift [options]
+SwiftScript-program [SwiftScript-arguments]* with options taken from the
+following list, and SwiftScript-arguments made available to the
+SwiftScript program through the @arg function.
+
+Swift command-line options
+
+-help or -h
+
+ Display usage information
+
+-typecheck
+
+ Does a typecheck of a SwiftScript program, instead of executing it.
+
+-dryrun
+
+ Runs the SwiftScript program without submitting any jobs (can be
+ used to get a graph)
+
+-monitor
+
+ Shows a graphical resource monitor
+
+-resume file
+
+ Resumes the execution using a log file
+
+-config file
+
+ Indicates the Swift configuration file to be used for this run.
+ Properties in this configuration file will override the default
+ properties. If individual command line arguments are used for
+ properties, they will override the contents of this file.
+
+-verbose | -v
+
+ Increases the level of output that Swift produces on the console to
+ include more detail about the execution
+
+-debug | -d
+
+ Increases the level of output that Swift produces on the console to
+ include lots of detail about the execution
+
+-logfile file
+
+ Specifies a file where log messages should go to. By default Swift
+ uses the name of the program being run and a numeric index (e.g.
+ myworkflow.1.log)
+
+-runid identifier
+
+ Specifies the run identifier. This must be unique for every
+ invocation and is used in several places to keep files from
+ different executions cleanly separated. By default, a datestamp and
+ random number are used to generate a run identifier. When using this
+ parameter, care should be taken to ensure that the run ID remains
+ unique with respect to all other run IDs that might be used,
+ irrespective of (at least) expected execution sites, program or user.
+
+-tui
+
+ Displays an interactive text mode monitor during a run. (since Swift
+ 0.9)
+
+In addition, the following Swift properties can be set on the command line:
+
+ * caching.algorithm
+ * clustering.enabled
+ * clustering.min.time
+ * clustering.queue.delay
+ * ip.address
+ * kickstart.always.transfer
+ * kickstart.enabled
+ * lazy.errors
+ * pgraph
+ * pgraph.graph.options
+ * pgraph.node.options
+ * sitedir.keep
+ * sites.file
+ * tc.file
+ * tcp.port.range
+
+
+Return codes
+^^^^^^^^^^^^
+
+The swift command may exit with the following return codes:
+
+[options="header"]
+|=========
+|value|meaning
+|0|success
+|1|command line syntax error or missing project name
+|2|error during execution
+|3|error during compilation
+|4|input file does not exist
+|===========
+
+Environment variables
+^^^^^^^^^^^^^^^^^^^^^
+
+The swift is influenced by the following environment variables:
+
+GLOBUS_HOSTNAME, GLOBUS_TCP_PORT_RANGE - set in the environment
+before running Swift. These can be set to inform Swift of the
+configuration of your local firewall. More information can be found in
+the Globus firewall How-to <http://dev.globus.org/wiki/FirewallHowTo>.
+
+COG_OPTS - set in the environment before running Swift. Options set in
+this variable will be passed as parameters to the Java Virtual Machine
+which will run Swift. The parameters vary between virtual machine
+imlementations, but can usually be used to alter settings such as
+maximum heap size. Typing 'java -help' will sometimes give a list of
+commands. The Sun Java 1.4.2 command line options are documented here
+<http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html>.
+
+
+swift-osg-ress-site-catalog
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The swift-osg-ress-site-catalog command generates a site catalog based
+on OSG <http://www.opensciencegrid.org/>'s ReSS information system
+(since Swift 0.9)
+
+Usage: *swift-osg-ress-site-catalog [options]*
+
+--help
+
+ Show help message
+
+--vo=[name]
+
+ Set what VO to query ReSS for
+
+--engage-verified
+
+ Only retrieve sites verified by the Engagement VO site verification
+ tests This can not be used together with |--vo|, as the query will
+ only work for sites advertising support for the Engagement VO.
+
+ This option means information will be retrieved from the Engagement
+ collector instead of the top-level ReSS collector.
+
+--out=[filename]
+
+ Write to [filename] instead of stdout
+
+--condor-g
+
+ Generates sites files which will submit jobs using a local Condor-G
+ installation rather than through direct GRAM2 submission. (since
+ Swift 0.10)
+
+
+swift-plot-log
+~~~~~~~~~~~~~~
+swift-plot-log generates summaries of Swift run log files.
+
+Usage: swift-plot-log [logfile] [targets]
+
+When no targets are specified, swift-plog-log will generate an HTML
+report for the run. When targets are specified, only those named targets
+will be generated.
+
+
+Executing app procedures
+------------------------
+This section describes how Swift executes app procedures, and
+requirements on the behaviour of application programs used in app
+procedures. These requirements are primarily to ensure that the Swift
+can run your application in different places and with the various fault
+tolerance mechanisms in place.
+
+
+Mapping of app semantics into unix process execution semantics
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This section describes how an app procedure invocation is translated
+into a (remote) unix process execution. It does not describe the
+mechanisms by which Swift performs that translation; that is described
+in the next section.
+
+In this section, this example SwiftScript program is used for reference:
+
+[java]
+source~~~~~
+type file;
+
+app (file o) count(file i) {
+ wc @i stdout=@o;
+}
+
+file q <"input.txt">;
+file r <"output.txt">;
+source~~~~
+
+The executable for wc will be looked up in tc.data.
+
+This unix executable will then be executed in some application
+procedure workspace. This means:
+
+Each application procedure workspace will have an application workspace
+directory. (TODO: can collapse terms application procedure workspace
+and application workspace directory ?
+
+This application workspace directory will not be shared with any other
+application procedure execution attempt; all application procedure
+execution attempts will run with distinct application procedure
+workspaces. (for the avoidance of doubt: If a SwiftScript procedure
+invocation is subject to multiple application procedure execution
+attempts (due to Swift-level restarts, retries or replication) then each
+of those application procedure execution attempts will be made in a
+different application procedure workspace. )
+
+The application workspace directory will be a directory on a POSIX
+filesystem accessible throughout the application execution by the
+application executable.
+
+Before the application executable is executed:
+
+ * The application workspace directory will exist.
+
+ * The input files will exist inside the application workspace
+ directory (but not necessarily as direct children; there may be
+ subdirectories within the application workspace directory).
+
+ * The input files will be those files mapped to input parameters
+ of the application procedure invocation. (In the example, this
+ means that the file input.txt will exist in the application
+ workspace directory)
+
+ * For each input file dataset, it will be the case that @filename
+ or @filenames invoked with that dataset as a parameter will
+ return the path relative to the application workspace directory
+ for the file(s) that are associated with that dataset. (In the
+ example, that means that @i will evaluate to the path input.txt)
+
+ * For each file-bound parameter of the Swift procedure invocation,
+ the associated files (determined by data type?) will always exist.
+
+ * The input files must be treated as read only files. This may or
+ may not be enforced by unix file system permissions. They may or
+ may not be copies of the source file (conversely, they may be
+ links to the actual source file).
+
+During/after the application executable execution, the following must
+be true:
+
+ * If the application executable execution was successful (in the
+ opinion of the application executable), then the application
+ executable should exit with unix return code 0; if the
+ application executable execution was unsuccessful (in the opinion
+ of the application executable), then the application executable
+ should exit with unix return code not equal to 0.
+
+ * Each file mapped from an output parameter of the SwiftScript
+ procedure call must exist. Files will be mapped in the same way as
+ for input files.
+
+ (? Is it defined that output subdirectories will be precreated
+ before execution or should app executables expect to make them?
+ That's probably determined by the present behaviour of wrapper.sh)
+
+ * Output produced by running the application executable on some
+ inputs should be the same no matter how many times, when or where
+ that application executable is run. 'The same' can vary depending
+ on application (for example, in an application it might be
+ acceptable for a PNG->JPEG conversion to produce different,
+ similar looking, output jpegs depending on the environment)
+
+Things to not assume:
+
+ * anything about the path of the application workspace directory
+
+ * that either the application workspace directory will be deleted or
+ will continue to exist or will remain unmodified after execution
+ has finished
+
+ * that files can be passed(?def) between application procedure
+ invocations through any mechanism except through files known to
+ Swift through the mapping mechanism (there is some exception here
+ for external datasets - there are a separate set of assertions
+ that hold for external datasets)
+
+ * that application executables will run on any particular site of
+ those available, or than any combination of applications will run
+ on the same or different sites.
+
+
+How Swift implements the site execution model
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+This section describes the implementation of the semantics described in
+the previous section.
+
+Swift executes application procedures on one or more sites.
+
+Each site consists of:
+
+ * worker nodes. There is some execution mechanism through which
+ the Swift client side executable can execute its wrapper script
+ on those worker nodes. This is commonly GRAM or Falkon or coasters.
+
+ * a site-shared file system. This site shared filesystem is
+ accessible through some file transfer mechanism from the Swift
+ client side executable. This is commonly GridFTP or coasters. This
+ site shared filesystem is also accessible through the posix file
+ system on all worker nodes, mounted at the same location as seen
+ through the file transfer mechanism. Swift is configured with the
+ location of some site working directory on that site-shared file
+ system.
+
+There is no assumption that the site shared file system for one site is
+accessible from another site.
+
+For each workflow run, on each site that is used by that run, a run
+directory is created in the site working directory, by the Swift client
+side.
+
+In that run directory are placed several subdirectories:
+
+ * shared/ - site shared files cache
+
+ * kickstart/ - when kickstart is used, kickstart record files for
+ each job that has generated a kickstart record.
+
+ * info/ - wrapper script log files
+
+ * status/ - job status files
+
+ * jobs/ - application workspace directories (optionally placed
+ here - see below)
+
+Application execution looks like this:
+
+For each application procedure call:
+
+The Swift client side selects a site; copies the input files for that
+procedure call to the site shared file cache if they are not already in
+the cache, using the file transfer mechanism; and then invokes the
+wrapper script on that site using the execution mechanism.
+
+The wrapper script creates the application workspace directory; places
+the input files for that job into the application workspace directory
+using either cp or ln -s (depending on a configuration option);
+executes the application unix executable; copies output files from the
+application workspace directory to the site shared directory using cp;
+creates a status file under the status/ directory; and exits,
+returning control to the Swift client side. Logs created during the
+execution of the wrapper script are stored under the info/ directory.
+
+The Swift client side then checks for the presence of and deletes a
+status file indicating success; and copies files from the site shared
+directory to the appropriate client side location.
+
+The job directory is created (in the default mode) under the jobs/
+directory. However, it can be created under an arbitrary other path,
+which allows it to be created on a different file system (such as a
+worker node local file system in the case that the worker node has a
+local file system).
+
+image:swift-site-model.png[]
+
+Technical overview of the Swift architecture
+--------------------------------------------
+This section attempts to provide a technical overview of the Swift
+architecture.
+
+Execution layer
+~~~~~~~~~~~~~~~
+The execution layer causes an application program (in the form of a unix
+executable) to be executed either locally or remotely.
+
+The two main choices are local unix execution and execution through
+GRAM. Other options are available, and user provided code can also be
+plugged in.
+
+The kickstart utility can be used to capture environmental
+information at execution time to aid in debugging and provenance capture.
+
+
+SwiftScript language compilation layer
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Step i: text to XML intermediate form parser/processor. parser written
+in ANTLR - see resources/VDL.g. The XML Schema Definition (XSD) for the
+intermediate language is in resources/XDTM.xsd.
+
+Step ii: XML intermediate form to Karajan workflow. Karajan.java - reads
+the XML intermediate form. compiles to karajan workflow language - for
+example, expressions are converted from SwiftScript syntax into Karajan
+syntax, and function invocations become karajan function invocations
+with various modifications to parameters to accomodate return parameters
+and dataset handling.
+
+
+Swift/karajan library layer
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Some Swift functionality is provided in the form of Karajan libraries
+that are used at runtime by the Karajan workflows that the Swift
+compiler generates.
+
+
+Ways in which Swift can be extended
+-----------------------------------
+Swift is extensible in a number of ways. It is possible to add mappers
+to accomodate different filesystem arrangements, site selectors to
+change how Swift decides where to run each job, and job submission
+interfaces to submit jobs through different mechanisms.
+
+A number of mappers are provided as part of the Swift release and
+documented in the mappers section. New mappers can be
+implemented in Java by implementing the org.griphyn.vdl.mapping.Mapper
+interface. The Swift tutorial
+<http://www.ci.uchicago.edu/swift/guides/tutorial.php> contains a simple
+example of this.
+
+Swift provides a default site selector, the Adaptive Scheduler. New site
+selectors can be plugged in by implementing the
+org.globus.cog.karajan.scheduler.Scheduler interface and modifying
+libexec/scheduler.xml and etc/karajan.properties to refer to the new
+scheduler.
+
+Execution providers and filesystem providers, which allow to Swift to
+execute jobs and to stage files in and out through mechanisms such as
+GRAM and GridFTP can be implemented as Java CoG kit providers.
+
+
+Function reference
+------------------
+This section details functions that are available for use in the
+SwiftScript language.
+
+ at arg
+~~~~
+Takes a command line parameter name as a string parameter and an
+optional default value and returns the value of that string parameter
+from the command line. If no default value is specified and the command
+line parameter is missing, an error is generated. If a default value is
+specified and the command line parameter is missing, @arg will return
+the default value.
+
+Command line parameters recognized by @arg begin with exactly one
+hyphen and need to be positioned after the script name.
+
+For example:
+
+[java]
+source~~~~
+trace(@arg("myparam"));
+trace(@arg("optionalparam", "defaultvalue"));
+source~~~~
+
+[java]
+source~~~~
+$ swift arg.swift -myparam=hello
+Swift v0.3-dev r1674 (modified locally)
+
+RunID: 20080220-1548-ylc4pmda
+SwiftScript trace: defaultvalue
+SwiftScript trace: hello
+source~~~~
+
+ at extractint
+~~~~~~~~~~~
+ at extractint(file) will read the specified file, parse an integer from
+the file contents and return that integer.
+
+
+ at filename
+~~~~~~~~~
+ at filename(v) will return a string containing the filename(s) for the
+file(s) mapped to the variable v. When more than one filename is
+returned, the filenames will be space separated inside a single string
+return value.
+
+
+ at filenames
+~~~~~~~~~~
+ at filenames(v) will return multiple values (!) containing the
+filename(s) for the file(s) mapped to the variable v. (compare to
+ at filename)
+
+ at regexp
+~~~~~~~
+ at regexp(input,pattern,replacement) will apply regular expression
+substitution using the Java java.util.regexp API
+<http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html>.
+For example:
+
+[java]
+source~~~~
+string v = @regexp("abcdefghi", "c(def)g","monkey");
+source~~~~
+
+will assign the value "abmonkeyhi" to the variable v.
+
+ at strcat
+~~~~~~~
+ at strcat(a,b,c,d,...) will return a string containing all of the
+strings passed as parameters joined into a single string. There may be
+any number of parameters.
+
+The + operator concatenates two strings: @strcat(a,b) is the same as
+a + b
+
+ at strcut
+~~~~~~~
+ at strcut(input,pattern) will match the regular expression in the
+pattern parameter against the supplied input string and return the
+section that matches the first matching parenthesised group.
+
+For example:
+[java]
+source~~~~
+string t = "my name is John and i like puppies.";
+string name = @strcut(t, "my name is ([^ ]*) ");
+string out = @strcat("Your name is ",name);
+trace(out);
+source~~~~
+
+will output the message: Your name is John.
+
+ at strsplit
+~~~~~~~~~
+ at strsplit(input,pattern) will split the input string based on
+separators that match the given pattern and return a string array.
+(since Swift 0.9)
+
+Example:
+[java]
+source~~~~
+string t = "my name is John and i like puppies.";
+string words[] = @strsplit(t, "\\s");
+foreach word in words {
+ trace(word);
+}
+source~~~~
+
+will output one word of the sentence on each line (though not
+necessarily in order, due to the fact that foreach iterations execute in
+parallel).
+
+
+ at toint
+~~~~~~
+ at toint(input) will parse its input string into an integer. This can be
+used with @arg to pass input parameters to a SwiftScript program as
+integers.
+
+
+Built-in procedure reference
+----------------------------
+This section details built-in procedures that are available for use in
+the SwiftScript language.
+
+readData
+~~~~~~~~
+readData will read data from a specified file.
+
+The format of the input file is controlled by the type of the return value.
+
+For scalar return types, such as int, the specified file should contain
+a single value of that type.
+
+For arrays of scalars, the specified file should contain one value per
+line.
+
+For structs of scalars, the file should contain two rows. The first row
+should be structure member names separated by whitespace. The second row
+should be the corresponding values for each structure member, separated
+by whitespace, in the same order as the header row.
+
+For arrays of structs, the file should contain a heading row listing
+structure member names separated by whitespace. There should be one row
+for each element of the array, with structure member elements listed in
+the same order as the header row and separated by whitespace. (since
+Swift 0.4)
+
+readdata2
+~~~~~~~~~
+readdata2 will read data from a specified file, like readdata, but
+using a different file format more closely related to that used by the
+ext mapper.
+
+Input files should list, one per line, a path into a Swift structure,
+and the value for that position in the structure:
+
+[java]
+source~~~~
+rows[0].columns[0] = 0
+rows[0].columns[1] = 2
+rows[0].columns[2] = 4
+rows[1].columns[0] = 1
+rows[1].columns[1] = 3
+rows[1].columns[2] = 5
+source~~~~
+
+which can be read into a structure defined like this:
+
+[java]
+source~~~~
+type vector {
+ int columns[];
+}
+
+type matrix {
+ vector rows[];
+}
+
+matrix m;
+
+m = readData2("readData2.in");
+source~~~~
+
+(since Swift 0.7)
+
+trace
+~~~~~
+trace will log its parameters. By default these will appear on both
+stdout and in the run log file. Some formatting occurs to produce the
+log message. The particular output format should not be relied upon.
+(since Swift 0.4)
+
+writeData
+~~~~~~~~~
+writeData will write out data structures in the format described for
+readData
+
+Swift configuration properties
+------------------------------
+Various aspects of the behavior of the Swift Engine can be configured
+through properties. The Swift Engine recognizes a global, per
+installation properties file which can found in etc/swift.properties
+in the Swift installation directory and a user properties file which can
+be created by each user in ~/.swift/swift.properties. The Swift Engine
+will first load the global properties file. It will then try to load the
+user properties file. If a user properties file is found, individual
+properties explicitly set in that file will override the respective
+properties in the global properties file. Furthermore, some of the
+properties can be overridden directly using command line arguments to
+the *swift* command.
+
+Swift properties are specified in the following format:
+
+<name>=<value>
+
+The value can contain variables which will be expanded when the
+properties file is read. Expansion is performed when the name of the
+variable is used inside the standard shell dereference construct:
+${name}. The following variables can be used in the Swift
+configuration file:
+
+Swift Configuration Variables
+
+swift.home
+
+ Points to the Swift installation directory ($SWIFT_HOME). In
+ general, this should not be set as Swift can find its own
+ installation directory, and incorrectly setting it may impair the
+ correct functionality of Swift.
+
+user.name
+
+ The name of the current logged in user.
+
+user.home
+
+ The user's home directory.
+
+The following is a list of valid Swift properties:
+
+Swift Properties
+
+caching.algorithm
+
+ Valid values: LRU
+
+ Default value: LRU
+
+ Swift caches files that are staged in on remote resources, and files
+ that are produced remotely by applications, such that they can be
+ re-used if needed without being transfered again. However, the
+ amount of remote file system space to be used for caching can be
+ limited using the swift:storagesize profile entry in the sites.xml file. Example:
+
+[xml]
+source~~~~
+<pool handle="example" sysinfo="INTEL32::LINUX">
+<gridftp url="gsiftp://example.org" storage="/scratch/swift" major="2" minor="4" patch="3"/>
+<jobmanager universe="vanilla" url="example.org/jobmanager-pbs" major="2" minor="4" patch="3"/>
+<workdirectory>/scratch/swift</workdirectory>
+<profile namespace="SWIFT" key="storagesize">20000000</profile>
+</pool>
+source~~~~
+
+ The decision of which files to keep in the cache and which files to
+ remove is made considering the value of the caching.algorithm
+ property. Currently, the only available value for this property is
+ LRU, which would cause the least recently used files to be deleted
+ first.
+
+clustering.enabled
+
+ Valid values: true, false
+
+ Default value: false
+
+ Enables clustering.
+
+clustering.min.time
+
+ Valid values: <int>
+
+ Default value: 60
+
+ Indicates the threshold wall time for clustering, in seconds. Jobs
+ that have a wall time smaller than the value of this property will
+ be considered for clustering.
+
+clustering.queue.delay
+
+ Valid values: <int>
+
+ Default value: 4
+
+ This property indicates the interval, in seconds, at which the
+ clustering queue is processed.
+
+execution.retries
+
+ Valid values: positive integers
+
+ Default value: 2
+
+ The number of time a job will be retried if it fails (giving a
+ maximum of 1 + execution.retries attempts at execution)
+
+foreach.max.threads
+
+ Valid values: positive integers
+
+ Default value: 1024
+
+ Limits the number of concurrent iterations that each foreach
+ statement can have at one time. This conserves memory for swift
+ programs that have large numbers of iterations (which would
+ otherwise all be executed in parallel). (since Swift 0.9)
+
+ip.address
+
+ Valid values: <ipaddress>
+
+ Default value: N/A
+
+ The Globus GRAM service uses a callback mechanism to send
+ notifications about the status of submitted jobs. The callback
+ mechanism requires that the Swift client be reachable from the hosts
+ the GRAM services are running on. Normally, Swift can detect the
+ correct IP address of the client machine. However, in certain cases
+ (such as the client machine having more than one network interface)
+ the automatic detection mechanism is not reliable. In such cases,
+ the IP address of the Swift client machine can be specified using
+ this property. The value of this property must be a numeric address
+ without quotes.
+
+ This option is deprecated and the hostname property should be used
+ instead.
+
+kickstart.always.transfer
+
+ Valid values: true, false
+
+ Default value: false
+
+ This property controls when output from Kickstart is transfered back
+ to the submit site, if Kickstart is enabled. When set to false,
+ Kickstart output is only transfered for jobs that fail. If set to
+ true, Kickstart output is transfered after every job is completed
+ or failed.
+
+kickstart.enabled
+
+ Valid values: true, false, maybe
+
+ Default value: maybe
+
+ This option allows controlling of when Swift uses Kickstart.
+ A value of false disables the use of Kickstart,
+ while a value of true enables the use of Kickstart, in which case
+ sites specified in the sites.xml file must have valid
+ gridlaunch attributes. The maybe value will enable the use of
+ Kickstart only on sites that have the gridlaunch attribute
+ specified.
+
+lazy.errors
+
+ Valid values: true, false
+
+ Default value: false
+
+ Swift can report application errors in two modes, depending on the
+ value of this property. If set to false, Swift will report the
+ first error encountered and immediately stop execution. If set to
+ true, Swift will attempt to run as much as possible from a
+ SwiftScript program before stopping execution and reporting all
+ errors encountered.
+
+ When developing SwiftScript programs, using the default value of
+ false can make the program easier to debug. However in production
+ runs, using true will allow more of a SwiftScript program to be
+ run before Swift aborts execution.
+
+pgraph
+
+ Valid values: true, false, <file>
+
+ Default value: false
+
+ Swift can generate a Graphviz <http://www.graphviz.org/> file
+ representing the structure of the SwiftScript program it has run. If
+ this property is set to true, Swift will save the provenance graph
+ in a file named by concatenating the program name and the instance
+ ID (e.g. helloworld-ht0adgi315l61.dot).
+
+ If set to false, no provenance graph will be generated. If a file
+ name is used, then the provenance graph will be saved in the
+ specified file.
+
+ The generated dot file can be rendered into a graphical form using
+ Graphviz <http://www.graphviz.org/>, for example with a command-line
+ such as:
+
+[shell]
+source~~~~
+$ swift -pgraph graph1.dot q1.swift
+$ dot -ograph.png -Tpng graph1.dot
+source~~~~
+
+pgraph.graph.options
+
+ Valid values: <string>
+
+ Default value: splines="compound", rankdir="TB"
+
+ This property specifies a Graphviz <http://www.graphviz.org>
+ specific set of parameters for the graph.
+
+pgraph.node.options
+
+ Valid values: <string>
+
+ Default value: color="seagreen", style="filled"
+
+ Used to specify a set of Graphviz <http://www.graphviz.org> specific
+ properties for the nodes in the graph.
+
+provenance.log
+
+ Valid values: true, false
+
+ Default value: false
+
+ This property controls whether the log file will contain provenance
+ information enabling this will increase the size of log files,
+ sometimes significantly.
+
+replication.enabled
+
+ Valid values: true, false
+
+ Default value: false
+
+ Enables/disables replication. Replication is used to deal with jobs
+ sitting in batch queues for abnormally large amounts of time. If
+ replication is enabled and certain conditions are met, Swift creates
+ and submits replicas of jobs, and allows multiple instances of a job
+ to compete.
+
+replication.limit
+
+ Valid values: positive integers
+
+ Default value: 3
+
+ The maximum number of replicas that Swift should attempt.
+
+sitedir.keep
+
+ Valid values: true, false
+
+ Default value: false
+
+ Indicates whether the working directory on the remote site should be
+ left intact even when a run completes successfully. This can be used
+ to inspect the site working directory for debugging purposes.
+
+sites.file
+
+ Valid values: <file>
+
+ Default value: ${swift.home}/etc/sites.xml
+
+ Points to the location of the site catalog, which contains a list of
+ all sites that Swift should use.
+
+status.mode
+
+ Valid values: files, provider
+
+ Default value: files
+
+ Controls how Swift will communicate the result code of running user
+ programs from workers to the submit side. In files mode, a file
+ indicating success or failure will be created on the site shared
+ filesystem. In provider mode, the execution provider job status
+ will be used.
+
+ provider mode requires the underlying job execution system to
+ correctly return exit codes. In at least the cases of GRAM2, and
+ clusters used with any provider, exit codes are not returned, and so
+ files mode must be used in those cases. Otherwise, provider mode
+ can be used to reduce the amount of filesystem access. (since Swift
+ 0.8)
+
+tc.file
+
+ Valid values: <file>
+
+ Default value: ${swift.home}/etc/tc.data
+
+ Points to the location of the transformation catalog file which
+ contains information about installed applications. Details about the
+ format of the transformation catalog can be found here
+ <http://vds.uchicago.edu/vds/doc/userguide/html/H_TransformationCatalog.html>.
+
+
+tcp.port.range
+
+ Valid values: <start>,<end> where start and end are integers
+
+ Default value: none
+
+ A TCP port range can be specified to restrict the ports on which
+ GRAM callback services are started. This is likely needed if your
+ submit host is behind a firewall, in which case the firewall should
+ be configured to allow incoming connections on ports in the range.
+
+throttle.file.operations
+
+ Valid values: <int>, off
+
+ Default value: 8
+
+ Limits the total number of concurrent file operations that can
+ happen at any given time. File operations (like transfers) require
+ an exclusive connection to a site. These connections can be
+ expensive to establish. A large number of concurrent file operations
+ may cause Swift to attempt to establish many such expensive
+ connections to various sites. Limiting the number of concurrent file
+ operations causes Swift to use a small number of cached connections
+ and achieve better overall performance.
+
+throttle.host.submit
+
+ Valid values: <int>, off
+
+ Default value: 2
+
+ Limits the number of concurrent submissions for any of the sites
+ Swift will try to send jobs to. In other words it guarantees that no
+ more than the value of this throttle jobs sent to any site will be
+ concurrently in a state of being submitted.
+
+throttle.score.job.factor
+
+ Valid values: <int>, off
+
+ Default value: 4
+
+ The Swift scheduler has the ability to limit the number of
+ concurrent jobs allowed on a site based on the performance history
+ of that site. Each site is assigned a score (initially 1), which can
+ increase or decrease based on whether the site yields successful or
+ faulty job runs. The score for a site can take values in the (0.1,
+ 100) interval. The number of allowed jobs is calculated using the
+ following formula:
+
+ 2 + score*throttle.score.job.factor
+
+ This means a site will always be allowed at least two concurrent
+ jobs and at most 2 + 100*throttle.score.job.factor. With a default
+ of 4 this means at least 2 jobs and at most 402.
+
+ This parameter can also be set per site using the jobThrottle
+ profile key in a site catalog entry.
+
+throttle.submit
+
+ Valid values: <int>, off
+
+ Default value: 4
+
+ Limits the number of concurrent submissions for a run. This throttle
+ only limits the number of concurrent tasks (jobs) that are being
+ sent to sites, not the total number of concurrent jobs that can be
+ run. The submission stage in GRAM is one of the most CPU expensive
+ stages (due mostly to the mutual authentication and delegation).
+ Having too many concurrent submissions can overload either or both
+ the submit host CPU and the remote host/head node causing degraded
+ performance.
+
+throttle.transfers
+
+ Valid values: <int>, off
+
+ Default value: 4
+
+ Limits the total number of concurrent file transfers that can happen
+ at any given time. File transfers consume bandwidth. Too many
+ concurrent transfers can cause the network to be overloaded
+ preventing various other signaling traffic from flowing properly.
+
+ticker.disable
+
+ Valid values: true, false
+
+ Default value: false
+
+ When set to true, suppresses the output progress ticker that Swift
+ sends to the console every few seconds during a run (since Swift 0.9)
+
+wrapper.invocation.mode
+
+ Valid values: absolute, relative
+
+ Default value: absolute
+
+ Determines if Swift remote wrappers will be executed by specifying
+ an absolute path, or a path relative to the job initial working
+ directory. In most cases, execution will be successful with either
+ option. However, some execution sites ignore the specified initial
+ working directory, and so absolute must be used. Conversely on
+ some sites, job directories appear in a different place on the
+ worker node file system than on the filesystem access node, with the
+ execution system handling translation of the job initial working
+ directory. In such cases, relative mode must be used. (since Swift
+ 0.9)
+
+wrapper.parameter.mode
+
+ Controls how Swift will supply parameters to the remote wrapper
+ script. args mode will pass parameters on the command line. Some
+ execution systems do not pass commandline parameters sufficiently
+ cleanly for Swift to operate correctly. files mode will pass
+ parameters through an additional input file (since Swift 0.95). This
+ provides a cleaner communication channel for parameters, at the
+ expense of transferring an additional file for each job invocation.
+
+wrapperlog.always.transfer
+
+ Valid values: true, false
+
+ Default value: false
+
+ This property controls when output from the Swift remote wrapper is
+ transfered back to the submit site. When set to false, wrapper
+ logs are only transfered for jobs that fail. If set to true,
+ wrapper logs are transfered after every job is completed or failed.
+
+Example:
+
+[source,xml]
+sites.file=${vds.home}/etc/sites.xml
+tc.file=${vds.home}/etc/tc.data
+ip.address=192.168.0.1
+
+Profiles
+--------
+Profiles are configuration parameters than can be specified either for
+sites or for transformation catalog entries. They influence the
+behaviour of Swift towards that site (for example, by changing the load
+Swift will place on that sites) or when running a particular procedure.
+
+Profile entries for a site are specified in the site catalog. Profile
+entries for specific procedures are specified in the transformation
+catalog.
+
+
+Karajan namespace
+~~~~~~~~~~~~~~~~~
+maxSubmitRate limits the maximum rate of job submission, in jobs per
+second. For example:
+
+[source,xml]
+<profile namespace="karajan" key="maxSubmitRate">0.2</profile>
+
+will limit job submission to 0.2 jobs per second (or equivalently, one
+job every five seconds).
+
+jobThrottle allows the job throttle factor (see Swift property
+throttle.score.job.factor to be
+set per site.
+
+initialScore allows the initial score for rate limiting and site
+selection to be set to a value other than 0.
+
+delayBase controls how much a site will be delayed when it performs
+poorly. With each reduction in a sites score by 1, the delay between
+execution attempts will increase by a factor of delayBase.
+
+status.mode allows the status.mode property to be set per-site instead
+of for an entire run. See the Swift configuration properties section for
+more information. (since Swift 0.8)
+
+swift namespace
+~~~~~~~~~~~~~~~
+storagesize limits the amount of space that will be used on the remote
+site for temporary files. When more than that amount of space is used,
+the remote temporary file cache will be cleared using the algorithm
+specified in the caching.algorithm property.
+
+wrapperInterpreter - The wrapper interpreter indicates the command
+(executable) to be used to run the Swift wrapper script. The default is
+"/bin/bash" on Unix sites and "cscript.exe" on Windows sites.
+
+wrapperInterpreterOptions - Allows specifying additional options to the
+executable used to run the Swift wrapper. The defaults are no options on
+Unix sites and "Nologo" on Windows sites.
+
+wrapperScript - Specifies the name of the wrapper script to be used on a
+site. The defaults are "_swiftwrap" on Unix sites and "_swiftwrap.vbs"
+on Windows sites. If you specify a custom wrapper script, it must be
+present in the "libexec" directory of the Swift installation.
+
+cleanupCommand Indicates the command to be run at the end of a Swift
+run to clean up the run directories on a remote site. Defaults are
+"/bin/rm" on Unix sites and "cmd.exe" on Windows sites
+
+cleanupCommandOptions Specifies the options to be passed to the
+cleanup command above. The options are passed in the argument list to
+the cleanup command. After the options, the last argument is the
+directory to be deleted. The default on Unix sites is "-rf". The default
+on Windows sites is ["/C", "del", "/Q"].
+
+
+Globus namespace
+~~~~~~~~~~~~~~~~
+maxwalltime specifies a walltime limit for each job, in minutes.
+
+The following formats are recognized:
+
+ * Minutes
+ * Hours:Minutes
+ * Hours:Minutes:Seconds
+
+Example:
+[source,java]
+localhost echo /bin/echo INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:20:00"
+
+When replication is enabled (see replication), then
+walltime will also be enforced at the Swift client side: when a job has
+been active for more than twice the maxwalltime, Swift will kill the job
+and regard it as failed.
+
+When clustering is used, maxwalltime will be used to select which jobs
+will be clustered together. More information on this is available in the
+clustering section.
+
+When coasters as used, maxwalltime influences the default coaster
+worker maxwalltime, and which jobs will be sent to which workers. More
+information on this is available in the coasters section.
+
+queue is used by the PBS, GRAM2 and GRAM4 providers. This profile
+entry specifies which queue jobs will be submitted to. The valid queue
+names are site-specific.
+
+host_types specifies the types of host that are permissible for a job
+to run on. The valid values are site-specific. This profile entry is
+used by the GRAM2 and GRAM4 providers.
+
+condor_requirements allows a requirements string to be specified when
+Condor is used as an LRM behind GRAM2. Example:
+
+[source,xml]
+<profile
+namespace="globus" key="condor_requirements">Arch == "X86_64" || Arch="INTEL"</profile>
+
+slots When using coasters, this parameter specifies the
+maximum number of jobs/blocks that the coaster scheduler will have
+running at any given time. The default is 20.
+
+workersPerNode - This parameter determines how many coaster workers are
+started one each compute node. The default value is 1.
+
+nodeGranularity - When allocating a coaster worker block, this parameter
+restricts the number of nodes in a block to a multiple of this value.
+The total number of workers will then be a multiple of workersPerNode *
+nodeGranularity. The default value is 1.
+
+allocationStepSize - Each time the coaster block scheduler computes a
+schedule, it will attempt to allocate a number of slots from the number
+of available slots (limited using the above slots profile). This
+parameter specifies the maximum fraction of slots that are allocated in
+one schedule. Default is 0.1.
+
+lowOverallocation - Overallocation is a function of the walltime of a
+job which determines how long (time-wise) a worker job will be. For
+example, if a number of 10s jobs are submitted to the coaster service,
+and the overallocation for 10s jobs is 10, the coaster scheduler will
+attempt to start worker jobs that have a walltime of 100s. The
+overallocation is controlled by manipulating the end-points of an
+overallocation function. The low endpoint, specified by this parameter,
+is the overallocation for a 1s job. The high endpoint is the
+overallocation for a (theoretical) job of infinite length. The
+overallocation for job sizes in the [1s, +inf) interval is determined
+using an exponential decay function: overallocation(walltime) = walltime
+* (lowOverallocation - highOverallocation) * exp(-walltime *
+overallocationDecayFactor) + highOverallocation The default value of
+lowOverallocation is 10.
+
+highOverallocation - The high overallocation endpoint (as described
+above). Default: 1
+
+overallocationDecayFactor - The decay factor for the overallocation
+curve. Default 0.001 (1e-3).
+
+spread - When a large number of jobs is submitted to the a coaster
+service, the work is divided into blocks. This parameter allows a rough
+control of the relative sizes of those blocks. A value of 0 indicates
+that all work should be divided equally between the blocks (and blocks
+will therefore have equal sizes). A value of 1 indicates the largest
+possible spread. The existence of the spread parameter is based on the
+assumption that smaller overall jobs will generally spend less time in
+the queue than larger jobs. By submitting blocks of different sizes,
+submitted jobs may be finished quicker by smaller blocks. Default: 0.9.
+
+reserve - Reserve time is a time in the allocation of a worker that sits
+at the end of the worker time and is useable only for critical
+operations. For example, a job will not be submitted to a worker if it
+overlaps its reserve time, but a job that (due to inaccurate walltime
+specification) runs into the reserve time will not be killed (note that
+once the worker exceeds its walltime, the queuing system will kill the
+job anyway). Default 10 (s).
+
+maxnodes - Determines the maximum number of nodes that can be allocated
+in one coaster block. Default: unlimited.
+
+maxtime - Indicates the maximum walltime that a coaster block can have.
+Default: unlimited.
+
+remoteMonitorEnabled - If set to "true", the client side will get a
+Swing window showing, graphically, the state of the coaster scheduler
+(blocks, jobs, etc.). Default: false
+
+env namespace
+~~~~~~~~~~~~~
+Profile keys set in the env namespace will be set in the unix
+environment of the executed job. Some environment variables influence
+the worker-side behaviour of Swift:
+
+PATHPREFIX - set in env namespace profiles. This path is prefixed onto
+the start of the PATH when jobs are executed. It can be more useful
+than setting the PATH environment variable directly, because setting
+PATH will cause the execution site's default path to be lost.
+
+SWIFT_JOBDIR_PATH - set in env namespace profiles. If set, then Swift
+will use the path specified here as a worker-node local temporary
+directory to copy input files to before running a job. If unset, Swift
+will keep input files on the site-shared filesystem. In some cases,
+copying to a worker-node local directory can be much faster than having
+applications access the site-shared filesystem directly.
+
+SWIFT_EXTRA_INFO - set in env namespace profiles. If set, then Swift
+will execute the command specified in SWIFT_EXTRA_INFO on execution
+sites immediately before each application execution, and will record the
+stdout of that command in the wrapper info log file for that job. This
+is intended to allow software version and other arbitrary information
+about the remote site to be gathered and returned to the submit side.
+(since Swift 0.9)
+
+The Site Catalog - sites.xml
+----------------------------
+The site catalog lists details of each site that Swift can use. The
+default file contains one entry for local execution, and a large number
+of commented-out example entries for other sites.
+
+By default, the site catalog is stored in etc/sites.xml. This path can
+be overridden with the sites.file configuration property, either in
+the Swift configuration file or on the command line.
+
+The sites file is formatted as XML. It consists of <pool> elements,
+one for each site that Swift will use.
+
+
+Pool element
+~~~~~~~~~~~~
+Each pool element must have a handle attribute, giving a symbolic
+name for the site. This can be any name, but must correspond to entries
+for that site in the transformation catalog.
+
+Optionally, the gridlaunch attribute can be used to specify the path
+to kickstart on the site.
+
+Each pool must specify a file transfer method, an execution method and
+a remote working directory. Optionally, profile settings can
+be specified.
+
+
+File transfer method
+~~~~~~~~~~~~~~~~~~~~
+Transfer methods are specified with either the <gridftp> element or
+the <filesystem> element.
+
+To use gridftp or local filesystem copy, use the <gridftp> element:
+
+[source,xml]
+<gridftp url="gsiftp://evitable.ci.uchicago.edu" />
+
+The url attribute may specify a GridFTP server, using the gsiftp URI
+scheme; or it may specify that filesystem copying will be used (which
+assumes that the site has access to the same filesystem as the
+submitting machine) using the URI local://localhost.
+
+Filesystem access using scp (the SSH copy protocol) can be specified
+using the <filesystem> element:
+
+[source,xml]
+<filesystem url="www11.i2u2.org" provider="ssh"/>
+
+For additional ssh configuration information, see the ssh execution
+provider documentation below.
+
+Filesystem access using CoG coasters can be also be
+specified using the <filesystem> element. More detail about
+configuring that can be found in the CoG coasters section.
+
+Execution method
+~~~~~~~~~~~~~~~~
+Execution methods may be specified either with the <jobmanager> or
+<execution> element.
+
+The <jobmanager> element can be used to specify execution through
+GRAM2. For example,
+
+[source,xml]
+<jobmanager universe="vanilla" url="evitable.ci.uchicago.edu/jobmanager-fork" major="2" />
+
+The universe attribute should always be set to vanilla. The url
+attribute should specify the name of the GRAM2 gatekeeper host, and the
+name of the jobmanager to use. The major attribute should always be set
+to 2.
+
+The <execution> element can be used to specify execution through other
+execution providers:
+
+To use GRAM4, specify the gt4 provider. For example:
+
+[source,xml]
+<execution provider="gt4" jobmanager="PBS" url="tg-grid.uc.teragrid.org" />
+
+The url attribute should specify the GRAM4 submission site. The
+jobmanager attribute should specify which GRAM4 jobmanager will be used.
+
+For local execution, the local provider should be used, like this:
+
+[source,xml]
+<execution provider="local" url="none" />
+
+For PBS execution, the pbs provider should be used:
+
+[source,xml]
+<execution provider="pbs" url="none" />
+
+The GLOBUS::queue profile key can be used to
+specify which PBS queue jobs will be submitted to.
+
+For execution through a local Condor installation, the condor provider
+should be used. This provider can run jobs either in the default vanilla
+universe, or can use Condor-G to run jobs on remote sites.
+
+When running locally, only the <execution> element needs to be specified:
+
+[source,xml]
+<execution provider="condor" url="none" />
+
+When running with Condor-G, it is necessary to specify the Condor grid
+universe and the contact string for the remote site. For example:
+
+[source,xml]
+ <execution provider="condor" />
+ <profile namespace="globus" key="jobType">grid</profile>
+ <profile namespace="globus" key="gridResource">gt2 belhaven-1.renci.org/jobmanager-fork</profile>
+
+For execution through SSH, the ssh provider should be used:
+
+[source,xml]
+<execution url="www11.i2u2.org" provider="ssh"/>
+
+with configuration made in ~/.ssh/auth.defaults with the string
+'www11.i2u2.org' changed to the appropriate host name:
+
+[source,shell]
+www11.i2u2.org.type=key
+www11.i2u2.org.username=hategan
+www11.i2u2.org.key=/home/mike/.ssh/i2u2portal
+www11.i2u2.org.passphrase=XXXX
+
+For execution using the CoG Coaster mechanism, the coaster
+provider should be used:
+
+[source,xml]
+<execution provider="coaster" url="tg-grid.uc.teragrid.org"
+ jobmanager="gt2:gt2:pbs" />
+
+More details about configuration of coasters can be found in the section
+on coasters.
+
+Work directory
+~~~~~~~~~~~~~~
+The workdirectory element specifies where on the site files can be
+stored.
+
+[source,xml]
+<workdirectory>/home/benc</workdirectory>
+
+This file must be accessible through the transfer mechanism specified in
+the <gridftp> element and also mounted on all worker nodes that will
+be used for execution. A shared cluster scratch filesystem is
+appropriate for this.
+
+Profiles
+~~~~~~~~
+Profile keys can be specified using the <profile> element.
+For example:
+
+[source,xml]
+<profile namespace="globus" key="queue">fast</profile>
+
+The site catalog format is an evolution of the VDS site catalog format
+which is documented here
+<http://vds.uchicago.edu/vds/doc/userguide/html/H_SiteCatalog.html>.
+
+
+The Transformation Catalog - tc.data
+------------------------------------
+The transformation catalog lists where application executables are
+located on remote sites.
+
+By default, the site catalog is stored in etc/tc.data. This path can
+be overridden with the tc.file configuration property, either in the
+Swift configuration file or on the command line.
+
+The format is one line per executable per site, with fields separated by
+tabs. Spaces cannot be used to separate fields.
+
+Some example entries:
+[source,shell]
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+TGUC touch /usr/bin/touch INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="0:1"
+
+The fields are: site, transformation name, executable path, installation
+status, platform, and profile entrys.
+
+The site field should correspond to a site name listed in the sites catalog.
+
+The transformation name should correspond to the transformation name
+used in a SwiftScript app procedure.
+
+The executable path should specify where the particular executable is
+located on that site.
+
+The installation status and platform fields are not used. Set them to
+INSTALLED and INTEL32::LINUX respectively.
+
+The profiles field should be set to null if no profile entries are to
+be specified, or should contain the profile entries separated by
+semicolons.
+
+Build options
+-------------
+See the Swift download page
+<http://www.ci.uchicago.edu/swift/downloads/> for instructions on
+downloading and building Swift from source. When building, various build
+options can be supplied on the ant commandline. These are summarised here:
+
+with-provider-condor - build with CoG condor provider
+
+with-provider-coaster - build with CoG coaster provider (see the
+section on coasters). Since 0.8, coasters are always built,
+and this option has no effect.
+
+with-provider-deef - build with Falkon provider deef. In order for
+this option to work, it is necessary to check out the provider-deef code
+in the cog/modules directory alongside swift:
+
+[source,shell]
+$ cd cog/modules
+$ svn co https://svn.ci.uchicago.edu/svn/vdl2/provider-deef
+$ cd ../swift
+$ ant -Dwith-provider-deef=true redist
+
+with-provider-wonky - build with provider-wonky, an execution provider
+that provides delays and unreliability for the purposes of testing
+Swift's fault tolerance mechanisms. In order for this option to work, it
+is necessary to check out the provider-wonky code in the |cog/modules|
+directory alongside swift:
+
+[source,shell]
+$ cd cog/modules
+$ svn co https://svn.ci.uchicago.edu/svn/vdl2/provider-wonky
+$ cd ../swift|*
+$ ant -Dwith-provider-wonky=true redist
+
+no-supporting - produces a distribution without supporting commands
+such as grid-proxy-init. This is intended for when the Swift
+distribution will be used in an environment where those commands are
+already provided by other packages, where the Swift package should be
+providing only Swift commands, and where the presence of commands such
+as grid-proxy-init from the Swift distribution in the path will mask the
+presence of those commands from their true distribution package such as
+a Globus Toolkit package.
+
+[source,shell]
+$ ant -Dno-supporting=true redist
+
+Kickstart
+---------
+Kickstart is a tool that can be used to gather various information about
+the remote execution environment for each job that Swift tries to run.
+
+For each job, Kickstart generates an XML invocation record. By default
+this record is staged back to the submit host if the job fails.
+
+Before it can be used it must be installed on the remote site and the
+sites file must be configured to point to kickstart.
+
+Kickstart can be downloaded as part of the Pegasus 'worker package'
+available from the worker packages section of the Pegasus download page
+<http://pegasus.isi.edu/code.php>.
+
+Untar the relevant worker package somewhere where it is visible to all
+of the worker nodes on the remote execution machine (such as in a shared
+application filesystem).
+
+Now configure the gridlaunch attribute of the sites catalog to point to
+that path, by adding a gridlaunch attribute to the pool element in
+the site catalog:
+
+[source,xml]
+<pool handle="example" gridlaunch="/usr/local/bin/kickstart" sysinfo="INTEL32::LINUX">
+...
+</pool>
+
+There are various kickstat.* properties, which have sensible default
+values. These are documented in the properties section.
+
+Reliability mechanisms
+----------------------
+This section details reliabilty mechanisms in Swift: retries, restarts
+and replication.
+
+Retries
+~~~~~~~
+If an application procedure execution fails, Swift will attempt that
+execution again repeatedly until it succeeds, up until the limit defined
+in the execution.retries configuration property.
+
+Site selection will occur for retried jobs in the same way that it
+happens for new jobs. Retried jobs may run on the same site or may run
+on a different site.
+
+If the retry limit execution.retries is reached for an application
+procedure, then that application procedure will fail. This will cause
+the entire run to fail - either immediately (if the lazy.errors
+property is false) or after all other possible work has been attempted
+(if the lazy.errors property is true).
+
+Restarts
+~~~~~~~~
+If a run fails, Swift can resume the program from the point of failure.
+When a run fails, a restart log file will be left behind in a file named
+using the unique job ID and a .rlog extension. This restart log can
+then be passed to a subsequent Swift invocation using the -resume
+parameter. Swift will resume execution, avoiding execution of
+invocations that have previously completed successfully. The SwiftScript
+source file and input data files should not be modified between runs.
+
+Every run creates a restart log file with a named composed of the file
+name of the workflow being executed, an invocation ID, a numeric ID, and
+the .rlog extension. For example, example.swift, when executed,
+could produce the following restart log file:
+example-ht0adgi315l61.0.rlog. Normally, if the run completes
+successfully, the restart log file is deleted. If however the workflow
+fails, swift can use the restart log file to continue execution from a
+point before the failure occurred. In order to restart from a restart
+log file, the -resume logfile argument can be used after the
+SwiftScript program file name. Example:
+
+[source,shell]
+$ swift -resume example-ht0adgi315l61.0.rlog example.swift.
+
+Replication
+~~~~~~~~~~~
+When an execution job has been waiting in a site queue for a certain
+period of time, Swift can resubmit replicas of that job (up to the limit
+defined in the replication.limit configuration property). When any of
+those jobs moves from queued to active state, all of the other replicas
+will be cancelled.
+
+This is intended to deal with situations where some sites have a
+substantially longer (sometimes effectively infinite) queue time than
+other sites. Selecting those slower sites can cause a very large delay
+in overall run time.
+
+Replication can be enabled by setting the replication.enabled
+configuration property to true. The maximum number of replicas that
+will be submitted for a job is controlled by the replication.limit
+configuration property.
+
+When replication is enabled, Swift will also enforce the maxwalltime
+profile setting for jobs as documented in the profiles section.
+
+Clustering
+----------
+Swift can group a number of short job submissions into a single larger
+job submission to minimize overhead involved in launching jobs (for
+example, caused by security negotiation and queuing delay). In general,
+CoG coasters should be used in preference to the clustering
+mechanism documented in this section.
+
+By default, clustering is disabled. It can be activated by setting the
+clustering.enabled property to true.
+
+A job is eligible for clustering if the GLOBUS::maxwalltime profile
+is specified in the tc.data entry for that job, and its value is
+less than the value of the clustering.min.time property.
+
+Two or more jobs are considered compatible if they share the same site
+and do not have conflicting profiles (e.g. different values for the same
+environment variable).
+
+When a submitted job is eligible for clustering, it will be put in a
+clustering queue rather than being submitted to a remote site. The
+clustering queue is processed at intervals specified by the
+clustering.queue.delay property. The
+processing of the clustering queue consists of selecting compatible jobs
+and grouping them into clusters whose maximum wall time does not exceed
+twice the value of the clustering.min.time property.
+
+Coasters
+--------
+Coasters were introduced in Swift v0.6 as an experimental feature.
+
+In many applications, Swift performance can be greatly enhanced by the
+use of CoG coasters. CoG coasters provide a low-overhead job submission
+and file transfer mechanism suited for the execution of short jobs (on
+the order of a few seconds) and the transfer of small files (on the
+order of a few kilobytes) for which other grid protocols such as GRAM
+and GridFTP are poorly suited.
+
+The coaster mechanism submits a head job using some other execution
+mechanism such as GRAM, and for each worker node that will be used in a
+remote cluster, it submits a worker job, again using some other
+execution mechanism such as GRAM. Details on the design of the coaster
+mechanism can be found here. <http://wiki.cogkit.org/wiki/Coasters>
+
+The head job manages file transfers and the dispatch of execution jobs
+to workers. Much of the overhead associated with other grid protocols
+(such as authentication and authorization, and allocation of worker
+nodes by the site's local resource manager) is reduced, because that
+overhead is associated with the allocation of a coaster head or coaster
+worker, rather than with every Swift-level procedure invocation;
+potentially hundreds or thousands of Swift-level procedure invocations
+can be run through a single worker.
+
+Coasters can be configured for use in two situations: job execution and
+file transfer.
+
+To use for job execution, specify a sites.xml execution element like this:
+
+[source,xml]
+<execution provider="coaster" jobmanager="gt2:gt2:pbs" url="grid.myhost.org">
+
+The jobmanager string contains more detail than with other providers. It
+contains either two or three colon separated fields: 1:the provider to
+be use to execute the coaster head job - this provider will submit from
+the Swift client side environment. Commonly this will be one of the GRAM
+providers; 2: the provider to be used to execute coaster worker jobs.
+This provider will be used to submit from the coaster head job
+environment, so a local scheduler provider can sometimes be used instead
+of GRAM. 3: optionally, the jobmanager to be used when submitting worker
+job using the provider specified in field 2.
+
+To use for file transfer, specify a sites.xml filesystem element like this:
+
+[source,xml]
+<filesystem provider="coaster" url="gt2://grid.myhost.org" />
+
+The url parameter should be a pseudo-URI formed with the URI scheme
+being the name of the provider to use to submit the coaster head job,
+and the hostname portion being the hostname to be used to execute the
+coaster head job. Note that this provider and hostname will be used for
+execution of a coaster head job, not for file transfer; so for example,
+a GRAM endpoint should be specified here rather than a GridFTP endpoint.
+
+Coasters are affected by the following profile settings, which are
+documented in the Globus namespace profile section:
+
+[options="header"]
+|=================
+|Profile key|Brief description
+|slots|How many maximum LRM jobs/worker blocks are allowed
+|workersPerNode|How many coaster workers to run per execution node
+|nodeGranularity|Each worker block uses a number of nodes that is a
+multiple of this number
+|lowOverallocation|How many times larger than the job walltime should a
+block's walltime be if all jobs are 1s long
+|highOverallocation|How many times larger than the job walltime should a
+block's walltime be if all jobs are infinitely long
+|overallocationDecayFactor|How quickly should the overallocation curve
+tend towards the highOverallocation as job walltimes get larger
+|spread|By how much should worker blocks vary in worker size
+|workersPerNode|How many coaster workers to run per execution node
+|reserve|How many seconds to reserve in a block's walltime for
+starting/shutdown operations
+|maxnodes|The maximum number of nodes allowed in a block
+|maxtime|The maximum number of walltime allowed for a block
+|remoteMonitorEnabled|If true, show a graphical display of the status of
+the coaster service
+|==================
+
+How-To Tips for Specific User Communities
+-----------------------------------------
+
+Saving Logs - for UChicago CI Users
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+If you have a UChicago Computation Institute account, run this command
+in your submit directory after each run. It will copy all your logs and
+kickstart records into a directory at the CI for reporting, usage
+tracking, support and debugging.
+
+[source,shell]
+rsync --ignore-existing *.log *.d login.ci.uchicago.edu:/disks/ci-gpfs/swift/swift-logs/ --verbose
+
+Specifying TeraGrid allocations
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+TeraGrid users with no default project or with several project
+allocations can specify a project allocation using a profile key in the
+site catalog entry for a TeraGrid site:
+
+[source,xml]
+<profile namespace="globus" key="project">TG-CCR080002N</profile>
+
+More information on the TeraGrid allocations process can be found here
+<http://www.teragrid.org/userinfo/access/allocations.php>.
+
+Launching MPI jobs from Swift
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Here is an example of running a simple MPI program.
+
+In SwiftScript, we make an invocation that does not look any different
+from any other invocation. In the below code, we do not have any input
+files, and have two output files on stdout and stderr:
+
+[java]
+source~~~~
+type file;
+
+(file o, file e) p() {
+ app {
+ mpi stdout=@filename(o) stderr=@filename(e);
+ }
+}
+
+file mpiout <"mpi.out">;
+file mpierr <"mpi.err">;
+
+(mpiout, mpierr) = p();
+source~~~~
+
+Now we define how 'mpi' will run in tc.data:
+[source,shell]
+tguc mpi /home/benc/mpi/mpi.sh INSTALLED INTEL32::LINUX GLOBUS::host_xcount=3
+
+mpi.sh is a wrapper script that launches the MPI program. It must be
+installed on the remote site:
+
+[source,shell]
+#!/bin/bash
+mpirun -np 3 -machinefile $PBS_NODEFILE /home/benc/mpi/a.out
+
+Because of the way that Swift runs its server side code,
+provider-specific MPI modes (such as GRAM jobType=mpi) should not be
+used. Instead, the mpirun command should be explicitly invoked.
+
+Running on Windows
+~~~~~~~~~~~~~~~~~~
+Since 10/11/09, the development version of Swift has the ability to run
+on a Windows machine, as well as the ability to submit jobs to a Windows
+site (provided that an appropriate provider is used).
+
+In order to launch Swift on Windows, use the provided batch file
+(swift.bat). In certain cases, when a large number of jar libraries are
+present in the Swift lib directory and depending on the exact location
+of the Swift installation, the classpath environment variable that the
+Swift batch launcher tries to create may be larger than what Windows can
+handle. In such a case, either install Swift in a directory closer to
+the root of the disk (say, c:\swift) or remove non-essential jar files
+from the Swift lib directory.
+
+Due to the large differences between Windows and Unix environments,
+Swift must use environment specific tools to achieve some of its goals.
+In particular, each Swift executable is launched using a wrapper script.
+This script is a Bourne Shell script. On Windows machines, which have no
+Bourne Shell interpreter installed by default, the Windows Scripting
+Host is used instead, and the wrapper script is written in VBScript.
+Similarly, when cleaning up after a run, the "/bin/rm" command available
+in typical Unix environments must be replaced by the "del" shell command.
+
+It is important to note that in order to select the proper set of tools
+to use, Swift must know when a site runs under Windows. To inform Swift
+of this, specify the "sysinfo" attribute for the "pool" element in the
+site catalog. For example:
+
+[source,xml]
+<pool handle="localhost" sysinfo="INTEL32::WINDOWS">
+...
+</pool>
More information about the Swift-commit
mailing list