i '-<::' ~ ,,F.

advertisement
v:~>
"
'~ ,,F.
' i%.
'-<::'
_
A SCHEDULING
^
·
PROGRAM FOR A
MULTIPROGRAMMED COMPUTER
by
HERBERT JAY BOROCK
B.S., Columbia University
(1963)
SUBMITTED IN PARTIAL FULFILLMENT
OF THE REQUIREMENTS FOR THE
DEGREE OF MASTER OF
SCIENCE
at the
MASSACHUSETTS INSTITUTE OF TECHNOLOGY
June, 1967
Signature of Author...;.-.;....4;.
.......
........................
Alfred P. Sloan School of Management, May 19, 1967
Certified by.....
Thesis Supervisor
Accepted
by..... 4.......
C.
..................
,Accepted
byee....n....
........
Committee o..
on
Graduate Students
Chairman,
Deparlnental
RESTRICTED DISTRIBUTION
This thesis has been given limited reproduction with the permission of the Alfred P. Sloan School of Management.
is issued with the understandingsthat
However,
this copy
none of the data resulting
this investigation will be used for advertising
from
or publicity purposes,
and that the thesis is solely for the confidential use of the organization or individual to whom it is addressed.
A SCHEDULING
PROGRAM FOR A MULTIPROGRAMED
COMPUTER
by
HERBERT JAY BOROCK
Submitted to the Alfred P. Sloan School of Management on May 19, 1967
in partial fulfillment of the requirements for the degree of master of
science.
ABSTRACT
This thesis describes a scheduling program for an IBM System/360
computer operating in a multiprogramming environment provided by the
IBM System/360 Disk Operating System.
In this environment up to three
programs compete for the use of the computer's resources.
A scheduling rule is developed for computer center operations
managers in the form of a computer program.
The program saves substantial amounts of computer time since it provides more efficient
schedules for the multiprogramming environment than could be provided
by the operations manager without using the program.
Input to the
program consists of statements describing the computer, the installation, and the programs to be scheduled.
Output from the program
consists of a suggested schedule, showing program sequence and clock
time for the scheduled period, which is a week.
The problem of scheduling the computer is solved by dividing the
problem into two smaller scheduling problems--a job shop scheduling
problem and a flow shop scheduling problem.
In the job shop scheduling problem, three programs compete for the use of the computer's
central processing unit and input/output channels. Given each program's characteristics, the time required to complete each program
is calculated by simulating the operation of the computer.
In the flow shop scheduling problem, each program can use up to
three areas of computer storage for program execution.
This is an
n-job, 3-machine sequencing problem, where each program is a job and
each area of computer storage is a machine.
Previous algorithms for
the flow shop scheduling problem are used to sequence the programs
for the class of problems in which two machines cannot operate on the
same job in parallel. New branch and bound algorithms are developed
for the class of three-machine problems in which two of the machines
can operate on the same job in parallel.
Thesis Advisor:
Donald C. Carroll
Title:
Associate Professor of Management
May
19, 1967
Professor Edward N. Hartley
Secretary of the Faculty
Massachusetts Institute of Technology
Cambridge, Massachusetts
02139
Dear Professor Hartley:
In accordance with the requirements for graduation, I herewith
submit a thesis entitled "A Scheduling Program for a Multiprogrammed
Computer."
I want to take this opportunity
assisted me in my research.
to thank the many people who
The National Dairy Products Corporation provided the financial
Paul A. Strassmann, Director of Systems
assistance for this work.
and Procedures, suggested the topic. Robert I. Benjamin, Manager
of Installation Support offered many helpful suggestions.
My thesis committee, consisting of Professors Donald C. Carroll
and John F. Pierce, were a constant source of encouragement and were
always available for advice.
Computer time was supplied by the M.I.T. Computation Center and
the Computer Facility of the Alfred P. Sloan School of Management.
Mrs. Anita Ciminero typed the final draft.
Sincerely,
Herbert Jay Borock
- 5-
TABLE OF CONTENTS
Chapter
1. INTRODUCTION
.............
.
.
Previous Research.....................
.e..e.
o
.
.
9
..
ee....
..
ee.ee
The Problem...........................
The Solution ..........................
.
e
ee.
10
12
...........
..............
13
............................
Control Device.............13
The Scheduling Program as a Management
15
Chapter 2. SCHEDULING ENVIRONMENT.................................
15
The Computer Components...........................................
18
1.........8....
The Programs.....................................
19
The Weekly Schedule...............................................
The Job Shop Scheduling Problem ..................................20
22
The Flow Shop Scheduling Problem..................................
Chapter 3. SIMULATION METHOD.....
.........
Two Component Example...........
.....
Use with the Flow Shop Scheduling
...............
.......... ...............
eeeeee,.e-.
........................
®e eeee
...
lo
e24
30
Problem.
General Case......
.........
31
Example
.........
........................ 32
, 39
Chapter 4. PREVIOUS ALGORITHMS....................
................
The N-Job, 2-Machine Sequencing Problem..................... ..... 40
The N-Job, 3-Machine Sequencing Problem...........
Use of the Algorithms
in Scheduling the Computer..
......-..-.....-
41
44
ee....... .
- 6-
Chapter
BRANCH AND BOUND ALGORITHMS .............
5.
.............
45
46
.............
Parallel Operations on Input .......................
47
Parallel Operations on Output......................
................
.............
47
Case 1:
Input, Different Machines
Case 2:
Output, Different Machines ................
Case 3:
Input, Identical Machines ................
Case 4:
Output, Identical Machines ................
Case 5:
Input, Same Operation, Different Machines. .............53
Case 6:
56
Output, Same Operation, Different Machines .............
Chapter 6. SCHEDULING RULE.........................
.
.............
49
.............
49
.............53
.............60
Chapter 7. CONCLUSIONS AND SUGGESTIONS FOR FUTURE RESEARCH...... 62
Appendix A. PROGRAM USER MANUAL................................. 4
Input Formats
.6
................... ............................... 65
............................... 75
Output Formats...................
Appendix B. PROGRAM LOGIC MANUAL.
............................
...
9
Program Organization............................................ 79
Storage Requirements
Flowcharts
........... ............................... 83
....................
FORTRAN Source Statements ........
...............................
BIBLIOGRAPHY
...............................
86
..............................
127
263
.7
- 7 -
LIST OF ILLUSTRATIONS
Figure
1.
Component use as a fraction of total program time....25
Figure 2.
Component use as a fraction of one time unit.......26
Figure 3.
Total computer use by program 2 during one time unit. 2 7
Figure 4.
Component use by program 2 during one time unit ..... 27
Figure
Component use by programs
5.
1 and 2 during one time
28
unit
...................
6.
Total computer use by program 3 during one time unit.29
Figure 7.
Component use by program 3 during one time unit ..... 29
Figure 8.
Component use as a fraction of total program time ....3 3
Figure 9.
Component use as a fraction of one time unit ........ 34
Figure
Figure 10. Total computer use by program 2 during one time unit.35
Figure 11. Component use by program 2 during one unit of time...36
Figure 12. Component use by programs
1 and 2 during one time
36
unit ...............................................
Figure 13. Total computer use by program 3 during one time unit.38
Figure 14. Component use by program 3 during one time unit ......38
Figure 15. Tree structure
for 4-job, 3-machine
problem ..........43
Figure 16. Tree structure for 4-job, 3-machine problem, with
parallel operations on different machines,
input...48
Figure 17. Tree structure for 4-job, 3-machine problem, with
parallel operations on different machines,
output..50
Figure 18. Tree structure for 4-job, 2-machine problem, with
two identical machines ....
.......................52
-8 -
Figure 19. Tree structure for 4-job, 3-machine problem, with
two identical machines,
input ..................... 54
Figure 20. Tree structure for 4-job, 3-machine problem, with
two identical machines,
output....................55
Figure 21. Tree structure for 4-job, 2-machine problem, with
identical operations
on different machines ....... 57
Figure 22. Tree structure for 4-job, 3-machine problem, with
identical operations on different machines, input.5 8
Figure 23. Tree structure for 4-job, 3-machine problem, with
identical operations
on different machines,.oUtput .59
Figure 24.
Overall program organization.
Figure 25.
Flowchart symbols .................................
......................
80
88
- 9 -
Chapter
1
INTRODUCTION
Scheduling a multiprogrammed computer has been recognized for
some time as analogous to scheduling the work
in a factory.
However,
little practical work has been done to assist computer center opera-
tions managers in scheduling programs run on a multiprogrammed computer.
Part of the reason for this is that until recently multi-
programmed computers were used in only large computer installations.
Further, when researchers tried to attack the problem they dealt with
hypothetical
computers.
multiprogramming
With the introduction
is being extended to smaller sized installations.
The typical business computer installation
lem
is now faced with the prob-
of scheduling work on a multiprogrammed
In most cases the installation
programming
of the IBM System/360,
computer.
chooses a manufacturer-supplied
system which provides no scheduling
job-to-job transitions.
All the programming
assistance,
except for
system does is free the
operator from some routine work so that he can devote more time to
other routine work.
No assistance is given in actually scheduling the
jobs, i.e., deciding which job sequence results
use of the computer.
in the most efficient
The purpose of this research
computer center operations manager with guidance
is to provide
in this area.
the
Using
the scheduling program developed here, the manager will be able to
obtain good or "near" optimal schedules.
- 10 -
Previous Research
Lynch
described the operation of a university computing center.
In that environment,
the majority of the programs use less than 5
minutes of computing time.
Less than 5% of the programs use any input/
output devices other than for card input and printer output.
the programs are limited by computing
time, rather than input/output
Use of the computer is allocated
time.
All of
to different groups of individ-
uals on a priority basis.
Hutchinson
described the simulation of an entire computing center,
including accounting-in and accounting-out operations, and the use of
a tape library.
The scope of his study is limited to large aerospace-
manufacturing computing centers. He varied manpower levels and equipment to determine the most efficient center. His measure of service
was the amount of time to process jobs.
McKenney
3
developed a system which defined computer jobs so that
they could be recursively
independent
1
segmented into independent subjobs.
An
subjob is defined by the source of its inputs, the definition
W. C. Lynch, "Description of a High Capacity, Fast Turnaround
University Computing Center," Communications of the ACM, (IX, February,
1966), 117-123.
2
George K. Hutchinson. "A Computer Center Simulation Project,"
Communications of the ACM, (VIII, September, 1965), 559-568.
3
James L. McKenney,
"Simultaneous
Processing of Jobs on an
Electronic Computer," Management Science, (VIII, April, 1962),
344-354.
- 11 -
of its outputs, and a relation between its inputs and outputs.
He
concluded that computer programs should not be restricted by arbitrary
sequence constraints,
so that they could be segmented into independent
subjobs, which could be processed by different computer components
in parallel.
Heller4 used a linear graph technique to indicate the use of each
computer component and the precedence
relationships
among subprograms.
He formulated the problem; he did not solve it.
Schwartz
5
studied the feasibility of restructuring
programs to
take advantage of multiple facility computers. He attempted to develop
a procedure by which the computer could restructure
then schedule them.
the programs and
He was concerned with the network properties
of
computer programs and the derivation of a precedence matrix.
Codd 6' 7 developed an algorithm
for a multiple
He considered two kinds of facilities--those
and those that were space-shared.
facility system.
that were time-shared,
The purpose of his algorithm was
to schedule a set of programs so that they could be executed
in a
minimum amount of time.
4J.
Heller, "Sequencing Aspects of Multiprogramming, !'Journal
of the Association
426-439.
for Computing Machinery,
(VIII, July, 1961),
5Eugene
S. Schwartz, "An Automatic Sequencing Procedure with
Application to Parallel Programming,"Journal of
the Association
for Computing Machinery (VIII, October, 1961), 513-537.
6
E. F. Codd, "Multiprogram Scheduling:
Parts 1 and 2. Introduction and theory," Communications of the ACM, (III, June, 1960),
347-350.
7
E. F. Codd, "Multiprogram
Scheduling:
Parts 3 and 4. Scheduling
Algorithm and External Constraints," Communications of the ACM, (III,
July, 1960), 413-418.
- 12 -
The Problem
The computer we are concerned with is used by business concerns
for useful work on a continuing
basis.
The work in these installations
consists of high volume input and output.
It is not uncommon
for a
single program to include hours of card reading and printing.
Since
these input/output operations are slow relative to other processing,
systems programs have been developed
to provide a computer environment
where one job's processing can be overlapped with other jobs' input/
output operations.
In this way the work
one job is not delayed by excessive
load can be balanced so that
input, say, and another
is not
delayed by excessive processing.
The computer environment we are concerned with consists of three
programs being multiprogrammed together. One program is a processing
program, and the other two programs are input/output
majority
programs.
The
of the jobs on the computer use the processing program area of
storage and at least one of the input/output
Most jobs enter the computer
programs.
installation at the beginning of one
day and must be completed at the end of that day.
The remainder must
be completed within the same week they enter the installation.
Other
than having different due dates, there is no priority among jobs.
This environment
poses two problems.
each program take to run on the computer?
First, how much time does
The time is easy to cal-
culate if there is only one program using the computer,
since the input
for each program consists of a known number of transactions,
and the
processing time per transaction and input/output time per transaction
are known.
However,
in this environment
three programs are sharing
- 13 -
the timing problem.
the computer, thus complicating
Second, given that we know how long each program takes, how do
The
we schedule the programs to make efficient use of the computer?
scheduling
problem is easy if each program uses the computer
However, in this environment
once.
three times--once
only
each program may use the computer
for processing, and twice for input/output.
The Solution
The two problems are solved separately.
treated as a job shop scheduling
for the use of the computer's
problem where three programs compete
central processing unit and input/output
Given each program's characteristics
channels.
machine
The timing problem is
instructions per input record),
(e.g., number of
the time required to complete
each program is calculated by simulating the operation of the computer.
The scheduling problem itself is treated as a flow shop scheduling
problem where
a machine.
machine.
However,
each of three areas of computer
to
storage is analogous
Each time a program uses the computer it uses a different
This is the familiar n-job, 3-machine
there is a substantial
may perform the same function,
difference.
sequencing
problem.
Both input/output
areas
i.e., they may be identical machines,
or at the very least, a single program may use them in parallel.
New
branch and bound algorithms are developed for the parallel operation
cases.
The Scheduling Program as a Management
Control Device
The scheduling rule developed here is provided to computer center
operations managers
in the form of a computer program.
The program is
- 14 -
for the IBM System/360,
written
computer center.
the same computer
The program saves substantial
time since it provides more efficient
that is in the
amounts of computer
schedules for a multiprogramming
environment than could be provided by the operations manager without
using the program.
Input to the program consists of statements describing
puter, the installation,
and the programs to be scheduled.
the comThe pro-
gram descriptions, which are provided by the programmers who design
the programs, include such things as the usage of various input/output
devices.
Output from the program consists of a suggested schedule,
showing
program sequence and clock time for the scheduled period, which is a
week.
The operations manager has the opportunity
to revise the schedule
after which the schedule becomes his plan for processing
the work in
the computer center. The actual performance of the computer center and
its manager can then be compared
to the planned performance,
more efficient and effective performance
can be produced.
so that
- 15 -
Chapter
SCHEDULING
A scheduling
scheduling rule.
environment
2
ENVIRONMENT
consists
of resources, jobs, and a
The resources and jobs in this scheduling environ-
ment are the components of a computer and the programs run on the
computer, respectively. They are described in this chapter. The
scheduling rule is described
in Chapter 6.
The Computer ComponentsL
The computer for which this scheduling program is written
IBM System/360.
A System/360
processing unit
(CPU), up to six selector channels,
channel, and input/output
is the
consists of main storage, a central
devices attached
and data reside in main storage.
one multiplexor
to the channels.
Programs
The CPU is used to execute a program's
instructions and to transfer data between the input/output units and
main storage via the channels.
The channels are used to relieve the CPU of the task of communicating directly with the input/output units and permit instruction
execution to occur concurrently with data transfer.
transfers data to or from a single input/output
A selector channel
device at a time and
is capable of handling high speed input/output devices.
channel can operate in either of two modes:
multiplex
The multiplexor
mode for low-
speed devices, and burst mode for high speed devices.
1
For a more detailed discussion see IBM System/360 Principles
Operation (Poughkeepsie:
IBM Corporation, 1964).
of
16 -
In the multiplex mode, a large number of low-speed input/output
devices time-share the channel's single data path, and the channel
simultaneously
transfers data between all the devices and main storage.
In the burst mode, a single high-speed
device uses the channel's data
path, and that device does not relinquish the channel until its data
transfer
operation is complete.
The CPU can concurrently execute a machine
data to or from a single input/output
instruction, transfer
device on each of the selector
channels, and transfer data to or from either a single high-speed
device on the multiplexor
devices on the multiplexor
channel
channel (multiplex mode).
System/360 is designed to be multiprogrammed.
System/360
low-speed
(burst mode) or multiple
A multiprogrammed
is one in which two or more programs reside in main storage
and compete for the use of the CPU, the selector channels, and possibly
the multiplexor
channel.
They compete for the use of the multiplexor
channel. if at least one program wants
to use that channel
in the
burst mode; otherwise, all programs can use the multiplexor
channel
at the same time.
A programming
system is used to control the operation of the
computer and to allocate the use of the CPU and the channels among
the programs. The programming system for which this scheduling program
is written is the IBM System/360 Disk Operating System (DOS/360).
DOS/360 provides a multiprogramming environment where main
storage is divided into three areas, each of which can contain a
single program.
Programs are loaded into one of the areas of main
For a more detailed discussion see TRM System/360 Disk Operating
System: System Control and Service Programs (Endicott: IBM Corporation.
1966).
- 17 -
storage
(called the background area) by DOS/360 as they are needed,
Programs are loaded into the other
without operator intervention.
two areas of main storage (called foreground area one and foreground
area two) by the operator.
When they compete for the CPU and the channels, the program in
foreground area one has the highest
priority, the program in fore-
ground area two has the next highest priority, and the program in the
background area has the lowest priority.
Control of the CPU is given
to the highest priority program which is not waiting
of an input/output
instructions
operation.
for the completion
That program can then issue machine
and initiate input/output
operations.
If the program issues a multiplex mode input/output operation,
and the multiplexor
channel is operating
input/output operation
in the multiplex
is executed immediately.
If the program issues
a burst mode input/output operation and the multiplexor
or a multiplex mode input/output
mode, the
hannel is in use,
operation and the multiplexor
is operating in burst mode, or an input/output
operation
channel and the channel is in use, then the input/output
channel
to a selector
operation is
executed when the channel finishes executing the previous input/output
operation issued to it.
If the program cannot execute any more machine instructions until
a particular input/output
operation is complete, the program relinquishes
control of the CPU to a lower priority program which is not waiting
the completion
of an input/output operation.
When the input/output
operation is complete, the higher priority program seizes control of
the CPU from the lower priority program.
for
- 18 -
The Programs
programs
The programs run on the computer are either foreground
or background
programs, depending on the area of main storage in which
they are executed.
The foreground programs are used to transfer data between a lowspeed device on the multiplexor
channel and a high-speed
device.
Since
the operation of the low-speed device takes much longer than the instructions used to initiate the input/output
operations on both devices, only
a small portion of the total program time is used to execute instructions
A somewhat longer time is used to transmit data over the
on the CPU.
channel to which the high-speed
device is attached.
is used to transmit data over the multiplexor
mode.
This permits the background
channel in the multiplex
program to use the CPU and the chan-
nels while the foreground programs are waiting
input/output operations on the multiplexor
Foreground
Most of the time
for the completion
of
channel.
programs may be used as input or output transcription
programs in conjunction with background programs, or they may operate
independently
of the background
programs.
may be used for the same function
Both foreground
programs
(e.g., output transcription)
at the
same time.
For example, a typical background
input/output
program includes many low-speed
operations on the multiplexor
channel for input transcrip-
tion (e.g., card reading) and output transcription
If the background
program actually
(e.g., printing).
performed these operations,
stantial amount of the program time would consist of waiting
completion
a sub-
for the
of these operations as is the case with the foreground programs.
- 19 -
Instead of performing card reading and printing directly with the
background
program, a foreground program can transfer the input data
to a high-speed
program can then read the data
device, the background
from that device and put its output data on another high-speed
device,
which another foreground program can then transfer to the printer.
In this example, while one foreground program is reading input
for a subsequent background program, another foreground program is
printing the output for a previous background
ground program
program, and a back-
is being executed using data previously read by the
first foreground program and supplying data which will subsequently
be printed by the second foreground program.
Depending
on the rela-
tive volumes of input and output, both foreground programs may be used
for either input or output, one foreground
program may be used for
either input or output while the other is doing independent work, or
both foreground programs may be doing independent work.
Some sets of background
programs represent
unit of processing in terms of DOS/360.
a single accounting
The programs in each set
must be executed in sequence, with no other programs intervening.
These background program sets may operate in conjunction with foreground programs as described above.
The Weekly
Schedule
In the installations we are concerned with, most of the programs
enter the computer installation at the beginning of one day and must
be completed by the end of that day.
Other programs have
different
turnaround times, but all programs must be completed during the same
calendar week that they enter the computer
installation.
Thus, each
- 20 -
week a static schedule must be produced for a group of foreground
programs and background
programs.
Given descriptions
(CPU, channel, and input/output device performance
the installation
(computer configuration,
of the computer
characteristics),
number and normal use of
foreground areas, and work week), and the programs
(execution times,
input/output volumes, device usage, and possible foreground program
usage), the object is to produce an optimal or near optimal schedule
for the week.
in the computer center
During the week, conditions
may change, such that the original schedule
schedule:
is no longer the best
new programs are added to the schedule; the operators make
errors and programs have to be rerun; an
input/output
device goes
In that case, a new schedule would have to be produced, given
down.
the descriptions
of the computer, the installation,
and the programs
when the change occurs.
The problem of scheduling programs in this environment
divided into two smaller scheduling
can be
problems--a job shop scheduling
problem and a flow shop scheduling problem.
The scheduling rule is
in the form of a computer program which is run on the same computer
for which the schedule is produced.
As long as the computer is
capable of performing useful work, then no matter what kinds of
changes occur during the week, a new schedule can be produced.
The Job Shop Scheduling Problem
Each of the three programs being multiprogrammed
the use of up to nine computer components:
can require
CPU for instruction
execution, up to six selector channels for data transfer, multiplexor
channel for data transfer in burst mode, and multiplexor
data
ransfer
in multiplex mode.
channel for
At any one instant in time, only one
program can use the CPU for executing instructions, only one program
can use each of the selector channels
to transfer data between main
storage and an input/output device, and either only one program can
use the multiplexor
channel to transfer data in burst mode or all pro-
grams can use the multiplexor
channel to transfer data in multiplex
mode.
Given a program's description,
it is easy to calculate the time
to complete the program, if it is the only program on the computer.
All one has to do is calculate its time on the CPU and on each of the
channels, and then choose the longest of these times as the total program time, since the operations on these computer components are
overlapped.
However, when more than one program is being run at the same
time, the scheduling problem is more complex.
is assigned
to the same resource
mode) at the same time.
More than one program
(multiplexor channel in multiplex
More than one resource
(e.g.. CPU and a
channel) is assigned to the same program at the same time.
gram uses a resource
A pro-
(CPU or any channel) more than once.
It would be unwise to keep track of all the changes in resource
assignment
in order to calculate the time for each program
multiprogramming
each machine
environment.
in the
To do so would require simulating
instruction and input/output
operation.
Such a sim-
ulation would require more time to execute on a computer than would
the schedule itself.
- 22 -
The approach taken here is first to calculate the total CPU time
assuming that each program
and channel time for each of the programs,
Then, using the DOS/360 program
is the only one on the computer.
priorities, and the fact that the CPU time of one program can be overlapped with the channel time of that program and the other two programs,
The simulation method used to cal-
new program times are calculated.
culate these times is described
in Chapter 3.
The Flow Shop Scheduling Problem
Given the program times calculated
in solution to the job shop
scheduling problem, the problem of scheduling
computer reduces to a flow shop scheduling
the week's work on the
program.
In the flow shop scheduling problem, each area of main storage
represents a machine.
on these machines.
The program times represent operation times
Jobs consist of from one to three operations, with
no more than one operation on each machine.
A three operation
job
consists of a background program run in conjunction with two foreground programs which read the background
program's input and/or print
its output.
If both foreground programs are used in conjunction with the
background programs, then we have an n-job, 3-machine sequencing
problem.
If only one foreground
program is used in conjunction with
the background programs, then we have an n-job, 2-machine
problem, since the other foreground
sequencing
program can always operate in
parallel with both the first foreground program and the background
program.
- 23 -
There are four distinct sequencing
1.
problems:
The n-job, 2-machine sequencing problem
(background programs
plus a foreground program for either input or output).
2.
The n-job, 3-machine
sequencing problem
(background programs
plus one foreground program each for input and output).
3.
The n-job, 3-machine
sequencing problem
(background programs
plus two foreground programs for input).
4.
The n-job, 3-machine
sequencing problem (background programs
plus two foreground programs
for output).
Algorithms which provide optimal solutions to problems 1 and 2
have been developed previously.
They are described in Chapter 4.
As
far as I know, algorithms which provide optimal solutions to problems
3 and 4 have not been developed previously.
for problems 3 and 4 are described
Branch and bound algorithms
in Chapter 5.
-4 -
Chapter
3
SIMULATION IETHOD FOR THE JOB SHOP SCHEDULING
Up to three programs may be multiprogrammed
being simulated.
PROBLEM
in the environment
For each program, the total CPU time and the total
channel time for each channel are calculated, assuming that each
program is the only one on the computer.
The maximum of these times
for each program is the total program time for that program in the
non-multiprogrammed
environment,
puter components are overlapped.
since the operations on these comThe times on these computer
com-
nonents are then expressed as fractions of the total program time for
each program.
Two Component Example
Suppose there are three programs--program
1, program 2, and pro-
gram 3, each of which uses only two computer components--the
the multiplexor
channel in the multiplex
mode.
When
CPU and
it is the only
program using the computer, program 1 uses the CPU for 10 minutes and
the multiplexor
channel for 100 minutes; program 2 uses the CPU for
10 minutes and the multiplexor
channel for 50 minutes; and program
3 uses the CPU for 45 minutes and the multiplexor
minutes.
Then in the non-multiprogrammed
channel for 150
environment,
gram times for programs 1, 2, and 3 are 100 minutes,
the total pro-
50 minutes, and
This is true for most of the programs we are concerned with.
Some programs, however, do have non-overlapped operations. The
scheduling rule developed here provides for such programs by including
the percentage of non-overlapped operations in the input to the
scheduling program.
- 25 -
150 minutes, respectively,
since the time on the multiplexor
channel
is the maximumtime for each program.
Program 1 uses the CPU 10/100
or .1 of the total time it uses
the computer, and program 1 uses the multiplexor channel 100/100 or
1.0 of the total time it uses
the
computer.
Similarly,
uses the CPU .2 of the time, and the multiplexor
program
channel 1.0 of time;
and program 3 uses the CPU .3 of the time, and the multiplexor
1.0 of the time.
These times are shown in Figure
________
_______
________
________
2
channel
1.
…_______
_______
________
_______
Programs
CPU/Total
time
Multiplexor
Figure 1.
Channel/Total
time
1
2
3
.1
.2
.3
1.0
1.0
1.0
Component use as a fraction of total program time
We now know how long each program uses each computer component
during one time unit, when the programs are not multiprogrammed
gether.
to-
We have to calculate how long each program uses each computer
component during one time unit, when the programs are multiprogrammed
together.
During one time unit, however, a program uses each computer
component in the same proportion that it uses the component over the
total program time.
Therefore, we have to calculate how long each
program uses the computer during each time unit.
Let CPU/MPX(i).
represent the fraction of the total program time
that program i uses both the CPU and the multiplexor
MPX(i) represent
channel.
Let
the fraction of the total program time that program
i
- 26 -
uses only the multiplexor channel.
Then CPU/MPX()=.l and MPX(1)2-9,
since program l's total program time is 100 minutes, and during 10
the
minutes of this time it uses both the CPU and
channel;
multiplexor
and during the remaining 90 minutes it uses only the multiplexor channel.
CPU/MPX(2)=.2and MPX(2)-.8; and CPU/MPX(3)s.3 and MPX(3)-.7.
Similarly,
These fractions are shown in Figure 2.
I
IL
I
Figure 2.
CPU/MPX(l)
.1
[
MPX(l) =.9
2
i
MPX(2)-.8
I
MPX(3)-.7
,CPU/MPX(2)=.
CPm/MPX(3)-.3
t
1
Component use as a fraction of one time unit
Now suppose that the three programs are multiprogrammed
together,
and that program 1 has the highest priority, program 2 has the next
highest priority, and program 3 has the lowest priority.
During one time unit, program 1 uses the computer for the entire
time unit, since it can seize control of the CPU whenever
it needs it.
Program 2 can use the CPU only when program 1 is not using it, and
program 3 can use the CPU only when programs
1 and 2 are not using
it.
When program
1 is using both the CPU and the multiplexor
program 2 can also use the multiplexor
operations on the multiplexor
channel, since multiplex
mode
channel can be overlapped with each other.
During any time period, program 2 uses the multiplexor
for a fraction MPX(2)=.8
channel,
of the time period.
channel alone
During the time period
- 27 -
CPU/MPX()=.l time
unit,
program 2 uses the multiplexor channel for
(.8)*(.l1)=.08 time unit.
During the time period MPX(1).9
either the multiplexor
time unit, program 2 can use
channel alone, or both the multiplexor
channel
In any case, program 2 uses the computer during the
and the CPU.
The total time that program 2 uses the computer
entire .9 time unit.
during one time unit is .08+.9-.98 time unit, as shown in Figure 3.
I
CPU/MPX(l)=.l
[
tMPX(2)=.08
I
MPX(1)=.9
t
[
MPX(2)+CPU/MPX(2)=.9
i
Total computer use by program 2 during one time unit
Figure 3.
However,
during any time period, program 2 uses each computer
component in the same proportion
total program time.
that it uses the component over the
Specifically,
CPU/MPX(2)=.2
and MPX(2)=.8.
But program 2 is active for only .98 time unit, so in one time unit,
time unit, and MPX(2)=-(.8)*(.98)=.784
CPU/MPX(2)=(.2)(.98)=.196
time unit.
These times are shown in Figure 4.
Note that .704+.08=
.784=MPX(2).
i
I
cPo/MPX(l)=.
. MPX(2)-.08
MPX(2)=.08
Figure 4.
,
MPX(1) =.9
MPX(2)+CPU/MPX(2)=.9
CPU/MPX(2).196
[ MPX(2)-.704
Component use by program 2 during one time unit.
.__--______________
____________ __________________…......-_
--- -------
I
- 28 -
Let
CPU/MPX(l,2) represent
the CPU and the multiplexor
the fraction of a time unit when both
channel are being used by either program
Let MPX(1,2) represent
program 2, or both programs I and 2.
tion of a time unit when only the multiplexor
either
the frac-
channel is being used by
and 2.
program 1, program 2,or both programs
these fractions as derived from Figure 4.
1.
Figure 5 shows
CPU/MPX(l,2)=.2~6
and MPX(1,2)
=.704.
CPU/MPX(1)=.l I
I MPX(2.08
MPX()=.
ICPU/MPX(2)=.
196
I
I
CPU/MPX(1,2)=.296
Figure 5.
MPX(2)=.704
MPx(1,2)=.704
Component use by programs I and 2 during one time unit
When programs
1 and 2 are using both the CPU and the multiplexor
channel, program 3 can also use the multiplexor
plex mode operations
channel, since multi-
can be overlapped with each other.
time period, program 3 uses the multiplexor
MPX(3)=.7
I
of the time period.
During any
channel alone for a fraction
During the time period CPU/MPX(1*2)=.296
time unit, program 2 uses the multiplexor
channel for (.7)*(.29 6 )2072
time unit.
During the time period MPX(l1,2)=.704 time unit, program 3 can use
either the multiplexor
and the CPU.
channel alone, or both the multiplexor
channel
In any case, program 3 uses the computer during the
entire .704 time unit.
The total time that program 3 uses the computer
during one time unit is .2n72+.704=.?112
time unit, as shown in Figure 6.
- 29 -
I
CF/MPX(1,2)=.296
I
MPX(3)=.2
0
i
I
72
MPX(1,2)=.704
1
MPX(3)+CPIJ/MPX(3)=.7n4
Total computer use by program 3 during one time unit
Figure 6.
However,
during any time period, program 3 uses each computer
component in the same proportion that it uses the component over the
total program time.
Specifically,
CPU/MPX(3)=.3
But
and MPX(3).7.
program 3 is active for only .9112 time unit, so in one time unit,
CPU/MPX(3)=(.3)*(.9112)=.27336
time unit and MPX(3)=(.7)*(.9112)
These times are shown in Figure 7.
.63784 time unit.
Note that
.43064+. 2072=. 63784=MPX(3).
II
CPU/MPX(1,2)=.296
PX(3)=-.2072
,
iMPX(3)+CPU/MPX(3)=.704
MPX(3)=.2072
Figure 7.
I
MPX(1,2)=.704
CPU/MPX(3)=.27336IMPX(3)=.43064
Component use by program 3 during one time unit
To summarize, during 1 time unit, program 1 uses the computer
for 1.0 time unit, program 2 uses the computer for .98 time unit,
and program 3 uses the computer for .9112 time unit.
are divided into the total program times calculated
programming
environment to determine how
multiprogramming
environment.
These fractions
for the non-multi-
long each program takes in the
In this example, the total time for
- 3
-
program 1 is 100/1.0=100 minutes; the total time for program 2 is
50/.98=51 minutes; and the total time for program 3 is 150/.9112=
165 minutes.
Use with the Flow Sho p Scheduling Problem
The program with the minimum total time (in this case program
2) is the first program to complete processing.
Normally
it will be
replaced by a new program, and the process of calculating multiprogramming times will continue. However, if the foreground programs
are being used in conjunction with the background
programs,
the same
foreground programs will always be using the computer, and the only
programs that will replace one another are the background
programs.
Since the flow shop scheduling problem exists only when at least one
of the foreground programs is used in conjunction with the background
(We still have to
programs, we only have to consider that case now.
simulate in the other cases, but only when we have found a place in the
schedule for the program in question.
However, we need to simulate the
programs in the flow shop scheduling problem before we place them in
the schedule.)
When the foreground programs are being used in conjunction with
the background programs, the fractions calculated
for each foreground
program will always be the same, since the programs do not change.
only time fractions change is when a new background
into storage.
The
program is loaded
Given a set of programs which constitute a job, with
one program to be executed in each of the three areas of storage, the
foreground program times can be calculated by dividing the non-multi-
programmed program times by the relevant fractions, which had previously
- 31 -
been computed. The background program time can be calculated only after
a new fraction, unique to this background
program, is calculated.
General Case
Programs usually use more than two computer components. For example,
a foreground
transcription program uses the CPU, the multiplexor
and a selector channel.
gram times is
channel,
The method for calculating multiprogrammed
pro-
extended in this section to cover the general case where
each program uses more than 2 computer components.
Let program 1, program 2, and program 3 be foreground program 1,
foreground program 2, and a background program, respectively.
cl/ci.../cn(i)
represent
Let
the fraction of the total program time that
program i uses computer components
cl, c2, ... , c at the same time.
Let
c1 /c2/.../c
2
(1,2)
represent
the fraction of a time unit when all
n
the computer components
cl, c2, ... , c are being used by either
n
gram 1, program 2, or both programs
Then
the
1 and 2.
total time that program
time unit is 1.0 time unit, since
1 uses the computer during
program
CPU and the selector channels whenever
1 can
seize
it needs them.
them, but it can use some of them while program 1 is
one
control of the
Program 2 can
use the CPU and the selector channels only when program 1 is
not using
using the others.
Program 3 can use the CPU and the selector channels only when
1 and 2 are not using them,
pro-
programs
but it can use some of them while programs
1 and 2 are using the others.
The total time that program 2 uses the computer is calculated as
follows:
- 32 -
1. Consider each time period c/c
2
/...c
n
(1), the fraction of the
total time that program 1 uses components
cl,
c2, ....
,
cn at the
Calculate the time that program 2 uses the computer
same time.
during each of these time periods.
2. Sum the
times
calculated for program 2.
The total time that
program
3 uses the computer is
calculated
as
follows:
i.
Consider each time period cl/c2/.../c
the total time that
grams
either program
1 and 2 use components
(1,2), the fraction of
1, program 2, or both pro-
cl, c2,
... ,
c
at
the same time.
Calculate the time that program 3 uses the computer during each
of the time periods.
2.
Sum the times calculated
for program 3.
Example
For example, in the non-multiprogramming
environment,
suppose
program 1 uses the CPU for 10 minutes, selector channel 1 for 30 minutes,
and the multiplexor
channel in the multiplex mode for 100 minutes; pro-
gram 2 uses the CPU for 10 minutes,
and the multiplexor
selector channel 2 for 30 minutes,
channel in the multiplex mode for 100 minutes; and
program 3 uses the CPU for 20 minutes,
and selector channel 2 for 100 minutes.
selector channel 1 for 50 minutes,
Then in the non-multiprogramming
environment,
the total program times for programs 1, 2, and 3 are all
100 minutes,
since the time on the multiplexor
time for programs
channel is the maximum
1 and 2, and the time on selector channel 2 is the
maximum time for program 3.
- 33 -
Program 1 uses the CPU 10/100 or .1 of the total time it uses
the computer, program 1 uses selector channel I 3/1in
or .3 of the
total time it uses the computer, and program 1 uses the multiplexor
channel 100/100 or 1.0 of the total time it uses the computer.
Simi-
larly, program 2 uses the CPU .1 of the time, selector channel 2 .3
of the time, and the multiplexor
channel 1.0 of the time; and program
3 uses the CPU .2 of the time, selector channel 1 .5 of the time, and
These times are shown in Figure 8.
selector channel 2 1.0 of the time.
Programs
1
2
3
.1
.1
.2
Selector Channel I/Total Time
.3
--
.5
Selector Channel 2/Total Time
--
.3
1.n
1.0
1.0
--
CPU/Total
Time
Multiplexor
Figure 8.
Channel/Total
Time
Component use as a fraction of total program time
Let CPU, S,
S2, and MPX represent the CPU, selector channel 1,
selector channel 2, and the multiplexor
CPU/S1/MPX(1)-.1,
SI/MPX(1)=.2,
total program time is 100 minutes,
channel. respectively.
and MPX(1)=.7,
since program
Then,
l's
and during 10 minutes of this time
it uses the CPU, selector channel 1, and the multiplexor
channel to-
gether; during 20 minutes of this time it uses both selector channel 1
and the multiplexor
channel; and during 70 minutes of this time it
uses only the multiplexor
channel.
Similarly,
CPU/S2/MPX(2)=.1,
S2/
- 34 -
MPX(2).2,
.5.
and MPX(2)=.7; and CPU/S/S2(3)-.2,
S/S2(3)=.3,
and S2(3)=
These fractions are shown in Figure 9.
I
I
CPU/sl/MPX(l).1
|
1
CPU/S2/MPX(2)=.
! S2/MPX(2)=.2
MPX(2)=.7
CPU/S1/S2(3)=.2
I S1/S2(3)-.3
S2(3)'.5
Figure 9.
Sl/MPX(l)=.2
MPX().7
Component use as a fraction of one time unit
When program 1 is using the CPU, selector channel 1,
multiplexor
channel together,
program 2 can use either the multiplexor.
channel alone or both the multiplexor
channel and selector channel 2.
During any time period, program 2 uses the multiplexor
for a fraction MPX(2)=.7 of the time period.
CPU/Sl/MPX(l).l1
and the
channel alone
During the time period
time unit, program 2 uses the multiplexor
channel for
(.7)*(.1)=.07 time unit.
During any time period, program 2 uses both the multiplexor channel
and selector channel 2 for a fraction S2/MPX(2)-.2 of the time period.
During the time period CPU/SI/MPX(1)=.l time unit, program 2 uses both
the multiplexor
channel and selector channel 2 for (.2)*(.1)-.02 time
unit.
During the time periods S/MPX(l)-.2
time unit and MPX(1)=.7
unit, program 2 can use either the multiplexor
multiplexor
channel alone, both the
channel and selector channel 2, or the multiplexor
selector channel 2, and the CPU together.
time
channel,
In any case, program 2 uses
- 35
-
the computer during the entire .2+.7-.
time unit.
The total time
that program 2 uses the computer during one time unit is .07+.02+.9=
.99
time unit, as shown in Figure 10.
i MPX(l)=.7
CPU/Sl/MPX(1).
SIMPX
1)-.2
(
MX(2)=.o07S2/PX(2)
MPX(2)+2/MPX(2)+CPu/2/MPX(2)= .9
Figure 10. Total computer use by program 2 during one time unit
However, during any time period, program 2 uses each computer
component in the same proportion that it uses the component over the
Specifically,
total program time.
and MPX(2)=.7.
in one
CPU/S2/MPX(2).1,
S2/MPX(2)=.2,
But program 2 is active for only .99 time unit, so
time unit, CPU/S2/MPX(2)=(.1)*(.99)099
time unit, S2/MPX(2)
=
(.2)*(.99)=.198time unit, and MPX(2)-(.7)*(.99)-.693 time unit.
These times are shown in Figure 11.
Note that .02+.04+.138-.198-
S2/MPX(2), .07+.138+.485=.693-MPX(2),and .022+.077=.099-CPU/Sl/
MPX(2).
Now CPU/SI/MPX(1,2)=.08,CPU/Sl/S2/MPX(1,2)-.042, S/S2/MPX
(1,2).04,
S/MPX(l,2)=.138,
CPU/S2/MPX(1,2)=.0 7 7 , S2/MPX(1,2)-
.138, and MPX(1,2)=.485.
Figure 12 shows these
times as derived from Figure 11.
When programs 1 and 2 are using both the multiplexor channel
and selector channel
1, program 3 can use selector channel 2.
During
- 36-
II
I
I
I
I
I
I
_
I
I
I
II
_.
t
0
__
.
I
co
I
I
c,
I
'-I
0
t
II
_
i
_
.-
I
I~~~~~~~~
In
I
(N
I
I
e0
v-4
I
'I
I
ZI
II
n
4.
-
(N
-4
I
I - .-
hIt
t
14
M
C14
_
(n
X
0H
>4
8
-4
00
C14
4
p-4
X
4.
CVIC
_
0
(N
1
1
>4
o
"4
I
p4
_
0
xU]
CM
(N
:4
_
I..-
It'
Ii)
It'
00
0
0
0
1
x
ZI
1
(N
C4
cn
0
cc
o II
C4
CM
I (N
a
I-l
CN
X1.
1-4
n
N
-1
(N
-.-
*
ccl
_4
-
n
cc
>4.
H
cc
U)
1-
'0
I
x
CSl
+
X
4
N
(N
00
cn
SC
cc
X
+
V
I
n
cc
(N
v
x>14
O
O
K
C4
ccn
o(l
co
(1
II
U
1-
N
*
tf
UI
oCN
U
C4
En
_
*
r_
o
0
U
N
n
a
o
U
t
h-
0
a
P4l
U
C
(N
Ut
p4
(N
cV
P4
x>4
l_ CS xC
OnI
*
(N
p4
O
e'n
0
_~
_
>4
p4
K
p
cc
(NI
P4
V
cc
PZ
Ii
"V
h
U
X
4.1
o
+
(N
>4
>4
CA
'-4
>4
P4
x
cn
p
X4
x
..X
C,,
_D
P4
~3
z
_
CI
hcO
pC4
_
_
0
_
*-
E
c
~~~1.4
t0
CA
CM
o
(N
N
ci
0
0sH0
r=
0C
ii
m
vA
#4
0n
1.4i
-.
_
I
cci
I
>4
4a
N
U
>4
rn
H
'-4
P
0cc
CN
xH
C',
cn
PW
CE,
co
o-
pL
r
cc
pC4
_
i
'-4
(
0cc
1 -
,
I
%%l
Pcc
4c
cP
p4
p4cuE
0
1
C, .)
CV i
01
1-
U~~~Fz
-37 -
any time period, program 3 uses selector channel 2 alone for a fraction
S2(3)-.5 of the time period.
During the time period S1/MPX(1,2)-.138
time unit, program 3 uses selector channel 2 for (.5)*(.138)=.069
unit.
Similarly, during the time period CPU/Sl/MPX(1,2)-.08
time
time unit,
program 3 uses selector channel 2 for (.5).*(.08)-.04 time unit.
During the time period MPX(1,2)-.485
time unit, program 3 can
use either selector channel 2 alone, both selector channel 2 and selector
channel
, or selector channel 2, selector channel I, and the CPU together.
In any case, program 3 can use the computer during the entire .485 time
unit.
Program 3 cannot use the computer during any of the remaining
time periods that programs
and 2 are using the computer,
since during
those time periods selector channel 2 is in use, and whenever
program 3
uses the computer it must use selector channel 2.
the total
Therefore,
time that program 3 uses the computer during one time unit is .069+.04+
.485-.594 time unit, as shown in Figure 13.
However, during any time period, program 3 uses each computer
component in the same proportion that it uses the component over the
total program time. Specifically, CPU/Sl/S2(3)-.2, S/S2(3)m.3, and
S2(3)-.5.
But program 3 is active for only .594 time unit, so in
one time unit, CPU/Sl/S2(3)=(.2)*(.594)m.1188
(.3)*(.594)=.1782
time unit, and S2(3)=(.5)*(594)-.297
These times are shown in Figure 14.
.594-,S2(3).
time unit, S1/S2(3)=
time unit.
Note that .069+.04+.188+.297a
-38-
I
I
I
I
I
I
I
_
oo
00
a,
O
H
0I
il.
C1
'4
U)
.-
PI
.
00
-4
1-4
00
cI
I
0%
·,
I
'_--
I~~
Ln
00
4
n
M
1-1
O
-4
o
-I
I
Ln_
n
C
I--V
00
-4
c.11
cl
04
-
-4
C-4
x
X
P4
Crn
I
It
00
.-4
1-
H
N
C,4
00
Cw
P
C~
~
I
gO
g*
)I
S
~~~~~~~~~~~~~~I
r.~l
0
1-
c,,
I
v-4
H
0
cn
Cl,
4
cn
II
v-4
M
vZ0~
_
_
X
00
cn
00
+)
.
.N
C
_
00
3
0
t-l
*
I
I0
I
fI
Cn
/4
x
CL
I
m
I
la
1-4
ll
0I11
X
a
oi-
o
C)
0)
II
0
'I
I*
!
Cur
0
cn
00
I
-s
_l.
_
Si
'0
:h~~~Cl
M
LU
0
14
,0
k
._
.
·.
Cn
0
.)
a
LU
w
C'
0)
rlrII
0
0
r.
0
C-4
H
_
._
c/
U
.
0
a
c
H
r-4.
I
o
.4
. Sr
0
.a)Z3 I
0
I
8
0
cn
v~~~~~
,
I-I
.-I0
MO
cn
k
4J
-. 4
C,,
1-
,
a)
C
I
:X3I
II
00
CiJ
~
I
4J i1-i
0
:D
II
· ,-I
Un
00
caO
p.4
r-4
i
En
_
-4
C4
I
UM)
%..
_
C4
Cl,
x
0
N
.1
a)
p.4
c-Pr4
- 39 -
Chapter 4
PREVIOUS ALGORITHMS FOR THE FLOW SHOP SCHEDULING PROBLEM
was the first to try to develop optimal sequencing
Johnson
rules for the two- and three-machine
scheduling problems.
able to develop a rule for the two-machine
unable to develop one for the three-machine
He was
problem, but he was
problem, except in
special cases.
The three-mcahine problem remained unsolved, except for enumeration, until two separate studies produced branch and bound
algorithms which
lead to optimal
schedules.
technique was first used by Little, Murty,
The branch and bound
Sweeney, and Karel
for
solving the traveling salesman problem. The branch and bound technique consists of breaking a problem up into smaller and smaller
subsets and calculating a lower bound for the best alternative
in.
The bounds guide the partitioning
identify an optimum.
there-
of the subsets and eventually
The subsets are represented as nodes of a tree
and the process of partitioning
as a branching
of the tree. 3
S. M. Johnson, "Optimal Two- and Three-Stage Production Schedules
with Setup Times Included," Chapter 2 John F. Muth and Gerald L.
Thompson, editors, Industrial Scheduling, (Englewood Cliffs: Prentice-Hall, 1963), 13-20.
2John
D. C. Little, Katta G. Murty, Dura W. Sweeney, and Caroline
Karel, "An Algorithm for the Traveling Salesman Problem," Operations
Research, (XI, November-December, 1963), 972-989.
3Ibid., p. 974.
- 40 -
Ignall and Schrage4 and Lomnicki5 showed how the branch and
bound technique could be used to solve the three-machine
flow shop
scheduling problem. They developed identical branch and bound techniques.
Ignall and Schrage's notation is used here.
The N-Job, 2-Machine Sequencing Problem
Johnson's algorithm for the 2-machine
1,
Let a
be the operation
problem is as follows:
time for the ith job on the first
machine, and bi the time on the second machine.
List the
a's and b's in two vertical columns.
2.
Scan all the operation times for the shortest one.
3.
If it is for the first machine, place the corresponding
job first.
4.
If it is for the second machine,
place the corresponding
job last.
times for the job from the list.
5.
Remove both operation
6.
Repeat steps 1-5 until all jobs are sequenced.
4
Edward Ignall and Linus Schrage,
"Application of the Branch
and Bound Technique to Some Flow-Shop Scheduling Problems," Operations
Research, (XIII, May-June, 1965), 400-412.
5
Z. A. Lomnicki,
"A Branch-and-Bound
Algorithm
for the Exact
Solution of the Three-machine Scheduling Problem," Operations Research
Quarterly, (XVI, March, 1965), 89-100.
6
Johnson, pp. 16-17
- 41 -
For emple,
consider the following:
i
a.
b.
1
13
3
2
7
12
3
26
9
4
2
6
Then the optimal sequence is (4, 2, 3, 1), and the total operation
time is 51.
The N-Job, 3-Machine Sequencing Problem
Ignall and Schrage's algorithm
for the 3-machine
problem is as
follows:7
1.
Let J
r
be a sequence of size r out of a total of n jobs.
Let TIMEA(Jr), TIMEB(Jr),
and TIMEC(Jr) be the times when
machines A, B, and C, respectively, complete processing
the last of the r iobs.
Let a i , bi, and c
be the processing
times of the ith job on machines A, B, and C, respectively.
Let J
be the set of n-r jobs that are not in the sequence
Jr
Then a lower bound for the sequence Jis
J
· Then a lower bound for the sequence J
r-1i
TIMEA(J )+
a.+min (b +ci)
r
LB(Jr )--max
TIMEB (Jr)+
Jr
b +min
J
r
TIMEC(Jr)+ E
r -ic
r
7
Ignall and Schrage, pp. 401-403.
ci
J
r
is:
- 42 -
2.
the lower bound LB(J )
Assign
to the node in a tree which
corresponds to the sequence J .
r
Keep the lower bounds in a
list.
3.
a null
Start the tree with a single node which represents
sequence.
4.
Remove the first node from the list.
5.
Create a new node for every job that the just removed node
has
6.
not yet scheduled.
Compute the lower bounds for the new nodes and insert them
ranked on the list.
7.
If a node that has scheduled all jobs is first on the list,
that node's sequence is an optimal one.
8.
If an optimal sequence has not been found, go to step 4.
Consider the example shown in Figure 15.
node 1 is 55, since that is the maximum
and 36 (12+24).
The lower bound for
of 55 (13+35+7), 31 (3+27+1),
Nodes 1 and 2 are at the top of the list initially,
since the only other nodes are 3 and 4, which have higher
Suppose 1 is ahead of 2 on the list.
lower bounds.
Then node 1 is removed
from the
list, and nodes 12, 13, and 14 are created, and their lower bounds
are computed.
All of the newly created nodes have higher lower bounds than
node 2, so node 2 is the next node removed
from the list.
Nodes 21,
23, and 24 are created, and their lower bounds are computed.
Node 21
goes to the top of the list, since it has the smallest lower bound.
Node 21 is then removed from the list and nodes 213 and 214 are created.
- 43 -
11
11%
2
64
71
63
1
i
2
ai 13---- ,Z
i
Ci 12
1.
16
3
2
4
-- 2
7
1
An optimal sequence is 2-3-1-4
Figure 15. Tree structure for 4-job, 3-machine problem.
- 44 -
Their lower bounds are greater than that of node 12, which is removed
from the list.
Nodes 123 and 124 are created and are put into the
list behind node 23.
Node 23 is removed from the list and nodes 231
and 234 are created.
Node 231 has a lower bound than any other node
in the list.
Since node 231 has scheduled all jobs and is first on the
list, that node's sequence is an optimal one.
Use of the Algorithms in Scheduling the Computer
Johnson's algorithm and Ignall and Schrage's algorithm are used
to produce optimal daily schedules
for the following main storage
configurations:
1.
Johnson's algorithm
is used when one foreground program
used in conjunction with the background
other foreground
programs, and the
program does independent work.
If the
foreground program is used to read the background
input, then the foreground program
background program is machine
B.
is used to produce the background
is
program's
is machine A and the
If the foreground program
program's output, then
the background program is machine A and the foreground program
is machine
2.
B.
Ignall and Schrage's algorithm
is used when one foreground
program is used in conjunction with the background program
for input, and the other foreground program is used in conjunction with the background
program for output.
foreground program is machine A, the background
machine B, and the output foreground
The input
program is
program is machine C.
- 45 -
Chapter
5
BRANCH AND BOUND ALGORITHMS FOR THE
N-JOB, 3-MACHINE, 2-PARALLEL-OPERATION
FLOW SHOP SCHEDULING PROBLEM
The algorithms in Chapter 4 can be used to produce optimal daily
schedules
with.
for many of the storage configurations
However,
we are concerned
up to now no algorithm has been developed
optimal sequences for the class of three-machine
problems
to produce
in which
two of the machines can operate on the same job in parallel.
This
is a very common problem in the context of scheduling the computer
described here.
Often both foreground programs are used for back-
ground program output, or both are used for background program input.
There are three separate cases for both the input and output
problems. The foreground programs may be using different input/output devices
(e.g., a card reader and a paper tape reader on input,
or a printer and a plotter on output).
may be using identical devices
Both foreground programs
(e.g., two 1000 card per minute card
readers on input, or two 1100 line per minute printers on output).
The foreground programs may be performing the same operation, but
on different
input/output device models
(e.g., one 1000 card per
minute card reader and one 500 card per minute card reader, or one
1100 line per minute printer and one 600 line per minute printer).
Using Ignall and Schrage's notation,
as follows:
the problems can be stated
- 46 -
Parallel Operations
On Input
Let J r be a sequence of size r out of a total
.li
TIMEA(Jr), TIMEA*(Jr),
Let
and TIMEB(Jr) be the times when machines A,
A*, and B, respectively,
Let ai, a,
of n jobs.
times of the ith job on machines
and b i be the processing
L
LetJ r be the set of n-r jobs that are
A, A*, and B, respectively.
not in the sequence Jr.
the last of the r jobs.
complete processing
Then a lower bound for the sequence Jr is:
r
7-
.
_
_
TIMA(Jr)
+ 7 amin bi
max
a*+min
TIMEA*(J)+
LB(J )max
r
r
rr
r
TIMEB(Jr)+
r Ti
Since TIMEA(J )+
a =Za
r
i
bi
b
and TIMEA*(Jr)+
i
_a*"7a*,
i
the
problem
i
r
can be expressed
in the following form:
i
M a min_b
Jr
max
7 a*+min
i
LB(Jr) -max
r
I
_ .. _~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..
,_
TIMEB(J )+
T bi
E
bi
r
i_
- 47 -
Parallel Operations on Output
be a sequence of size r out of a total of n
Let J
obs.
Let
r
TMEA(Jr), TIMEB(J ),
and B*, respectively,
Let ai, bi, and b*
and TIMEB*(Jr) be the times when machines A, B,
complete processing
be the processing
times of the ith job on machines
LetJ r be the set of n-r jobs that are not
A, B, and B*, respectively.
in the sequence J .
the last of the r jobs.
Then a lower bound for the sequence J
r
is:
r
.
min
b
b>b*
i
J I
TIMEA(J )+
r
£
j-
LB(J )=max
r
a.+min
r
TIEB(Jr)+
i
minb*, b*>b
Jr
i
i
b
r
maxr
TIMEB*(Jr)+Z
b*
Jr i
r
As in the previous problem, TIMEA(J )+
Case 1:
i
_ a -a
r
Parallel Operations on Input, Different Operations
Sum the a 's and the a* 's and choose the larger sum.
i
lower bounds as described above.
for assigning
new nodes.
Choose
I
Follow the algorithm
in Chapter 4
lower bounds to nodes, discarding nodes, and creating
When a node which has scheduled all jobs is at the top
of the list, an optimal solution has been found.
the use of this algorithm.
Figure 16 illustrates
-48-
r, /I
49
55
49
4
55
59
60
i
-------------
i
An optimal sequence is 2 - 1 - 3 - 4
Figure 16.
Tree structure for 4-job, 3-machine problem, where 2
different operations are performed on different machines
in parallel before the third operation.
- 4
Case 2:
Parallel Operations
Sum the a.'s.
-
on Output, Different Operations
From the operation
times for the remaining
add to the sum the minimum of the following:
the minimum b,
jobs.
where
1
bi>b?,
Choose lower bounds as
or the minimum b*, where b*>bi.
1I
i
i'
described above. Follow the algorithm in Chapter 4 for finding an
optimal solution.
Case 3:
Figure 17 illustrates
Parallel Operations
the use of this algorithm.
on Input, Identical Machines
In this case we have two parallel operations
for each job, where
each operation can be put on either machine, and the machines have
identical processing characteristics
(i.e., each operation will take
the same amount of time no matter which machine
processes which operation.)
Before we can include the b. operations in the sequencing problem,
we have to solve the parallel machine
a' represent
the processing
sequencing problem.
Let a. and
times for the two parallel operations
for
i
the ith job.
We want to assign the a.'s and the a''s to machines A and
1
i
A*, such that we minimize total processing
we have a minimum, we know which operations
on which machines.
time for the operations.
for each job should appear
The sequencing of the jobs will not affect this
minimum, since a machine can begin processing one
finishes processing
no operation
sequence J
r
the previous job.
precedes operations
is:
Once
ob as soon as it
(This is so because for any job,
a i and a.)
A lower bound for the
- 5
-
L
54
L
9
3.
a
13
7
26
2
b
3
12
9
6
12
16
7
1
b*
An optimal sequence is 2-1-4-3
Figure 17.
Tree structure for 4-job
3-machine problem where 2
different operations are performed on different machines
in parallel after the third operation.
-
51
+
(a ,a') ar>a*r
TIEA(J
r
)
i ,i
(a. a'),
J.L
r
]-
a 4a*
r r
LB(J )max
r
A_ min(ai,a),
a*a
r
TIMEA*(J ),
r
Z max(ai,) , a*<a
Jr
:
I1
r r
I
I
Figure 18 illustrates the use of this algorithm. Choose any
job to start.
1.
In Figure 18, job 1 was chosen as the first job.
Compute the lower bounds as described above.
Keep a sep-
arate tree for each machine.
2.
Extend the trees by adding both possible operations to both
trees.
3.
Computethe lower bounds for the new nodes.
Group the new nodes in pairs, each pair representing
feasible schedule
machine A*; 12'
4.
a
(e.g., 12 for machine A, and 1'2' for
for machine A, and 1'2 for machine A*).
Compute the lower bound for each pair of nodes as described
above.
5.
Keep the minimum of the two lower bounds, and compare it with
the previous lower bound.
6.
If the previous lower bound is smaller, its nodes define
an optimal sequencing for the two machines.
7.
If the new lower bound is equal to or less than the previous
lower bound, than the new lower bound is used to continue
- 52 -
3
A
38
A*d~
i
-1
2
3
4
a.
13
7
26
2
a'
3
12
9
6
b. 12
16
7
1
1
An optimal sequence is 1-2'-3'-4' & 1'-2-3-4
Figure 18.
Tree structure for 4-job, 2-machine problem, where
2
identical operations are performed on identical machines
in parallel.
- 53 -
branching with step 2, unless the new lower bound has
scheduled n-l jobs, in which case it defines an optimal
sequencing
Now the b
for the two machines.
operations
can be included in the sequencing problem.
"Parallel Operations
Compute a lower bound as described under
Follow the algorithm in Chapter 4 for finding an optimal
Input."
Figure 19 illustrates the use of this algorithm.
solution.
Case 4:
on
Parallel Operations on Output,
Identical Machines
As in case 3, we have two parallel operations
for each job,
where each operation can be put on either machine, and the machines
have identical processing characteristics.
We want to use the lower bound formulas listed under
Operations
on Output."
b
To do so, compute
J
and
i
for case 3.
b*
in the
Ji
r
r
way that ai and a* sums were computed
T
"Parallel
After computing
i
the lower bounds using the algorithm
"Parallel Operations
in case 3 and formula under
on Output," we can follow the algorithm in
Chapter 4 for finding an optimal solution.
Figure 2
illustrates
case 4.
Case 5:
Parallel Operations
on Input, Same Operation, Different
Machines
In this case we have two parallel operations
each operation
for each job, where
can be put on either machine, but the machines have
different operating
characteristics
to complete on one machine
(i.e., each operation
than it does on the other).
takes longer
- 54 -
48
_62
54
set
2
7
a'
3
bi
12
3 "4
'26
2
1-2 ----9
6
7
1
16
An optimal sequence is 2-1-3-4.
Figure 19.
Tree structure for 4-job, 3-machine problem, where 2 identical
operations are performed on identical machines in parallel
before the third operation.
-
55 -
59
1
2
3
4.
13
7
26
2
3
12
9
6
12
16
7
1
____________________
a
b
i ------------
bl
An optimal sequence is 2-1'-4-3 & 2'-1-4'-3'
Figure 20. Tree structure for 4-job, 3-machine problem, where 2 identi-
cal operations are performed on identical machines in
parallel after the third operation.
- 56 -
The technique used is similar to that for case 3, except that
two pairs of trees are maintained
choose any job to start.
instead of one pair.
As in case 3,
As shown in Figure 21, assign one operation
to machine A in one tree pair, and to machine A* in the other tree
pair.
For each tree pair follow the algorithm
an optimal sequence for that tree pair.
in case 3 to obtain
Compare the operation times
for the two sequences, and choose the smaller as the optimal sequence.
Now include the b i operations
in Figure 22.
in the sequencing problem, as shown
Compute a lower bound as described under "Parallel
Operations on Input."
Follow the algorithm
in Chapter 4 for finding
an optimal sequence.
Case-6:Parallel Operations on Output. Same Operation Different Machines
As in case 3, we have two parallel operations for each job, where
each operation can be put on either machine, but the machines have
different operating characteristics.
We want to use the lower bound formulas listed under "Parallel
Operations on Output."
To do so, compute
b
Jr
way the ai and a
1.
sums were computed for case 5.
i
ijB
and
b* in the
r
After the lower bounds
are computed in this manner, we can follow the algorithm
for finding an optimal sequence, as shown in Figure 23.
in Chapter 4
- 57 -
52
31
A
AA
A*
Jobset
i
a
A
1 2
13
i
7
. .
26
a* 1 - ..
---- §-
i
a'
An optimal sequence is 1'-2-3-4' on
machine a & 1-2'-3'-4 on machine a*
3
*
2
12
9
6
16
7
1
5
i
b
12
i
Figure 21.
Tree structure for 4-job, 2-machine problem, where 2 identical
operations are performed on different machines in parallel.
- 58 -
51
1
5
UJ
H"
-?
3
4
26
2
%
IA.
f)
'4
a'
3
12
6
af*
5
14
11
8
12
16
7
1
i
b
An optimal
Figure 22.
Tree
i
sequence is 2-1-3-4
structure for 4-job, 3-machine problem, where 2
identical operations
are performed on different machines
in parallel before the third operation.
-59-
,I
60
59
0
9
9
0
7
60
i
ai
1
2
3
13
7
26
2
12
9
6
An optimal sequence is 2' - 4' -
on machine b & 2 - 4 - 1' - 3' on machine
b*
3
b
i
b*
--
4
- - - - - -
5
14
11
8
b'
12
16
7
1
b'*
14
18
9
3
i
Figure 23.
Tree structure for 4-job, 3-machine problem, where 2 identical'
operations are performed on different machines in parallel
after the third operation.
- 3
- 60 -
Chapter
SCHEDULING
6
RULE
We can now combine the tools developed in the preceding three
chapters to schedule the programs run on the computer.
period is a week.
The schedule
Most jobs enter the computer center at the be-
ginning of one day and must be completed by the end of that day.
Other jobs have different turnaround times up to a maximum of one
week, but all jobs must be completed during the week they enter the
computer center.
for the week
The foreground areas are assigned a normal use
(e.g., one area for background program input, the other
for background program output), but there may be other foreground
programs to schedule.
Some background programs form a program set
which must be executed in sequence with no other programs intervening.
Some background programs need devices which one or both of the foreground programs use.
Such background
programs cannot be multipro-
grammed with other programs, if it results
in a conflict of this
sort.
1.
Remove from the list of programs to be scheduled those
background programs which cause conflicts, those foreground programs which are not assigned to a foreground
area as the normal program for that area, and those programs
whose entrance and completion times are not the beginning
and end of the same day.
2.
Combine background program sets into a single conceptual
program by summing the processing times and foreground
program times across programs.
- 61 -
3.
For the remaining programs
background
(the normal foreground programs;
programs which do not cause conflicts and whose
entrance and completion times are the beginning and end of the
same day) compute optimal daily schedules as follows:
a.
Compute the individual program times using the simulation method in Chapter 3.
b.
Sequence the programs in each day using the appropriate
algorithm in Chapter 4 or 5.
4.
For each day's schedule, starting with the first day, and
proceeding day by day until the end of the week, do the
following:
a.
Adjust the part of the schedule which includes the background program sets.
This is required, since we can
now overlap one program's processing with other programs'
input or output transcription
b.
operations.
Insert the daily programs which have been removed from
the list because of device conflicts, foreground area
usage, or entrance and completion times.
c.
Insert as many programs as possible that have longer than
one day turnaround times, starting with those with the
nearest due date.
This scheduling rule is in the form of a computer program.
A describes the program's input and output formats..
the program flow charts and FORTRAN coding.
of pr-"
'"-. '.. rurf orutfut.
Appendix
Appendix B contains
::.,d;i;C contain
exap!.s1
- 62 -
Chapter
CONCLUSIONS
7
AND SUGGESTIONS
FOR FUTURE
STUDY
A scheduling program has been developed which provides good or
"near" optimal schedules for a set of programs run on a multiprogrammed
computer. The program
provides more efficient schedules for
the com-
puter than could be provided by a computer operator without using the
program.
The scheduling rule developed here consists of a simulation
method which is used to calculate the running times for programs in
the multiprogramming environment, and sequencing algorithms which are
used to schedule the programs after the running times have been cal-
culated. New branch and bound algorithms have been developed for
n-job, 3-machine
operate
sequencing problem, where 2 of the machines
the
can
on the same job in parallel.
Future research in computer scheduling should be directed towards
more complex environments than the one studied
here,
and towards
pro-
viding accurate data for use with the scheduling program.
The environment
studied here is a static one.
That is, all the
programs to be scheduled during a period are knownbefore the schedule
is made. Within the context of the IBMSystem/360 Disk Operating System,
research
should be directed
Such a scheduling
rule
towards developing a dynamicscheduling
rule.
would consist
of a computer programwhich is
always in the computer's main storage,
new program enters the computer center.
ready to be executedwhenevera
This scheduling
programwould
- 63 -
relieve the operator of the burden of producing a new schedule whenever
the scheduling environment changed.
Instead, the scheduling program
would keep track of the then current schedule, dispatch programs when an
area of main storage is free, and modify the schedule when there are changes
in the environment.
The ability of the scheduling program to produce good schedules
is dependent upon the accuracy of the input data which describes
program
characteristics. Before more complex scheduling rules are produced, research should be directed towards developing accurate data on program
characteristics.
- 64-
Appendix A
PROGRAM USER MANUAL
This appendix contains the information needed to use the schedprogram is an efficient means for pro-
uling program.
The scheduling
ducing a weekly
schedule for programs run on the IBM System/360 under
control of the IBM System/360 Disk Operating
provides a multiprogramming
System (DOS/360).
DOS/360
environment where main storage is divided
Input
into three areas (a background area and two foreground areas).
to the scheduling program consists of statements describing
puter, the installation
the com-
(including normal foreground area assignments),
and the programs to be scheduled.
Output from the program consists of
a suggested schedule, showing program sequence and clock time for the
scheduled week.
The programs to be scheduled are divided
into three categories:
weekly programs, partial working day programs, and full working day
programs. Each program category may consist of background programs,
foreground programs, or both background
and foreground programs.
Weekly programs are ready for processing on one day of the week, but
do not have to be completed until some day later in the week.
working day programs must be completed
Partial
the same day they are ready for
processing, but in a shorter time span than full working day programs.
Full working day programs are ready for processing at the start of a
day and must be completed by the end of the same day.
The scheduling program checks all input statements
syntax.
for proper
If there are any errors in a statement, the program prints
-65-
an error message,
prints the statement
The statements
a schedule.
in error, and does not produce
in error can then be corrected and the
scheduling program can be rerun.
Input Formats
The input to the scheduling
statement, hardware
program consists of a dictionary
statements, installation
statements, and job
statements.
Dictionary
Statement:
The dictionary
statement is used to define
the syntactic characters used by the scheduling program.
be the first statement in the input stream.
It must
The format of this
statement is:
Columns
Contents
1-24
25-36
37-80
ABCDFHIJOPRSTUXZ01234567
Must be blank
Should be blank
Hardware Statements:
characteristics
The hardware
of the computer.
statements describe the physical
They consist of an HC statement,
one or more HD statements, and an HZ statement.
The HC statement describes
central processing unit.
the physical characteristics
This statement must immediately
If the HC statement
of the
follow the
is in error, the run is
dictionary
statement.
terminated
immediately, since the error may have been caused by the
absence of the dictionary
is:.
statement.
The format of the HC statement
- 66-
Contents
Column(s)
1
H
2
C
3-6
Central processing unit model number
(e.g., 2030)
Average instruction time in tenths of
a microsecond
Interference time per byte on selector
channels in hundredths of a microsecond
Interference time per byte on multiplexor channel in tenths of a
microsecond.
This time may be
overridden for individual devices
by use of the HD statement.
Should be blank
7- 9
10- 12
13- 15
16- 80
The HD statements describe
input/output devices.
HC statement.
the physical characteristics
of the
These statements must immediately follow the
There must be at least one HD statement.
number of HD statements is determined when the scheduling
compiled.
Initially, the maximum number is ten.
statements
is:
The maximum
program is
The format of these
Contents
Column:(s)
1
H
2
D
Device type (e.g., 2311)
Model number; used to distinguish devices with the same device type, but
3-6
7- 8
with different physical characteris-
9
tics. The field must be used to
distinguish (1) the punch and read
units of a card read punch, (2) 7track and 9-track tape drives, and
(3) devices with the same device
type that have different speeds.
Device class--D for disk, T for tape,
U for unit record
10-16 (D or T in 9)
10-12 (U in 9)
Device speed in bytes per second
Record size in bytes
-67-
13-16
Device speed in records per minute.
This speed may be overridden for
individual files by use of JBIO
and JFIO statements.
Device set-up time in tenths of a
minute
Average latency time for device in
This time may be
milliseconds.
overridden for individual files
by use of the IF, JBIO, and JFIO
statements.
Start-stop time for device in tenths
of a millisecond.
Should be blank
Average seek time for device in milliThis time may be overseconds.
ridden for individual files by use
of the IF, JBIO, and JFIO statements.
Rewind time for device in tenths of a
minute
Should be blank
Device density in bytes per inch
Should be blank
Interference time per byte on multiplexor channel in tenths of a
microsecond, if desired to override time on HC statement.
Otherwise should be blank.
Should be blank
(U in 9)
17- 18
19-21
(D in 9)
19-21
(U in 9)
19-21
22-24
(T in 9)
(D in 9)
22-24
(T in 9)
22- 24 (U in 9)
25-27 (T in 9)
25-27 (D or U in 9)
28-30
31- 80
The HZ statement
It must immediately
indicates the end of the hardware
follow the last HD statement.
statements.
The format of this
statement is:
Column
Contents
1
H
z
2
Installation Statements:
The installation
statements describe
input/output and main storage configurations,
consist of one or more ID statements,
ment, and an IZ statement.
the
and the work week.
They
two IF statements, an IS state-
-68-
The ID statements relate input/output unit numbers to device
descriptions.
statement.
These statements must immediately
There must be at
follow the JZ
east one ID statement.
The maximum
number of unit numbers is determined when the scheduling program is
compiled.
Initially the maximum number is 20.
statements
is:
Column(s)
Contents
1
I
2
D
3-6
7-8
Device type
Model number.
The device type and
model number must be the same as a
device type and model number that
appears on a valid HD statement.
Number of unit numbers in this statement, an integer from 1 to 23
Unit numbers in hexadecimal, each
unit number taking up three columns
Any non-blank character, if there are
more ID statements,
Otherwise,
blank.
9-10
11-79
80
The IF statements describe
areas.
ment.
The format of these
the normal usage of the foreground
These statements must immediately
There must be two IF statements,
The format of these statements
follow the last ID state-
one for each foreground area.
is:
Column(s)
Contents
1
I
2
F
3
1 for the first statement (foreground
area one) and 2 for the second statement (foreground area two).
R for card reader transcription program, P for printer transcription
program, TI for telecommunications
input transcription program, TO for
telecommunications output transcription program, or blank if no program
assigned to this area.
4-5
-69-
6-13 (4-5 non-blank)
14-16 (4-5 non-blank)
17-19 (4-5 non-blank)
20-22 (4-5 non-blank)
23-24 (4-5 non-blank)
Program name
Unit number for peripheral operation.
The device class of this unit number
must be U.
Unit number for intermediate storage.
The device class of this unit number
must be D or T.
Number of instructions executed per
record
Blocking factor on intermediate storage
device.
25-27 (4-5 non-blank)
28-30 (4-5 non-blank)
6-30 (4-5 blank)
31-80
Average latency time for intermediate
storage device (device class D),
if desired to override time on HD
Otherwise, blank.
statement.
Average seek time for intermediate
storage device (device class D),
if desired to override time on
Otherwise, blank.
HD statement.
Should be blank
Should be blank
The IS statement describes the work week in terms of the time
the installation is active during each day.
This statement must
immediately follow the second IF statement.
The format of this
statement is:
Contents
Column(s)
1
I
2
S
3
Number of days in week, from 1 to 7
Begin time and end time for each day
in the form HHMMHHMM, where HH is
an hour from 00 to 23 and MM is a
minute from 00 to 59.
Should be blank
4-59
60- 80
The IZ statement indicates the end of the installation
It must immediately
ment is:
follow the IS statement.
statements.
The format of this state-
- 70-
Column
Contents
1
Z
3-80
Should be blank
Job Statements:
scheduled.
I
2
The job statements describe
Each background
program description consists of a JB
statement, one or more JBD statements,
or more JBIO statements.
the programs to be
two JBF statements,
and one
Each foreground program description
consists
of a JF statement, one or more JFD statements and one or more JFIO
statements.
A JZ statement follows the last program description.
The descriptions
for weekly programs must precede the descriptions
for daily programs. The daily program descriptions must be ordered by
day.
Within each day, the partial working day program descriptions
must precede the full working day program descriptions.
Within each
program category (weekly, partial working day for each day, and full
working day for each day), background
cede foreground program descriptions.
program descriptions
If a background
of two or more job steps, the program descriptions
job consists
for the steps must
appear in sequence with no other program descriptions
the job name and begin- and end-times
must pre-
intervening, and
for each step must be the same.
The maximum number of programs in each category
when the scheduling program is compiled.
Initially,
is determined
the maximum
number
of weekly programs is 10, the maximum number of partial working day
programs is 5 for each day, and the maximum number of full working day
programs is 5 for each day.
-71-
The JB and JF statements contain
the names of the programs to be
scheduled and describe the scheduling constraints
for each program.
The first of these statements must immediately follow the IZ statement.
Additional
statements of this type must immediately
JBIO and JFIO statement for the previous program.
statements
The format of these
is:
Contents
Column(s)
J
Blank for weekly
1
2
from
programs or an integer
1 to 7 corresponding
to a day
on the IS statement for daily programs.
B for background programs or F for foreground programs
Should be blank
3
4-5
6-13
follow the last
(B in 3)
6-13 (F in 3)
14-21 (B in 3)
14-21 (F in 3)
22-26
Job name
Program name
Step name
Should be blank
Time when program is ready for processing,
in the form
DHHMM,
where
D is
a day from 1 to 7, HH is an hour
from 00 to 23, and MM is a minute
from
27-31
32-36
00 to 59.
Time by which program must be completed,
in the form DHHMM, where D is a day
from 1 to 7, HH is an hour from 00;
to 23, and MM is a minute from 00 to
59. For weekly programs, column 22
does not equal column 27. For daily
programs those columns are the same.
For full working day programs, columns
23-26 and 28-31 must be the same as
the begin-time and end-time for day D.
For partial working day programs at
least one of those times must be different than the corresponding times
on the IS statement.
Fixed number of instructions executed
by program regardless of the volumes
of its files.
-72-
37-41
42-49
(B in 3)
42-49 (F in 3)
50-51
52-80
Number of instructions executed per
record for files indicated on JBIO
or JFIO statements
For jobs which consist of two or more
steps, the step name of the precedOtherwise,
ing program description.
should be blank.
Should be blank
The percentage of machine instructions which cannot be overlapped
with input/output operations
Should be blank
The JBD and JFD statements relate file names to unit numbers.
These statements must immediately
follow the JB and JF statements.
There must be at least one of these statements for each program
description.
The maximum number of files for each program is deter-
mined when the scheduling program is compiled.
ber is 20.
The format of these statements
Initially this nunr
is:
Contents
Column(s)
2
J
Same as first statement for this
3
Same as first statement for this
4
D
Should be blank
Number of file names on this statement,
an integer from 1 to 7
One or more relations between a file
name and a unit, each consisting
of a 7 character file name and a
3 hexadecimal digit unit number.
The unit number must be the same
as one that appears on a valid ID
statement.
Should be blank
Any non-blank character, if there are
more of these statements for this
2
program description
program description
5
6
7-76
77- 79
80
program description. Otherwise,
blank.
-73-
The JBF statements define
processed by the foreground
IF statements.
the unit record files which can be
transcription
programs described by the
These statements must immediately follow the last
JBD statement for each background
be two JBF statements
program description.
for each background
format of the statements
There must
program description.
The
is:
Column(s)
Contents
1
J
2
Same as first statement for this prOgram description
3
B
4
5
6-7
F
Should be blank
R if file can be processed by card
reader transcription program, P
if file can be processed by printer
transcription program, T if file
can be processed by telecommunications
input transcription program, TO if
file can be processed by telecommunications output transcription program,
or blank if there is no file name
on this statement.
File name. Must be the same as a file
name that appears on a valid JBD
statement for this program description. The device class of the unit
number for this file must be U.
Should be blank
Should be blank
8-14 (6-7 non-blank)
8-14 (6-7 blank)
15-80
The JBIO and JFIO statements describe
the characteristics
of
The JBIO statements must immedi-
each file processed by the program.
ately follow the second JBF statement for each program description.
The JFIO statements must immediately
each program.
follow the last JFD statement for
There must be one JBIO statement for each file name that
appears on a valid JBD statement.
Similarly,
there must be one JFIO
- 74-
statement for each file name that appears on a valid JFD statement.
The format of these statements is:
Contents
Column(s)
1
2
J
Same as first statement for this pro-
3
Same as first statement for this pro-
gram description
gram description
4
5
I
0
6- 12
13-20
21-25
File name
Number of records in file
If the device
Record size in bytes.
class of the unit assigned to this
file is U, then this field is ignored and the device's record size
26-27
If the device class
Blocking factor.
of the unit assigned to this file
is U, then this field is ignored,
and the blocking factor is set
28
X if the number of instructions executed by this program is a function
of this file's size. Otherwise,
blank.
If X, then the number of
records in this file is multiplied
by the number in columns 37-41 of
the JB or JF statement, and the
product is added to the fixed number
of instructions.
A character to indicate valid device
classes for the unit assigned to
this file. A if device class can
be D, T, U; D if device class can
be D; H if device class can be D
or T; T if device class can be T;
or U if device class can be U.
Average latency time for device (device class D), if desired to override time on HD statement.
Otherwise, blank.
Average seek time for device (device
class D), if desired to override
Otherwise,
time on HD statement.
blank.
is used.
equal
29
30-32
33-35
to 1.
- 75-
Factor in thousandths (device class U),
if desired to modify device speed
on HD statement.
Otherwise, blank.
If a number appears here, the device
speed is multiplied by it.
Should be blank
Any non-blank character, if more statements of this type. Otherwise, blank.
36-39
40-79
80
The JZ statement indicates the end of the job statements.
must immediately follow the last statement
tion.
The format of this statement
Column
It
for the last program descrip-
is:
Contents
1
J
2
Z
Output Formats
Output from the scheduling
program restrictions,
a summary of the input statements, error
messages, and the schedules
Program Restriction
program maximums
program consists of a summary of
Summary:
for each main storage area for each day.
The first page of output contains
for number of device types, unit numbers,
the
files,
full working day programs per day, partial working day programs per
day, and weekly programs.
Input Summary:
Summaries are printed for the central processing
unit, each device type and model number, both foreground area assignments, the weekly schedule, and each program.
The central processing unit summary consists of a line for each
of the fields on the HC statement.
- 76-
Each device and model number summary consists of a line for each
field on the HD statement followed by the unit numbers related
to the
device type and model number via the ID statements.
The foreground area summaries consist of a line for each field
on the IF statements.
The weekly schedule summary contains
the begin and end times
for each day in the week.
Each program summary consists of three parts.
The first part
contains a line for each field on the JB or JF statement.
part contains a line for each file assigned
The second
to a unit number as shown
on the JBD or JFD statement, except for those background
that can be processed by the foreground transcription
program files
programs.
If
the file cannot be processed by the foreground program because of device conflicts,
the unit number printed
the JBD statement.
is the one that appeared on
If the file can be processed by only one fore-
ground program, the unit number printed is the intermediate storage
device used by the foreground
program.
If the file can be processed
by both foreground programs, no unit number is printed here.
Instead
the unit number assigned is printed just before the schedule is
printed.
The third part of the program summary contains a header
line for each file, followed by a line for each field on the JBIO or
JFIO statements.
Error Messages:
message,
Error messages
consist of a heading, followed by a
(usually) followed by the input statement
in the following example.
in error, as shown
Some errors do not refer to a specific
- 77-
statement and, therefore, no input statement follows the message.
**********ERROR**********
UNIT NUMBER 28I NOT DEFINED BY AN ID STATEMENT
J1BD 1 MASTER 28I
Schedules:
A separate schedule is printed for each main storage
area for each day.
These schedules are followed by a list of programs
that could not be included in the schedule due to time constraints.
The format of the background area schedule is:
Contents
Columns
1-2
3
4-5
Hour on
Blank
Minute on
6
Blank
7-8
Hour off
9
10- 11.
12
13- 20
21
22-29
30
31-32
33
.34
35
36-39
Blank
40
Minute off
Blank
Job name
Blank
Step name
Blank
Set-up time in minutes
Blank
Rewind time in minutes
Blank
Central processing unit work time.
in the form HHMM, where HH is hours
and MM is minutes
Blank
41-44
Central processing unit wait time,
in the form HHMM, where HH is hours
MM is minutes
45
46-48
49
50- 53
Blank
54
Blank
time, in the form HHMM,
Unit wait
where HH is hours and MM is minutes
Blank
Unit address in hexadecimal
Blank
Unit work time, in the form HHMM,
where
55- 58
59
60- 128
HH is hours and MM is minutes
Additional unit addresses,
work times,
and wait times.
If additional lines
are needed, they are printed start-
ing with Column 46.
-78-
The format of each foreground area schedule is:
Contents
Column(s)
1- 2
3
Hour on
Blank
4-5
Minute on
6
7- 8
9
Blank
Hour off
Blank
10-7l
Minute off
12
Blank
13-20
21
22-29
Program name
Blank
Job name, if program is a transcription program.
Otherwise, blank.
Blank
Step name, if program is a transcripOtherwise, blank.
tion program.
Blank
Set-up time in minutes
Blank
Rewind time in minutes
Blank
Central processing unit work time,
in the form HHMM, where HH is hours
and MM is minutes
Blank
Central processing unit wait time,
in the form HHMM, where HH is hours
and MM is minutes
Blank
Unit address in hexadecimal
Blank
Unit work time, in the form HHMM, where
HH is hours and MM is minutes
Blank
Unit wait time, in the form HHMM, where
HH is hours and MM is minutes
Blank
Additional unit addresses, work times,
and wait times.
If additional lines
are needed, they are printed starting
30
31-38
39
40-41
42
43
44
45-48
49
50-53
54
55-57
58
59-62
63
64-67
68
69-123
with Column 55.
- 79~;
Appendix
B
PROGRAM LOGIC MANUAL
This appendix is a guide to the logic of the scheduling proIt is intended for persons who want to modify the program or
gram.
diagnose
program malfunctions.
Included are descriptions
gram's major components and their storage requirements,
of the pro-
the program
flow charts, and the FORTRAN source statements.
Program Organization
The scheduling program consists of a main program and eighteen
Figure 24 shows how these components are related.
subprograms.
Figure 24, vertical
they call.
In
lines connect calling programs with the programs
For example, MAIN (the main program) calls subprogram
IGNSCH which calls subprograms PARALl, PARAL2, and ERRPRT.
The following text briefly describes
the function of the main
program and each subprogram and lists the subprograms that each calls.
Main Program:
Reads and checks syntax of all input statements except
the JBD, JFD, JBIO, and JFIO statements.
Writes all program output
except those error messages written by subprograms. Adjusts schedules
for inclusion of programs which are not scheduled by use of the
algorithms.
Subprograms Called:
UNITX, DISKX, TAPEX, FRCTN, TIME23, FILE,
FILEIO, TOD, SWITCH, JOHNSN, IGNSCH, ERRPRT.
-80-
0
4.J
-N
0Si
0co
t)
1-4
1-
co
wr
F0
81-
Subprogram UNITX:
Computes device, channel,
CPU, and set up times
for unit record devices.
Subprogram Called:
Subprogram DISKX:
CHNCUU
Computes device, channel, CPU, and set up times for
disk devices.
Subprogram Called: CHNCUU
Subprogram TAPEX:
Computes device, channel, CPU, set up and rewind
times for tape devices.
Subprogram Called:
Subprogram CHNCUU:
CHNCUU
Determines channel and interference rate for a
device.
Subprograms Called:
Subprogram FRCTN:
None
Separates resource uses into multiplexor mode,
burst mode, and CPU portions.
Subprogram Called:
Subprogram FRCTBL:
FRCTBL
Completes computation
of resource uses and then
sorts resource uses.
Subprogram
Called: None
Subprogram TIME2: Calculates
program.
Subprograms Called:
None
multiprogramming time for second priority
-
82-
Calculates multiprogramming
Subprogram TIME3:
time for third priority
program.
Subprograms Called:
None
Reads and checks syntax of
Subprogram FILE:
JBD and JFD statements.
Subprogram-Called: ERRPRT
Subprogram FILEIO:
Reads and checks syntax of JBIO and JFIO statements.
Subprogram Called: ERRPRT
Subprogram TOD:
Checks validity of begin and end times on JB and JF
statements.
Subprogram Called:
Subprogram SWITCH:
ERRPRT
Moves program description
from one storage area to
another storage area.
Subprogram Called:
Subprogram JOHNSN:
Solves two-machine
Subprograms Called:
Subprogram
IGNSCH:
None
two-operation
sequencing poblem.
None
Solves three-machine
three-operation
sequencing
problem.
Subprograms Called:
Subprogram PARAL1:
PARAL1, PARAL2, ERRPRT
Solves parallel operation sequencing problem for
same operations and same machines.
Subprograms
Called:
None
- 83-
sequencing problem for
Solves parallel operation
Subprogram PARAL2:
same operations and different machines.
Subprograms Called:
None
Calculates multiprogramming
Subprogram TIME23:
times for second priority
and third priority programs.
Subprograms Called:
TIME2, TIME3
Prints error heading and increments error count
Subprogram ERRPRT:
Subprograms Called:
None
Storage Requirements
The main storage required for the main program and for several
the main program.
in
to certain variables
subprograms depends upon the values assigned
The variables are:
MDEV, the maximum number of device types and model numbers in
the installation.
MCUU, the maximum
number of unit numbers
in the installation
MFILE, the maximum number of file names per program description
MJOB, the total number of weekly program descriptions (MWJOB),
partial working day program descriptions
MWJOB), and full working
per day
day program descriptions
(MDJOB per day
(MJOB - MDJOB).
Values are assigned
gram is compiled.
whose dimensions
to
these
variables
when the scheduling pro-
The following text lists the names of those arrays
should be changed when the values assigned
to the
- 84--
above variables are changed.
In addition,
the main storage for sub-
program IGNSCH depends upon the value assigned to the variable NLIST,
which is defined
in subprogram IGNSCH.
Main Program:
MDEV
MCUU
DEVTYP CUUPNT
DEVMOD CUU
MFILE
FILPNT
FILNAM
DON
HON
DOFF
DEVCLS
HOFF
MON
MOFF
TOTAL
TCPU
TNOVLP
FLFGPT
DEVSPD
DEVROD
DEVSTP
DEVLSS
DEVSRW
DEVDEN
DEVINT
FLNMPT
TSEL1A
TSEL1W
TSEL2A
TSEL2W
TSEL3A
TSEL3W
TSEL4A
TSEL4W
TSEL5A
TSEL5W
UNITX:
None
DISKX:
None
TAPEX:
None
CHNCUU:
FRCTN:
FRCTBL:
None
None
Nndn
TIME2:
None
TIME3:
None
MJOBMDJOB
MIBB
TSEL6A
QL
TSEL6W
QN
TMPXMA
TMPXBA
QA
QB
QC
TMPXBW
QDX
TSETUP
TWNDUP
QDP
JOBNAM
QD
TMPXMW
STEPNM
FILEFG
FRACM
FRACB
FRACC
FRACMX
FRACBX
FRACCX
ISCHED
SCHED
QDPX
MJOB & MCUU
TDEV
SDEV
- 85-
FILE:
MDEV
MCUU
MFILE
DEVCLS
CUUPNT
CUU
FILPNT
FILNAM
A
FILEIO:
MDEV
MCUU
DEVCLS
CUUPNT
FILPNT
FILNAM
DEVLSS
DEVSRW
TOD:
MFILE
None
SWITCH:
None
JOHNSN_
MJOB-MDJOB
A
B
N
IGNSCH:
The main storage for this subprogram depends upon the value
assigned to NLIST, which is the number of nodes created.
If N is the
number of full working day jobs, then NLIST must be between
and N!
(.5*N* (N-l) ) + 1
The maximum number of full working day jobs that can be scheduled is
9, except for case 4 and case 6, where the maximum
MJOB - MDJOB
is 8.
NLIST
A
B
C
M
PA
PB
BOUND
LIST
TIMEA
D
DX
DP
PD
PDX
PDP
TIMEB
TIMEC
POPER
DPX
L
PDPX
PL
N
-86-
PARALl:;-
MDJOB-MDJOB
A
B
AX
BX
L
LMAX
LMIN
PARAL2:
MDJOB-MDJOB
A
B
C
D
AX
BX
L
Li
LMAX
LMIN
TIME23:
ERRPT:
None
None
Flowcharts
The following charts can be used to locate the FORTRAN source
statements that perform specific program functions.
identifies the flowchart symbols.
Figure 25
To locate the statements
that
perform a specific function use the flowcharts to find the flowchart
symbol or symbols that describe
the function.
The FORTRAN statement
number of the first source statement used to perform a function appears
above the upper left hand corner of the symbol that defines
Flowcharts
highest
for the main program have two-digit identifiers.
level charts have zero as their first digit.
the subprograms
the function.
have two-letter
identifiers.
Flowcharts
The
for
If there is more than
-87-
one chart for a subprogram, all the charts have the same first letter.
This letter corresponds
to the number which appears in columns 74-75
of the source statements for the subprogram.
- 88-
Terminal
Predefined process.
No further detail.
123
Statement Number
Processing
Processing,..For
further detail
see chart xx.
Decision
Input/Output,
For further detail
see Chart xx.
Input/Output
ABCD
xx
Subprogram ABCD
See Chart xx.
Program Modification
ABCD
xx
Subprogram ABCD
See Chart xx
xx
Offpage Connector
Go to Chart xx
03
On-page Connector
Figure 25.
Flowchart symbols,
xX
Main Program
Chart
1)
PRZA-T'
S~.MMlq
I
2Z
'\
\
.p
,t
pRocesT
I
Chart
Main Program
19?
Ile
119
ffs
IzL
I84
02
Main Program
Chart
03
Chart
Main Program
10
I-
Io
Main Program
Chart
11
ZIo
Zof_.
Main Program
Chart 20
PI9
I`·rr
v
Alain Program
Chart
21
I
M
go
IE
bsw
Ac,
jaA4 .
Owns
S~sLl
C7OkSOrI
-c~jdq4C-TOJ6-
';GIs
x
h\/s
Tab
\
-.
Chart 22
Main Program
V
I(IH~C~~trJ~
~~rrL
Cb/
~d~lA---I·'
92kpRA
lw U /h~iCI~~r/
Zo
Main Program
Chart 40
X-
-
J
Main Program
Chart
50
U&J7
I
CE
Main Program
Chart 51
viY
.7mt
7
L11K$
xw-ti -
' oi X7-
C 5&~d11b4i
'i
!
S.
I
1I
3
.0
1-
r--%
c-%#"pvM~
Main Program
Chart 60
t.-
3- MAC*,d C6
,MA<C4W
Ss
_
Z
-Zowrqw",
'T
\1
,--
C-V
M01 C06ALMar
-
F
-
B.I
i Gitr
fT fi
cwqfr Mawe-
ConIfer~
C.*
F44W
8G6 ?"
9nw
6G.
6;~pp
o
%#
7Z
714tes
.L,
4
II&OIC5
SYL
rsa
_
4
J
7IA
l
_
RIMD
YP A.
C*P-j&
r.
-~~
6K-Lo
P~nm(Af
I
i>CfCz
1
- OST
i
I
f -to- GAAsd
PLzOJ/
i
................
_
.
LffWIIU
ID_i
L
,5:310
j
I
Subprogram UNITX
Chart AA
Subprogram
Chart
DISKX
3
BA
Suborogram
TAPEX
Chart
CA
Subprogram CHNCUU
Chart DA
Subprogram FRCTN
Chart EA
Subprogram
5P
yi
P
Xb
To'-
iRi
it
FAA
PA.rS
jo
6
Chart EB
FRCTN
P
Z~~~~~~~~~~~~~~~~~~~~~7
X
r
_
piFC9L FA
['(10
c
MvPx o.
1 &WZ6.
_SoRT
ACTS
I
Subprogram
FRCTBL
V
Chart
CALL.
i
k
1
VILAC,.pas
&Ai4IL
LA
CIA)
rbLMarWF.
U----
I- -
f
/
I1
FA
Subprogram
-R
CAtL
TIME2
Chart
GA
Subprogram TIME2
Chart
GB
I
l
Q
Ca 7AE
TAJ C*o4r
-
Vs
Pre
7zmary
so$ri
c Peo
2.VVA"
C400 T="Lf
m
,.
· 's:o,
4'
(An,
y
1-y
ft RN
~
Subprogram
I~xouas
BsLM
0
TIME3
Chart
HA
Suborogram TIME3
Chart HB
Subprogram
ACo&9t
Chart
TIME3
HC
3
Tzrad4 SVes
NO 4tJvsr$
IM.
Ija 9
f.
fbwal~,ni
11~
805
ReTRuJ
1i
Chart
Subprogram FILE
IZ
IA
Subprogram FILEIO
f.-AIN
11( /-I 6- %II
Pz
br
Ifr'stil.reAJK.
Marxl~c
!94
fAf
b m,%O
V4
Ir-
Chart
JA
Chart KA
Subprogram TOD
43
CP
oco*F
It
ow/>oFF
TOD
Subprogram
Chart
KB
igs.
OGefzoPp
off . E"zI4
/ZPstDA A\
\ArI
XY
rllnt
,
0
I
rr·rT
Subprogram
SWITCH
Chart
LA
Subprogram JOHNSN
Chart
S'EQzJecqi
:sassy
wlw E~% 7w
IZ7,V
. SM c 5
_r
S;NQ6
_
_
NX>'~
Bow~t~
IA~Cb
MA
Chart
Subprogram IGNSCH
X
CASE
A
__
.~
ho-
LA.
CA$E
io3
PARA i6*
tonVsil
vce
SXp
swjal
I.
OWALZ
C0
1-111D
SM%U
.
L
If
cX"%jl~vrf
$41011tovT7449U
CP96*4*
#409 00
Igal
1pc~f"%mf.
sVW g
1Wt
PET0L~ V4mdl
PA
I
vceA
NA
Subprogram
Chart
IGNSCH
NB
fee
10
wIf
!
,,
GCwr.Puff
f?`\
;-
FOR
Zr4~
IItXhrci
-o
~k~ Nli
Psgro *-*I%&C
6~9"
%
I
TX^%6-8~
4.4p
tMles*
koq4E
AL·M-
I
_ba
.Qo~re
-
Subprogram IGNSCH
Chart
AW
1v? 8
14t4K±
NC
Subprogram IGNSCH
Chart
ND
\ 1I
"/
rhlrw
MYr~~ca~
\X4<~ I.·
'
I
L------
\Pt
M~3
\e
No
/
/
I
tt
Subprogram
PARALI
Chart
OA
i
i
i
I
<
I
,,
:1
Subprogram
PARAL2
Chart
PA
Subprogram
Chart
PARAL2
Il
FP7
2.o
oGr ourJ
orv
M.s
'01EMM&4C
5"Olwar
PB
Chart
Subprogram TIME23
QA
04.
r26Z
oqt
GA
cdw oA, T
PvE
olrza
V
7:,fl,
raA
Cftot.
lf 1%kir
JIroL osPbts7%&A
Olf. 'SWI
;0000"msm
I
b¶
QIUfLAt$
6l
i
if
GA
1 TZeMZ
II
f6&e * fd
O' mno
P'4m2.
J
V
T% Me Z.
M
CAL~fLA
CA
M
POOs
?'S
rmr
Me
, P&M
40l6-Iu
if
42
,
Subprogram TIME23
QB
Chart
9J,~~
Y
T res
CALccF4M
4 t;
f&1
;L
,
,
HA
7Mwfl
MSOX
C3
tw:ul#i
,
TI,'q
Cfbw 1d
P&,. Pt
0'JAS1
C#')
·
'V.tP
1%mL
I-rtL
-*Al
Wlrr
F:
.
ftftc
&CUQ*V
;
6
TC 'u
i
7>l'
(p'E
PW)C
E"*Cv
V,. Cnv
MX
i
:
A
IQ
&) As-r
P&M-3
.
-
m
pf\S2C
'^I` c""l'^"
"
Subprogram
ERRPRT
Chart
RA
- 127-
FORTRAN Source Statements
The following pages contain the source statements for the
scheduling program.
Basic FORTRAN
The program is written
IV Language and has been tested on a System/360
Model 165 using the Operating System/360
compiler°
in the IBM System/360
(Release 11) FORTRAN G
The input and output data set reference numbers are 5
and 6, respectively.
--·11^11···)·0···I-·L----·l
iylllli-_
MITLibraries
Document Services
Room 14-0551
77 Massachusetts Avenue
Cambridge, MA 02139
Ph: 617.253.5668 Fax: 617.253.1 690
Email: docs@mit.edu
http://libraries.mit.edu/docs
DISCLAIMER OF QUALITY
Due to the condition of the original material, there are unavoidable
flaws in this reproduction. We have made every effort possible to
provide you with the best copy available. If you are dissatisfied with
this product and find it unusable, please contact Document Services as
soon as possible.
Thank you.
J fvlo~
arve /e
,/
e$//
-.7l
CL7rt/;I'
7/)7
-
-
;~~
;
l
I
}
:
·~
r1
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~rPL
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
Cf
i ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~c
i~~~~~~~~~~~~~~~~~~~~
i~~~~~~~~~~~~~~~~~
,
'r
i
C.. Li~~~~~~~~~~~~~~~~~~~~~~~
]- CN
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~..
i:
,4.
4',
:
4.-,
r
i
Z
L
~;~~~~~~~~~~~~~~~~~~~~~~f- k-- i- o'·r;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~,~
fl,~
~L ~~
U L- i
[Z
1-
~~· i.
-,~
~ ~C
C, 1.~
.2' ~1
i
; ...
v
'-- ,<. '.i ,'
~
.~: ~'2 r
.
-r
C
C
I
,.C
~ ~C,.
~ ~~~~~C
~"
.C._..~,
C
C,
'C..
, :~C
~'.C(.
~; re
Z--rr
(
LT -?
C
;
-
C," u', ~/ Le C
~
, %I
,
,,
~
.c
I·~~~~~~~~~~~~~~~~~~~~~~~~~
C
'-
J
''
.t~~~~~~~~~~~~~~~~~~~~~~~~~~
::.:~L
> '~.~'..
C
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
r~~~~~~~~~~~~~~~~~~~~~~~~~~~~~r
>
r·-~ ~~.
'7'-,:,~
"~'c- :
ng
~~~~CI
~ ~ ~ ~.
'.,. ·
f~~~~~~~~~~~~
r·;
* · -~ :,:
1~
"
1
~ i.r . _
% : ,~L
- k t_ C'_'"
;: ;J? ZC,~ . 2' ':'T
2
_ .-
-' C
.:'?
:'
7:. ;L ~'~;.'I~'~
I
,',E
1. ~:~ ;=7;'
C~ .E' '!
:_... .L~
.~,
-T
-~
~ "
i'.:','.-t.
~~"
' .~
2'.Z;'.
1...
?
~ :' ,*":-T
z c
G~~~~~_ -?
i·~
"~,-
~
~"''~'
·- 1;.....
?~C
1~~~~~~~~~~~~~~
·
!a"~~~~~~~~~~~~~~~~~~~~~~~~~
.
C.
2 '~ ct
,-j : 'zc
,
C':
L. -- .,
. 1 "-- C: ". . ? ~ r-. ,'C'_~C.' C C.
~
ii.'
/':..t." ·E,
.~
_, ; ,..], lj , (,n : t.' n ,, ' .~ ~/' '.- './" u" L t/"
~:
*.'?
~~~~.
·
'
:--'
r; iT L - ~!.
C
~'~
i~~~~~~~~~~~~~~
i;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~C
c··'· '
'
-,
a.~.
C' ,-·
~~~~~~t
;--
;
~
~ .~~C
;2Z
C
-
" _~
;:, 0'. ·C. ~" '
t, -J':. <',
';
,'~' --,% '" '~
t', . L C '..C ,_.'
~ i-:7Ct~.v;L ,2.- · 'C.-L:L-' ~T.''.' C' C. C
,F_
r~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~T
~ -Z~ ~, ~'.
C CL :~ c.2 ::~ C~
3,2 L·r
c; ,~
('.
.. ':' C C ; t : C C20c.
'.~
:')
· ;r~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~_
C''~
5'
C T ,
:
<"J
'
Cf2 C C7
'.'.
C C'-ICJ-:~ ,3 ': 0\
'~(. L' ,..,~* r.:~C_ C.. C;
:-
C~ C. ~.
1
i
f
I
i
i
I-
I
I
I.
i
I
i
i
j
I
I
f
I
i
I
t
I
I
I
i
I
i
I
i
C
:
c~~~~~~~C
c
,- c. c'_,:c
C "C
C Cc."
C
~.'C: C,
'C, C
c
C~..
C CCC::!C
.I
CC'
IC
C-. 'C.
L.(: : "
:C. O C, C2c_! .. C C :C.:
C- c";C- dC
'C C C
C
C¢CC "-' CC:(C"C7
C C:
C- C CC C.C ' C C C L.C , ¢C C r'
C-
Ei
.:7-C~~lC
e
r.~C.
L C C- :L~~'
C
_:-.
c :rC
'C
C' C
C'
o-
I
(.
i
i
L
- ''
C-~~~
L
, CC
c-=
C`'
>. '
~:~~U
i
II
I
j
i
t
I
~~~~~~~~~~~~~~~~.:L.LLL'.."-t
IC
!L
k,r
: L)
.i
I
7
:L
'L
Li.
OJ
, c,- Z?cf.' .
-L:U,
L..
i~~~~~~~~~~~i
:JL-
L,
u. u. cf- t.:,
t
z ~
~~~~
X
C=~~~~~~~~~~~~~~~
L.)-t
LLI M
lIl
l
A P if it
fl~
Il
" _
41
C.
=- ~
Z
<
N':
::~~~
~~~~~~~~~~~~~
''Z'
(.
::';,
Lf,
4 IC, ,Z
~ ~,,~U.""
_ <',2'.,,
- - C, X
~ . 'LI, L-."
L- Z ,
',Z~,
! - ',-
C,'
-r
Z
,7 <
.
,.V
C ;J>"
IL ' .'L
,...-~
~l
L
C~
-7 Z~~~~~~~·
: C"
1- .j U, . j
cy'
r:
', ' -',
'
Fl- i : o- ,~ I-iCD,. .P-~~
C -~'~
' ~:
CD :
-
C,
~..
C
C,
(i_,--
L' L,' ,;M'ZmZm.
'7. -4,,,
-:, .C' P
0C.': rC C C C (L0
S?C' ."- C, C
C:'C
C,~.
:~ CG G,
.~'O C C, C. ~ CC CO {/ ..'C C
:.,
L-,
- Z "
,
I u.{M.
DC ?.
"C.~:
"
:C-7:C CDC' C.~ G, C ~'
U
L;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C.
C,
C) C
C
,
.C-C, C . CD0
I
I
f
I
~
I
3.
~~~~~~~~~~~~~~~~
[
,r
3
3
I
I
3
3
3
3
C, jr- C-~~~~~~~~~~j
C,
~~~7C
~ ~ r"C
ce
CCJC
u-
CC
C~'i
C~~~~~~~~
-Z
,
Z'
c:
C
C
:
C.
C
_
c
c .
k
,C
C..
-'C
C
.
I
II
I
i
3 I
iI 3~~~~~~~~~~~
I f
I~~~~~~~
rC0"
CrA
C
c C c-
CcC
I
I
c :
Cc
C j "C3
I
t
LL~~~~
I
i~~~~~~~~~~~~~~~~~~~~~~~~~~~
C.-
C>.
{-2
~ ",-r
1-CL.
-'C. <
'C
j"~~~~~~~~~33
C
,C C
..
CI
,
l
,!
xcci
.
U
~I3-
Is..
I.,..
C
3d.,
C- C
C,
Lr
-~~~~~~~~~~~~~~3
d
3.i
3,
)(...,,
¢'3
UL
-L:Uti-
u,-!.'C-"C)
.
·
:3-
C'.
I t .
i
]
.
Z
±I.
'
C
4-
U2LL
U~ . ..~~~~~~~~~~~~~
r. - ~ '"",,.:
~ ~ ~~~~~~~~~~~~~~~~~~~
0-C
C' C-,
C.D?
,'
C !D
.' CC~-,'
'.t".
3,
'LJ ,'-uC:
' ,~
,
e~. r,'
t~.¢'
~
2 .
~~'C
"'
LU
C
Z
0':,
C.
'r~,
(3-
-
,
Z~.:I.
:: .'C
cu.
)",C
- :
O
,t
-
.
C ~:~
,~ -r '~C~-. ~
LL'
'~'
C"C
C"
O
,..~
~
~
t.
~
,.~
-- J
t-
i~.
~
'C0
) 0
~
-
-
''
~, ~-~~~~~~~~~~~~~~~~~~~.
::U
":~C
C
C.C.-!Q
C
~,-,-
,
C
-
3I
I,
!r~
1·_
a
-·.
I
I
i
I
3.
3
i
'
I
I
Ii
'~~~~~~~~~~~~~~~~~
I
i
i
i,
1
3~~~~~~~~~~~~~~~~
I
3~~~~~~~~~~~
I
i
I
i
i
I I~~~~~~~~~~~~~
I
i
I
I
I
, 1Lrr
Cs 3".
c-
'
.
i
I
I~~
3
3
I
3
I
3
3
i
i
1
!
3
C~'
-1I
I
3
I
t
I
t
3
.
3
i
II
I
3
1
3
tI
.
[
I
IC,
I
,~
-
i
.
,
I
~~~~~~~~~~~~~~~~~5
i
I
)
)
t3
tI
Li
' ' Li
u.;
'7
i
i
3- '
b.
~~~~~~~~LL
3
I
iC-
c
!CJ
3" :.c
'' ~~~L
t ]~~~
i-C.
U
.';
.
I,-,?
)
,l -
i~~~~~~U- ) C'
3.L4
i.
,u
:,-V% C
-
.)
L~
>_: ,C I',>
',,
e
'- C >
3.L U U.JL
-.L' LL
,--:
<..~~~~.<
C
0,.
;.
L L
U.
L
-
. U
IL
U
I--
o-
i
/~t,,t,
-- LULLLU~~~~~~
LLU
I-.- LL.
C
U
C, LU
U-'L~
'..
(i-U.
IC I
LU~~~~~~~~~~~~~L
3-.
·0-.
'¢
-4
Z
C> -
->
4
LU
LI~~~~~~~~~~~~~I
-I.
-;,- L.U.
._ c
3
L'
- I-
C
I,-
>1
-C
(F
i
5
I
i
!
5
I
.it
U-s
I
I
U
L'
'-I
I
iI
)
4-,
I
I
I
!
t-C
I
I
I
i
I
LU
I
i
1
i
I-,,
i
I
i
U
II
I
i
I
L:.
LU
i
i
3
1.':
z
II
i
II
II
'4-~~~~~~~~~~
C
II
I
3
!
I
>
I
]
I
t
I
~~~~~~
t
I
I
i
Cs:
I
I
i
i
~
i
C e,C.!
r
C:-r,
I
i
i
c'
r
r
C
3
I ]
I
I
I
I
~
i
I
I
I
i
C.
~
I
I
~C
L
I:
11
I
I
I
-i
!"
I'.r
1
C. .C .' C<
;C .
cC
6
- - II
I
I
i
i
I
CI
!
C> 4.
Er C
I
I
i
'C C
( C' r
!t --
I
I
I
I
I
I
K
3
t~~~~~~~~~~~~ 3
I
I
or.
I
i
i
i
3~~~~~~~~~~~~~~~
i~~~~~~~~~~~~~~~~
I
i
t
i
I
I
I
t
i
I
'i
i
.
L '.
-t
Cl
LU LU
U.S
Cs.
3
C.'
S
-
U2
r
))L
!C
1C
t-
-.
.
-
*
-45.-.4
i
LU
5
)
C i
'.JN".'
4
~
C'
..-
3
0
5
(C, .)
C
3
7;
1-:
I
I
i
i
i
I
I
Z
I
1
I~~~~~
7
I
r
i
I
I
i
1
7
1
i
I
i
I
I
I
I
i
.1
I
I
i
i
I
i
1
I
I
I
I
II
i
I
1
i
1
i
I
I
i
i
i
I
I
I
I
I
I
i
I
ii
I
II
~~~~~~~~~~~~~~~~~~~~~.-i
l
1
i
C
C.c
LL
t
i
II
IIC
I
i
1
i
i
i
i
I
-i
i
I
i
I~~~~
I
i
it
i
t
i
i
i -
I
IN
I
!
'- I
i
:f hc cC IC: C
CCr.~ C.~
!
C:
C C
It r L- V
Lr
"-rc
C
Cr
1
Lfif
u
--F-
C.
c
c
Cc
C
c
. tCL..
cc
I~~~~~~~~~~~~~
I "C
I
'~
C~~~~~~~~~
~ ~~
I
N C,
C
'I
I
!
I
I
I
I
I
> > I
,
~~ ~~ ~ VI~
~ ~ ~
-
i
I
,?
r
I
i
I
I
I~~~~~~~~~
LLI t
I
I
IiC
I
I
I
I
I~~~~1~~~~~~~~~~~~~~~
:
;
i
I
L-'
~~~~~~~~~:1
7
j
~~~~~~~~~~~~~~~~~~~~~~~~~~~~'4
, J {~~~V
I~
~~~~~~.U
I-U
LL~~~~
C
-'
I
~ ~ ~ ~~ ~ ~
~
'
I~~
-. ,
C.L'...
C
±
~ ~( *
,.rI 4'-?-.,,C
q M,."u~-~
-,,'
L:L
C'
~~~~~~~~~~~~~~~~~~
~~
~~
~~
.1~~
_-
~~~~~~~1Z ,",
7-1
~ C
~ - - C~
,
-
-C' ~i--C
~4 . 'C
,..1'- c
'
V~~
''L
4
LI
I-u
L)
C
L.;
-c
c
C.;
I:U
I
... 4~'!
iui~~~~~
.
uu
-<
I.u ~'--,-
LLu_
C C- C
', ',
I
0C ',
:
C
:,,,t~~~~~~~~~~~~~C
C.)
... , ~
~~ ~~~i
C'~ 4
2-~
--
4C,-,4
p~ ,i..-..
C}'
0-
0 C
, %! '
*Cr
Ct'
IN
C-It 4'
C, CC0 . CL.
,i
C
ii
.) (
'
D. C; C
CC
~
i
~
}
4
I
;
I
. I
I
I
2
I
:
I
i
Ii
!~
~
~I
'
~~~~~~~~~~~~~~~~~~~~~~~~~~
I
I
I
i
I
IY
I
'C
{
I
C
C
F
CC
C g
F
I
I
iI
I
i
I
1
I
i;
II
II
i
IF
I
,
i
i
i
i
I
i
I
ir~~~~~~~~~~~~~~~~~~~~~~~
LI;I
i~. ,
-,M~C
{Cj
LLC
C C C C.,
-- Z E
-
I
r c c 'xc
:-;- M t
ML
b C C
I
I
I
.'~
i
t,-
III
i
I
t
II
f,
tII
I
l
II
i
i
i
I
i
i
i
{I
F
F.~
i
c
'.-~
j
.
~~~~~~~~~~~~~~~~~~~~~t
1-
i
I
i
f
t
II~~~~
U-'
i
jj
i
I
i
C'
C
i
Ii
I
i
C-
II
i
i
II
i
i
I
.J-
i
s
ICI
iII
LL~
t
i
I
i
i
i
ii
i
i
iI
IC
F.-
I
I
i
LU
U- .
~
,P
Itt
C
~
~
~ ~ ~
-, ~7{N
".~-U.
J
I{
I
t
r
i
L ' f.'
1
II
'~1 ),,-'C
iI
~C
,.-,
~
40ULU
J~
F~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~A.
L'
' '
i
F
cx~
t.'
C,
.c',,r,,U
", CZ
1,
L
~
C
c
<
C
,.,,'Li
<
C,
i
i
,--
IQC
C
I
i
i
i
i
.
,
i
ii
0L
~
~~~
~~ ~ ~ ~
I
C,_
,.~~~~~~~~~~~~~~~~.
~
U-
i
i
i
I,
e
t~
%~~~~~~~~~~~~~~~~~~~~~~~L
I
i
I
I·
I
II
I
i
Q
C
,4
i
i
i
,, C
x
a
C-
i
i
.i
C' ,
'
'
i
I
I
A
i
t
'4
I
1.
I
I
I
I
i
i
I
I
I
I
I~~~~
~
~
I
4~~~~
~
~I
I
t
~~~~~~~
1
~
1
c
I
~~~~~~~~~~~~~~~c
~~~~~~I
I-- c L-C-4
C,
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ ~~
I
I Ii
.
I
4
1
4
E
i
I
i
I
~ ~~~~~~~~~~~~~~~~~~
!
~
i
I
~~~~~~~~~~~~~~~~~~~
4
.1i
~~~~~~~~~~~~~~~~~~~~
I
I
~
I~~~~~~~~~~
1-
~~~~~~~~~~~~~~~~~~~~~
l
-'I!
I~
] I
I~
~~~~~~~~~~~~~~~
I
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C'
C
~~~~~~~~~~~~~~~~~~~I
4~~~~~~~~~~~~~~~~
C,
I
C1C
ICC
1
i
-
i
i
-LI
I
I
I
I~~~~~~~~~~~~~~~~~~~~~~~~
i
i
I
t
I
i
i
i
i
:I
C'{
i
t
I
~~~
~~
t
~ ~~
,.~
I
1I
I
!
I
.~~~~~~
I1
I
1
Cc
.
I
II
I~~~~
-,
I
I
~~~~::~~~~'2~~~~.i
i
c
I.
j'j
]'r
It~~~~i
t-,~i
IC~(r.t
t
II 4~
I.-l 4 lIII I~~~
Lr
.
.
.'
i"~
iU
(
u
4>~~~~~~~~~~~~~~~~
!
I
1~~~~
i
br i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~L
i
i
i
ii~~~~~~~~C
LL,0
~~~
~~~~~~
1
.cz1
1i
C...
;
.
I
i-
0
I .--
u _
.
.
1
'.
1 >i
Cl I ~11L
!LL
0C
I'-
C
U4C~~~
-
c.
I.
4./':
w
- ~~~~~~~~~~~~~~
'
p
LU~~~~~~~VI;LL
>
'-~
U
4
>U
-J
Ul
,
-.
4K
-44i
~ ~~
... U.4Cr~
<.
'..
~
~
E
I~
Lu
--
4.).
LULU4
~-
LU
4 .-
_'
~~~
.~ r
'
'
A
~.
)
'
' ' 4r
' '
I,~~ ~- D4~ - ~LII ~CIL.
~,o4-. U.
-
0~~~~~LU
¢
,
~~
r
C;1"
">
'1~
'>L
''
.-
.)r,. J
" :'-L
"
.U. . ~,
1-- ~3-L_ it"-'U
~.
~~~~~~~~~~~~~~~~r,
2 '
UJ,
4
~~~~C
L--
4...)
W
!
-L
'
1 IIm
'4C~
L I-L
I L )U.4
0
~
,
C'.
"-Li
-C?'~~I
L~ ,
~
~
,
(/
-
~i r
.u
!
eT.
~
L C-I
4
U
C.
')4
!
U-
t-
~~~~~~~~~I
C-
U-UC
L .4
4
V
.
-
VrC",
L
.
C
'-
U.
I/'
U~- -
j
U.4
bu
,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~r
~
~ ~ ~~~~~
C.-
CG
~
C
~~C0
D
C C, )a,Q C L
'
-jCrj.C
~
CC.)
, C)
C00
~
~
~
~~~~~~~~~~-
L. C4 1'I CI
',
C
C
(C,
, C'.
4~~~~~it
-jt
i
i
r,
i
I
I
i
I
i
i
i
i
i
.
.
i
I
?
t
i
i
t.
I
I
i
I
I
i
i
I
-
i
i
li;
I
I
I
I
I
i
i
i
i
f
i
i
I
i
I
I
i
I
i
I
t
i
Itt
I
CI
I I~~~~~~~~~~
I
.
;C"-
I~~~~~~~~~
I
i
I
i
I
I
I
I
t-
Ic
~~~~~~i,i
I
I
I
:
II
1 Ii
IC
ic
i
i
i
1
C
~~~
St
I
C..
Ai
zC,, C)-C
0~~~~~~
L
II]
I
LU
I
I
I-
~t-I
.~
-[
c' k: c
~!U
(9 (9(911
'
:*"I.
-.
!~~~~~~~~~L
I
>.~
:"
I..
!~~~
C.
5-
N *N~~~~
(A
U.S
ii
I
'
(N. N N
INS
(Ni(Ni
C,
0
aN
iN.
J
'-.
!'0
I
.---..o. .:-
L-~~~S
U.
(:7'
,Lu .-
.2 II
(9
Lu
c
I-
11i-,
t1
-
NIi
! .
i,
'C
U..I
S-
5-
-C
Z
C,' -
-J
-C
- ~.-" C'
I)
I
!-.,
J
C.
'Z
o
H
(4
(4
(9
(9
t
¢,,,
:I.
I-..
Lu
N
C;
I
I--)
'.
>
U..
-J
1o
(9
C.
L..
.
II
U
i
C
I'-
'p
I-
-~~~~~~~~~~~~~~~~~~~~~~~
.~~~...
.,.
-
I
C' C
U..
U.
U.
(9(~~~~~~~)
,C<C{~
5.-.
'" ~ ~'
:C 'c=
C~~~~~~~~C
i
I
IN. ('1
I-
L
I
I
I
i
I
-
II
f
i
N
(-.1
i
i
I
i
'S
1~
?;
-
!~~
[;
U
U~~~~~~~~
H
4--
I~~~~U
LL5- (A~~~~~~~
5.10
I
i
I
i
II.-i
I
I
'it j IN
Cl"U
I
(I~
I
I-.
i
I
I~~~~~~~~L
~.
~
A~~~~~~~r
a:~~~~~~~~~~~
Lu
'I.
i
'-
ccr
'2
I
I
I
mlIf
i-.
i
i
II
I
K'
I
i
I
;C
CI C
I
I
i.
i.
I
I
i-
1.
-I-
I
I
I
IC.
I
i
i
i
i
i
I
.I
i
I
i
I
I
I
i
I
i
I
I.
I
i,
i
I
I
i
I
I
I
11
i
I
I
I-
I
1
4
I
i
i
i
i
I
Ii.
i
I
C..;
C
ii
i
I
II
I
I;
i
i
It
i
i
I
I
i
I
t
I
I
i
I
I
i
i
I
I
I
I
i
I
i
!
I
i
!
i
I
I
i
i
I
i
i
;
2
I~
t-zZ
i
, i
i
I
i
a7Iw
II
II
I
i
t:
I
i
II
i
i
I
I
c
7
.
"
C -
r
.
tL
I
i
I
II
II
:-
CCI
I
I
i
L i.L
....
CIt
Ii
I
I
I i
I
i
-i
l,
ic
L
iI
i
II
I
i
I
I
I
I
C
t
i
C
'!c-,
i.
U
-JU
I-
uC
C1.
~~~~~~~~~t
I f 1! 1
i
!,u
,--,
t% -r DLL-
- - -L
.-I
ILL"
L.
t~~~~~~..
CII.
I~~~~~~~I
nvL- ~V
.
U
':
I~~~~~~~~~l
tl
lr
?
>
f..:
L,
.u.
L.JLL , C- t.,"~.
U'
tz
¥,,'~k.. ! ' ~ .i--
._l
Z
tJ'IJL_.C..
,i
L)
CI
i
"
I
I
I
I
I
C
II
I
I
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
I
I
;
I
.,~~~~~~~~~~~~~~~~~C
~xt
I
.
'
"I'
j
I
4I
ir
!
I
I
t
t
l
I
~
~
LLI
I
I
I't
f
I
i
I
~
I
i
i I
Ii
C -
P
~%~4
C L
I
I
l1
I~~~~~~~~~~~~~~~~~~~~~~~~r
cocl
I.
I
, , .I
'
I
'.
I
'
tI
i!
i . I
I
~~~~'(I
~~
~
~~~~~~~~~~~~~
I>.
I'
.
I
I
4
I
i
1
1
1
I
I
I
I
J
)
t
.I~~~~'
~
~~~
I
I
I
I
I
i
It
I
i
iI
I
I
~
;
.-I
i
1I
~~
I
I
I
i
)
I
.
t
I
Z
I
'
J~ ~
-
I
I~~~~~~~~~~~~~~~~~~~~~~~~zC,
~~~c
IEI
1
4
I
i
I
i
I
I
II
-
N
I
i
C.
t
-
.
--
i-
I
II
I
I
I
1
i
i
I
i
I
I
L
,..
cr~~~~~~~~~~~~~
C
I
i
I
1
4.:-
I~I
i
4
I
I
I
1
I
i
1
1
I
I
I
I
I
I
i
I
~..:
I
II
I a-C
Icr
aIC,
c~
I
II
II
I
I
' [I
I
I
I
i
rI
II
I
:Lc
--
2
i
·
I
I
I!
I
,
I
i
I~~~~~~~~~~~~~~~~c
-
i
I
'
I
r
~
I~~~~
I
i
i
I
4
l
I
~
I~~~~~~~~~~~~~~~~~~~~~~~~~
IJ
I
I
i
*
4I
f
It
i
i
tr
I
I~~~~~~~
f
~~~~I
}
t
I
I
I
I
i
I
L-;,
;4
N,
1
]
I.
CC
I--'
1..
-.
.. 4.. cc .
C~~~~~~~~~
o-
1:
it it 14 i It It i
,c 7C, _.
>c
r"'~~~~~~~~~~~~
,
,c-'o. ',o.- c'
'
)l?-'C
[
], -
{
:
-,
'
I.- U
X
ee~-" .
C\,V.
"
,
I
C I,t~e
l.l?c ~t~I -'
,,
c:
~~~c...c
)-.L
..
t
vv
v-,
L"
T
t~~~~-'
U.ILLU
I
~~~~~~~~~~~~~~~~~~~~~~~~~
[
U.U
..
I-., , ,
LL
W
LL-L.LU-I-LL
I
!1l
, U'
IX }1U
'- r'-'
"" VI
lIIh
1 ilL
Ii l,'
U' iI,
II:
C,~~~~~~~~~~~~~~~_
U CNII-)CLal
C'".
c- C ID
" c.:" ,-
u'N
~
U
~..:
.C.~
"C e', Ct
~,C' L) C',,":
"
~("
"
-
--
I~ C
,
C - U-LLL
-, ~->c
,. 'LLU"
-L U..
U. l..
.
L.
U.. U.- ta -_t.4.
:..L.
-
C
:L.' U
4, p-
]U-
LL 11
IU..U
I
.U
.L,
J"--I";"i". (
~4''
c-.iI.1.L . L
.
C
0 ,c-
.
N~. N,.
C, CC,-'
I
L-.
I
1.
I
i
i
.
r
i
i
t
- i
I 'I
I
i
i
I I
i
I
I
i
4
I
4
4
I
i
i
i
I
i
I
i
i
I
I
i
II
iI
I
I
i
i., -i
i
I
I
i
I
I
I
i
i
t
i
iI
Ii
i
I
I
i
i
I
i
i
i
i
i
i
.
i
i
i
I
i
'I
I
i
I
i
I
i
i
C~~C:i
U..,.. C,,
~ ~C,
; C~L
C [l.
i ,
C:
'CcC.- b"C,
11: f7" C I:..C
:C_ C ,I4,4
4
i
rr
I I~~~~~~~~~~~~~~~'
i,
I
i
r ''-I C
i
i
i
i
i
I
i
i
I
i
I
I
(
I
~~~~
c-c~~~t
'
:
ric-
r
~
!
i
I
{ {
i
'
I
4
l
i
4
i
I
in
U,,
j~~~~Ln
u0
'c:c,
U- Lr,
Z
In ~~~~~~~~
I .{!
U, !
1
1
!
i
i
i
.
C!
4
C!
I
j
i
I
I
4
I
4~~~~~~~~~11
c
II
1
I
4
0, }0~~~~~~~~~~~~~~~
-.
uC
~~~~~~~~~~~~~~~~~~~~
I
4'
,
L
U. -
{
4 4
4
4
I
:~~~~~
~~~~
4
j~V.
i
.
i
I
i
4
4
I
4
- I~~~
.~41~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ ~
,
I
j~~~~~~LCL
,~~~~~~~~~~~~4
U~ r'j
C:
<4
i
j
tCI
.L.u
el
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
co.
c,
-,
i
I
,
-re
4
,
II
4~~~~~~~~~~~~~~
I"~
I
It
I
i
W
'~~4tC44~
4~~~~4~Z
I~~~~
~~~~~~~~
i{
r-~
4:-
i
4
-~~~~~~~~
4/
~~
-V~~~
~~~~
,i'
'
*td-
-
i,..L
'
-- i,,(4
LtC-
.!
*-
-
(1
'
U' /
,
(1
,
r.-.-
r- r--,.i-
!
,
i
~ u.
*-
'
-
~ ~~~~~~~~~i
It
)!L
:
,-
,
.-
-w
i
,-~-
i~~~~~~~
I',-
N
t ',
e.,.-,C
-- .
u'-
'.-i
i
U..
i
i
i
t
i
C ,,
k.,.
4~ U. hi
7
. .L
ZZ
.
"
d4
~
4-O
i
i-
i
i
I
'
(N.
.
~
g-
~>'
i
i
i~~~~~
-':
N.'. ., -. N,-N N N rN,.
(N
,N
" :(O~
~ CQCCQOC
:'
re _
'~
b'
4
o
Q Q~CC
It
·,"1
~'
,
~
P.,
.-i
I
z
I
i
I
i
l~~~~
!
I
I
i.
i
I
i
~
i- c C-7
s ',C , c
~
!~
iI
~ ~
I
i
I
I
I
i
I
I
I
I
I
I
I.
1
I
C C
-I
L
IC-
T-
~
c. r CC
F'C
CI
I
C-C
I
C
(C'
i~~~~~~~~~~~~~~~
.(.
it
I
!c. LI
I
-
II-
Cy
,
I
cLc
-I,
cc VI
L1
(-,
L- C
L-LCi
::L.Lc.': .!
~_' V~
:
):,
:
~~
i C
~:
~C C)l
0
'L~~~~~~~~C4
}!
CZ +I=-C
L
o~~- co
4 i
! cr~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,r
t
I
~~~~~~~~~iI
X ~
~ ~~~~~~~~
*V
CQ
-~:c¥
c
r~~~~~~~~~~~~~~~~~-
-
r--Z r-
.IC
N,
~
C C
-c
)C
-M
c'
>
c"
':
.1~~
LF C
':c c
,
Z ' [ cFP
.'c~~~~~~~~~
I
<11 -U.
:,
~.
~
i
i
i
.
,.
I
I
I
~:[
II i
r
i..: xt
C,
r
>C
0~ .
L)
CZ
~1, 7'.~
C
u..,
.i-
!C.
i<
>'.
2'~
~.. I-
4
a)
C
i
i
:J
;2 ,
-LI.---C'
C
ULL-U
C4IC'~ C,
I
~S
C
I
C
U.
Z
i-
I--
~C:
<
i
C; -):~
C,-:C
C C
.' C
,--4:
L..4 - :Z- _~'
-<
....
-'
i
i
I
i
- ¢
I --
~O
~
~
~
~~~~~~~~~~L,
i!
I
i
'el I
~
·~~~~~~~
In
j 'a.' c
1
1!
f
X
C
-C-
C
<C,
,tx
Q~
11~~~~~~~~~~~,Z
'li
,. ;L
4
:
'Z. -~_~~I..
N
N,%~~
,Z
~I
C-l
~U
C
~.
i
i
I
'
j-I
t
I
Li
i
I
I
t
~
f
i~~~~~~~4
i
:~~~~~~~~~~~~~~~~~~~~~~~~~
Ii
'!
t-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
~I ~~~~~~~
i
r
~~
I~
1, -Ii
I
J
I~~~~~~~~~~~~~~~~~~~~~~~~
i
i
i
I
.i
i
I
I
.m
I
f
I
I
I
i
i
i
i
i
1
t
I
i
I
.i
Ii
C
U'{ I! I C
I't 'A't~~~~~~~~~~~
-:f
. Cr
- t
Ic~~~~~~~~~~~~~~~~~~~~~~~
M
C
I
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
I
;C C ;C-
I
i
i
C
I L
C
1
II
C._ I~~~~~~~~~~~~~~~
-
uCI
4
I
i
I
II
i
I
I
Z
L
I
i
~
C
II
II
i
i
,
i
i
,,C
M~~~~~~~
{1
4
.
L
II
i
I
i
i
J~~~~~~~~~~~~~~~~~~~~~~~~
C.
i
i
.t
i
i
i
I
,i
:~ ~
1
*~i
'
.
C~~~ z
N
2:I
z
4
4t4~
~-4 ~
t
CC
4
el' rl
I
L4
~~
.C
L
I
.
M
C
C~
eC
c.
U
U
~,~CC'.C
IC
L" C
'
C,
. ,
In
-P-
C)
4:
I'U
an~~~~~~
L
r
C'-
4'
(.1'
IC'
LLn
.
-
r
{
I.
·I
W.
Le,
-0
I-
C,
-Z
fl-
C)
C.-
C
C,,
L
.U'<4
L,
'
I~~~~~~
-
-
MI
L
C
C'
If.
,
C
C
"
j
r-il L -
C
in
..
.
U-'
Ii
~~~~~~~~~~~~~~C.If,
.A
.
C-CC
.
j
L,...
1Ij..
,..
c-'
C
Ill/I~~~~~~~~~~~~~~~il
4
MC
~
r~~~~~~~~~~
'd
~
1n
L
'
~
lI
4
r-
W
{
,~~~~~~
Z[
C
:2
C
l
M
C:
C
-
M
~C'
:
;Z:
:a
-ZP
E
~
~CC
Z
Z
>
c
!
C
_
M
C
'z
L;.
cCCCC
I
Lr~~~~
.
.,.
,
.
~
.~,~~~~~~~~~~~~!I
I
i
j
L' 'n "L
"~',
Ii,
"
i
lI,..
~
r..
:.~m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~U
.<x
> C'x
< -
... ~'¢
r
L.J '
~
I,
~
C~~~~~~~~
M
C' ~ ~' ~-'"
I ". ~ :',--
Vr
,.
LIW
w
C-...--
' I,,-
j,,1.
LU ~
Lr:L'-~
~_-
L 'l
t
aJI. , L,"~
,
I.&..
--
~U-L.'
,- U)'
I..-l,.- ~
) CO
3. C
C-. ....
ll--'
l,,-.t~--.~,
t-,-.
I--- ~--- ~.- Ui--~- ~, ~ fr
i,--
t Tt
w
. ?'..r ,,4k.'.r>>>>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~.1 ' . " -I ; ~- r
I~-t
..1 ti . Ut.;t"
,'¢ i
C
C,
J
I'
L' t
WL LU
.L.U,
I1
L
,
U-.'7r--. x V
....
~~~~~~~~
,
l " -
V,
!
~
- L.
LL
ofC
:::L
r
-<
C:
x LL
CC
:I:rU :Z
Ln
-o
LL L·
C,,
U
:L-U
CL C re
i3 :
''ZL:: _L
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I
'r
!, i.1
'- -
~
]
C_I:
C.,M ZiU
C,-,
r,.~
--4¥,,I
~O',
~-,2"
C.l4', .~P-- ":~ ~ -,, ¢., e*'C~r~.'
C ..0 /-Ce..C),
',~ ~ C.-'
.f,..~'C,"-C~
Li~
~ ~Ui"'
~~~~~~~ ~~
I
-',.
f
L
,
tr in
"
'
' 'C'
-L:
L
'CU L
I--- Z
IC
,
,t
,
~ ~~~~~~~~~~~~~~~~~~~~~~k
!4"
'R
L,
"-.? ,
~
~.2
r~r . -'
C-4-.T'-'
- o. ooc<:c
.?
~.1
.1
. -oo
'.'-'' o t..~
o7
C;.C..Cc.
:, ..~.'- ~.. ~-. -t4
c
'.4.,.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,'
~
W
<
]-<(~LL
rL
]
L
, u
:Q - -L
cc -cr~~~~~~~~~~~~~~~~~~~~~~~~:
}r
r
[
C,-C '-)
cr C...m r :,4'.
t4',ol
' ¢_r,~.,c=c
,.i-:P4-~r-c.,
..f-.:
? .?.'-'
-. -,-. =.
C,c
.,oc
!C Cr r .
T
-
I
i
I.~~~~~~~~~~~~~~~~~~~~~~r
a..1 a 'i.
m
I
i
l
I
[r
i
,
I
*
1
I
iI
F
I.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
r
1
I·
Ji
t
I
i
iII
i
t
ILL,
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.
F
t
r
i
II
1
I
i
j
>
'
IC
3:
iL;
CL
U-
Z
L
I....t
CC./~~L~f
,
c iMy
,P.
l'u
EI
r~~~~~~~L
'
~
U~~~~~~~~~~~,
~
1
CI
" I'!..
'
C
-/;
J
C.) C
iic~~~~~~~~~~~
C;
II~~~
I
"
I
r
i
CI
11
L
IU-
I
A.
n
t
c ;~
.
I
cC
e
'
I
I
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
I
t
lF
iI
I
,
r
I
I
uo
F
I
1
1
C CCCC,
t...
,
C
I
ClU
Il,
c '3..~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t
:-
I
I
F
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I
i
I
.
I;
iI
I
Z..t
I
.
-
:.
ci:' , c"-c.Ccc
i
r.
,L. oE6
.c
t
U,.
I
i
r:i V-
I'<'
I-
" I,CO
I-
Fi
CC~~~.
cc. Lr
I
C -i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ir~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
j
~
F
I
~~~~~~~~~~~~~~~~
i~
I
1iti
-
1
i~~~~~~~~~~~~~~~~~~~·
I
,l
. i~, '
'r~~~~~~~~~~t~ '-
F
~ l"', J
,
c 't·-~~~~~~
X~~~~~~~~~~~~~~~~~~~~',.
.L
'x
I,
i
I
is~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' I'
~
. .'
-c.
. -~
~
I~: '~- _~
'O
C~' t.~
=+L-C~~~~~~~~~~~-
~~
I
;n:
c~r~
Ln
,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f
t..*
.
~
~;
~{C ~
~~L0
a:
~~i· I
~ :
L .~~~~~~~~~~~~~~~~
cu
R~~~~~~~ cm
!~~
Y~~~~i
ii ii
I II
ZL
z~~~
i
~
~
,,?
E~~~~~
i i
t
1
l;e
G* 0~
r'*
~~~~~~~~~~~~~~~~~~~~~~~~~~
1·~~~~~~~~~~~~~~~~~~~~~~~~~~
1 ii
ti c
i
·
L~~~~~~~~~~~~~~~n~~~~~~rL'~~~~~~~~
n..
,--
h.
I
()~~~~~~~~~~~~~~~~~~~~~~~~I
LZ
Z
C11"3~~~~~~~~~~~~~~~~~~LL3
w~~~~~~~~~~~~~~~~~~~~
. :!·
I ;%~~~i
.7 Irjf
;
i
""~~,,-~,,,L,,,,f"'"~-C-ii
~l
h-
,F,L
i~~
~~~~-
I
j
iIP~3
Ie.----
.. ?
1
U-
,~
_ ~c -,
- - "<C
t'
C"
;~ OC
,,
'."
f
C
CCC
I
OC
Z
r
I
~
1
:i:
r r~U')L'r
It41
I
';Ca"
'i:C
'r
;L
~i
c~~~~~~~~~~~~~~~~~"!~.~-
,.C
--
C -.Z
' .-,"
,~' I..r- .-_
P
-; ~. tA?
l
i-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~
il
: '
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'
i
i
1
i
I
t
1
i
;~~~~~~~~~~~~~~'
r
I
I
-i
ii
.
.
i
I~~~~~~~~
i
i
i
i
I
if
I
I
i
i
I
I
I
i
i
I '
i
i
I
i
I
I
i
Ir
I
i
i
I
i.1
I
i
I
i-
I
i
I
i
I-
;'
I
I
i
I
I
i
i
i
i
I
I
i
I
i
I
I
I
11
i
I
"I
-
I
1
I
i
~~~~~I
1~
I
~.I
I
I
,
:
c-~~~~
·
u'
'. -.FE.E
i
I
or.. Pr, z
1ci
'
Xr
1
',
I
..
I
ci.
"C
k:c
I
':
1,
ci
.ib c/I
I cc:
I
i'
[
.c '
1
~~~~~~~~-C
cE
II
I
L'
F
'~~c
I
III
Ii
I
I
II.
i:
i
i
II
i~
!]
I
i
I
I
i
-
I
C-'
!
L3
Ic;
C.
X·
C
~ ~
I
II
i
I:.~~~~~
1
'
~
~~
i
~~
in
t
:
I
I]'
I
LI
It .
U
C
~
:I
-
,j
u.
:,r
i
i
l~~~~u
-t~ ~ !LLL
,.r1~
r
I
I'
Li
II
I
~
I
r
.c
C
i~~~~~~~~
:
II
<
:Z
4
~C
?..
tC
~-
I
- !
I
.iri 1I
--U
'
u.L
U
.
U
i
I
4_
~~~
L.~~~~L
I
>
:
,,
-C 41
a
LL
ii
CA"
,'A
r
U.'-"
[
e.
hi
Z
,-'
14~
IL
U_: ',- or. ' -.
-c-
1
L'
,
=
,-.i
~
',
--
"'!u:
'Li
i--
:rT:
c.
.'Z u":
-0 C.
':
"~
C ·:
C..
'-~~~~~~
i
I~
'C
L)OC:.
I'
,'"'Cj '(%
3- ~r ~'~
'=.
<J?
i%-~
aO' i~~:ri
2' Q C(
;':.- ' . ) . '.i. _
'u
i
.
i
:
...i
r
c
I
L/'~~~~~~~~~~~L
C~~~~~
z
'-
I-?
('
. '
-
L
M
:
Z
z
'~C.
:i
I
C
C
ci.f.
-,.
C
-I
c,0.,
-s -
-0 -C
C
Li
r
.
'v'
~'.
~~~
'.
1
<<
i
C:..
C);,,*
< '!.,.C::-w ..0'
t3
K
4
C
-.
,,3.
'~
,'
e..
'
~~~~~~~~~~~~a-F
LL~~~~
~".
Im-
<4~
-
'"-IL:
U.I-
1
LL.
;U
'r
z
ic
L
LLI
:i
i El
C-
/
i
r
-
i
C>
.j6
,
I Li < !
I C.~~~~~~~~~~~~~~~~C
.
~0 u.CU-.
.~-Z t'
C-i'.f
C~' ...r
UI
I-.
! ¢/
ir-.'7.'~!
C
-~
.
'
c
11
:
!r
7'-
oc'.i
r--~~~~~~~
LL·
·
i~~~~~~~~~~~~~
--
.4- ,z7
~
-
r,-c, c_3C
o'
Z,~·
C'c~ci0,
C.'
..~ .:r-. r
L,
,5 % 'C
:~~~i
r,_:
'-r..i
U.
,..,
"
c~:
,
UL
i:z
-,
~
-.
~,
i~~~~~~~~~~~~~~~
CD
cD
cr
i
(.>
~ ':
o;
C
I
1
i
'-Pa
C'
~~~
~~c ~
~
u-.?~
tC~
~ ~ ~ ~
:
"
'
0
W
00
C
0
~~~~~~~~~~~I
i
j
i
i
j
j
1
j
j
I
I
i
i
j
!·
I
I
I
i
i,
I
i
i
I
i
i
I
I
i
i~~~~~~~~
I
t.
;
1,
i
i
i
t
1,
i
i
'
t·
I
·
1
·
·
J~~~~
·
i
i
i
I
i~~~~~~~~ i
1
~
i~~
~
~~~~~~~~~~
I
i
i~
i
· iae
C~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:"
~
II
c
i
i
I
i
~
i
l
t·
C c
iI
--
I
r
L
T
~~~~~~~~~~~~~~~~~~~~~~~r~~~~~~~~~~~~~~~~~~~~~
r~
c
c
c
i I!.c;
t rC·i ~.
tI'
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
W
1
c~~~~~~~~~~·
jza:
C
IC i
·
.-
I -r·
IC
j
rC;
r
C
rryeI
L'
-r~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~cC
C ::
C I
c-~
T
I:
ii.
!kc
x
x C'
C-
C-
J, C I21
I
p-
cc
z} ,
r/
~~~~~hJ~~~~~~
L
L
L
L
L
L
L
L
·L
L
LI
C
L-
L
·C
-1
L
I
i
I
.
-I
·L.
i
i
II
i~
t..2
r
~~
~
~
~
~ ~~~~~~~~~~
I
r
c
.-
c
II
- I
. i
·
i
I
i
r.
P- :
Q:
:
I,
i
:r
-3
re
3
i
I
·I/
d
or
,i
i
L.:
, ·
;
Ci
ct
r
CI
I
c
r
C:
";
Tt
1
41
:
i
i
);
%--=
O·
I
I
i
Z7j
rr
i
i
i
I
r
zj
1
1;:
C
fi,
rrr
i-z/
cr'
i
· '
i
I
. I
I
I
i
i
I
I
,,~. C.:
..
~
,-.
,-,
~.
cc, C--
I
~-(.T 0
~
i~- .
~
'"F'i
cr- ,~.
~.~
th
i
)-_X
-~~~~~~~~~~C'
o:
cz
cc~
co
5,
-.V-.
,
CCIC,
(nL
~'
v.
,.
LL
G
>>
>
l,
Uo
Lk,
i
L
U-,~
~~~~~
~~
(
'.
CT
'
0
a
c:
i (r iW:
-
C~t
Z-
.,II .-
el:C
cc
C
r
C.', Int-
Z
U-!Lk.:
!z
V'
Z
C~i
ci
it
.ff.
;
,
VI
'U,
,
C~:!
u,
U-
_
;
U-.
C, Lt.
tC
L ,
.
uj
u.
LUL
L-
~.
tj 'r C
ml
'
r-~~~'
t,-
U-"
0i~~~~~
C-
- CC·
,~c~ ,~.
~crc-.
0 ~
;~ LL " O
L,
:
r
v
C~ 'C
--, . J;
Ui,
C,! C 0
,
I
i
I
i
I
F
i
i ·
i
I
FF
i
tII
i
i
i
I
IF
.ii
i
I
i
i
F
i
i
I
I
I
II
i
i
z
i
i - I
i
Ii
i
i
i
II
I
i
i
iC
I
F
j
I
I
!C'
C
F t7 :C' C C,
I
I
I
i
i
I
I
I
.
i
i
F
~c C'
I
I
i
i
i
1
I
I.
1.-:
t'F
II
F
4
FP
C,
FC C'
F C'I(71
i
i
i
i
I
F
F
F
I
i
I
F
II
i
- I
i
II
I
ii
! -I
F
i
i
F
I
F
i
I
i
i
I
I
i
I
I
I
i
I
i
-I
L , U-L.
F iL
L F
c
I 'IF
C,-C,
(L cca:
?C:
i
c
,
C('C
cra'
-
~c
CCc
.
C
i
i
U Irr
!F U,
F
C C, G C C~I :C
I
F
II
I
F
I iLJC F
-
:
·
-
!c "
i
F
C
b.
~f, F
W" 1.1I U, U,
F
i
L(%L- L-%U-%Lr- U- t
F
. FFt~~~~~~~~~
.
~F =i=.-,_:~.~i~F
ull1 CI Lr U-.
:
-
4
', ..
-cc
C:.
....
:
~Pd
CL
1
CCYC'c
r~~~~~~~~~~~c
Fi
Ic
F
-~
FF
F
F
F
I
'
rF
-
,Q`t
,
'
IC
F
,;
F
~ rz!
;- --r f ~C·
~r~Q
tf\.
.
rjip".i~~~~~~~~~~~~~
E
FI
1
C
i
F
F
I
i
i
F-
LI
F'FCF tOQ'I
I
F
F
i
i
F
F
F
t~~~~~~~~~~~~~~~~~~~
I
I
i
4: c·
I-
I
i
I
F
2,
rP
+
~~~~~~t
r-~~~~~~
tC
U-I
(\:I '
F
F
F t-..--
i
I
F
F
I
I
--
-I~
F
Ie
I
I
F
F
F
F
F
~ta
C;'~~
c
'.
i
vlv.rr
j F:
F?
IFd
t·Y"
~,'LU'
' Lu
x, c
F
cT \!S.,
~
cr.
~
jc:I
.r~~~~~~~t
I
CL
--
~
.
F
iF
-
F*
0'
~ F;~~~~~~~I
I
F
II
IIII
~~~~~~~~-.i~~~~~~~~~~~~~~~~~~~~
F.
,.,.-¢.:
e" '
t.
F
F
C-'
~
1
'
Ut
i
Fi
C~~
rs
~
cCC
F
.~ ~'~'";e"F
'
~i,~~u
~
}
C C
CP~~~~~~~~~~~~~~~~~~~~~~~~~
I-iS -I
t'~~
Fo
iC I0
. IC,:
C,
CI~
i
~ ~
cc.
C
EC~
I
0r
i
I
!C
I
~
,cC
C,F
I
r
r
F
I-
· , t'.C
t! o.' io. ,'"'.
-~o U.''
o, .'" ,
C?.: N-:c.,5" Y~.' :0
'(7 ~ Ut CC, c,'. 0,..
I
i
LU,-, .c[
~~~~~~~~
,i
'
-f
w-
2l;
"
n-Cc,L
'
'
<.n
U..
C-' C?
3,:
' C -~
.k--
.
7
1
>
C
_
I1'
-4.*
L-T'c
-
O'
-
I
Or
I
C.
!
I
t,.2
*L
C
-4.
L;0'
,.
;C
x c
!La, i[
C >
E
C
F.-- ~~·,
.
- ,
Cl
C
iY ;7CCi ct
31
.
"
L0 .>- :(," C:11
:
>
i
..
LY· ~
',-.I ~Z::
.:.U
W
c cr
:
>~
~~ '.,'~
C~
.
i.
Ba
-C
Ut(t
Y L
O~~cl:
-I
e LI
C
' ~-- -
r·'
a
~
C-,
C.
c- LO
V
),'~~~~~~~J-
t.,-.
r-"
L
L
i
r
,CCC
,
.C
'
4,
4
1
r
F
Co
4
(A
i~~~~~~~~~~~~~~~
,
Fj~~~~~~i
1~~~~~~
I·L4 e
F
or
I
I
1
2~~~~~~~~~~~~~~~~~~~~~
i
C
,0 C)'
i
I
--I I
~~~~~~~~~I
!
I
i
I
. I'
i
1
I
I
!
I
t
1~~~~
I~~~~~~~~~~.
I
I
I
i
I
t
i
I
L
VI
I
c
II
i
I
i
i
I
i
I
i
I
I
i
i
f
I
I
t
~
Lm
t
L:
I ~~~~
~~~~~~I
i
i
.:
C :i
'"
-
,c
;r
rr,
.
CC ~
II
~~~~c.
~ ~
·-
i
(r
C
1e
=
A
-
'...LiC
Ln
~ ~
~
~
:
Ct
11
i
I
i
a
ell
I-
I
i
I
I
I
;
I
i
.
..
I
i
I
i
I
i
i
i
I
i
I
I
r
1
i
:
I
!
~
i
.i
L
i
I
I
i
I
·
1i
s
~. t
LC % U.
L
I-
--,L,
i
I-
~~C-r)CC
C
' L
i
I L
a-
-
i
!-
c
t
-- uq~-
,- ... - ~'
, ,
2L
r
i
i
C
i C.
I
i
i
i
:I
I~~~~~~~~~
Ci
i
IN
a
!t
7-
i
F·
czK
L
i
Ii
2C
i
IA -
.,
~
I
i
;.
'
-"C..-'
'l
I
0~I~ii
u'
1:
Z
U'
Ir,
C,A .'t..
I
c~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
('2
C C: C. G'C
C
>.
Ii
2-
L>
-
I- a
C-.I
C
j
C,,
,4'
Ii i;
i
i
I
I
t
~~
II
i
i
I
;'i;ir:
.
' 'LP,'
" "
1
;L m
,~, ' ~[ ~~~
, u.' L
,'
L~~j>~~~~~~~~~~~~
- -;
Cr~,
U
f
II
I
·
I
..J
~ ,-~
il-
i
i
I
'-. ~'~
'~-.
~ .I
IC
IIi
'C,
pC C
o
I
i
·-.
~ co
~ :E ~''
c
UW,
:-.
Ii
L
Cx*
i-~:r
.1L;
i
'
I+
i
II
4
c ''
~'~~~~/ ~~~~~
t
Ir...
t
?
'rC;
C
I I~~IC
t ~ iLr
.
c,ri
·
I
i
c\
.. o a
(',c'
i
i
C;:
i
Z
U
1
i
i
t
II1
.
-
II
-,
..
i;
i
II
II
tl
.- Ic=N* ..
'C-C~
Cci
i
.
i
i
i
i
I
i
'g. .
I
~~~~~~~~~~~~~~~
C~~~~~~~
;
C
.i~~~~~~
Li.~
,:c'
C
~~~~I
CC
I
ur . Ii
14.'
''
I'c
I
':: c :Zc
~ ~
-~
Iii
C '
I
1
t~~~~
C-
I
ryI~~~~
IiI
i
cc·r'ci Cc.
I
I
I
1
iI
ii
;
I
I
't
i
i
i
i
i
C
I"
i
i
I
i
-
i
I
i
I
I
I
]
I"
i
i
I
1
I
I
I
1
II
I
i
I
i
c-i_
It
IC if
c<
C
If' CIT
I
It.u
L.
c; C) C C) C C)
i
I
I
i
i
i
i
i~~~~~~~~~~~~~~~~~~i..
I
i
'
I
-i
I
I
i
i
I
I
i
r
,Ir
C C-
C, C C
.:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
G ( J~ .C
~- I
~
i
i
i
I
I
i
i
i
I
I
I
I
i
i
I
1
I
I
I
I
I
i
I
i
I
I
.i
i
i
-
I
i
11
1
i ·
i
tI
i
i
< "7
-
II
i
C.t~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!
i
i
-
i
I
I
i
i~~~~~~~~~~~~~~~~~~~~~~~~
'
1
I
I
i
I
i
~~~~~~~~~
iI
I
I
i
i
I
i
j.
I
i
I
r
5
i
I
I
1
,.. ,...,
cr
i. ·
C
i
F-"
I
i
Cin-c-t~~ i' I¢"'~~~~~~~~~0
J
,
fI
I
!
i
i
'r i~~~~~~~~~~~~~~~~~
W,~~~~~~~~~~~~~~~~~~~~~
i
-t
~I! ~~~~~~~~~~~~~~~~~~~~
I
I
.. L
-
1
cc
- i-' ,L
,i-~~~~~
,Li
'"!' c
CU
(3r,~~~~~~~~~~~~~~~*
LL
c
·
I:1
~C'
~~~~~~~~~~~~~~~'
P-CC CC fi,
Ir =,
C-, cc
i~~~~~~~~~~~~~~~~~~~~~~~~~~~
· Ci·C~tK~ClrC~~ir;.
c;
r
,,p, ~
.
m
~ti
.
C,
~~ C
v~~~~~C
.
r
0QC
r~~~~i
LL LtI
01
v;
-:;I (I
r
,
·,!~~~~~
:
, cc
U-)
.
I-l
I
jn
I
c:'; 5- zi
~~~~~1~~
I-I-U- C'
~~~
ii
<C rZ.
C 0.
C
. is.
I
:'-
C
I
P
~C
- f
V
:N
=
.
~~ C
f
'~~,'
C ~-C
C C~~~~~i
:F...
r~'ZC.'4
'
-
lai
i
Cm
r~~~~~~e
:4
C'
C
~--
c·
I
~
l
ri
!t
"~ C I
ii'
'~
·1
O
jlr
I
..
r3t,~CI
.~ .
r,.
'~~~~~~~~~0
..~~
~~ ~
L)
o
Q-'L
1 fi
i
-.-
eC
,~~~c----;
i
~·
"~r
=Q
LI
,
·''
u
3i
~'-
i,
·j
''
r r c.=r: c
J
O
cl
I
' e: eqi~Ca
,~ -"
~'~ I.
x
U,~
G~C O' 'E r.
;
,4i
~
i' I-
C~~~~~~~~~
~~'
:-~ d : . I=~" ,Z~
C'0~~.~~~~~~~~
~ r~ ,:,. ~ U'C
0~ t~.
~~~.
C'~~~.~: U
.,:
C!
o! 1
,,zLv
I~ -
C~
~,
cc~.~F
I
-,e
,').
'"'
~ ~£:.
..'
C ct--~
I, C~-
c;i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~
~
J;u i i Ol L?
~
~
~
~
~
t
ct
c·
~
uCl
,
;6~~~~~~~~~~~~~~~~~~CC.
-~
u
" '"'~ " - ""J
T:i
~ AI3
I
i,
1
c
c?
·u
L!
'd
·c:
r
C.'33
r3
.C3
r
.nI
!r
,CC:
19
C
tr,
Ir
r
C
6
b.
EsC=
vt
C
XC7
t
rr
re,
~~~e CC c3 CC, V' ['
in,
er ,
~~~
i Lf
iV: LC~i
I"h'.
'JC
',
It.. ~_'L
U~lr 'T
L ?<-O0",.-~
d ' r:.:~ C r '3
. '.
i
?(
.
7 * 1 ;?I
jC,
;
t. t,,~
:r 6
3C
C'. Cc
:
h'j
L:
C:
i
II j
!-·
Il.
f3
.i
r)
Z
·
Z
fj
Y
(3
i
u
i
i...
er
'il
Jr: (Z) j
C-l
u
4
c
b
6
L)
. ' ,"~ .0"
~,0' i
I
i
i~~~~~~~~~~~~~~~~~~~~~
r,
i.
cs.
ic
v,
~'.-
r
1
,r~~~~~~~~~~'r
UI~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.,
~-~~
,-Lt~
1
I
r
z
~ .L
~ _,
u; ' T'"
1
Q
jet:
z-
·-.
I
T
,U,
i
6... -,-'-(~'''C-a.CP~~~~~~hc~ni )
,,- ,C O , I'~ r~,;
"~'
):
r.
I
1
~~~~~~~~~~~~~~~~~~~~~~
z
~
c-ii
C',
iI
Fr
I
i~~~~~~~~~~~~c
i
ii
6 i
cci
6
U
Iv
i'
0'"
,L.' t. (~j
ciT ;Cr
';?L
o
c3
:
co
t;·
.c,
ir
1
i.
s`
s;
I
i
~~~~~~~~~~i
i
i
i
I
i
i
I
I
1
i
i
i
1
i
!
II
I
I I.
-I
i
i
i
i
i
i
I
I
I
I.
C-II
C;C, aC-CC
~
c ?- c ,c
~c C-~c-:oc c.CC
c '~
ul
L.
c.
M,
~~I1 Zii
c. '
c : c....
' c . k"
'. Z~;·r·jC
aC
.i
!
';',
1:
iI
i
~
I
~I
Z752
I
I
)l
I
~
;
~
II
'
~~~~
c·
a.-r
~'; ~
1
1
~
~
]
I
'
J
lct
IL
7
'
c
<
i
i
it
i
!
C . II
Ct~ I
0
P
a.
I
P
cc
C-
I
M
-i
5..I
I
l
I-
J
I
:,
,f)-
II
i
.r
,-
X
M
I
C
I
I
-
C;
I
F,
7:
C-
1
5<i
CA
I
i
cC
i
i
I
Z~
I
I
·
i
.5.
C::
. , . ZIC
'L.
' '.'!
c,,- .-C'--*
I
4C
It C,
,
I I
1<
-C-I
I
t
cr
77
CM
ZA
0,
t
LJu
xC.. -.
L;
-
'
~-h
17
'0X
z
`0
~
-h
.- t
'
Li.~ejCc·~c5
: ~
, 2Cj
CC.LCC)O SC
cT:
=
S
-
-
;
CC1
'
I
Lu C
c
v
C
0' -~.-
70
" '")
m
CCh
~.
7
.- ,
4-
i
Cr
i-'
-
0
0-
5-
Ull
Li
i
0.
L.
LL
C-,
LJ,
li
e~ ~
r~
~'; ~
C:-.. ,4
C
Li
C
c
C
i
I
<
;
" '/
,I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ct4C' *
C,
C C; r cL CC~=:l-:,ItS
C;1
1
•c'-ZlC
-C: r.-ir'
~iCc-r3.i
-·
C)
0';C¢.5
C~n*\.
rhG-a'CC'L
OC
IC
-CL. ~
)·~C
~
.LL
r
P
· . .·.r Z·C!
C
ry~~~i
~~u
'C 'a
C
~~· ':Ci :;~ Lu c~a.
Lr~~~~
Ic-~L.
j
:
I
I.
L,
e
~ ,.I.
. ',& I't, ', C
I C,0
}
i
Lu
LL
)I
"C
s
I1f
"~~~~~~~~~~~~~~~~~~~~~~~~
"!~~~~~I
i
i
I
~ii
1
II
f
7-
I
> I~~~~~~~~~~~~
i
I
C
5Lu
I
II
I
I
I
ccC~~~~c~~tcc
if
!--
i
I
II
i
i
I
I
~
11
FEx
i- -
I
Lu
I
t "--
i 5'
I
It
i
I
I
I -;I
I-
t,e-(%
I
I
I
ti
I
I
C
E. SI
I
i
I
i
i
i
.
C EC
1- I'a"
i
' ~;
I
.I
i
,5 5
r i r, r
C f c C, :- r,: ect,
.I
i
i
Ii
i
II
1
IiP
:
I
i
I
.. II
t
I
i
I
I
I
I
I
i
I
.
Ii
I
I
C 'I
I
iI
I
i
I
C-t tt
I
i
i
I
i
I
I
I
i
i
I
I
i
I
i
t
I
I
I
I
I
i
i'
0
LL;
r
1
LL
C
t
Lr
L
;
-
L-. .,
i,
U:Lu
,
U.
L
.
W
iL
0z
~L.C
CL
O0
CC.'C C.
0
0,
C,
0
L:~
0 0'-: c i
C
,
CL
o
i
c
I
i
i
I
i
I
iI
.
I
c
i
1·
i
t
i
i
I
II
I
I
i
II
I
i
I
i
i
I~-i
i
I
II
I
I
I
I
CC
~
C
I
I
I I
i
I
I
I
i
I
-
1
I
I
I-
i
II
11
i
I
I
i
I
I
i
I
I
I
I
II
i
I
i
I
i
i
I;
C
I
i
I
I
i
I
I,CC'
I
I
i
a.i 'IU
I
i
h Ir, I rcr 1·
k..1·k
~
'V~~~~L
g
I
'
c
r -
iI'-.
fif, rrrl
m rc·
c
a...'-1~c
Ij
I
i
i
~. ' II
j6 c
uI
I
L c
~ .
..
C.
t
C:
C:
A
.1
i
i
I
I
i
i
l~
l
I I
~~~~~~~i
i i[
I
"
f
t
t
I
1
I
i
!c
C
"I
1
:
Le
..
·
I
'
1
I
I
n~~.
L,
l
c
I
I
0-
:,C.
-
1
C
{~
i
,
,. i
,
iI
I~
- '
0'
C i
I-a
'-
I,
II
C::'
:
L L-
I'I
b
¢Z '
U.
Q I
,
I
C.
i
-
l
L
!
'
-
I
N
4.,
.--
'":
,A
U
IL7·
.J
1>Jwj ~ w 2
,
.~ ('R
L
··U
.. ,,e.
b.'
:J. '
1-.- L L U .J -'--L
,u-
'-
0
tJ~~~~~:
..
o~~~~~~~~~~~~
' i"
-
U.
.
Z
.
i
tC'.
ILC.'
Lu
A
- 7
-
L
? '
-- 2t
ZZ--
9
t.?LL 1id
'-·L ~('2
r
2- 2 w
-Z
"
~~
,
01JC
' 1L
j
7
L'
-
C
-c,0
Tc
L_
L
LC
II
U-
_l..
-Ah
ULLU
r;,o
,..J
U
- Ik'~i
xi
L a..-'L
. -LL
''
~ i~a-a C'
IAI LL
'
~z-.-.
"9t
co
'i
.
u.
.i
1
0
I
7
U..
...(
L,
U.
I
LL
,;
I.-
~~~~
ii
L - -:,
I
I
-A
~~
I~
I~a
I.
C
;-
]- C
I
II
I:~
"C
""
0
ic
i
I
i'
-a
-
i
12
L~[
imI ',~
·A
7
t
I
La..
A'_
Li.
l
I
I
t
t
I
'
,
'
~~I
-C
-.-
i~~~~~~
i
f
i<:
t,LI;~~~~~~~~~
i~~~~~~~~
t
i
II
i-
I~~~~~~~~~~
I
,.
I
Ii
I
i
I
~~ ~~~~~~~~~~~I i
I
~~~~~~~~~~~~~~~~
'
I
I
rI
t
1
i
f
I
I'~~~~~~~~~~~~~
I
i
I
1
c
cc
Cr.-C; coCC
C'
L
I
I
i
'N
r l%."
r c /fr
c
'
I
c I
IC
I
L;
I .
I
II
I
ICI~~~~~~~~~~~~~~~2
Ct
CL
I
i
1
Ii
1
1
1
i
I
i
I
I
11
1
i
Iii
i
~
r
I
.i
I
i
i
:I II
;I
I
1,
,I
1
I
1
.i
I
i
i
.
i
1
i
I
1
1
I
i
I
i
I
I
I
- I
I
I
I
II
I
1
I
j
I
)
i)
U-
a u.~
I..
o
C(2Z
~, ' 21
..
.. J
L
"'
t--cc;c"
-·e
t
L..
I
I
CC
'-'.
C,;~
C
I
L.:
IJ
CC
-II
:L
I
Ui
i
i
i
I
:
I
'Z
:
'.C
C'C~~~'
:
]0C
r
I"'i
'
C
Z
Ti
iO
C
C ' 0(C;
C C
z
zUa
' -
G
CD
-
.~~~
- , , m, (~ (C
rim r .r
'l
~
~:
!,
C C C C'
-tC
~~~~~Z ::CcCC
~
~~~~
.C
-t
"
t~~~~~~~~
L
.
M
:
k
j
I
r
I
t
i
i~~~~~~~4
~
<
i ~
' L
~
.i
i
i
i
I 7
;
II
I
- I
CL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
u
n~~~~~~~~~~~~~~~~~~~~~~
M
U
P_ ~~~~~
~
~~~~~~~
LL
LL
ty.TA
if
'
'L
'"
l
.
<
~~~~~~~~~~~c, U,
:~.
;n
tn
i
iI
s
~
!-
nlC
r
.
. 1_
:
~~~~~u,'
{',,
-v-
.
iP
e
0
. U' In .:.,
.
i
i
- r. - -!
c
.c 4 <_ Z C
rC..c
C)~"'
C C O---
i
i
I
i
I
i
C
~
>"0L ,L:'.
F:
C<ULa
~
IL
i
2:
i
C
i
=l
C.
C :--
ic <r
C~
_
,~ -
CC C L)
I
L - f,
t,(4
~~ ~~~~~~~~~~~'
,
~ ~~~
~~~~~
Lr
cr.
rl. C
~
II
U~~~~~~~~~~~~~~~
m ~...
.
C: C
~
a
ur
c-
U~~~~~~~~~~~~~~~~~~~~~,
L-,:,
I
i
i :-
C C,4C:
CC.
t
: c c~
Li
>~~~
~~~~~~~~~~~~~~~~
~
~~~~~~~~m
C
C,~ C W-~ C
co
~
lf
i
C.
E'
,'
I
I
I
I
'
C,
.t-CC.(3 '
,
~.
Z)_
C£
'
'
~
I~- c- f
C.1
0 (2
L~~-.'--'
-
C ,O:c'~
~ ,-P-
X,
-T,
-, 17 CI t-L_
C
' C"
C Z
.. C C7,--~- C'-
'
CC,
C,C,'
f~~~~~~~
'I
*
I-Lli
1.
-
I
f
.
1I
2
I
i
i
I
i
I
I
I
I
I
I
I
I
I
I
C
t
r~~~~~~~r
i
Ii
I
('2'
r222'2
I
'cCi
g'2
r2 t'2~
!r2 I.
~~ ~ ~ ~ ~
I~~~~~~~~
i 1I
2L .
~tC, h
I
c~~~r~'-
O
!CjUU
1~
·
'~x
'"i
r.rr,-
· L~~~~~~~f.
_
'.
2-'
F-
;I
;.
C
rcC :
i
-
Ir-C c.- -C./-C. c- ':,-
I
j
i
r
C
i
i
i
'
f
L 1.
I~~~~~~~~~~~~
I
I
1 t~~~~~~~~~~~~
r
.~-
I
i
;L
f
i
i
,
C;
I
i
I
r
I-i~~~~~~~~Z
~-"~~
LL,!
,
-
I
ii
I
I
c
-I
I
a
I
I
C
'
2
I_
-
'
LL
Ci~~L
1
i
2"
,,, <./
2
c -
"Qr
iu~ 2.1_.
:C: -' .-. I~.~
u.--.- '
L
i-
U~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,
L
t;
7
,r-.. .
C;-~
C,
, -Z LL.,-'
.r
' "
C,
'
C
L
!:",'
cr-~
2
--
-.
2c~L-
il
c-
2
I
z LL~~~~~.. ZZ7Ui
.-- L
LLj: ~' - Li . .1c
-
' Li
LU~~L
2:C
2N
t
2
I~
w
I
LU
-e
t-'
t.D
.2
-
L;. t--'
<
r:
'~'
''
i:
...,i '
I
.
'
~~--r
o,
F-- C.
.4-
,c
',
-
- 2-
.'i
c
t~
"""''c
[r"~
L.r
:~-
~~~~~~C
·
,IC
Ii
:
,~ -~1--,-- O'
C
' . ~..
I;
IIa
I
:F
~
I.
CC
.
--
.--
i
i
i
I
--n
.
2
t
I
C
I
- Ii1
.
~
z
=1
~~~~~~~~~~~~~~~~~~~~~~~~
CZ~gi
?~.
i
LL
I
1-
i~~~~~~~~~~~~~
2j'
C fI
;
r II I..
i~~~~~~~
I
i
~~:
'· ~·h
~L,
r\
I
Irr'lL
~ 2- ~ ~:U i2,C
I
I
-
I
I
IC.
II
IT
~2X,
t-e ,2:!h..
PC
-
C--
' C,
C
'--.
U
.- .-
-
C. 'Lcc
U:,
.7
C
C-
1- r¢-
~,,-- ,
,Cf"
i )
Li
cr_
I
:C
(A
,)<
I-'-
c
Z
.
.
-.-
I t.
jC C-'; 0.L''C
:
I-
I-
I-.C' .--
_.
C-I
r
'U
2~~~~~~~~~~~~~~~~~~~
L2'2
i
Ii
i
2
I
I
i
;·
'2-
.OL.O
C·C..O
;c
[j~
L
c!
O
j
.i
I
I
rr
i
i
(~~~~~~~~~~~~~~~~~~~~~~~~~~~~(
~\·n; n c~k ~~.·I
C'r-C:V
mI
'
er·
i
i
i
i
.I.-
U
Z
-J·
r2'
I
I
,.
tCO'cr L C
~-'O2
.
I
i
r
ir
i
cc
I
I
I
I
I
.
1
I
I
I
i
I
i
I
I
[I
'~~~~~~~~~~~~~~~~~~~~~~t
it
I
I
I
i I
II
.
i
I
I
i
i
i
I
1
!
t
i
-
t
i
C 1
i
I
II~~~~~
i
i
C ii
Ii
{
l
t
I
2L
I
I
.
C.
C.LC'
c
4
i
I
I~~~~~~~~~~~~~~~~
I
i
I
I
-
i
I
I
I
ItI I -I
I i-C
cC
.
C C C
-.
I
I
I
I
i
i
i
I
I
t
I
I
I
I
I
IL
'
t~
I)
~ ~~~~~~~~~~~~~~
1I
I
t
ICL
*I'.'t'
;t-Z
I
I~~ -II
I
I
I
i
i
-
i
t~~~
I
i
I
I
i
IcIr f".I 10
iI
I
i-
I
~C.
C ~~~~~~~~~~
1
I
II
i
I
i
I
i
i
I
I
I
I -!
CC C,C.c
J~~~~~~~~~~~~~
C c ~c C. C- C - C
cC.c C
I .1-:E
a Z-M- 2~~~~
7~
ZE X I
C
:
7LL
I
I
I
I
I
I
j
i
i
L'~~~~~~~~~~~~~~~~~~~~~L
INI
,,ICO~~~~i
f
i
i
i
I
I
I
f
I
I
I
i
i
i
'T~~~~~~~~~~~~~~~~~~
II
wL
I
I
<
tL
i
i
0
~.~~~~~~~~~~a
l
i"
I
i~~~~~~~~~~~~~~~~~~
z
<
,~~~~~~~~~~~~~~~~~~~~~~~~~a
i
U"c
g..ccccc
:
i,
'
.4O
a,
Ir Cx,L-, Oc
ICC
I
LU 1
.J - (7,-
L;~~~
QI
~~~~~~7
~ n-" -x. X .,-- L,,
'
i--L~L
ON
,~
L;
;
i.-~
Z-:
,LU
I
&
1,~LU
ii
LU1
U>
d7~~
-(
C!
C~~~C
,
~~~~~~~~~~
I~ U
-'
7'
Ui
c.r I. O
U-
L-; I
_
L. i.
L.
C:
>~~~~~~~~~~~~~~~~~~~~
"'
C~
I-~
U
~'
·
-
Z f.- c" c~
C,
C- : o.
I- 4
-
C
.'CX
C>
t
I-'0.
:
a,
0
: ~I..
0,
X 4 14
C,
0 ---C
'
CI.,,,
~,.,'
r0- C, ~ p~.I--
~
L--
.-
.
i~~
I-
z~,"i,~-~
,
.,L
,-,~
..-
_,O
,.r;,,.-~" ~,
C.
o
"~~~
.- ,0
C'
-0
~;~~~
00
-..
~
--
C)
C '".
-,
-
C..,.
,
~ ~
,/2
~ -
It
~" cc
Q.
.c.~2~:
p... ~~.0
c..r
''.'~c'",C
'.,.c
'.z-.T
..,"'
..,~
., '-*cc"'cr.
..
t~l~
~r. p'.- .4 ,z' . .c ~.-
c -~
-
.rt~..
-.
t..
G-0
.r-,
c-.
.t - ,~ ~
~ ,,;r.
,
4
.~'..
.
~',
t~ ;
CiizC-
r
Lr
:- ~
0~
~~~~~~~~~~~~~~~~~~~~~~~~~
'C
i
_ i
I
,
i~~~~~~~~~~I
l
t
i
I
E
1
i
i
C
I I
i
C
1
!1..
1
'
I
i i'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,i
cl t i
1I
i
i
i
i
i
I
t~~~~
i
IL
-C't-QCC-:
I
I
i
i
i
~
~~~
I
i
~ ~ ~i ~~~~~~~~~~~~~~
i,
;
1!
I
I
1
i
i
i
j
h
L~~i
c
' ccr_.:,"-
Rst
:r
E=:F
14.
1'
i
i
i.
i
rr
'i
=,
I
i
I.
3
i
I
I
i
I ~"-~~~~~~~"'
kc Lc. ic..
L~~~~~~i
,i
i
r
Cb
c C:C e,'-cc.
i
,1,,
i
I
7i
rr i
i
LI
zj
I,~~~'
~.
i
I
U:'
.
i
i
i
ICCCL.
h (4 ri
i
C1
i 2 V`
r
C
7!
·r
r:
2-'2
Ci
1
CL
15
Ic
"2r rr`
I
,~
Li~~~~~~~
I.
i
1
i
.
I
I
I
V
i"l 7
'i'
I
j-i
.
LJ
7
;7 Li c
ri·rr
~
~
~ e,
· Li..
C,~~~~~~~~~
r . ,,....
J
t
LL,
~~ ~
cc
Z
rl
i
i
(
1
"'
I·
,.
2:
C~~~~~~~
I
,
.,n cr, ,..,,-.rt
-,m e'" ,,,,r,_,. ~ ..
U
,~
~~~~~·
~,
· L~·
4 Lt
~~~~~rtrC3r~
?
ErFlLr :L
C
~,
;d
Ir·,
,
--
'
n L,
J1 X
Xxt,U·u _-C
LL.
L.Lrn
.
j
r e~~C
c,'
C.
''
L,,~,' Lz, -,,-,
U-~
i`
L
Z:L'C~
C-)
LI
,J Z .- I·r~
I. .;r )-J--.
7.
~
>3 ~~aC
CL~~!
LL(
) 3.
C. -
uT.
oILL
CLr
Y=4~~~~~~~~~~~~~~~~~~~~~~~~~~~
·c
~, i
X '~.~ ~-~,· -.,~ ,
~
'~
,--
r
,
C LL'
Z LLI.
n:
~
C
V:
;
' "I
ji *
:
cc
~~~~~~~~~~T'~~~~~~~~~~~~~~~~.
tP'
',.~,'
'':~,~/t
','L~
~.ii~~~~~~~~~~~~~~~~~~-,,
.,,.
IL
,,- ',.21--,
,.~ ,.,,,,~Z
' " -~'- IU":' "-*
-,-t "-~
.LItjc~n
L:
-
LL
,....,~_ ~
,~,'Ci
c:
c 6,
,',
CC(LLJL U
U
-
C)
Z~~~ .
~ ~~' ,~
. Z>'*
.A
.., ,'.ft ',',")L2
,,t..~ ,
>,. . -J
L. ..",.-2&.'
t.i~a.
D
E':
O~~~~~i
, ~~
Z-;'Y rlif
Y~~~~~~~~~~~~~~~~~~~~~~
2
: ~j
CLI ''' C' '' L
1Z ~ ~ ~ ~~~~~~~,:.,
C
l.
0
Li r~
_J ,.
t:
~.
IL':
C-U,
, -L .",,>~
~ ,->.
it~i I:
L.
..
~~~~U
._:
,,~~~L4iu.LLI
.. ~~~.
j·it; it
x
v-
C- Uy-C
i
a
L,
~
:
tZ.~j
i
~- i-.,
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
r
I.,-
:
2 c
)i·L-
W,"- . .r . L
~~~~~~~--'_z
(L`~~~~~~~~~~~~~~~~~~~~~~~~
c~~~~~~~~~~~~~~~~
·:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~i"
"'~
,,.7,-~..,,I,,,--.(~,
~
j
I
jr37CtLl·
CI1
i
I
',
I*
·
I
i
1
~~~~~~~~S~~~~~~
~
,.
T
'· (u C
r-.12 'c'
11
i2='
_I _
\L~~~~~i
7.> ~
~r!
1
]
i
Ii ,!,
u; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
i
C
s~~
c '~C
c~~~~~~~~~~~
c'~
Ct
c· c C:~ic
b <" i
c ¥~ c.-c~icct
I~~~~~~~~~~~~~~~~~c~
:
r
·I
~
j~
1\
h~h
i~~~~~
'~1
,·
s '
I
t
-~.~E_~:
f :;
L~
r(
Yj
U- L
C~~~i
CI-
Ccr,,,.J~'i C;~
".)
cf~~~~~~~~~~~~~~~~~~~
V V! cr C; ;L;~~~~~~~~~~~~~~~~
LI
O
CT
C'
(2¢
C;t~C-~C·-U
I-.; ~i. >3 uc.
O G~
C)
a
U-u
-~
C
ia
Z
~ .3,,. L;
'",u.,>-C7
,,
-j
IZ rn rr. rc· c~-r L.LTC)
~
i;i~at:
·.
~[-~, ,---
~
~
>; ").L
~
I.U'4,
in
U
~: I---
"C5~'
".,..
I;U
c~. ~
:L;~~~~~~~
L · :0
;
~-ib
9
3
f~~
;-
4"
',
~
, .l'
·Or
- :--
i
:
CI
I
i
i
i
i
FI~~~~~~~~~
i
i
i
t
I
C. I
II
r
~~
~
I
II
i
,
i
CI', i -
I
,i c
.(
c
I
·.
i
i
I I tI
f
I
~~~~~~~~I
F
<
L
CrC C
c
·
I-
'LL~~~~~~~~~L
7-
I
I
:,~~~v
re-J
·
L~
I
L,
'
c,cc. .,c
LLI~~~~~~~I~~~~(
I
L
)
LLr
~~Ii.:!
!
.
I-.-.I*t
<!,'-I-I ~~
-(l
~
r'~
'P
!~ 0.
I
'
~~~r
4 -zlZi
l..u,
.
C
0'
-".
U-,
U CC~
F
U)-
r
~: u~~
-.,. '--,I...
-C--2LC
-
~i
~ r
p
U.
~~~~~~~~~~~~~1,,c
i ,L
0.I
Z~~~~~~~~~~~~i
--rr~,
:-:
-C'
-
0..
O_
·...
, .¢ f'¢. !U
> 1_*L'L->
C>p--.
i" L'·
-C
*-:.--.
C
'
C
,.
I
~~~'
~~
.Z
.
" ]:~ t.,.
'.CCri~
h .
LU
-
C
r~LP
~~~~~~
C
C'
C
L~~~~
...
.
i ~~~~'
c =i " ,. 1r
~~~~~C
!--2
U
C-a
C
)/'
l
C'> r~Li
.C
nC.C)
C
-"--
:1
-
',
I
-Uc
'C
j~~~~/
~~~
15
a. CZ
j
Lr3~7
L..: LU-
'
I
m r
=:
it
C"
,-
LU
c~ _N
o
Ur.r"
1"-i.
~ . ~
.· ,
i
I
i
I
i
I
i
.
I
~~~~~~-- Ur,
-
.~
F
CC
C
CC
4C
C-L
6- LU-.'",
:1 I
u~O
cj
I"~
I- I~"
'I
"~
' V.
-
-
'
> i-.-
1±
O
Cj
-.T - -C
-C
Ul~
e
F
-
'
:.:..
....~
:-
-
i:
C
c:
,
C
--
~C
,{.~
I--*
- ""L .l
i, "
.l l-
'~ iF
i a i 7 ci("
:
j
Z
u.Ivt
r,
r\;~~~~C·
~.'",
i
r
UJ>
'~
-C)LLU>
·:
II
i
I
i
.Z
r
U)
L
' ~.
i 0'.I%~~
rc~`~-·
'-- CI
J CT
.CC!' ~U
ll/
,l~
~ l'-'i
i
I
~-:.-".
L I--f-L
'-f
tl.r;4
L
,
-,,',,I
sC" 0.! M
'CIUIZ IM
0
-- - -.-
'
Y(
·.
>
r:~~~~~~~I
>-l
-
,
l.
:ZU-U~.2~~~t
,,~ U-u -U) i f',, ' ,.~
C'
I
.
ICj'-
<
~C
i
t
'
I i~~~~~~~~~~~~~~~~~~~~~~~~~~
U-
i
i
~·
.
,--
~~c c:
74 ~.
rc- cc~i
l
F
~.
ji
ci
i
I
i
I
I
O.L cc 1V
r (*-.C .
· II~j
Li.-.
--
<C
',l~
II
II
LC'
30'
I'
i
I
i
i
I
I
iI
1I
i
e
j>~r
h)7LL -'-JLt.C
C
'
-C-I=
'L1!
iI
I
c
C,
U(-U
·, er',
U.
.,,,.,C'
C
-c'l-
--
I
I
t- ; e,,. ,,~~>
-- ~
i
i
73c
Liu~~~~~~~
C:L~~~~~
C~
L~i
.'
7
i
I
I~
i
LI e
.
nU
i
t
I
Ii
~->i
Li It. 'Z
C'~~~~~~~~~~~~~=
' !
F
~I'
I
I ' :5
~ .
i
L'
~
i
i
I
c
U
I
cc.z
i
i
I
i ·C
-t
-L1
iI
~-
~
I.-.
'i
CLt~
> L.:
.
i.,-.
i,;
· <;
'lLL;Cr · ~L
~
.
F.
I
<~'o
c c
:~, 11'~~~~~~~~~~~r
'
:
t
I
WU
">
I
i
e
C-vC,'
I--1
1,
M C,,L
--
i
I
It~
I
Il
-C'j e'\>
i
I
L
i
IT
I~~~~~~~~
i
I.
I
i
r.c.,C
CC,
I
i
i
~~~I
~ I·
I
I
r"h
r
I
m
:'
I
~ L.J
'
C:
'
L
C
· a;' I· ~4
' ,..9I
imI·
~-r
A ch ~ t%
1
C.C
))
F
-
'-C, ,-'-
'
I'-2
i·
I
i
i
iI
i
i
i
i
I
I
I
i
i
i
II
1
I
-
i
i
I
I
i
I
I
iI
I
-
i
,
, I.- -
i
.1
I
I
,
I i
I
I
i
i
I
I
i
I
i
I
i
i
I
i
i
I
I
I
I
I
iI
I
I
I
I
I
I
I
I
i
I
1
I
I
I
I
I
i
-
I
i
i
Fl
I i
I-
I
cc=
"I
i
I
r-
<~
k~c c
-
C:
C
I
I
i
i
I
i
i
i
I
i
i
I
i
j
I
i
i
I
I
I
II
i
i
I
f
-
I
I
1
1I
II
I
i
I
I
i
I
I
I
I
i
i
I- C
:C
C
,CCC'IC , -
:C C ?
C
'cc.
ci
C'
,:CC,
M Mc
!el
i
I
c_L
i
I
i
-7
i
I
i
I
II
I
II
I
I
I
Li
II
I
I
i
I
i
II
!C~
i
r
1
:
,
II
II
II
1
I
II
t
T
i
i
i=
'C
~L*
J
t
iu-
i
Ii
~; ~~I
I
C
1
i
;I
i
IC
I
i
i
i
I
i
i
I
I
r-
t.cr
'C
I
I
Ct
U1 U-
i
I
.
l
I
.I
.1
U
i
i
I
i
i
i
I
1
II
M
i
i
I
I
i
i
I
i
I
I
I
. I
i
II
I
i
i
II
i
I
I
cM
i~~~c
c
C
C5: C
,:I
i
:c2c~
rC
C
II
i
II
II
i
i
i
I
i
i
I
I
I
i
.I
,-.
II
i
i
i
t
i
i
i
l
I
i
11
I
II
i
II
i " I
- I L
i
I
e
iCC
I
I
I
. i
Ii
I
I
i
I
It -
i
I
rr
Ii
i
'i
l
I
Ii
I
i
i
I
i
I
.,
II
i
i
i
I
i
i,
i
I
i
i
I
i
i
cx
i
I
i
i
. i
I
I
II
I
i
ii
ii
I
I
i
i
I
i
I
iI
i
I
II
i
i
I
.i
I
I -
i-
i
i
i
I
I
i
II
P.-e
1C
L,-,
I
r
r
1
r
C, i
r-'
c
cO
I,,
t
'~
I U
7
u.
~!,
i~~~~~~~~~~~
i
i
i
-J
tLU
I
'.
!
.-
IC
i,LI
'z
tI-
u~
uc. cc
i
II
I
I
Tc'
i1:
i
1
i
I
It
U
U
t
i
.r
I
[·
-
e
i C Ic
c~r
C
r
.
1
U
-
N--iC
!c£
,~
,,-, ,
?-
I
t~
CLU
C; C
,t
.
,-J
Ii
'Ii.'
C
;L
L ·
It
c
-
:~
U-~
3 2CL
'z
C
C 13~~~~~~
L..I
~-~- C- >_
'll
%. .~
L~ _r.
,~C
'C
Ul
'C
-,
ILVI
UJ
CD
LL
LLLL-L
F- ~I=0'
CCC
, [,
'-I
!
i
'c
'I
i
I
i
'-
~it 0 ,,UCD
~ (c ,-.C
U.- t.
ctLuUPItI
-- (U
U-
iu
I
f
0
'- - -.
:
N
I
i,~~~
C'
.C
I
2L?
L
It
t:t
P,, r--I,
U
:'~~ CC~2 , crD
-IN
b, r't
- . i.'
QQCZC'Q
,, r - . . or:' 0 C~ OC)~
I
,
M
Cc,
CD
r3C
'
i
!3
0
!·
i
i
L
I
i
I
I
I-
r
i
I
i
i
I
i
II
I
i
i
I
t
I
I
I
1
i
i
i
I
i
II
I
I
i
1
I
i
I
i
I~~~~~~~~~~~~~~~~~~~
I
C
F
I
i
I
I- -!
i
,
i
'I.
t
I
i
I
i
c
i
c
I.-
i
i
i
I.
i
1~~~~~~~~~~*~~~~
I
!
C\
L.
I
IC\
N "\
t" r
I
I
f
I
[i
i
ff
i
r
Ii
c
IC
:-~~~~c
CT.
F
2.
c.
.:.
c.~-.
. c.
'
'u
p- c i:c
C
Cr.
c_
c .
'c.
r'
Lf C- i
c
I
i
I
-
I
i
i
,
r
1
'
I
.i
I
i
I
,Fi
1
j
-
i
i
Y=
r
1
I
1
r
e
'
FL
LL.
.C :
i
I
I
i
i
'
1
I
I
i
C
r;
LI'
C,
f,'
i
I.c'
UC
i~~~~~~~~~~~~~~~~~~~~
F
I
Le · C~~~~~~~~~~~~~~'
4-
C
i~~~~~~~
i
rr~~~~~~~~L
,:,
-t
'i P.
C
I
,i,, f
i
I
1'
C
LU:
I~
1
41
'u 4 :~ -~- ~ -,--
u.J
.
l"3.
C
IF
L , -c-)
..
r - ""' I'C"
~.- ~,
~
it
.tX
-- l-
~'- ~i,
~,~. ~--~L..
it
-- t..,L
c I'-.
....'
~C
LU;
'~.
*Z
,
Z.~
.
F-
i
;
,...
.i
'
:I
, - .--.
C'~?'.i-
Lu.
i
I
,.-
i
LU
i
-iC
C: t
,?~ Oq
0¢.'
~~~~~,
':L'C..
?CL:
i
.-
,-
C,-... "
ji
LA.
C'
r
O
.
-- u'
4-- ,-2C .C~ .-'~
-- ""~
.-- -
Ia,.
I.
~~~
-a-
C
(C 'U~c)
.i
cz
-LQ~
e~~
*3
,
cD
~~~
~ C-C'~
·
.
-,
I'.
C.
Ca
C .C
'.C
i
C\
F'I~tC'I
t
t cc- c r ')r
u
i
LU5u.I
I-.
z
L)U~~r~
C CO~'
i
I-)UL\
iI
i
r
I
I
'C'
Z
i "
ii
i
i
I
t
t
L
i
i
I1
,·
r.
i
i
I
t
I
rC·
*
I
I
I
I
I
i
I
I
ii!~'
i
i
t
1
I
r
z
i~~~~~~~~~~~~*f
I-
U Z
I
i
1·
i
ii!
i
a
f
B
i
i
i
I
r·:~~~~~~~~~~~~~~~r
.f
i
i
i
C
f
I-.
'..
i
C.
i
,
WC, !
(,, r
f,
?
r
'
i,
t
1
L.
i
I
I~~~~~~~
i
' C' 1
i
r 4I2
!·2Ic·;
i
t
C4~~~~~~
,
~ect
i
.
i
¢ Ic -t: ,C
,C: ,C. C. r_.
'
I
I
i
Ic.
J
N I
;
~
. ~-
if it
%L
iC\,
d
C:
>
I~
I
c :-,
c~~~~
ccC
ccoc rc
.3 Lc'c,
i j i.~~· I~~~
t
i
I
CC
I
I
I
I.
I
.
-j
:
i
i
t
i~~~~~~~~~~~~~~~~~~~
I
1
I
VI-E;
CI:(
a
!
L L:
f
I
I~~~~~~~~~~~~~~~~~~~~i
.'L-_~~~~L
L
I
I
ic I CI
I
t
C
!'. C' :C C-.
I~~~~~~~~~~~~~>C
I
,(- - (~cC.
LC.
a->
e~r
'c¢
~¢.
,-r
- ,-vitc
r'"
t¢
-:L
~
-~~~~~~~~~~~~~~~~~~~~c
t:~~~~~~~~~~~~~~~~~~~~~~~~~~~~_
fL
L
M
I
L'.! t.
.I
1 1 CI .,~IJLI
.:~~~~~~~~~~~~~~~~~~I-
.
L
ILI
CI~L
;U L I
I
u
i
e
'U
u.. U.V I..tr
CC
"C'
.
.XC
tc 1 u.C
~~ ~ I~ ~ ~ ~I'-~t ~¢,v
~ ~ ~~~~~-
c- 14..
'r -tC '
C
.t~ C ?'
-
!t
v
¢, r~ ~-:
I
C,:
~U.
<U
is....
r
F:
.:it'
i
I
I
'p
L:' o, *---u
i-'
I'
. .
x
C)
I
Z~~tP''
C,
-. c~~z'--i
-,
~;.
I~J
:.
W
-~.-
.
U X
)_-
CF- -~~~~~7-'C-> L L (
--.
-
!
X
--
I -
--
:1
i
i
~~~~~LU
4
>
2
LiL
--,
LL.
L- L".L>.
cf, Lr -L"t,-.
,-: .
L...
L.'
F,U
'U
C .
>
rr
'* -. -.'
'
'-CL LL
_--C
U-Ui L^ O-u.
. >.
U,-- .>L
, ,C
- .., L LUX
L
L
_j
,
C.- --) ""~ .~ LL/I
i
L>
. F- L.
, .t
lCL
;
lI
.
,'U
-,U.
~
C2-~
~1~~~~~~~
'%.L-.
UL
.
-...
C7
L
U.
')V)
::~ ~. Z~ ~ [.~ ~ -- ~'~
¢ v¢
U. L,
L L
Z I--,
a.
'LL
>
,..J'
V
a..
-
C>>
}"L
0L,~~
.-
e
UC-'LU
. ... I.UL ,Z~
~
Jl..-
L'J,
~ ,
CC
~~
W I ~ LL
U X.'~ L L;
L
LL
L;J
Z,~
L
--
LL X
I
Q:.
~-
-;
),- ~-I- ..
C.'
';I- I- i~
._~U-~.~ C i
~ ~L ~ I- 0'?.'. . . ~D ~0: u U.-; t
~.
-~
~~~ LI~t~~~
,,:
'J
{ U..L; C5',;'~~~~~~~~~~~~~3
u- _
L-j -J
I
v- !v)
el Z L.-
:~~~~~~~~~L
X
~~ ~~~ :.L,
C
,-
C
I-
i
I
i
-
I
. .)-
'L
f
0
U.
~ .>
..
-~; -LLC CL>
'
"I
)
i
i
i
i
~2 -
v!
i
i
-cr
I - - ~ ~d
~? '? -Ji, .
L)
'
Li L~~~~~~~~~~~~~~~~~~~~~~~~~j
i
i
i
i
! I- :L
I
"- -t..;
'. L)!
U
-
i
U
;
'coU"
I
I
i
b,.'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~r
i
'
iM
CL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1
Ii,
i
I
II
:,
i
L
I
I
I
1
I
i
I
i
:
f
.
I
I
i
i
I
i
i
I
I
I
i
i
I
I
I
i
I
'1r
i.
I
j
i
·
j
C-
j
.
c
C
i
.
II
i
I
i
I
I
I
.1
I
i
i,
I
I
I
I
i
i
i-
C
i
I
i
I
I
I
'I
c
;F
"
"
c.
c !ccc- c Lrc
c.~
C.C C C % LfI4:r CC
c:IC
c~~,
C. u.:~~: L
cr
cc
r.
I
:ryc,
r-r;Cr
'
fer
:C C
C
E
L
~~~C
C
'C C-
~
.~'
C ;C
<: C
C
C
'I:
C
C-
r
i
C
.C
C
C
'~~~~~j
:h
'~
''
I
LI
U'
L,~~~~~~~','
'0",
;ff·
~W
C
C
C
I-
~~~~~~~~~~~~~~~~~~~~~~~i
'cI~ r(,I L ,
X~~~i
C--L .r Cr"'
::Z
c:,3~
-
n(
C
C
4
dr
U- I.-
¢.
~
C·
Ci~
:
I
I
(,e,
i
I
c.'cccc
C- c'X >'c~ c .,:,,'c
I
: r
C,
C- C
:r"rC-Ir
-
!r- C "r
C. · rD
zw
t
c,
i
I
iI
ri
,'
C.~~r~j
C vl
3 ,...
r.~~ Z.c'_
LL
'
iC.- c
LL
3
<V,
L,
.L¢-. r_
I
Cr tL1
i a ~-M i~ i~~~~~~~~~~~~~~~~~~~~~~~~..
i>
,.1 ,i'~~~
,
;E3. C-c-cclc;@je
Lcr
6";
II~
LL
~~~~F~ ~ 1~ ~~~~iI~~~~~~I
!
'
rr uL
,L.
t.~
~-.
~_;
--.
·
C
iz~~C
i"
l
L
Q.
.~
I- '-..,-.:
,-. ~L~
2:
L.: C:-,
C
L~
C- .--C'('
t
uO',
~
i
w jy
Y:
-
.
~
,
U.~=
.
r
f:C3~
"
'
C-r'
,
r
--
_,
h-' .
.y
.~LL
~..-
~'~-~'",
L
'.4:C
.--
i
r
2~ ~rLLCn
~j2- 'LL
b
-.-
L.~
.:!
i
In L Lo
r"
i'- I'
-
I
C.
i
.
,,I
C
'-~~~~~~~~-U
-
~..~
--
¢,
,'r'
13
%:
,
_c
' ICI
=L
~
/"' ~
.;
,.~-I t
~·
L~II
C~., F *.
U.
~.rC1iL
>
Xc W
U
3
3.
'::Y
3
C.--
.
~x
Y fL'
>
ivj.
"'
,
I;~~li
.
LL
"
',
C/"
".j
,>< :.
0
rL LL -L,
.
t~e
I--UJ.~,
---
-
',
,,.
-
.-
r
C,
.. Z l,-
V
i
.
?,,.
C
ZU.
~
i
.:,
i"?
~
.
1.--
v!
Z
.e
,(.~
:
~
tl-.x
,-
)
E~
u-~
;
-.. ,
L~.--
iC
r ,,( IL
.".k'"'" .· ~
L
,u
, ·
'"
C,
LL
---
'
""~
,-.
c~
"c
>
ZU
X
C:LC,
l X
:
'
L
;
'
C!
" <:' ~< ~~
"
.
i
i- :>
.
U,J
0
I
~
'
~.'3
a
L'~,
3-'
u O
C
~
P'
.'-I.i..LL
L,
.,
LL
'~~~~~~~~~~~~~~~~~~~~~~~~
'I., I,,- c.-·
-
I--
I
r r r L L·
X"
I"'-
~~~C
cc Ca_
~
3ec
4,
'.
L
"',
C
tL.
-f'',,.
-.-
I--C
C
C.
x···o
1
......
1~~~~~~~~~~4
CZ
¢~
.~
bL
:L;
I
-~U
tL
)
C
C~~~~~~~~~~~~~~~c,
(U
I
I
i
I
I
i
I
I
i
I
1
E
i
.1~~~~~~~~~~~~
I
I~~~~~~~~*
F
-
-i
F
I~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f
I~rllclllI
1,
I
I F.
F
I
i
I
.
L
I
I
~
I
i
I
11.I
i1
~ ~
,
F
t
I.~~~~~~
i
i
Ii
F
F
I
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I F
I
Ii
i
i;f
.
:
F
:1.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t
F
F
F
F
~
I
I
F~~. I
~ ~~~I
F
F
F]
t
F
F
F
F
F
,~~~~
--.- r.r,
-
'
F I
i
~
F
'r
'C'
; C
" &;: c
I
--
r i,
X
[:K
IL C,
e
Cc
F
'c
I
cc(c
i(l
·y fL , C-z
CC
.i
¢ c: c
-
cr
tI
rcc.cc.
I
i
u~~~~~~~~~~~~~~~~~~~~~~~L
rc ' ~· r
.i ~CCCi. .
'
~ :"~~~~~,
:~
i
~s;
· · r-
i
: CC
h C·. C:
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
]
i
L"i
t~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i~~
i
L
n
c-~~~~~~~~j
F F
-r
P"~r
i--7
c
r,!
F:I
Fj
F.
i
c
r-
r: ti
F
F
I
CF
;;F
iv
~~~~~~~~~~~~~~~~~I~~~~~~~~~~~~~~~L
-i~~~~~~~~~~~~-
''
rr
F-7rC-
..-
i
i
i
I
ii
F71
F
;<LL
Cr~~~~~~~~~~~~~~~~~~~~
i
-
-C
?,
1.
ct:
1)C,
r
-F
r·
' ·
'%-~~~~
r.
.
.;i -i
C
9'~~~~~~~~~~~
Ft
I
F
FL
F
i
~Z'
7;
* ~-~.
C
q:< ~ ~'ZC P···j
~"",~
~~~·1·
~
,1
:
.
_"
7~~
--4,
U-
?'-r ,
-
LLc.~
:
vl
V
L;
~7/
1C.· ~~~J.
~~~~~~~~~~~~
L·:ti: C·C
·
;L(
ct v-e
·c-n~~~l-r--r,=
;
C
Z OC:,
I,I-L
L
tV
im L;
F
C
- M
F
c
`
-c:
CC
u-:
t
C=
1
IL
>'
U-U)U->
C-- >
4
~)..7
W
C>
47
V
i
-
I
r'-
,.'3 rI C~yC
I'.-
U.
)
,.J
F
..
F
'ji
- - "''
-
~
21.LL:
7
c-
tl~~
LPL-
_
~4.
~:
~
:,
, C-
,-:
-f
Ir
C1
C,
LI
--
L
L
:"
U
P
-
N
F'
y.
J
L
C 7
`
ip
r
Z~i
--Q
-·
C,>
F
F:
-F
FI
~~~~~~~~~~~~~~~I
i
L-
~
C
Fr
r
L't
1'
,L~
L
L-
'
~
F
cr 't
-Ccu~iV-
~
FC
I~~~~~C
;rF t'---Z! ~~~':
Lc~3LL."
L·-:
!-~~~~
I
c: . E! rt f~~~~~F~rCI~~~
-
.-
C"0
p'
_.;
u
r
;-·· · 'L " L C
f·
:;;.L L-.
:·-LI
2_ . ·L~ ,II
0'~~~~
'
!r,
-'
F
Z
2
I-
71 - U J
l
i
e
11 V
if
IA 3TC
I
CS
..
~
i
- ,~
,t
·
:r
.
r
rcr ~~
c.; ~
~ ~ ~L ~L'~~~-,~~~~~~~~"
r,'
;cg c.
"
U",
:i'
r-
::·
r.O
N~'4
F
17;i'~~~~~~~~~~~~~~
E
Z,
,,r
',
,
~,
,· ry`~2;ru~
U'
'J:"
L~~tn ir· ;r\ i'. cC:
c·~~~~~~~~~~~~~~~~~~
C""
~~~~'
1" I
CD
' , I'-, ,
[ LI
icr
-Ci~;
~
r;
C II
tL'S
I
"¥
,P
C:
,0 '
ri
i
~ ,C -,G <~
·2~~~~~
·13~~~=r
·S
'""",C;.
"""~iwuiwu
a
~~~~~~~~~~~~~~~~~~~~~~~
i
I
I
i
i
I
i
I
i
I
I
II
i
I
i
1
L
1.
1
I
I
I
i
I
I
I !
I
I
i
i.
i
I
.
i
i
ii
I
i
I
4
i
I
I
I
i
II
i
I
lI·
I
I
I,.
i
I
I
i
:
i c ;~:t
I
ICCrl
(I~c
CC
;ic
-C
C
ib
L, C
'C
" r
C
C
C
!L C C C' C
!C-C C C
C.
IC
~~~~~~~~~U
t
I-
i,I,Ir
,i~~~~~~~~~~~~~~
i
:t'-- I
-"r,--
Ii-
C'
cL Q. r
u..
1)
,C:.
-
r
N
w'.
h-
l
C
iI._
I
'--' "'I-
'
.
m.)
4
ILI
4
.
I~~~~~~~~~
C'-:
!'
-"
i
!
i*
-~ 'T
~'~
t_
'.tr
i.-cc
.~.,.
~L
:' I
I--:,:L-<"tz. "'M .
i
a_. a -
LL ,
u'.
l e 'C.)
(.:N~i~'JC
C
:,
I-;
C.
r
ZL
CC
t..i-LL
llc
~4
-
.
"
4
,~
CL
i
<.
~~II
I-~~~~~~~U t
CCC~~~~~
I-I-Ll
- Nhi
Ii: -~-
Li
C
i
~
,-a
· 2Y
c
L
,
C2
C.
"'
I
I- I
I
iI
I
I .
I
i
ct-
'
i
LIJ
c'
Lit Ii
0,L
M
U-
r r~
"
r
II
-tCIC
~
!-
c
;C.,.
Lu
,T
N
Er
i
co
.
._..J
!s-
~cc2;C~X
v
c
LL
U U
C
--
pi
0%
.p.
o·
,.0..
a:I~):-A
CL- -
-
CCI
a:
', CCe' . C
0
r0
;
C
i
a:-e
i
7 · Z
.,,
O'
I
~
I~~~~~~~~~~~~~-i i t
L-
:C
i
a:
C
CC:
Y.-. i
.
L.
(2;
I
I".
a:=
1-
r,,,c
L.
I
1-
a
p.
L
-
I
i
LZ~I
L-i
.z
z
...-.'
'C
-Cr4 4
U.
Q
C3c
~ ~IW
I I~~~~~~~
CI-
i
z,0'-'
N
4
I
I
I
C
t--
.,i
4
4
j
i~~~~~~~~~~~~~~~~~
.-. ,,r.~ ~-~le
!s·
- I Ii I4
I
Li
'9
~~~~~~~~~~~i:
r:
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
ii
i..
t
I
N
c~
?c.r_Cu(
C~L
'C
C'cI:~·.
C
C
I
· 4, I I I
I
II
I
l
4 44
I
r
I
I
L.
I·
I
-1
~
i
k..-
sC
c
:C· i
~_,.
J
C
LAi
UL
Ct. ;e
CC
C
~L' .-L uJ
a:~ w
" C·,M
i
C
cc
-Zv,
C
i)L
I-
aJ
co
C:
:~~~~~~~~
!
I
I
~
I~'P"~~
II`
i
I
I
l
I~~~~~~~
C I- .1
I1
I
I
1
i
f
I
i
f
i
q
II
iI
i
II
II
il
I
I
i
i
i
i
! -i
I.
i
I
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I~~~~~~~~~~~~~~~~~~~~
I
i
I
I
iI
I
I
I
I
i
I
I
I
I
I
I
I
i
j
C.
C-
?
"~
i
i:
i
r
I
I
i
I
L-
;'e
ic·
cCC
C,~c ;J c I
I~~~~~~~~~~~
I · FT·~
cc I
,Z- r
e
-, , e
rCr
Ci
..
a
CC CI
CC~~ICC
CC
- C~~~~~~~
-r,
C,
it
I9
cc,
I
IJ ;·cr
I c I
C'
I
C
,,
!c.
I CC
(P
,.
c
;cr
:rz
n-
i
I=--.r
/-.. u'
I
~.
1,- I
I
I
I
ii
i
I
I
4
t
t
I
1
I
,i~~~~~C
Pc (
c
4%I
~'
"·
5C
1I
I
c
i
:_Y Z
I·
LL
I
Iis-
I~~~I
I
I
i
1
I
(
ci
-
I
I
I'!
I
I'
I
cr~~~~~~~~~-
r
C.~
C. 0 C, c,
~-,
_
C.;
I
i
i
Ii
I
0 C O C.) C
cI
C·
C
!
CC
I
t
t
,
4
4-...
'-
C1.i,
,'
"1
I'
1
1
I
I
II
l'
1
-..
1
4
I
E
i
i.
a..).
,
a
'0
0
1
~ -,
'ZV
.'C:
I,
4
'
,
',
i
I
I
i
_ .
' ao
" Ia
',
: (.
'
i , j-
"'
Li
C ---.C.' :L .
r
j-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
'0 0
'
I'~
Ci4'
'
~
'.4.
LL1~~
4'
i·;t
j~~~~~
CCL
nnr
COC.
1
I.
LU
-Nc..!Lr
-
C
.
C
7'
C
~
rc"
C&CCC'
~
I-->
C
C
L
OO CC 3
PQ
;aC
CC
'
4.
l
i·
CC.C.
CC5-C)
",''
C-r
.I L.
- C· C,L.,
C
C
C..
0z
c-..
i
a.:l
Cci
~~~~~~~~~~~~~~~~~~~~~~~~
~
:.4I
I.:
".
,
.. c.0
t~~~~~~~~~~~~
1.C
;
~---
t~~~~~~~~~~~~~~~~~~j
Ti~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
"~.:: ~ ~~~
~C...~~
4a
-c
I~
u.:ccxCC -a
.
i
t
O't
1
ri.
r~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
r~~~~~~~~~~~~~~~~~~~~~
I
I
1
I' x
!
i
'i
I~~~~~~~~~~~~~~
t
I
t i
II
I'
1.
t
!
!
1
I~~~~~~~~~~~~~~~~~~~~~~
I
i.
ItI
I
!
i
i
i
3
I~~trI·
~~~~~~I
IP~~~~~~~~~~~~~~~~~
i~~~~~~~~~~~~~~~~~~~~~~~~~~~
!·~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i;
(.:,
i
II
t
c.~~~~~~~~~~~~~~~~~~~~~~~~~~.-
I
I
I
II
I
I
:C
C -C U
C'C.
v'
.
-
. .' .
I
-~\
~l
i
1
t
.''
:
c
''4
*_c."
Lr,~~~~~~~~~~~~L
C
i"I
-
3
C
I
i.
3
L'
f
II
3
3 0-c.c
C
1
II
iY~ J
~
~
it
I
3
t.
I
3..
-
c'~~~~~~'
1
!
L.
.
I
I
i
~ ,
I
I
I
1
3
rf''
:z
7~~~~~~~IZ.
u
1
I
1
I
I
.-
~
,.
-
L..) 1
1~~~;
3c
I
1
~t(
3ft
i17
1C
,-
3
..'
I1
I
33
.K
,,'~ .-.
L:L L
~:. i
~ 1---
, 7
I
?_
3
C .-~C-;
'"~, i t
,
i~~~~~~~~~~~~~
-.
+
37
.
,a
C7,
-,~ ·C C
c
-U
34Z
f
3
~7
I ~
I
Z
O
I-,-
.-
I
: :I
I~:
i r,
3~
I
c~~~~~~~~~~~~~~~~~~~~~~~~~u
',......'t
1
1
C
I"..
3
i
'7
U.
3
U.
t~~t ~~~-3
,~~~~~~~
I
3.
it,
II
.........
z
~
1
i
1
.t I
3
L "
( 1'.~':>:~~~~~~~~~~~~~C
.,~;~~~~(.3
33'
r
3
:
,I~~~~-
'
~
"
i~~
.4'
0
C
UJ,
uJ'
71cC ...I",.!
J
Ci~
33
I-
*
z1u
~IULI
~~~~~~~~~~~~~
3'i
C
C
C'
',:,'"3
CC
~
O'
0 Cf 'G
"
"
C
:
'C.'
'
.
C
il
II)
Y-.
i ~'
I
".
~
I %
~.'
...
.3
,C'
'--
2
..
.
C
~.
k C 'O 0
'
."D,I"
()L:
'
CU
-
-
C"
0"
..
ini
C~i ~"
"I
r, -~~~~~~~~~~~~~~~~~~~~~.
' ~F0
I
I
[
1I
i
I
i
I
i·
i
i
I
I
I
I
i-
I
I
i
~~~~~~~~I
I i
i
I
i.
I
I
i
i
~~~~~~~~~~~I
i
I
i
i
i
i
I
i
i
I
i
I
i
I
i
I
I
1
i
I
i
I
i
I
i
i
I
i
i
~~i
r~~~~~~~~
II
1t
i
i
r
1
i
I
I'I
p.,,
i
I
''
t
It~~~~~~~~ I
i
f
i
I
L
i
I
i
I
I
I
1~ ~
i~
i~~~~~
YI~~~~~
iiC
c-.c
'vz1
r~~~i-
i.
I-
-
I ,
C~~~~~~~~~rC
~t:
t
C.r~~~~~~~~C',- LC'C
]
in
'II.
IC
:,c
t¥, ' c o,- c,.i
L
C
F
t
I
r:i~~~~~~~~~~~~~~~~~~~~'1
.b_
!ci
l
c. !c~~-c I~~~~~~~~~~~~~~~~~~I
c', ¢
c-[
I
a,,
I
*
I
~
c *
c -!·u,
C
,"<: k: C·.
?: ic ('~
~.E'c'
,cS
i
i
.c-
I
I
t
~
r
~~~
I
i
I i
*~~~
·crh~~~~~:~
1
i~~~~~~~~~~
'~u
i
I
r
I
I~~~~~~~
i
i
I
i
;
I-~~
~~~~~~~~~~~~~~~~~~~~~~~~~'
ci~~~~CL4
.
',.
Ii
, i
)
<(;
c'~~
-
c·
~~
i
~
I-j
i
i
~
ir
~
i
~
Lu
I
*
k·
1I
*.L<
*4
[.
L
4,
L
--~
,~
*
'
t
i
I
' ,C, :.-.IZ
If
t
-
'C
,C"'
C :Z
Cl~
i~
i*I
*~·
I.. C2, : v 2
·
! .,
o'
;~I,
0'
'4
"
..-
:
I-,
Z
!0',i
~
F
L
~ c(
!
iLu
--4
I~
Lu
"
f-
LLi
Lu
p
'I,
,,c
I
i..i..;
C.,
,,,
·C*
, -.
u
:
Q
Z
j(Lu
~"
Qc:
fl~IC
IZC
+
· C). <C .
--
LL
:~.:
UIC
iI
oa.
0
~
0'~
.
o0
o
ii
I
ir
r
2:-
C~;
IA
,
cIr
LIJ
Lu
c
C-
t
:L.
.II
U
O
*~
-
L
-
C-
I.
i
i
Lu'
o'
iuiL
a~~~~~~~~~~
-
.Pi
C.
I-
.
;I
*.
L)
u
!· ,
LU
;r
I
LL "
-U L) LLL.
Liiu
pva
"..
w
C
u.
>'
Lu:
C
I
I
Ci
3
V"
C
'0
·I
C.
~LU
C'
_
:,
C
1'
tU
L,,z4- -
c..
Z
Wu
'.Z
-'r
*-4
9,-.
CLuC
".-
1*X
"'
*,
r ,
C,:
X
L..-
-....
Cfl.
c if
C'
;
I-
C 4) 1'-.
T c.. ''L
LuLu
'n
Lu
:
in
i
i
i0
.U`
i
;e· 3 i" '" L'~~~
;
~n
o
C'
0'
oc
c;
t
i
..
i
i
I
1
II
1
-
i
f
i
i
i
~
I I*rj~~~~~
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
i
I
I
i
i
i
i
c I
~
I
I
['
I
I
~~~ I ~ i I
I
I
i
i
I
i
I
L.
k.
-
1,
i
I
I
_.
i
I
i
-
F
rP-T
C.
t
Z
I
I
It
!I
t
1
Ii!
F7
FE
?2
I
L
CIC)~
2'C)LLL
C
C
I
i
i
i
I
1 01
c
LL
c k. LL~~~L~~~~~~~~~
,'
ft I
LL
U....L.U
c
II
cLL-I
~
~~~~c ,
I i
' - , I c Li
.~
~X
t z -c'C'~~~~~~~~~-
i'L
icI
IC
~
t~~~~~~~~~~~~a~~
b,",
LL)
~ ~
F-
~~CC
i
cc
L;'
Z
Ij
.C
I='
V,
i
I
I'
CL
;i'
~
s~~~~~-
C
',ttu.,
Il i
VCr/
Z
-n
~rL~i
x
6 r'--
4,)
z
C.
C
C
V_
C)
C
tI
)_
w-
r-
<:
4
LA.
IL: i.,
I,...m
,"
;V' LL ')
r
LC"
C.V
·C
C/"
.I.'
LI-:ZI
LA·
ii
CI
C C eN'
c'u..
LU
.:
Vi
U
C·" i
,
Z;
:.,
.
.
. c c-
LL
OU
b
i
,
C)C
CC
c, C~C -
Q-C
L~-.
:
,~,
<~~~~~~~
-:LI 'C-
cc C:
.,,
..
i
'-
J
C'
)
)L)
.
L: L L; ,U
I-
~
?C
-J - U.CCCCC-C)C
ir :L~i
'- i
U.
;L
M.-
-
iC,
uI.
l
cc
LA C"
0
I-
fl-
'
z
L
'0
rc
-
" ',-'
"k
i
Z
CGl Cl
r)
C,
C.OC
_.,: ?
'
r~·
C", C'._ClOrj. 0 r'0
cO
C O'..
C
C
0i
*
C
I
I
~
I
C
'
4
t~~~~~~~
C;' 0 r.C
CC:O~.
~.D
- Z
0
rI~c
.
tiTcUC
L t-L
Ur -':i
rI
I:C
)
iL
C -)
~ i
V
c-
U
iX'
u.u
uJ
Lr
~
-
d
-.
i
~ ~~~~~L I1i--r4
~
cn.
':
CI C
L
LII L11I
.c- t/
t
LI,
~ *%
I: CC
C CO
L"
r 'J -I-
u
C,ccI
.,4
i
LL
P
U-
i
Ii
I
I'-
'-
~~ ~
C
i
i
f
L c'\
C
N
.Xk~ . ' .Icl.
F
I
I
i
I
-
c:~~.~
I-*
LI.
i
i
i
i
I-
i
i
i
L
!
Ir
i
I
I
I
.1
I
i
.i
i
I
I
I
i
i
I
I
tc~
..
CP~
I
I
i
Iz%',~:"i"
I
i~~~~~~~~~~~~~~~~~~~~~~~~~~
(,r It
I
i
i
I
C C C
L.CC
C C -
I
(L
i
I
I
i
I
i
I
I
i
;,L
I, c
r:
i
i
i
i
I
CC
Ic cFer
i
I
I
It
I
I
'C
i
i
i
-
I
i
r"
II
I
I
I
i
i
t
I
i
I
i
I
i
; ,
Ii
i
I
i
i
i
Ci~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
i
-I
i
I
I
I
i
I
t
i
~
L
I
i
i
3
I
I
I
?
I
I
-
I
i
i;
Ii
I
I
i
I
i
I
I
I
i
.I
I
I
f
i
II I
Ii
1
Ii
I I
I4
A
k 1~~~~~~~~~
II
i
I
i
t
I
1
I
I~~~
I~~~~~~~~~~
i
i
I
i iI
i
I
l
!1
t~~~~~i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
!
I
!
i~~~~~~~~~~~~~~~~~~~~~~~
1
!
I
I
I
I
i
I
I
i
't
!
i~~~~~~~~
r~~~~~
I
t
I
~
I
l
i
C
I
I
I
I
t t
f
I
z. I
C,
cti
ti
i
cC"' '
i:' c-
c
r-·
c c-
r
-
.1
I·
c t
,.c
ii
i
·~~~~~~~~~~~
!I
I
rj
i
i
WV'
I
I
I
!
I
c
1
'
I
t~~~~
I
I
I
i.
[
I c·i
~~~~~~~
c·icI
i
I I
I
t
I
I
1-
i
t
<
I
I
I
t
i
I
.i
I
h~i
i
I
I
.
I
I
i
I
I
i
I
i,_
C~~,
1 I
c
'J. i
,~~~~~~~~~~~~~~~~Z
c,o·
I
C~~~~~~~i
i
I
-L
I'
7'~~~
.
(1
,
I
f
.-
n.
i
'
4'
I-
..
L.
2
t`
c.
I.LU
~
¢
J.or4,
~-
..
c,- -, ,¢i
1
fr
1
I
I
*n
0-A
' C
...
Z
!~
-L .
I
C'
''~/.
k~~~
-
Ui
L,
-.
-
i
h--l '
7/ i.2 " L,
r.
* _.
I
~i
L '
'A1
C
~
~~;
f·
O0
F;·t.:
,
i
OC)
·
'L O ,C
t
I :
~
:
C: i rr
c
0,
'c
U-
~~~L:~~~~'AC
C~j
A- j
i r~~~~~~~~~~~~~~~~~~_;
,01
C
~
I
<U
LU
7-C
Z,
I'C''C
'7 ~ O'
,
c
C
1
1
-4'
CI:
2
r
c,
I
L
i
W
L..
Z.
k.' Inj
A."
i
4
B
I
0',3"
UJ
n.
C,
-
I
i
L
A
-
t-
I
i
Cc
'c '
'
, C < ,C*' !,
~2~'' r~~CC
0CC!
.U:- i·
~
L~',
.
.:L
.I .
. t.~ Ji
uC~',~ CC
-LL
=,
C= jI
i
LI
C
,~:I
'
'-
:.
;
-~~~~~~~~~~'
1'
(aU'
t
t Z ",
'-,~
c",!
'-A
F
-.
,I . . , ,C..
Lp
i
n.
c.
-'.
LU
i
a:
A-1
c;'~~~~~~~~~~~~~~~~~~~~~~~~~~-
1
I
j
L
&t.
-,': ,,
4
r*
I
z
:t
I
:, ·
I
I
'-
1~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E
I
i
cc;:
~FI
~vvl
CC
!
a.~,'
C
,r. .~ b'
'·-i
~;
.
LI0',
C1
·C
a
O
-:·
L-
j
u-:
4
C~~~~~~~i
I \C
LL
."
'.,=; L.
C
I
I
:f
r
r
i
1i
I
i
I
i
i
I
i
i
i
i
i
i
III
i
I
i
I
1.
I
I
I
I
i
I
j
I
i
I
i
i
T
i
III
'
i'
t
r
t
I
c · ;;
I
i
I
i
I
i
I
i
i
iI
I
r
c
i
I
i
I
i
I
I
i
i
-
I
I
I
i
i
i
iI
i
i
-i
r
I
CC
cT
C;
I
1
I
i
-
i
1
,f
,,
I
-I_
-.
1
~~~C-C
C.C: ir-,'C~iC,
.
C
L~~~~~~~~~~~~~~
(7-
C C:
!
in
~-I
~J'j
1
i
, , J- ;I .
r
- I-
i
I
I
i
rr
. :if
i
C
tr-
VI,
' tI
r
~~
,
I
1
~i, ~~~~~~~
v
~
tr
Itr Lr tr
C
Lr` LT·
vL-I L'·
c..c
t
:'-
i ,
t ct-
I
- ;
I MI
I
I
II
f:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ii
w
LT.i
LL
7e
I
I
L
·Z
I
i
Ir*
L
CZe
Cr;
Z
L.
1
.5
w
1C
rri
jr
LL!
Cr:
C j
Irj
:.,,-
v-
,
j
I
CY,
o
d:
2
-re
1
cr
v
~~C
CII
t
:
,!--+
Z 'V
"--.
U.~~~~~~~~U
r`
r
.;" -.
I. cL
L
r ' i c' -
[tl3 ~Llr '~3
[ ~ ICZ'
i::' 'C~
- ~ ~ · ~u :
ci ,.r
LL
O
c:
i ,-I-c ~ -i
-'
-.'c~
~
.- r,~~~-Q
i
"-7
m:
r.
,, ,c~
.. v ,
U.
~
'Z
~
-53~~~~,
! '.I~ ~o, 3 i,o
[~t
I
m
-~
i
,"'-"'
--'c,,," 1~.
,.
C
,-LL.
'-
,---.L.,
C.
-I _
i
-' (P
--' C.
u'*
C -I"-< UJ,'
.-C: b ~,..--.- f
c.-;..
C:
I"~*.t-.
:
I.
r
+-c
.:
r,
¢ ' tC
"-~
~ ~ ."
71
Z-~
-~
-e
,2-
:-"e:,
2 r i
'~
V
,~
~
Z
j~~~~VIL4
Z`
''
'~
vsIi
ii
,,~ I ii
&,.iI
..-.c..i
I,
Lur
---- L~'
- C: t.
!II
~·I
C~r·
It· C V,
t
a
c
a
;;.
aCC11.rc~e
~i
c
<: - I:4~
,C
i.·
.~~~~~~~
~./'cr
I' --Li1
C:*W !'
C~,-.CI
C,
C..;
-
iLJ
,.4
cc
CC
:
U-
C x
CD
0I
%L
Z
,Z
~;'
C
LL:.
L al V:ca-~ Ze PO
CL
CL
I
Cyc.-
-C.~
a', .
C"
~~~~~~~~~~~~~L
c·
n
IL~ Cr
LL
~-,t
1(Q11r-
C
w
<r CD
c~ -L-)
L
ItIC
-~.f
L :.cc-
C,
!
C-0
'C;
O
CD
LC ?. :
.
I 1
CCI
C) -*.
:'C.
r,
,
Zi
,:C ...
m;
rO,
~.. v,
C- C C,
CJ c
-
irV
'
i ,
C'
;
un.
O_.
0C'
C'
t
I~~~~~~~~~~~~~~~~~~~~~
I
I'
I
I
-
i
I
.I
i
i
I
I
j
ii
r i r~~~~~~~~~~~~~~~~
.1
i
I
I
I
I
I
I
I
i
i
Ip
i
I
I .
I.
:..
z
C"r.
C.
-r
C'I
,f~~~~~~~~~~~~~a
tc cc Ir
i
jcc
L.
%.. C-
tr 4 U- t
L U U
C
I C-
!L. F~ i))L
Fh
'
..
i-
C,
,iF3
I
Pc
i
I
I
]
G
Ie
jII
,
~u-
;
u-
II
;C
k.
G
c~
·
Z
,C
.L.
ccI
ii
:
;I
jO
~Y I
CL
Li
l
i
I~-
'v
'.
C.
- cC.
U
I,
I
v,, 'v
]
E
!!5
I'C
I
Z~fC C '
C C C ,
,
' I,. ' c.-
I
pr C~ rC
i
1-
I
I CC
t
!tr
i
(r
i(~
I,
!C·
jre
;r
iC·
,,-.t
Zu
V.
CL,
' 'iZ
t-.
L~~~~~~~
cce
"
'C
· .t
2c
C:
+ '."
U.
~
~: 'u.
L!-
t
=
1V
,
L:
l
:C,
-
,._i ,
I.o
U
,.. C,
-- : t-'
:FL.f
I~3~
I
Ui 'a
E
-.
u·
cn
c
i
I
c
Cj cr,·c
~~~~
ZZZt~~~~~~~~~~~~[..,
IZ
1;
r4!
I
r
c~~~~~~~~
.
~i'
"t"
u,
?~F=·~C:=
'-F:e
c
a
L
~~~~~~~~~~~~~~~~~~~~'(3
LL
u~~~~~~~~~~~~~~
v;
i
.t·
t
~~~~
~. .J~~~~~~~~~..
r
i
I c
i:+
,-;1'
.~
I
'~.
c-
~
Q
Z~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LL
II ~,,. 1~CC
-,~
rr
C:~~~~~~~~~~~~~~~~~~~~~ZC
it
C) ' CD
:. !-
izr
I~~~~~~~~~~~~~~~~
C 10I ',
c
;s
t -l
ILL
cj~~~,!r
0 0
LL:
[,I.: zi
VL, C
z
-
cUI
C'ii
L) IL)
..
-
,
-C
UJL
L: ·
C
F
i
a_~~
r '
,
Ui u
2
Ih'
.Ln
!z
9
i r
-Z
~~L.
J ·.+
C C'.~
i
I
'
.
~
i .
(2
LL~~'
0 C';i
!'LL
i
-- C
~-
'Q
'=L
it'
Ct~-
C
:~
~
"
r
L
,-, ;
i
1'
'J
CL
Ii
1,.. I
L
C
-i
C -~~~~~"C
~-.~,:~
" `
·
n
Z
ct
iP
:C:
1-,
·c.
Zi
~~~~~~~~~~
:Z
<
C·
' LI
i t.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OL
f
U;
.':)':
t":
C·
9
r
.V·
w
r
Cc
t·lr
CT · ·j
Ir \C
I- u"~1,
'z ..-
.
er',
CI
i,-,
- .,. .~
~
!5
.C~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.·
~
.~
~
un
,: ,/t
ii
e ',- ,'~
.,~ ...
crC
lt
CL":
U'
·D
"i
3
i
h:
Fr,
6
a
N;
u'·t
C O·
aa
I
i
Ci~~~~~
{
~
I
i
I
I
i
a'r--C
I
I
ar-
; i iI
i
i
a
I a
IC I
a~~
~~~~~~~~~~~~~~~~~~~~~
I
~
i
a
!t
t
a
~a
~
i
II I
', I
I- lh,i
!j~
Li ~ ~ ~ ~~~~~~~~~
C;1~~~~~~~
I
I
C
ic C-
a
E
1
.
CraI
a
t
i~~~~~
-
. ..
U -, -4--,
0c
,., uw .. , .
C}-'
.i.,.. ... -
.,-
- .
,
~.
C-r·
af:
)· ,.)
i
Z"
C" -
II
I
r
a1 --
U:
-i -T
C
,
I
a
+
fa
*
I
~-
·-
!
*
b
i
E
a
'·
v:~~~a
,1.
4"
c · '- iLI c·uLiL
·
,
U.L)
M
+~"
v.
2.
a. it r
!x
.f
I,
C1
aciiL
~
I.L:
a
IZ.
IL
r
cJ
:
I
v,
'
4~ ~~~~~~~~
.. L"...a..L
;
I ",
U;,
-. ,L ,-
-if
i
.+
~ u'
'~ C ~,~CI
+~ +w:r,--z + ~..z
~~-'ai
e·
. : Z++'C .Z
ara!
, M,'
c~:
Y 4 .- C'L
--~
Z
oi- (
~~c~~
U, r
· i ~ CI;'
OZ c:
u
i
C
CZ
-
,-~~
C~
)
a jL -J
L)C
-J.
2r C,
-+
':
-CV
'
- ' CC
.~
r~~t
-j
~'
-Cz
-C
-,-?C Z. 0I~
-
t-- C
C O
L L
r
U-U~LL
-
'Cl-C
?.0
-
+
.-- c~
a ,
i
";
,
. L
C,
,0-,
c'·C uD
c~
j
~.
,L ,
.CZ L~a.
1,
ct
C
r.
C·
a·*
f
r.
a
cL1
~rcl
,,23
II
3
~
c- t~
L;
C~
: C3
C C',
-- - r,v.
7
C
Lu
L
-
r-
.
.,~..~ 'C.Z
,rJ
c-0
k.,
Z~
j-
!a
"·
c~
,e7 a
0C0,
C-
'c,iI~au
+
Zi aI~
w
aLcxZ
I
,'~C
':j
· i, .-( C·-)i-i ..-· 3 ·
C
~ ~~
,
-
7
.
LL
-
a
,z
at
It
r C V
<L,1-C,-0C
~ LI
<I.U
-
' C: i
QOCI2
7cca
a
~~r3~
L~u~1
"ii
I:cc.
}i. t-.
~~~~~~~~~~~~~~~~~~~~~~~~~~
~.nH I
Le
t·nCCCC
Cr
C?
cr:
2'1
c~
12~·1
II Ui
a. C:
rl -·-It -·
·r,I C
.
5
ILI~~~
:
0
C; "'a
.
! ~
'
U."I
F;C:
.-. ~
U U~~~~~CUL
,~ C- .e~~~~~~~
~~~~~
0L
~ -...
C~~
--
i
:.
)L
Y
i
C'I* Cf~3'
VI
3lA
%
r
I
LL
· CCU-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tr v,.
+~~~~
.... ~ <
C
'a i
00v
v~CC
c+
I,.
:
CLI~~~~~~~~C
I
aC
I-
o'
.
'
;Zckt,::
2!
te~~~?~
~~~~
t Lrb,
a.
4.
,
a
L
3
'¢7
,q t/' '-;i a
U
]+e:
a
.,-T c._
C'
C-4~-u--CC~~~'
~~~~~-f
tZ.
"'I+
C-
· -
+
7.i
CI
-
1
i
I~~~~~~~~~~~~~~~~~~~~~~
+
I
i
I 1:L1c~~
crC
CL..
E c-'r
ni"CTI~~~~~~~~~~~~~~~~~~
t-
'<
,
I·
-eP:c
(
Ut~,: ,
,;
'5
i
i
r-C,C
c~;
~~cs;:C
I sr~~~Z
~ rr-,r
· i~ c~c~i
·I
i,
f.
a!
V
fI
t
'
i;: 1.
c
~~C'CC
;-j -
5'
!
LL
c
a
.
Z
ii~~
I
!
~~~~I
i~~~~~~~~~~~~~~~~~~
I
I
l~~~~
I
i~~~~~~~~~~~~~~~~~~
i
I
I
i
i
II
i
i
I
I
ii
i
I
I
iI
[4i~~~~~~~~~~~~~~~
4~~~~~~~~~~~~~~~~~~~~
I
'C
I:
i
i
I
11
t
}
i
I
i
I
I
I
I
i
i
I
I
11
i
I
i
II
'C-
i
i
I
i
I
i
I
I
I
I
i
i
ilc
i
I
I
i
"C 'C
i
I
1
i
fTZ
''CI
Ii
i
i
!
I
I
I
i
I
I
II
I
i
iI
I
I
i
i
(Lj I~~~~~~~~~~~~~~~
4
i;
1
I
h~~~~~~~~~~~~~~~~~~
j~~~~~~~~~~~~~~~~~~~
r
1
I
ti
I
r\-r
i
I
I
`r
I:
I
I
i
ii
I
;
1.
i
i
i
-
i
I
i
I
c.c
'C
C
c
c~r F/
,C
-,; '.t' r
i rr
<-.
' :-c
:
i
I
Ir
C:
I-
;C
-
1
C
I
I
[
:
~
· 4.
'1F
I~e
7
i
.-
r~~~~~~~~!
Gi'
'F
r, i
F~~~..
i
r
.
·
'
i
c..
C-~
~
1.;
I
!r
11
I
i
i
i,
I
i
i
4
Ci
iLU
:C
I
LU
U.a
I
'4-6]
L.LJ
1.
C
i
,
4-i
1
ic
C
lo~~~~~~~~
::
i
r
·'
17
.
i
I
;
.
4--
',n
!4
>- C.-:
C,3
ii
.1,
,I
4 4'
~~~~~~~~~~~~~~~~~~~~~~~~~~'
i~~~~~~~~~~~~~~~~~~
U,.
i
'C
C 4
C
,
-
:'IC
I-.
'A
i~
i
-ZL;
U.~~~~~~~
hi
i
,u"'
*
'A
I
I
i
f
I
I
I
l
'.?
~ CC2,,'
~ ~
Hi
I
i
. .
I"-
C
I
-
i'
i
C.
C4
t4-;
:'C
t~~~~~~~~~~~~~~~~~
,, L C
'-:
4, C.'
I
i
C
!
!
~~~-
ii
I
'A 4.. '
' I
h
C-
I
iI
i
i
~
i
I
I
I
I
I
I
i
I
I
I
i
j
I
I
I
I
r~~~~~
1
~~~~~~~~~~~~~ir
I
-,. tr
.3
i-
i, :-F-
F- -'
C -
u- ..
qc
t
I.i c
c'
,I r-,C C.-C
c
1~
k
C '.;"
,
LU
4(.i'
·,-.
ccz
?'
C
" C'F
M
cr
/' 'A '':
it
in
,:
C
C
i.
'l
LU
:I
C'
:
!
-- }1 e.n
U'~ ,,-LL
u/'
.C
-
~'.J
'C0
.-.
'C
4L'
,-
--
F
C C.-C
a
C...
C
1'.-Y
.C
-LU,
C
c'O'
4.44" I
i
.... 'A
A
A
.J'
FA
i:-A'
'F.
ill~~~~
t
-
1
4-C.
'"
"IC
1 !
C2C
'A
I-
. J' C
i
F
i-
?-4
-F
I';L
-C
-C
..
h..~
7
i~~~'
..- '
L4C
C
,
F
C
i
i
iu
4L c?
C45·-CCI0
o o
LU o oo
C'
00
04i
C'
1
I
C C C'' C, C., ,0 C.
i
i
i
i "
i
iI
i
i
I
I
i
I
F
i
I ,I
i
i
I
i
i
i
tt
i
I
I
I
II
I
I
.
i
i
i
i
I
I
i
i
i
cZE-c.
!
·C. c
cC. Q
C - c
-
~~
j
I
I
I!
I
I
-
-1 I
!C< <
c ICc
ct
CC
!
c' '
C
C
r--
I
C
I
I
I
I
j
I
j
i
i
i
I
I
i
I
I
.
I
I
i
i
i
i
I
I
i
I
I
i
1.
I"
I
II
I
j
I
I
I
t
1
I,
i
~-;-. de, F
i
i
I
I
i
I
- I
i
I
II
It
I
-.I. I-
i- I"lI
r
b--.,
r ar- r- r f- Cc CC C C-C.
c c
i
I
;
I
I
1c
LL,~~~~~
i
I
!
i
-,:
cc<I
¶i
t-t.
~
i
.
1
1
d
C,
I
I
IJ
~~~~~~~~~~
,~~~~~
i
i;
i
I
i
i
I
C7, r .
I
I
C"
i
I
i
II
c -I , vc t tr
~-,
- r- ; .- t
C. ,C C
c C cCC
c
cc
c .c
c
I
i
I
i
I
i
I
i
I
I -
I
i
I
! . ,
i
II
I
i
I
I
i
I
Ic
il C !
C..F
c_ c
C's..~C'.CC
Ccc..
cf~§
·
¢~~~~
I~~~~~~~~~~~
IL
h~~~~~~~~~~~~~~~I
CF"-
I
11
I
II
LI
I
C
Cf
i~~
i.
,rc
~c.Lc
I
(c~
L
C C C.C
'
C(
I
I
I
I
l
t
I~~~~~~~~~~~~~~~~~
C-
I
i
I
i
I
i
i
i
I
I
I
i
I
I.
1i
I
i
i
II
Ii
;I
II
i
I
I
iI
II
i
I.
I
i
I
Ii
I
i
i
I
i
I
I.
.I.
i
i,
.
-
I
I
I
rI
i
I
II
I
I
i
I
I
I
i
I
. I
i
~~~~~
CC'
,:
C
Ii
i
i
~~~~~~~~~~
I
L
t
I
I
I
~Lz
r~
~~~~~~~c
;.z
2'
I
I
i]
I
I
I
t
.1
I
r
i
I
1
i
i
I
U CCL-f'
i- -
t a,
C,
C'
c! ~~-·
L'b;
I ~~~
Lc
?l
P I
!
'
N
~
I
-JiV
i
Ir~~~~~~~i.,
i
L
(
j c~~~L'yr
i
I(-i r i
It
I I
ti
C~
IL1~:
i
C
CC
;.
CL.
' 'C
CC C~LC
CC II.ZZ
'. .
l l nI!C)
rl
II
0
,~,C
ti3L,
D2 I:
,
C
C tL: LU-.i_
Ctt-.I.
.
:·
j
':
s1
L_' :-,,,
\ ,-'~'t
c ¢q ,.~ r'
"' :'~ 'r
>·
'~
-
C3I.-
.
L .. W
, i !
i~Ic;~:9
II
,11v
'~-,0
a
I
crNC
C"
Ctl
I C
c
C..-,
t , "-
c~ q -~-h
`~, C
~L3CG
i,-- ,U LL i.- L~ U~ ~
']. 'T
7Z:"*
U
: a
Li
·
r,,,
.
,
,. j,
<
LU
,t i
U..U.~
-~,.,~,-,i,.,~,,.. ,.4.,-,.,
i
{
b.~~.1~
LJL~!-~'~
b-I-
',.
4,
~~~ ~ LU.~ C~C ~ Z..C-;
~ !~ LCiC. C UCJC iUcC C~
C
LULU
U L
CLJI, 3 iL~
-I
J
4
i:.
0;
l yI y
v~
--
I&.
,
U-LL
--
C
'
C,
!:,
I
CC) C,
L)
L:
C'C
·
...4,..
-'i
c
.'
, ,-.
,, t..,, ,,,...,.
, , ,,. .....
Mr
C'
-'
-'
C,
I~'
MI
:
Q --
4'
-=
-4..4
I
N
-
I
=
II
1
II
It 'A.",
O
1C
/)
r,-<I r -. ,
I
r
i
t
I
I
.II
i
i
i
i
I
I
I
f
i
I
I
i
I
I
I
I
I
I
I
i
i
I
i
i
i
I
I
i
II
i
i
I
i
i
I
i
i
i
i
II
I
1
i
I
II
I
i
11
I
I
~
~~~~~~~
I
It
11
1
I
I
I
I
CC
II
I
l
IC
1
im
,.ki(C.:
I'
C C . i CC7Cr ;.
!.C
C
C~C
L~~~~~~r
-~
!
I
'C , c !,~
I
L~
I-
AC
~C
CC~~~.L
i
II
I
k:
iC
H,
I~~~~~~~~~
A
,
I
i
I
i
I
A
L'C
C
'LC
LL' C,
CA
i
i
i
i
i
I
IA
II
i
t/l/C
, iZ 1
i
i
V
Ui,
4
i
I
i
I
II
C
I
JIC7
P7
I
A::''"
c '.-C
?'i
t.I. I,, V
i
Li,0
*
i
C
,A C '
.
1
i
-
c:'-
A
i
I
i
LL
.-
LI,
i
I L)CC (
i
I
1N
r\
~~~~-
u
C
'C
!;
~
LI
C
t,.YLL
-
T
I,-i
LI.L
ifCAC
L
iLiL
IA
"r-
u_ '
eAi
i
~
I
4
<
mr.
CD.
(-A-
~
IL
-.
L-L C'LL-
L,-c~~'
'
c.. . ,?.c
LL
~i
-L.;
--
LA-' CA AC
!A ~
C
-,
I t~~~~~
C.:L.A
,
I
¢:.
-
:Z
:C,
-'r
I
!c
I
IC,
IL:~
i
~"
!c.
. c :c~:.
c..c
AII
Jg,
i ; -L
L'
4
--
Ac
ta
Li
LU
LLLu
c~_
c1
L'C
0.,
{A
Ii
,
,
.
i
t
A~
/A
I
;A
' C
-
-1
.
(1) "I,%
i
C
I
i
II-
i
Iz
i
I,i
i
-
i
I
i
I
iI
i
1
I i
i
i
i
I
t
,
i
I
I
I
ii
:.
-
I
i
i
I
I
i
1
i
I
I
l
Il
i
iI
i
i
i
i
I
I1
i-
i
i
i
i
iI
!
i
I
I
i
i
i
i
I
I
I
i
i
I
I
i
i
I
i
i
i
i
i
i
I
i
i
I
I.
I,
Ice
C
C
c
E:_
1
t-
V
i
i
II
!
I
,
I
i
f
I
I
I
.a
.
C
1
11
1
11
I
I
I
I
I
1
1
1
i
i
I
I
II
.z
Z
.
II
U,
,U,%
L
tIXI
IiL
I
I
II
Lr~lV%
A
2
i
I
1
I-F
i
1
LI
I
I
i
<
I C
Ft
Cl
~ ~~~~-
i
I
.;
i
I
cC
I
i
C
U-
te
:)
-,..
%-;
I
-
F-
I-.J
I
I
.
Z
I
1--
~ ~ ~
,
C
+P-lt--'
F
~,U?
. ~,,'
-
'
'J
CC)
11
'C
il-;
W
m
i-
,--
U.0
LL
Z
FlF'./'J
:_ t'--C
II" II'
(',-
C
'v
C J
'r
:C
]e
.
-
,
,.L~
l
-4
c
t..
i
i
i
'
,<-
~
W
LI
F-i
LuI
LI
)u
N
'
LIC4
U.
c~i.
c3."--
'Co i0'Z
1F
,g~
I
v-- Z_
-c'ug
:ir
4I,.,4
C: ,..
C'~
*,3
'c, .
',
F-~~~~~~~~.-
I
F,-
0.
LI
i
IC
L'
I
IC?
LU
i
II'1
IC..
C
N
<r
': ~
i V-.
Y.,
tu
<
it
Li~~~~~~~~~~
U.U.
Cw
-
cC.'
c~' l--
Z'
,
it
'L
f
i
I
I
C.
I
II
i
II
0
i
CL
II
II
II
,--!..~
I
i
I
II
I
II
i
It
i
I
(I., I,
Z
F- -
F 1.
i
::E
r
( L C
-f,~~
Q
C-
,.
cN
pC
C', IN
i
i
i
I
I
C i
C, !
I-.
L
r
'N,
- ,. "
iI
i
I
F~~~~~~~~~~CC
+
4'.:~
i
i
I
i
i
i
I
i
i
ip i
I
I
II
i
I
i
i~~
i
I
I
I
i
I
II
I
rI
I
I
I
t
L
~~~~~~i
I
i
I
r
Z C
I
I
I
I
I
t
1
i
I
i
i
i
F
I
i
i
i
i
i
1
I
I
I
iI
II
cr-· F~r
'C3~;3.
PiCii-
rii
uI
~c~l
cre
In
;s~
,r ck · ·
rr
\ ri
FII
t
ZC
~C
C C-
·
c
!
1
- C
i
C CC
C
.
i
i
i
c
I
I·
C
C
pr--
i
; - ;i
I---
~cc
C'
C
r. C
CC-C
¢r c
r r
~r
I
-
I
I
ZZ
I
,i
1
I
i
Fi
I
i
lo,
Ir
2 i
I~k:,,
'
~I
I
f 1i
t t
jI
F
1
i
a'cvi
-I
tz
I
I
t~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U
W
C-
~¢:.c
I
C
I
V)
ck
-C
LLI
~
C'1~
c
I
~:
c ,c,
.
,
'
; i
I
I
I
J~
1~.c'
I
IF
i
r
i
I.C
C, C
LJ
C
!!
Li
F
IJ
:C-)
L)
,
.\l.C1
i
II
I
I
I
I~~~~~~~~~~~~~~~~~~~~~~~~~~
1
~ 'Vdr
. ~~_'T
k. '
i' (r 3
F
I
i.~i ,
C Ln i
~
~ F1 t 7
F-i C~i·~ ~ IU ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I
u.:l
";
3
~r;·3.T- L
r-- C' Q
In
L.: Ll F·
C
C i
I:
I
Ii
I
I
c
.r
,,,
i
C
Ip-
C
)
L?~~~I
C
iI
C
C
;I
CCC
I
C~CC
,Ui
Cr
'L-~
,..C
t
FS~~~~~C
F
I.r`
L:
k~.
:
A3jOC
I.
ZAt
,~3C,~-/'--
L
.; , :
k
P.
I-.UI
..
a:
t~-
U'
uc
0~L 0
Z
~
i C"
3
.~
Ci
C
:
.C
-
I
II
I- L L
iC
3 I
7I IF CIFC `0~U
7
-
L/)LA
t
f(~_.
-1)~
· :'
L
Vi
"r
.3 · Ir
~
~
1
+
0'i I
'·
L!
I,
I
-
F-
IF·.;:ni
I
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EII`
·
:=ir
It
~
:
II II
I
V
IIY
f
LUCl
C) C
LY3r--·z
z,'
'
.
:C
a.
')
-
~
~
,~u:~
hrj
~~
-,
c, y)
i
LUL")
.,., ~ . i ,,- ......
'~I,~,, 'fI.,,,,
C*
'0
-J
0
i
,
1
· IC
o
I
I
·
Cf-C
-
L1~~~
2L-i.~~~~~lCI
.I
ICI~~
53
--
I---
. e·
-C
-
5:-
cz
i
I
r
'e
-- ,c,
c
.,
II~
,
c
iIJ
L
i'c
,.a
i ~,
i
ci0
:
.... .. 4,-
,
a.
C
C
I oL.C
I
I~
-
-z
i·
-
i
I
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
I
I
-
I
I
I
I
I
i
I
i
1I
I
-
I
i.
!
II
i
i
II
i
i
I
I
i
f
i
i
I
I
i
i
I
.
I
.
I"_
'r,"t U-r;Z r-;,X C
I4
I
I
-
i
i
I
K
_Iv
UI
i~
m
I
~7c
Z
~
4
I,+
I
a:'C a , Ma:
;[PL f:
- C
C.
iz
i
I
II
I
4
m
I
,
C C'
lutI
C j
I
C LC
IL
4CC
cc
1
~~ ~ +:.
~~
I
O.:
I
ii
I
I
4
IC
·
z:
--
:
~~~~~~
~ -~ - -"
-
J-~
-
~ ~
-~
Ct
.~'
-
c
:
1
C
IC
CC
4
4
4
L
of
-
I
'c
L
I C c4cC- c,.C.c
j
,
'C L-
crr:c_._
C C
~~c~~'.chc~
,C..,
r--
!
c,
I.-.c
C'~ .
~c
Cci
I
4
:
iw
14..
C
C:,
~~
~
~
~~~~
L~.
CD
r,~
~~~~
~ ~~i>,.
2:
L
I,:L
.-.
~~
~,, :-,-~~
L;
IIA
~ -v,
V)C)iL
~",~',L 1
it
-'C2,.'e
C.; U'
- 4IA
...*-
.0~~~~~~L.
INNN'
ll
.~%N rC1
U:~'
:'
(
.
-'14,
rf
I
0
-C. LO
r-
U-~~- ~
U-
'
~~'
C I
'i 2'
L~~~
-
I~~~nLL
--
~~
IA~
C,-
N
C-
I~l~i
;441~
Z
4
,..
'
¥-,
,,e'
N L, L
~I'
,C t
P
I
IA[ \ 4 J L ' 4
4t
I (2('
"
C
4
4
4
4
I
I
I
i
~~~~~~~
I~
1 t ~~~
i
4
f
I
i~~~~~~~~J
-"
j
CL
,,<t-I
'C:
I
I
I
i
i
i
I~~~~~~~~~~~~~~~~~~~~~~~~~
I
I~~~~~~~~~~~
I
J
[ ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uC t-rc ,L CL
rc
C
,c L.
fc
~
-',C-Ct
~~~~~~~~~~~~~~~~~~~
Ic~I
1~~~~~~~~~~~~~~~~~~~~~~~~~~C
IL
114.1
,
r:rr
,,L
I
J~~!
C
C
L
I
I
fI
L
i
i
i
i
I
,
~ c ~ c c c i~cL
c c c
~~~~~~.~~~I
z c c ~~~~~~~~~~~~~~~~~~~~~
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~j
~~
1
Uj,
,.;I
F
I
I·
l
N~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~
i
i
I
C
I
~~~~~
I
I
:L
-
II
I
i
]
I
'
I
I
I
- !
I
I
I
I
i
I
+!
ii
I
t
i
I
1
I
1
I
i
i
i-,
.I
i
+
C
'
I
J
a
.~
,'
-tLt
,..L IL--V
c~~~~~~~~
-4
V,
!I
I
L L
I
I
I
.
I
I
i
IC
UC
,C-Z' 4.
-c.C
Jr
Z C.Z
:,,~~~~~1:
~~~~~
:cc
n-~
~~~~~~~~~~~~~~~~c
Ur=
~~~
u_.
~~.
~~
u/~~~~~~~~~~11 N,.,
I~~~~~~~~
t ,... ' ",.?
~~
c
c
N
C
L-''.i,,
ff
al
,
f"um
j
l cjN1.
I
v
:uu-c
I
L.
1~
N
.L
I)
!
~
! N
N
v
1/~~~~,c
.
'C
~I ~ ~ ~ ~ ~ ~ ~~ ~~~ ~~~~~I
I
CI '
Le~
U
,
Ntttnt
lu-r
LL
I-
.
i
1 iN
L-,'
_jI
t
r
IL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
~~~~~~~~~~~~~~~~~~~
I
'
to.'~
C
,,
:c'u( _.u~'
F
.N
~~~~~~
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
Ii
I
:~~~~~~~~
.j ,.
~
i
~~
~
~
C V)!
LP WU
~
~ ~ ~~ ~ ~~iZ/ ~ ~ ~ ~ ~ ~ ~ ~ ~~~~~~~~~~~'"
-C
f"I~~~~If"."('~~~~'
~
"'-N ~
~ ~~ ('1
Nx~~ ~~ ~~
~ ~ ~ ~~ ~ ~~ ~ ~~~C
<
N '4
N - ~~NNNI
,~
7y
W
l f1111
~
,-C
~'
-
-
,
1j jr
It'L)U
'
1
\
L
IL., '
I-
i
~
L
(%:-~~~~~~~~~~~~~~~~I
N,~F- ._ It ~~.~~'.~~'CO~~-h-~
C
'C ,
!
i~~~
I
I
i
i
.
I
i
i
i
i
-I
t
I
I
I
I
i
i
i
I
I
i
iI
i
i
I
L~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!C-C
C:
!' CI
i .C C, C C
;7 taZ'T Mx cc
,
.
,(,
cr,
C C C- t
C- :C-C- C C
C
IC..'-
t
I- ftr
lr r .
r .
t r.
iC . r r r C . f I-r , ]Cr
r .r
cc ~cr
V- ox cc cr Ucr -a- cr !or cc cr. a, lcc, M 'C.--
Lr L''CC,
Cc-, M~cra-. ~cr
a or m
cr
C- !r C
i
a
i
:c
O-q cr
a., cc:
IC.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
z~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~i-L
i
i
i
i
i
i,
i
i
I
i
i
i
i
i
I
I
-,
I
I
I
I
I- - , t
I
~
r',.(0
..'
.
.
~
. .
,i ¢.. i "u',L:i
t
,'
,-- ~ '"~~~~~~~~~~~~~~~~~V
~~~~~
C.~
~~~~~~~[
p-.cL'v,,
. '
'~~~~~~~~~~~~~~~~
Z,
Lr
Lo
~ w¢~~~~~~~~i11
1
V.
C~~~~,c
CNJ n
LLu.
U-
Ll
I
,
V, ('-I
V V!C"
.t.
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I
~~~~~~~~~~~~~~~~~
C
E:~~~
U-
l..J
J L)
~~~~U
I t VI
:,""~.
!t - iil ,II ~.
'J'~~~~~~~~~~~~~~~~~~~~~-
f"~~~
C,(
%._LL
,,-
~
"')ot.L;
Z
Ul
"
~Z, L;-
""~
~i'Z ~~~~~~~~~~~~~~~~~~~~~~~~
u-. 'd U,. ~ C
.:L
0.L-.
L.-
L/" L
L'
A L,
/ I--".
L
-~;-
t, -C ..
~~~ ~ ~ ~
'I 'C~
l
r\
i
i
I
u
-Z
,
'
~C\
'
r
. C-M
""
'
I
I
i
F
F
F
t
j
I
I
i
FIF
I II
i
]~~~~~~~~~~~~~~~
F
IF
i
~~~~cr
~ ~~F'I~~~~~~~~~
~ c Fr=c:aF a Ca
F
F~~~~
F
FI
FI
F
II
F
!
II
i~~~~~~~~~~~~~
I~~~~~~~~~~~~~~~
!
F
L
FX
i
I
iC
'I r
-c
I
Fi
~2
F
!
X X
M; 'M
FM 5.5
:co
:
c~c
-F
I C
FY
. F'
ci
-.]
c
~I
iF
I
i
['
i
I
I
F
II
!
I
i
Y
tQr~CQI~~~C ::Q
I
LI_~
i
I
ir
C5C C_ [::
F
1 C
i
!17I C
c~:c
cIc,"
~ c~ :L~ . .Lc.:C.~~
(_ IC, C IX
~~C',
C; ~C c ~
~
:~ "
~~i
c c C. C.
,
57
11'
c: !,L
C
F
c.:o
Z7IN:5
C
iF
[
F
ft
ccin
Fe
¥'-
i
:
J
I
.C
!i
{c
;.'C:: ,---!cr
CIC (!C
c k;..
(~,C ¢. ¢ C :,'· C :.C i~.~'.
t
JI
ia
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,
c
. .
F
II
i
,'
I
!l
FiF -
~,
r
:
}
:F
F~
~~~~~I
:
a-c
C-...
F"-
1
F
I
I
:(:
..
I
F
i
f
F
I
I
F
,
F-
[i
Ai
i;
Li..i
~
I
J-
~ ~ ~
F iF
~
F u_,.1
I
.
F..
jZj
F
I F
I
F .~
I
b',.o
i~~~~~~~~~~I
,
I
~
i
:,
F~I
F
FCC
F~~~~
I
._
ic
IF
.. ,'
vFnm
"
FF
l*""
1
i
F
I
Z
I
.
L: !C~
i
i
ii
?,,~ ---
IC
CC.
:Z.
u
V'',
C ',,
'un
,
JaC-
'lt ,.
.
~
FZ
zU:
,.n
Lu
CL
FI
c-'L.
',A
'
~t.Z -- c,~ ,. . LL
( A C'
z'
z: zr -,- -,
(A
C
Pu:
¢~ ~.(y,(1,:
m~
r~LL
'.
I
L
C,
(L
U)
~LL
~
"
A
,,- (2L;:J'
e'.
~
'".:e.
%
~'~(,II FI '
"'
'~
'~,~
l ~c
~
-"
'.
'I
.ln~nI
f.l
.
"
( AN
c
C~~~~
( A
r
r'
(A J.'
- L (
LL
N2
[
C
-Z·IC
II
F,
.....F'
A i
~~~i ' - r - '
~<~,,
~'~
m,1~
Li.;' , $..*
i.,.
'T
,4,4
.
,
n?3 "' ·tV :·Z
U~0
I
IF
¢
5~~' 1 ~
A
.
t.,-
L.
F
L
L.LU'.
Z F Z C~~~~c c (
-.'- %-.
-~
(~~
~
:--
(
.'
',~
'IIII
~ 1'
A
.~
',
~ '.:=~ I
1/
N L~' - '
.'-*
'~'
.''
1 ",
Vt
-~ z-
Z L'
h'"Z
,("l,
~h
FC
'" -
i
I c !·ar
I _Ba
~
;,C,
:,,
!e'
,~~-~
z
.
,g
~ t~ z.
u~i:
3-
c
-C
c I
,-- ll-
.
.0
I~~~~~~~~~~~~~~~
i
'
*Fr
''
F "'A
.m
--
.
-
-
QL
C
-~
!C
C
I
Z~~~~~~~~~~~~~~~~~
,...
I
F
F
FL
, V-
CL
IZ
: C
,,- }¢ r- Y..
:
i
F
IF
II
I
1Q
F I
I
II
F
I
FI
ICc~
:i:.
F
F
i
(-·
If Fi F
F~
FFFF
',, F:
icr F
:o:
trr~~
I
i
cc Ic C :C C
._~c'z 'cCc r c.
~ CC
c
CF
*
C
I
I
I
I
I
i
I
e,-
F
I
i
Ii
l
I
F
1
i~~~~~~~~~
c
t
F
F
i
~e rCJ
F~C
l L
F:
~
F'.:..,·L'
iL
F
i
I
I
I.
i
C
Lr
I~~~~
,C
!7 S
~
i
~~~~~~~~~~~~~~~~~~~~~~~~~
I
t
~
I~~
I
I
?
I.,
I
i
~
i~~
I
C
I
I
~ ~ ~~~~~~~I
~~~~~~~~~~~~ I
j
i
C !
('i
!'L
I
~
I
L
.
C
L -~
- C~
~~ ~
1
I
I
I
I
I
i
I
I
I
:
',
i
i
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
I
t-
L
I
I
C !-<-rC
I J :CIL.
I
C C :iC C
I
i
C C C
C
I
I
t
~
i~
I
I
~~~~
c CC' - ,C. CLC C
· c~~~~~~~~~~~~~~~~~r
i
i "r
I
~~~~~~~~~~~~~~~~~~~~~
.
L-
I
aC~
.C i: r L c
1-~,C C
C
..- !
~-4
r
-
I[C!ItCIItCI
i
i
IC:
I
1
i
p
f
7
I
~ ~~
I~~
ti
~ Ii
j
~~~~~~~~~~~~~~
~
I`
LL~~~
ALItL'WU
I
I
:lz ,Cu".C:,~ 3,;=
<' ,,C
!,,r.
':~ (~ ~
L,
'C,
II t
' :
a
C,
c U,
V
I,
I
t~~~
~'' <.I ',,c ~ ,,-'-,
I
I~~~~~~~LU
I
,~cw u,'!c
~..,=.:
~'c
? ~c u-I ,.!c
itI if 7-
C
~~~
It
'
ii
J
I
-.-.
,A
~'.
VI/
u-~~~~2r.
LJC~;\V
~'~?I'f
''t
" " 'C-; C~~~~~~~~~~~~~~~~~~~~~1
i
I
2~~~~u'2
Ill
I
CL"
IC
Ii-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t
-
'-
V..
j
-C.
i .i
'.
1
P- o.C
',-
Z
~~~~~~
l
II~~~~
L
it II I
I
))I
I
i
!~I I
!C
IccI
C,
"-
1.P
I~~~~~~V
N
'
"-
L
c~u'ic ': ~'c' u,-~.Lc..r_
~.-c:Z
u--tZ
T
!
r..
P
vn
I
I
~'.c~u-~.c..u.~
I
i
i
V,
VIQ
i t
i
i
~ ~~~~~~~~~~
'.
I
11 I 1
I~~~~~~~~~
~~ ~~~~~~~
I
Ii :I :-"
I
I'r
I
I~~~~~~~~~~~~~~
I
I
~~~~~~~~~~~~
&....-7
¢ -- -
z
'1!
: 2.
Z_
IC
IC
'"d..C"I a
'C C
'U
U~~~~~~~~~~~~~~~, ,
1/
-
i
i
I- -I
i
i
I
I
i
i
I
i
i
i
C C
I
I
I
I~~~~~~~~
i
i
tZ
P~~~~~~
!
L"
'Iil
Lr
i cl
rIC':~
Co
' r,.
r rI
C C'
jc c;~~~~~
iT
C
C.
L-7 c ~ C ~~~~~~~~C
jc ~C~ ~~~~~~~~~~~~~~~~~~~~~~~~~Ir
C CC g·rLTI·
C,T
C
c Ic
c'rk
-
L
C,
t.i
ic
P,
',~
i~ L !
'".
"" J
ciz c·
t
I~~~~~~~~I
"xc· 'e
'~
ICT
J,
c;· i3_ O'e
C,
C c:·e
C =C3
r;L:
C C ci
I
=;
cc
·
i
I
i
Z ',
, j
ci
c
i
Z t
i
II
iU
I,
L.,
:Z
4
1
key~~~~~~~~~~~~~~~~~~~~~I
U" n I-
;e
',<
u
~
·
,C
':o', .Co' '-
'.
aut
c
7
C
c
r.Clar~~~~~~~~~~~~~~~~~~r.
3 I
3~~CCy
CL
G
~- I:xi ~ ~z~'.- CC
L~~j tr C,
T'
41
'
C_
'7C C-~~ -VI
~?~C
,~ .C,
cc ~h
-r
'F`
Lr,..:,,-CL:L1-r2Z
u.
cr~~~~~~~~~~~~~~o
.C'~
'.Z
·
?
.--. ,,2:
It
c~~~~~~~~~~~~~~~~~~~~~~~:
·
z~~~~~~~~~2
C
C
cr
..C
I
I.-.
!c
I
A'~~~~~~-.
-
i
C-~~~ ~~,i·
~ ~ ~ ~ ~ ,-
iu'*
rr·~~~~~~~~~~~~~~~~~~~~',
i
C t~
-"--
fL
~~~
~~~c:.1
~~.·
jC
CD
CY.~~~~~~~-
:
Z~
I.L
I._
%
2 ''U..
UJ
IC
,4 '.
; ."
¢N%,r
,,0 ,,.
;.,
l
'
--
u.
i~~~~~~~~~~~~~
V
:u...~
u n x '1
;u.-
'bif c.
72! >
'2'
CT~~~~~~~~~~~~~O
iO
tC:
3L~~~~~~~~~~~~~:'
:
e YX
I -1 ,
1
c - F
i
!~
,,--..%'"
~~~
,
,Lz~~s
o=
t3
:r
c-·
·
r~
.
c~
\3
;~~
Ir~
I
C!
';rJ
ir,
p
C_~
·
,,,t'
,L~
~
,--4:
f
,r ~~~~~~~~~~~~~~e
C
'
l
~,
L,¢"
,-,~
ill~~~~~~~~~~~~~,C
Cri.2
d~'~
tO '.,'~·-P('¢',CI~O
~,--t
C
L
~:lr. ~CI'~ ~'1 .1
iCI"
d~
U-·
~~;~ 0r~&
-,'-,~.,,,
53
(2 .,f,
:Lc- c~~~"( TL Tv ?L:
O'
r
I
-,NN%
~ '4 r
r~i
C~~i=
'
LV
C~ Itl'C
:a~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~m
cL C u a
c', .,r.;
~~~~~~~
C
LL
T
,~,..-,.r~."C
C
IT t·,f
:Z~~~~~
-.
'-
~
C " .)U.
~',"~~
LU
i
;u~
·L
"':
C
~
r;
,,+ Z .¢.
i~
e~C e"C'~~2.
CLLQCC~C
,'"~
L ·0. 5 ~'O
'\C
J \ r 3 ^· r.· 2 - -.
~C ~ ~C~
u'~
- -I! C"I I G"·Otc0 L; 7
r)
i·~~~~~~~~~~~~~~~L
C; 0'
Cil -'?
Ct"
C
Or~'
C"C
::
:r!Q-T
C
C.
~~~t
' ~~~~~~C
·2 j· -P1·1~~~~~~~~~.
· :
~
cl C1I Ct~~~~~-·
C·( Ct
-··( Ct
0
~
.
0"I
,
C
Cr
c·~
C '
--
-;t~ Z:::C-IC 5~
--unt
f.
~~~~~~~~~
I~~.C1~~~
Ct~~~~~~~
C
-' v
I
C
C
~
·
Qa
'
,'
-r :: S t,
,,,,..
i
r
L.t!
I~~~~~~~~~~~~~~~~~~~~
I
C~~~~~~~~~~~~~~~
I
~
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:
;-
~~~~~~~~~~~~~~~~~~~~~~~:
I
i~
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
I
:
:
F+
I
72 :ZmI17
.
i
I
F
I
,,_
l
~~~~~~~~~~~~~~~~
~
~ ~~
:
t~~~~~~~C
Cc
c C-C
I
;
,
UJ~
~,
F
I
F F
~~~
C
'
l
C
'
F
\
r-iI
~
!S
,7
-
l7
I
~
I
Z
~~~t
Fl'
.L~~~~~~~~
F
F
,-F.....
r.,F?
F
-I
IF
I
FI
L!
_I
FLU
I
F'
I
U .
~~~I
,C
F
i
F
F;
F
c"
cc
C
~
0L7107CC,
C C ' C
C
'
a, C-C ,
C
c
,
,
r ',,
[(
rC
t
_F
C
cc
I
I
'I
~
I
F
F.
F
F
I
I
I
C.c:F C. t C~-,=: C; C
w..'F
C, C ~. ~.F C FC; c. CC: C.'
C C;~ C: Fr_ ' Il.
C.; c.; t_ F.--=.
' C
C.,/,.: ~c' ~I' C ~~~~~~~
~~~~
'--'~:;C 'C_,
:F
F-
I
C' .
F
-C 'r-
Ir, IC
W~
{
,-'- ~ -
~
C'0~-Li"
C,"
C
rC'L
C..,','CCCV.
.......
F
F
.,'
he I.
F,'.~
-'
CCc' l~ ~ Z i
i
,--I
~coc
''
F'E
~
Ii
I
C1~:- -
C~~~~~~~~~~~~~..j.
"'"~~~~~~~
,-,
F
I
F
i
i.I
C
,
7
C,'
C
~~~~~~~~~~~~~~~~~~~~~~~~N
-tL
cc 1
c
-'4-u'0-C,
Cr
In,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,,
Cr
-'C
~' ~F
~C I-C
~~~
ap
U
F.
'""'~~~~~~~~~~~~~~~~~~~~~~~~~~~C
C2
(z:
I-4.
C.-F
-C
~~
C
i
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
¼
Lr,I
~~
I
I
'c
7
r
!- ~~~~~~
, i c
~c-t
C
C
C
,t I
a C, If
c~
. i
~,L..i
.
i
~
i
~.C
j~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C6.~p..,,
~ ~ II tl ~iII ,,~c-. ,--".'~.
_,~~~~~~~~~~~~~~~~
/
II--,
_,,/_7'
cc[
v.~
,.,r~,
Ci.
u_
~~~
C.~0C2 ~r'C ,,..(LBC ~T :;..,C2
L
rr
Fe-.
unCu
,
-
'
C.
_m::c
ic *'
r .
i~~~~e'~~
e-F<k"
.C'('".,C
I"
--', .:"
.&.'
,~~
.'~'..'
~-C..
.r"...7"C:~
-u'--A
~-' ' ).+uN
".~
-
F~~~~~~
r...C
CC'iL',C (' .OC:0
~
~~~~~
*i
*
F.
- , , ~,~0"r:,.,'- , 4 :',~
, '~C' C
.'J' .'''IL,' C~,i,
,/' 'C'
'C
C.
.-L
C,;C'
~~~~~
!'C
~ ~~~~~~~~~~~~~~~~~
I'U'
~
-,- ,1 ..C.:-C ":--C' ,
f" " "
F~ t"--L'"
'
I
~
:~~~~
C~
~ ~
I- C!
r-!~
iC
..- --c
-c t ,
,
C-:'' \,
t l
t.
i
I
I
tc c
i,
C I-
Itr~~
~~~~
L'
C Cl
LX 2
.CCCCC
':
J1
~i
:'
I
-C
r.-
-
I
.:
:Z
-'Z
Z Z
1
I-
I
i1
I'"-
f
~I
Ii~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
I
!
i
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~L
I
,
i
t
~
C,~
~
C"
X
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:-
:
r,
}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I~~~~~~~~~~~~~~C
,
,~~~~~~~~~-
!
I
,
,
,
I
Pr
~
rl,~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
.i
1I
I
i
I
I
i
i,
a,~~~~~~~~~~~~~~
fCt,
-~~~~ >~L"
~~~LLC-{
~ ~
1
I
II
I
I
Z
2175 '
I~ ~~~~
i
i
I
,
is V)
ItV)
~
U'L-~~~~~~~~~~~
- L- ~
C'~~~~~
1--
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~c
a
t--.X....00
,
%
S
,,.
tLt
c'
~c
, C-
,-
C,
C,
C
c
c,
-P L It
-".
If
rL
U', r L r~L - U :
C
b
i"
.t
I
t
j
i
i
i
i
i
I
: , -
I
iI
i
I
i
I
I!
Ii
I
I
I
I
i
I
F
I
i
i!
i ,
i
I
F.
C.V
1C
C
C\
"U
FI
"
C
C
i
I
z
I
.!.t
i
i
i
i
i
I
i
i
It'
,'I
I
-- , 2-
C, i -C
c.
~~~~~~~~~~~~~~~C-C,
F
F I
c
It
I IJir
, ) v.V,(r u-"
C
I
;Z~~~~~~~~I
"M
n-:,
F
,
,
I
i
p IZ
Z
:
F~~
1
i
FIF
F
.1
F
i
i
F
F~I
~~~~~~~~~~~~~~~~~~~~~~
I
I
F
i
I
i
Z
i
bc/c cr
.c.'c(tcrI., ~'
-V, c
~ t~L
~'~ ~=:r'CCN.,tZ'CZ
n
-n
L,
-~:
'-f
v, ;L.-.
,.-'
n.. n
n
Lr 11 VZ, 01
V." V
LP ,'It.
I
"~~~~~~~~~~~~~~~
:
n
V
L'L"
it.
CC
=~-:'~~
<r
< C.rC",
C',
c
I
I
I
i
i,
I
I
I
I
:
I
F
>
F IC
F
C
i
i
F
L
I~~
FC
'L
i
I
F' i
F~~~~
U
t
F
F
I.1I
~ I~~~~
~~~~~~
b
~ tI
>~~~
l..U ~
I
.[I
F-K
C'F~~~ .F
i i~~~~~~~~~~~~~~~~~'
r Fr ' I ' F
U
1
F
F'
I
F :
I
i-..,
~
~
I
~ ~~~~
t
t
j
"
~
F
'
! 1 I IcI.t
tI
F IO
F~~~~~~~~~~~~~~~~~~~~~
F
F
F
F'
F1
F
F
FF
F
I"
~
t'.",mm ~~
F
,~
F0
*'
Ft
~-.cc,-
.~
U
,
.
-
I"
C''. ~I-~ i ~
~ ~~~~~~~~~~~~~~~~~~~~~~
k
; . "' -
C
CFC.FCF
i-'F
*
r
41'4k~~~~~~~~~~~~~i:
~~~~~~~~~~~~~[
F
FI
~~~~~~~~~~~~~~~~~~~~~~~~
~
F..
F FG
I " , '~~~~~~
FC
F 0". F 1t
FF
·
F
F
' " F, Z F
'"-;,
F
'rU
I
~,~~~~I
Z.~~~~~~~~~~~~~~~~~~
I
I
F
-.r F
F
f
i
j- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I~~~~~~~~
C
FF
F~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"'
F
I
i
I
L",U' F
!f
i
I
I
I
!
I
i
i
.C2
CC - CC
,*CCC
I
-C,!C"
.
I
UJ
.L
U)
F
t F-.'-.+ F
~C,~
'.~e~ c, h ~',p'.,,ht~ ' rh ,, 3 -~',,,'-.1 -"-.'~
. " i.", : " ',,I'
" F.. ,/""F.".,''q
F.*,' .'.L.'tb" ~ F'." ,"'Ft%',
.
" F,'I"::,~
U" ~., {"F ,rI4Z"
"
"'Lf
,G-
t."Lfkf,~ L
i
I
I
I
I
i
I
f
I
:
I
I
i
-
I
UJ
L
~~c~~s~
I r- 1r
I
I
C~~~~~~~~~-
-t
Lr
C fr"- .x.
C
CC C
C-r
- C- r C:C
r- :C C-
I
I
I
i
I
i
I
C.C
i
i
i
!
i
I
i
I
II
, C''C-.
Cr : tI r c
,a iCC C:
r
II
t. U
N,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~7
Lr
U, <
ui
U-<
U.'
.L
Lu -C
U-<
U
rr-I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t<
t~~~~~~~~~~~~~
!
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
t·
.
I~
:-"
a,
I~~~~~~~~~~~~~~~~~~~~$
C·
~I ci
I
I
i
;l~~·Ci~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~%ZXC'
C,
,I~~
I-CC
CC'M'
I
i
j
L~~~~~~~~~
r
t
U-1
t~~~~~~~~~~~~~~~ZL
i
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
I
I
c'·~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
C,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U' V
".
j
1,r' L. t.1 P !P
f
0.
CY,
LLC
I~~~~~~
O
I
~
I
w
U.,
U-,U.,U.)
,·r-
iC trIo'
CI
CPIO cr
C C'
'c.
C
C L;
'
'iO
+ r
,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~i'.7.''
nr
E
0' C~~~~~~~,
i C,
C:·
C_`
'orlo
L:irs
7:
'~~ 'r'":~
;
U'
I~~~~~~~~~~~'
t·~~~~~~~~~~~~~~~~~~~~~~
i
i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CI
~L
rc ~
c
~
~
ill
i
C C LX
i
LU- I-:C.
.=~' : c *~ < ~- -? ~c' c ~ rc L L:
L ~
.~'-:F
IC
L : C ~ - C-' c;
P-I-H~
Wi0r
r~ ~ .
*h
c:-'L
~ ~~
~
I
,~."
C-:,".: c c c PC
cjLLJcl
OU
cV
cP c c~: c c.cc
zc' k
'~~~~
~~~~~~~~~~~~~
C
,"'
::
c
c.'c.
c
C-c
'c
ZC.-·
t
c
c
I c c)c3c
c
.,,.~~~~~~~--,,-~
c
c:
~:c.
c'c
rr
I
c
i
c
...
..
,.
-- Z -JC-I ~
r:
-->
',c,~~~~~~~~~~~~~~~~~L
`e
C
~
cri
c
~
T
i
C-'"
,h
~
:c.
1.7
Cf·~~~~~~~~~~~~~~~~~~~~~~~
.
rL~~~~~~~
~lrLCI WCLCL~~~~~~~~~~
i
tx .C
t-c C
c ir
LLI
>
clit-)C~C'~Q rC:
C r-.;f
C t3 rZ
C
j
L.?.
Z tr
C , LLi~~~~~~~~~~~~~~~~~~~~~~~~~
.U~CU~
C
Z
~~~~~~~~~~~~~~~~;C
1L~~~
,
Ij~~
rd ,
cUu~ cc*
'
L
L)- C CIi~~~~
. rl
-,
V,
Ji
uL'
L
~~
!~hct~~~
c >>
;f
t
"
i
~
~
LQ
Q
c~~~~~~~~~~~~~~~~II
· L7 T
II
C~~~~j
01 I >i cu
I'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
Ir
i
·
>>
'
r
C~~~~~~~~~~~
U~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
k~
M:
1
N
i
r
:
i
i
:·
I:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
1
4
r
r
I
-
I
·.
4
I
i
I
I
I
i
i
I
I
i
i
i
F;~
~
4
~
r
~4
~
~~~~~~
i
:'
ii
i
I
I
I
[
l
!4
I
I
I
i
i
i
I
i
i
I
I
I
ii
I
IuI'
~
c i7 eP
c I
I
ck·
1
cr· t r:
c It, r·
4
Ii-
'~~t
4
4
t4
~c'
~r~ 41I
'
LT !Z` U` LI IC~ L~'. LT i
1
4 ci~
r- E
I
4
'c c: Cl c c
L
'cc..c':.
kc 'c
~c.C,'ciC
r
C
c'cc
Cc
0_c'
co.C ¢
,
.
F.
i
i
I
I
i-
4
i
I
c.
r.c
I c
c
c
!'
·C:~~~~~~~~
-
I
I
'
5~~~~~~
c-.c
:._CC
I~~~~~~~~~
1
C.
- C t c-
c'~
_ C,
IF'I
i4 c
LT rL:
i
4
."I
I
2,;~~~~~~~~
i
!! 1 i
i
I
44-
~~~~~~
1
4 5' c· ;e c~
I
I
:cc 'Cc"'""'c.
,
4
\
C
I
.-
c C
C.
cC
i
F:-
i
c,C~c~c cCxC. c c.
J~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I~
4"
4
~ ~ ~c' 4!
t
i
1
4
I
,4,
c
4
4
~~~~~~~~~~~~~
!I J
I ~ ~~~~~~~~
II4k.
4
4
t
i
i
I
'4
~~~~~~~~~~~
I
4
4
i
4.. i
'.
I
I
4
4
i
4
4!
~ ~~~~~~.
,..
4~~~~
i
i
I
4~~~~~~~~~~
4t~
4~~
~~~ 4
4
I
I
f
II
,
4
i
Z~4 ~ ~~~
1 ~
'~~~~~~~~~~~~~~~~~~4
!
2
~
i ~
I4
i
i
i
I
I
I
I
iF
l oF
,
4 4 44r
441:r
C '
e
}
J
]
i
:
I
:
'
4-_.,~C
C
,4
%-.
U
'~
IL
a:~ N
O
N
4-- C
ci:·
-~
~-
U·-.
cc
C
, , ..r
:L..
,2-
iN
CCi
LL- U.
l:a.hI
LL! II.~··
, -
-4 ,-.IZ
C
CY
~,~
'.
C
.
4
UZ Z
·
~
I
i
c .,
.4 .
CY'
W
_r r-·
CLfU j r J c~, CT: -
-
I-
LC~ C-,PC
,
~-
1.
-
-
i
aI
.*'L C
4 e
.',
.<f
~CC C'C..:- ,.-~~
c :~
>
~~r
(i
LL
Z CC
C' CY-
~ '/,-,
0
'0
OS·
r," -
-~*3
C~I
,~
'cl
LT
-C·
io
e c. >
~,.
-.
',.0
C\
,~
i- I
-I~
n s~r~
L
,.~,,i;
·
r
,',
2:
~~. N
?~~)·,~
ff~l
h- ;3c·I
:
'-~i ',~
CZ\,
-
rv
hr
?
',.
O:·.=
UJ, ii
IC
~,
4
[Ir.
C
C
-C
,- w
U,
:
C
i
· P-cr J
'.
', ,~7
S
'~3
C~·
"'
T1
Fr
rp-
C. I&.. -'"*i:
C.
UC:
I
C IIi
Z_
'
m
LL
L-,.'.
-__
,
:
' crC,,IC:rnCC:Il,,U
L
*ij C~
r
4
--
C',
C
Cl
CCN4' .
,Z
C,0
!
P-~'
-~
N.
-Cl.C'
.
i 00
I-X"
rXI C·
e~
;'
~.r'~C!C~
~L? ~C
C1·
4 -l.r
· r C\-
1
4
) L
-·i
!
nr
r·'
. `·
1"I.
-.
C ,C 1
', -,D
t\"\=
,C
i·
,,C
,;
ICZ
,
'u\
,4.)
~
Z
L
1.
4 U0 LC,,.~4
I
C<
ir
O9
·
C
,.. ,.0
,C·
L
i:I
,,9
3
-4-
4
4~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~
! `
I
~ i. i
lVi. ~ ~ '~ i' ~
'~M
L :~ : U·c~~*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
" ~ ~ti ~t~r~·
} Iv
Z3 CT iI O·
L 3 r,
'
< '-C
.~i
:
CC
J
I~~~~~~~~~~~~I
czj
}
,.
C
U.C C
, ~.
c
~
f',~ ':
3 CI F
C~L
-
r.
h
i
~L:Ci
·~7
I- ~LLI
O
C L'L
0c Li
)C, ria '~
L
~C.C.~
',-~C
¢12
4
-
g
.--,
4
~~~~~~~~~~~~~~~~~~~~~~~i
cL.
C, >
lr.~~~~~~~~~~-
]
!·
I
cL'
.
L J>-c
C> c:~~~~
Cj
~
I
4
4
..
I
o.
!
-
i
Il
·
4
~"
1~~~~~~ i
,,4
4
.,
4
! 4i
I
'~
4
4
iI
I
a
,1;
C
_
i
C
-h
i
i
I
i
i
i
'T*~~~~~~~~~~~~~~~~~~~~~~
C::
-r-r-
ic
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
c:
C:
I-C
t
~~~~~~D
c C:
C-
,c
II
C c, c :C C C C
C C
C . C:~~~~~~~~~~~~~
i
U.~~~~~~~~~~~~~~~~~~~~!
i
i
II
i
-1
i
i
I
I. -
I
II
i
I
IC~~~~~~~~~~~~~~~~~~~
II
i
i
i
,I
1
c'~
~~ ~ ~ ~ ~~~~~~;
II
I
i
ii
f
II
i
1
I
lij~~~~~~~~~
t
I
i
I
I
I
LL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
i
"'~~~~~~~~~~~~~~~~~~L
t~~~~L
t
·
~~ ~ ~ ~
;
I
j
t
?
i
I
J
i
i
7
LL,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
i
I
I
(Y -'X
CLI
IrQ
r, V
U-j
Z,
u. Li.Li..
Ia'
I ~C%M
< LL
I- <
'7'
T r
II
Itr u..
~
U-,
l~~~
~ ~
LL
:C:T
',
'r C: C.,
L , "(,c
,
LL,
I- o- L-x
lr
~
:
Li
U-.'
3;~~~~~~~~~~~~ C.CC
~~~~
, :r
L.L. LI.
V, Y- Z U.. C
U-
C~~~~~~~~~~~~,
i
e
t 1
Lu~~~~~i
i~
CN2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:
L,
i~~~~~~~~~C
i
"',i~~~~~~~~~~4
C:CC
,.~~~~~~~~~~~~~~~~~~~~~~~Z
IC Z ZC
II
tI
I
i
i
I
I
i
i
i
i
i
I
I
i
I
i
i
I
i
i
I
I
i
I
i
I
i
I
i
I
I
i
I
i
I
I
,
t-
t
tr ~
r LI- r
-
1
i
I
i1i
I
I
i
I
I
i
1
IC.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11
I
i
i
II
Ii
I
i
i
i
1
1
I
1
1
1
I
1
i
i
i
i
i
if~~~~~~~~~~~~~~
UJ~~~~~~~~~~~~~~
I
,
I
''L;
- i,
,-i~.c,.~
c <rc.
c.:...'. < e ',
" -. ~ K c' c'
'~.
'
g
i-~ ~
r'
.? .~ .'~
C
~
t
LL.
c~~
,~i.~
i
r
P
'~
p,.
i
'
I
i
i
?
i
I
i
i
~ ~..~~~~~~L
i
i i
.I
'
LL
__
,
ICIxt-'
a,%
C,7,
t
-
~"
- U-!
}r
ir
cr~~~~~~~~~~~~
r~.a
: ~
.-,
- t.,
,~ k ~
.
..
i~~~L
5~
i
i
I
i
~
-i. ~.~~~~~~
>
t .
C).C
.t,,'~,
~ ~ ..
'
I
'F;[
!
L
LiLL!
C\: M C, % Ic:e~
L'i
LLI
',
~,-.~ ~
I
~ ~~~~~
U-t
r-
~ .-.
~,~'
.....
-
I~~~~~~ LX
I
I
I~~~~~~~~~~~~~~~L
t
I
I)
i
.
tu
,- r,
-
C
(.
i-
~I`-
li-I
CLL' <-- Z r- <
C
-'- <- ,-, U- L', O ,.c3 .
L L ~
'
- C'('''
, '--;C)'-C
t V~C:.ir~_
r
.c'crc_
LL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.,
,
LL
u~~~"U"
U V,"
cc
-~
.a ,cti --.
O< '.
W
U,
U-,
-i
-
cc C'
ui
~C
:y",
U~,
j(
I,- t-it;_I
C c. - C,~
co ~~..
Cr--C
CD C. C Cf. ,.~ 4e,
tj = -7 . ~ -.L
C.
CO,o.~
,- - ) . ~cc<. -M~
Lr
,.
--<,.~,_c::< N~~
:c~
.M
C
-,eU.,
-
C
L
C
C <'
,- C
71-0:,
', L
C
L
~.---'
-
II
iii
I
I
i
i
1,
1,1
I1
~~~~~~
1
I
I
i
I
II
i
Ii~~i
i
I
i
I
i
I
I
i
I
I
i
I
I
I
I
I
.1
i
it~
IiI,
,-'
i~
i
I
~~~~~~~~~~~~~~~~~~~
I
i
I
i
~~~~~~~~~~~~~~~~~
[C
C c r
;
t r;
-C
C C C C
C r
i
IiC
i-
-1
i
i
i
i
i
1--I
i
i
I
I
II
I
i
i
.
I iI
i
i
I
Ii
i
i
IIi
i
i
i
I
I
i
I
I
I
I
i
i
I
I
i
i
Ii
I
i
I
I
i
I
Ii
I
I
I
i
i
I
I
LO~~~~~~~~~~~=v
:~~~~~~~~~~~~~~.,=
F_
LL:~~~
:"
"
.
U
~~~~
C,~~~~~~~~~~
:=
M
:
i
a
.
CC01c!
C ,I.L-UJL
r-CcrL.l
Cn0
~C'o
Z -, _ U
cc
~..: . .
~ -
Lr~~~~~~~~~~~~~
i~~~~~~~~~~~~. T
-'e
I-
U~~
,
XI ,,
'r
~
r
r
Ia
~;u.
r
~
~
U
~..
-
~
,-C
Jo
r , I`- rl-o
Cl
-
;x
,~~~~~~~~~~~~~~~~~~~~~~~~C
u_1
t'
?:
Cj~~~~~~~~~~~~~~~
-
.
.
-
r
C C)~-
~
c C.
>~~~~~~~r1 c<
=
C"
a)
ztr
o2
m
o
c
I~
)
I
t
{
I
L
1
I
I
I
411111
.t
I
II
I
~ ~~~~~~~~~~~~I
I
t~~
~~~~~~~
~~~~~
I!
c,
I
I
~ r-
I
I
C
I
I I~~~~~~~~~~~~
~~~~~~~~~~~I
I
~
I
I
C I '1
L
I
i
II
I
c'-cc":r"..
t.<
.
II
i
c,,-
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I~~~~~~~
K
II
I
F
1
i
i
I
I
[
ccc cch-'cc.C c' .
CgCC-C
ccci.'
c c .
,' cc0-cooc'ccr-
c
C
I
I
,
I
I~~~~~~~~~~~~~~~~~~~~~~~~~
rcc
I
I
IIC,
iI
' 2 CCC
C: .
CC
C .~c
C
r CCOC
'c~F2C.
CCC
Cr--~ctcc
tr~
z~-Lrc
C ~ -r r&~
~c--,zcca-C
. e,
.c c.c
I~~~~~~~~~~~~~~~~~~
I
I
c, 'C
c- C,
i
I
I
I
* I~~~~
Ii
·
I
I
I
~~~~~~~~~~~~~~~~~I
I
t'~~~~~~~
L
t
I
I
f
J
Ic
I
I
4~~~~~~~
i
I
ff
I
'II
~
~I
~~~~~
I .,
~
~
~ ~
F~~~~~~~~L
-
.
'-~
i>-~~~~~~
C
"
.~~~~~~~~
I I
.... I
U~~~~~~~~~~~~~~~~~~~~~~=
i
L
<
,
C-
I
Ch '--.
F I~~~~~~~~~~~~~~~~~~~~~I
I
C
C~~~~~~~~~~~C
d'
-
-
" - p"
>
fy
~,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~C
m
C,
-
.
,
.~~~~~~~~~~~~~~~~~c
CCC:
.C'
--
i
I
r x co z t
Cp
'.'T'~~~~~~~~~~~~~~~~~~~c
,,6 c't' t\ Cr.I ,,. a)Cf. ~~~
.- ~c~ L-~~~~~~~~~
~ ~ ~b ' C. ',X"ZCIt ''~ '%r'':,
.
(1
jz~.
(L
. E'--.'
[,
II
~. ~
C *~.-i
'r
.
...-
,4 ,
I>C
-
0
CC cc ll
c
coa
-C r
.
. IU.>e C.J
. "~
O,
LlC, i
C
CF- r ~~~~-rc
,0C
C.C- ~~~~-o--*oU-~~~~~C
~~-~~~r
C,
C-Ur- :
~,~~~~~~~~C
L;
C,. .- O O:-,*-'~
0.~.7'":
,C'
L'C7 f"".~
,
C
M
0*0 X
x a
'C
Z
1
C'•
,l~~E
-~ ,0
c
C
b-C
a
Z
-4
;
X
, 1j C
C
i-er~~~~~~~~~~~~~~
i. ' C.
' (~ :C
i
,-7~4 .
--
,
..
J-4~ ,-.
'
C'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC
I
I
I~~~~~~~~~~~~~~~
~~~w.~I
i
'
'~
4
i
*~~~~~~~~~~~~~~~1_-
*·
r.~~
r i I
r
i
i
i
II
~
I
i
.
I
f
I
~
i
~
~~~ ~~
I
~~I
LL~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i
i~~~
~i i '
Cr:-.'C-Ic
I
.
L. ;f-:
r
c lLIr,c
C, C
,-
C-C-C - C
·
~ t'..-.
]
,T ;r"
C
:
i
i
'~
ic
c
.IC-c
Cc-U
,i'jC
·
.
II
~
I
I
. ~~
t
t
I
I
'I CCc 'C Ic
j
i
I
i
II
I
1
t
1
I
l
I
I
I,'
i
I
i
!
i
I , 1
I
i
I
. ii
'
cc
I
I
i
I
I
4
i
tl
C
iIi;!
i
i
:,,- I
!'
~ ~ !r'C;C~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ ~ ~ I ' i....
3
'
r M-
C
I I
!I-
C'
~~~~~~~~~I
t
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
i 'cc
C C -'c
t~~~
J
L If
C !C c "C C
'
!
Ic.
i
i:
IL
U"~
~
II
I-
I
l--,
.
LLi
'i
'.I
1<~~~~~~~~.~~~~~~~
!
4
U.->
nC
L.
U-Lc
'
-"" ""-'"
. ""'
LL
CCL:~~~~~~a-c
:.T:~~l~·
i
:C'
I
Li./7_:
Lz
~,
1
I
ru
,
I
.
nt
luIC
C,
t
c~~~~~~~~~~~~~~~~~~~~~~~i~~~~~~~~~~~
it
i..-
i
~~~~~~~~C
~
r,
:
in.
cc C
'rt
-
LYLL
.
-
CU
0
<
ca cc
.'
-L;
'
cc-.'-
c) C ;-c~:
cc~'
,.
>
i'
'u,.
~~
',
;';
0
~
:4.
'L
.}
c4L
c,
!
CDi
',-
'.,_-~,.C C.
: u_
I
,
0
N,
I----
. ,
'
·
~
: G · O' :
<
--,
~~ ~
~
~~
-. c~~~~~~~~~,
;;~~rT~C
-~
.
6"'
.
L
ICC
~i?
::.u..:z.. C
~e.,
e~
' ~,
t~
,c
.
O': C iO'
t'~
: ~ - ·f
~
~~Ti-,
~~
,~,.~~~~~~~CC
-4- .
LCC
nf'
.? ¢
~L~-C
~
~
~
~
?,
,1 -.~-~
' ',.z,,.r
Y
C
2-,
C'
'6
,,-.
-:""4
J ,,"'~
-t
~~
-C
-=_
,',
'
¢.0 :~
~
:~.
~
~
c .:C
;
Z i--
-r - -~~ C'N,
,.\
~
$tt
LIT,:i
c-
~
,~.,
r
_
~
.
c C.YL
'L
L
'
e C
~
i
C,
C'
o
;CP
a~e
~
'
¢.
> a.,.C.,
C' - . C c C,
ur.c
.,
Jo :cuo
0~ C2,r
L
' ~ ~ '-,T
1
-i
'
--
." f"..
~
,I
N''
c; '-
-
. ~· '
f%. ,,=.
.
aM
Ir
I
!c
o
.. ,
~
~ ~ ~ ~
LQC~~~_~l
, 'r. . ~' .tn.~.-'.3
,,
.,
~
iSI
~
-Jr-
-,
-
*
.~'Z-tC~
,Ce"
.~,
'u, ,'
~
~~
--
~-
O'e
'~J
",,,,U !
'.>
z
-J
..: ",;C
:
WI
.i:-
I
_
nIn
r
4
'~
;-
t /·
'
:3:c7~~~~~~~~~~~
y(:L
IL
I-
U
.-.* ! ,,; ,
~
t .-----i
'
-~C~I
,o., .~ ,,; .~P'.t"
U.
,
C:i
Q~:C·YC
'
I
rl~
ii
J
.---
C
ILC
i--/'-/"%¢- /.C
; T
I '.
iI
L
I
I
I
I
i
I
I
i
I
I
I
~
I
I
i
I
I
i
i
I
~~~~~~~~~~~~~~~~~~~~~~~I
~
~
~
I
I
I
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
I
i
~~~~~~~~~~~~~~~~~~~~~
i
i
Ic
C,
. C
I
I
F
I
[
i
i
i
I
ct
I
I
'~~~~~~~~~~~~~~~~~~~~~~~
-
f,.
I
'
,"
I
!
~~~~~ cc
~
I
c,-'-,
I
I~~I
-~
I
I
ICIr
t
C~ C
I~ !
I~~
iI
I
I
c
LcZ'c
: lC
C~~
M
I
I-
t;
I
i
I
I
I
I
I
1I.
i
~
i
I
i
Il
;
i
i
i
~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-,I'
t
!gI
II
f
i
i
'I
I
I
~
oa-
i
l
~ ~~~~~~~~~~
I
lC
--.
C
:
I
x~~~~~~~~~~~~
,
I~~~~~~
, ."l.=
~
c.~
c
I
i
iC -
ic'
i
c-c,- !c-.c,
f
~
I
c
x
t ~
t
~~~~~
....L
I
M
1
I
I !
· cI
II
C
I
t~~
i
C
~
i
I
1-
~~j~
LL~
:F.
~'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~L
tr~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'-~'~~~~~~~
C
Z.~~~~C
'u-
i
U-i-.'
i
X
)A-
~ I~~~~~~~~~~~~~~
~ ~~ ~~ ~ ~
~
~
~
.,
,-.
~
~~ ~'-'"~~ ~~~' ~ t
,-. ,, LL
,-,-~C
u~ -~ , ~~ --~(%
"
~~~~~~~~
.-
C1
II
Y
-C wj
-'
-4 C -CU<LUCCC~~~~~I,
a Z I
~-,
N
,
~~~~~~~~~~~~~~
-
Li
C
.2fL
Z
1
WUL
h-
~
LL
c}e,
-
.
-4--I-
CU<C7i' QC
Li
-~~~~~~~~~~~~~~~~~~i
'
~~
~ ,~ C3
-
L~
-.
:.
L~
I, "- ~z' '
~> 2_ .
. ..--..L,
CC
LC~~~~~~L
I`
uC
C
f-
LU
Il-
c'a~~t
C
ul
t'-
~
~
~~. '~ .
IC
'-
C:,L-.N'VIN'
~
r-0 'r --I, CD)-.7
I
~- , ~u
.N
'
~ ~ ~
~:~~~~~~C
,~J~- u.J ,..~ ,~- ~
t~ ,--- .
.~
I"
'Ii-
"
~
~I ~
P..
'-'C'
,*.. UIt : .C
<C
.L i'
~
II(\ NCI"T~
(2,
. ,.I.t
- ~. =
~~.~
C
'~.-~~
0 ~~'C
g
~
~
-S
I
) i ~t i
~
P-
-~c--j-c
r-U'-
C
Z
.
I,1
,
UUI
U
LJ
U'
<
rO-~I-
,-C
C'
CZr4'(r
--
LU'C
C QC LlN-
-:
'i
-~~~~~~~~~~~~~~~~~~~~~~~~~
M_
i
L
$
.,
I
r:
i
i.
,
i
[
i~~~~~~~~~~~~~~f-.
II
i'
I
i
i
I
i
i
I
;
I
I
I'
I
i
i
I
I
i
i
.
I
I
si
ii
I
t
I
i,
i
.
:
I
i
I
i
i
I
I
I
i'
I
;
i
i
I. _
I
t
CC-
i_^. ~
C,
'.
I C
I
L
i -·
i'
Il
i
L
i
i
I
..
'l
tr
f
I
i
I
I
I
C,
E
-
Crr
t<<'·
_
i
l
',
L
C: C
'¢..r
rf ! r" is` r
|~~~~C
IF
i
i
i
I
r
II
i
I
I
I
i
iI
i
i
i
I
iI
,!
i
I
i!
i
f
LL
L'i
i
I
I
I
i
i
!i
,i
I
i
i
i
i
i
;
,'I
i
I
L
.
i
I
I
i
!i
I
I
:
Ii
I
I
I
i
i
i
t
i-
-G
I
l
t-
i
I
I
I
l
I
3
III
i
.
I
i
i
I
I
3
t
I
i
i
I
t
i
i
I'
i
3
i
II4
i
i
I1
i
i
I
I
.3
I
I
~
L,'
i
i Al|j
I !
r' ,F;
-
,.
'"
I
.L
C-
.
.
F~ @
ii
i
, :
fi
'
- _-r,_-C
i
_
I
j',
C
C
jLL,ir!
l
C
I
3
i
,
I
i
i
I
t
i
i
i
i
I
o
c C,
I
i
i
;
s
I
I
i
i
5
i
i
.
It
I
i
C
i
3
I
:,-
,l
@
e:"
i
rC, C.C
C,,: z~~~~~~~~~~~~~~~~~u
,
i
*
,I
t
0~
Ii
4~~~~~
I_ _
IL
I
i
i
i
I
i
i
I
Ii
Ii
I
i
1
I
i
i
I
I
i
i
i
I
i
fi
I
1
I
i
t
il
ill
i
i
I
I
I
I
Ij,
r
r
Urn ~.
'
0'
(20
i
it
I
I'
i
_: | .
"-''C
I Ss
,'
c. ' :
fC n
,
,.
i
:
CLct
i:
,_, , ,, _ \I "-' ;:C;"
t
.
j
!i
!j
'
s~
~
,l
_-
'
ii;';
it{^ ,
S
t
:
j.
.
1
i:
r
tY
-'
j~
·
C
jl;
i
I
3
-
;
ii
te.
G
I
<
_ise
i i
1,
i
Ii
!
i
r
1
c C
r
I
3
i
;,t _
f
t
I
iI
i
!
o
s|
-:*iC'
W
i
I
.I.!
-
;
i
;
I
t
I
i
i
i
i
I
i
I
I
i
I
I
r
i
i.
ii
I
,
_'I·
C'
th
1
il
C:
r
e
c:
i.
Q
i
r:
>^
,
its
-r
t
v
,,
1
t
C;r
O
;C
.L,j
!
C.
tOt
~i ,-
t·
'~'
c-¢
_;
i.r
!
18
,
C·
i
:Q
-L
i
i
i*
'
i,
I
i
i
i
:
+
e
,
i
i
.
i
:
rri;
"
I
t
i
t
I
1
I
i.
r
.
j
I
iE
i:<:C ,
: <D-~
2
t;?
i
_
C:
C
.
-
rc-;
-
-Y
i
i
I
i
i
i
i
i
i
r
*
tj
|
0
i
i
i
i
i
i
i
i
i
I
I
i
i
.;
ru
tfi
*\ i>J
(\
C
:
-L
1;
i,.
c~-
Se.
th
~
Ci,:
,s ts
C
.X
F i
j;
i
C
h.c
om '1
,
;
c
.
I
r
-^t
j~,
I
i·
"~
t,
,
,,,
i
I
i
.I
..
r
I
i
I
II
i
I
I
ii
1
..
I
I
I
.
I
i
i
I
·
I
iI
.
I
1I
l
i
i
I
I
I
I
1
I
t
iN
Ir:
I-
i
.
I
I
I
II
'
I
i
?.
I
.
.
I.!
I'
i
I
I
4
I
1
!
I
;
' :,I
I
I
I
I
I
i.
,C-
. a
L' r'
,l- a
L.
~-
c
r·
-' C L a.
C-t. r L;
ii
y~.C,
C
C,
C-
a
II
I!I
.i
i
I
- CT
=T
I
L
>4
.W
r_
_j
'
".
U-
I
I
I
Ii
i
r
v.
if
r;
C4
.
1
I
L.
.iI.
i
i
i
i
-,
lr
..
L..I
-
r-
;L
, ~. _... cPI a, ..
.C,
, ,C._t '-. ;=
x
R
5`Jl
2--!
.
5 4.
t/
>;tf. -.
.Z
r
I: F-. r
l
I
i
I
t'--
1
_'
I
N
C..
4
I.
*I
I
a
.
-_
I
.r
.- t
L U'
Ch
i
t,
;.
r
l.b .
tr
_: e
.
,
l-
I
P
F
L ("I
II .
aG 2a
I4I
I
- i
=
L
C.
&
;:. C
4
I
I
I
iI
,i
F
c
M:
., -
r
-i
,t
'r I a
k
iC
C
C,
I
I
r
f
- I
r-
i
I
. I
I.
7
It
r'
-
t-4
ee {_
.
4.
-.
C
r
C, icC G'.G.
L.C
X U
C
C
C.
_l C.
- ?--
.L
U.
C
C::.
I
:c
:i
c
4
4
1
I
I
: ;i
_-j
_j
:,U
: !..
xC
.C 7p
3;- i4
'-
!I
, Vt
v,
a >r
Ir
_
F-
II.-
:
. -
'C - :
:
_LL
, k~
G'
E-
.-
-
I
'0' C'
.t U'` C.
C c. C'
" o
.., C''
- - c'
-
F
i
!
I
4.
x; L 'iBfl:=c
Cx
·
rLhc-C-
U. !IC
U
:
C
,'
i
i
I?
;I
I
i
i
'
t
.
4
I
1_r _lnti
i
I
Ii
c
:
I
i
~..d ,d
X
l
Iu.
!
I 4I i !
L
L
P
t:
i.,.
Uo;
' 4'C'
Z
I
.
* 1
!
!
: :~
I ".'
~¢ 4,
,4-~C:5
:c
.C' !
l
I!
: ; i
I
i
f
I
;'!
L !'
C 4. ,,
.1 .I..p
.
i!
ji
!2!
I
I' 4-
1r
II~DC
f
I I,T
I
T
1
~~ iC'.
'- 4
' .i
e.;
!
t
-
I
C:
'
IC
,
C)L: C
11 -1 , 3 --
..
_
C
Jii
i
c;
C
C
C
4.4-,.
-4:'-i
'
l
r
,
L.!C-
cn
-3.
1-
-
i
&U.
i
-
!
!
i
I
Q:- C
,LC-t!0 1U.
' tI1t
!
ii
.C
i
I;1
O .4
'
Ir
...
.
..
-
,s
-
w
!
,
t-
I
e: .*
TC f:
)~c ¢.~
'-ck'
r C: L
O
_
-
',rf
-
.!
.
cc
s i;!~
i
.
i;
cr3
C
C): P
41
Xc
2f-
-J?
C
UN i
O -,;
I
i
:
7?.z ~'
l
<
tJ
,-
i
i--
* FLU
.
'
U _
^rT
4
N-
I"-
:
(T
C, C
.,
C .
I
CriLi -·
I
I
C
I
I
;
I
;
!.i;4
!i , 1
tL I ..
.~,-r
e~
Z Z > LL!tJ.
L
.J
1/ C ¢
,.
EIL
L IL 4-
C
u· i
i!
I
*
'
i
I
i
;
-i
C
*
1
I
i
i
.
· ,G '
ct-
, a
.
. ~ ~..,~t,2..,
!.:iE',.i~
- ~
G"4..Z
nj
J
I,.I J,
~..~~
[Zf..
t--~
,.
5
I
I
3
4
J:c;4
4.
3.
ie .
i
Si' l <D~~i
CC. ?' cc U
W.'o'
;; C'
I
:I LL
I
:
i
CC'=i
tl. r'~"
g
I
I
.d
aIc
>=
I
I
I
: LUI. L..
J..
LU
' . I.:
',r
C
I
i
u
1
4
F
i
- 1
i
l
C
i
i
f
i I
~:Lit
I..
f"'_
.I
C' U-
.:
__j I
L
LN
:
I
,C;
,4'
i i
i
ck~
1..'
I
-.
P-
i
i'
.
iCLI
I
(
CL
Ui
')
I
Ct
·'
!I
I
!
-4;'
c oCT' U..C i ': '
!
I1
I
L)Cu
!
;
ii
I
V -
b!
II
I
r
I
C.M
1
.,L
I
I
_I
-
I4....
¢'
?. -r..' 4-
4. Ua
-- C
I
I
I.
~~6I. ~
:
*
,
i
i
I
I
1
c
cZC
._
i - ~1
I
I
I
tci
It
!i
I
I
:
i
i
I
;
H
,_ '?-,
1- f
;',^ F wL I t
!
t
:> .
.
2-
II.
I
I
:
I L
C '
'
I
I
I
-Jj
j
I
; L_
,
i
I
5~
I
Ii
I
1
I
_.
1
i.
_tt
!Z
*
II
LL
-
i
it
I
-.X
i
C
-I
Sz
i~
!I
I
I4
.
:
I
LI
_
L:
r
IC
t C
I-44
U.
-L
L. 4_
i.
II
I
t·
-
i
I
i
r. =
!1
L.
'C U
i
I
t
*L >i
I-LL
I
l N >L ,_ r
mi
&
L,
LL
r-
I-
f-i_
I
4_. IL
U.cc
C
Is
H
F
F
fI
I
4
C,.
,
I
hi,
C
C
.4.
!It·
-
_.
C
F4
I
r
r
41 L
',r cC
C.
C
i
U11'-
-
.
:
.
U
V.. Lr-
i
I
I
I
I
I
I
5
r
i
i~~~~~
I':i'
I
~
;~~~~
L~~~~~~~~~~
U L
C-
~
~~~~~~~~~~~~~~~~~
[~
L.
L-
I
i
O-
'
U- L; - 't
ar
'L, i~!C ~ L.
~~
~~L
~
~
I
I
I
-
i
r C-
C- C ff
I
-
IV L
-~
I~
- -
' Cir
C.'C
-C '
,
,. , iL-.
~c'~
-
4
C
C C
:,C
CC-
CC
,
C
'
-
C' C
U
,
,
r C
.~
J-
-~ i ,:-
Ir
I
:,
C CC
..,-LCC'
:,-,C'
',z. ~
'vl'
,
I
CJ..
..
t.' ?
i
o.
:- C
C
'
.i
1,''
k
\
L
I
I
I
p
4
1
4
4
I
o
I
II
t
~cc
L
,CC--UL
i
i
'C
C
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
~
L,C
~g~ia:M
~i ~~~~~~~~~~~~~~~
I C,
C~f'
c[
L.
I
ciCr
~
CL
c
'
ii
~i
~~~~-~~~~~TL
4-~~~~~~~~~~~~~-C''C
~~~~~~~~~~~~~~
Li
or C l CLLiL
L,
'L
cU
Li
~
,~~
[
i
I
Li
N
"
-' ,-c.cc
,
.
-C
c C'?c -, a-
-L
c.
N
r 'r --r C,
c'
1
C
C
X ,r
UC
L
I- cr m
r-
C
c'
'
Lr,r. NI
I
I
zi Lr l ,'
-0,I
-C '
IC
I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L L
L-.
-a
'
L-~~~
C'~~~~~~~~~-
a
LL.L I i.: L: :-
-
,
u
.
N-..
I I
~
C- C0C
-t t
C- C
,
.r
0 C,C
',""
L)
':1I
'
C'
-L
, LiC) - . - : ,
'*' C I
,,0 ,,C iN
I
CtI
4!
~
C~L.)
rnM iCCCC.
U'
C CC <
4)
i
L
4
I
C'~ CCC
C
'i,c -
i,cLr C -
IC
. C,'
3,C
I
a
i
:
,
i
,C
I
I
I
I
I
j
.)
]L~
j
C
I
I
C L C
J;
LLI
-- Ilr
I< LI
I
!l C'
,U
!
If
!.
i
i
'"-
-.
C'
'(Z -
C'
!
~CI
C"
:C
-
.
C
'
-'a.'U.-
<
:U'
. "C'
~'~~~~~~~~~~~.. 1:,. I
-
_- ,,- C
U
UU
C,
-5' '.
[
'k~~~~~~~~C~
U~)U
UI.r)jC,,CC C-~,
' , ,L.U U L-
. .
fC
I
CC
c C- C - " C, C
IItr( C, C,, a C, C
U C
-U
~
P
!
(-'UC-CC
t., L'
' CC C: ICiC C C
C L_
CC-C-U--CC C'
'C,
:~~~~~~~~~~t*--t4
>-<'-C
L. - > ' t'.~
C :-'CT
,CC~'
C
i
i
-~Cii
C
i
I
i
Lc
I
-
~~~"a:
-~~
c'-t-,
u r
i
I
i
i
I
I
i
-
(
iX.
LL
i.i
i
I
I
IC
C';'
r
-· i·
f
.
:
I
i
I
r
i
~
>-:C
.-~~~~~~~~~~~~~~~~
>
j.
If i~~~~ rC.:-4 ·e
~
i
UCU:e - c. T :C-_ U;C (r tI
t c~-~ri
~~
~~~
jr·
tJ
:L
~~~~~~~~·
Ct:
t·L-~C7--~
!C-
C
L
.
~c
·
Nr C
Lr
L
< ,Cr.
U-- _ C-7
C,-u.
t.L_
Cl
vj'
'~
'1.-LL.'~
"?~".~C~ t ~
-In
AL.:
L-
C C r,
L,U C,
C
r·c
L
-4 Pr .C i- ?-D c
t
-P-r fN
ir r!r
tL
c~~~~~L
I
~ ~"-
CC
1 -,I CIU'
u:,7 'C.-C C'L)C
e. C
L C ('" 'C
CCC,
r
r· a
i
hC
C-,+
C' ; C
mr r
C, c
I
"~~~~~~~~~~~~~~~"'-~~~~~~~~~~~~~~~~~~~
·
i
i
.. ii c;C.
L: :.L~:.
'rt''i
L-)IC
-L
Lia
I- U
aC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I
<
Ct l
I:
Cr
L2,,,
,j
~~~-:.-
ir
ci
~~~~~~~~-
r~~~~~~c~~~~~i
N
j
N
t
.
j!r
i
:r
CC,
-r-4·-i-
· 2;-i J 3IC~~~I
\yC,~~~- "%
- ·
C CC,
c E Ci·
r
L
c
LL
C ,C a
c
l
'c r~~~CT
r L:-
C'L I-CCL,
C
c
-.!-->
! c·~~~~-c
C:
I~~~~~~~~~~~~~~~~~~~~~~~~~~
C·
..- i ¢\1 ! iC.rC'
C-
cr;=1~~~
:tT
'rz
rr.~~~t rr fj· ye ri r
11C
i- Cjh
j ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I
[
(
i
I
CI
-,
i-
h
-a
C,_i~\
P L`C
C.
C
~~~~~~~
: ~ ~~ ~~~~~~~~
I.
t
cl .
'~; ,-:-
j .L
i'~~~~~~~-
C C C
t
'~~
IC
i o~C
Ic 11_
, I,·
c.,
~'C~
ct.·
Crt .r ~c;
c :c,, '-.1
'c (3
cc ,'~ c o : c c
!.4
,. ( 4 C::,
t ;,; L..
<t
.. .I b' 4· oT.,
i ¢%~.
M
i,
' "-~
~ '
=
IL
r'
~~~~
cr.;O·
" ~~~~~
~~~~~'_
c rCct
C
¢ r- C.
e,iC C',
, c*It L C' C'x
e. C
C,
~
..
V~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
driEtr,
I
]
I- r. C- i 2 L· nr( ILT'rIL ~·4
t ~r·iii C: iCC.,
i- LZ
L
-
cc--%"c '~
L~c
o
,T
o
:U.
:t
u-. c '~. CC
~.=
, L..~: 1:4- C
L <_7
r
L.:. t.
f7
a'
X
C C ct
i" U
I~~~~~~·
!f '-' ;
I~~~~~~c
~~~
C\i" F·;~~tI
i'I
! iJ .j
IfCC '
U- e'
~~~-
~~~~I
i
LL
'L~ .4I. rP
r T
'
-~
".
i`
I·~ C
I"
'
f"- C3
r_:i-C ,-d.. ".;-,'
0 ',i.,''r.,
. \'nc
I
I
U
· C~~~~~~~~7
I- 1
.
I
IIaC
.L
i
o'
f
i
," ',
'
If
i~~~~~~~~~~
~'· - _,--?
¢
.,.
·
:cu
i
I
~r L
C'
· CfCif ;CtCiC-C! I ic
rC r~OCIC
7
· 2.~~~~~~L
Cu' '' 1~ 3k_; - m ,.~'
ti~~~~~~~~~~~~~
.
a
: IlC. C C,h
I
·r.
CC C: C
C'. r cl
.'
C
j-
1
C
'TLr Cr- U:L
C:C. C C
<
r
1 CJ1~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i.
;r
T.t\ i
C
m
:
itciic
i
a'.
C
N t
~ o L c c -{'*
I
c u c~~c·,- cI c.
~t ~f'c~I
I
Cq f·I
r
I:
t
:L
C
I
~~~~~c
CL
r
i
~~
i li
~.~
~c
~.1.
i
, L C ¢=,,-- ¢%i~ -
I (3
rL~;
..1'',,~P"
~.C
IOu
I'
~
~'
N C'L
hL
~
'~~
,3I,
~r c-l
rC ~~~~
~
3·
~~~L)T
C L)
· C:
A C.
Lt L
C C
C1 ·
h:
!F \
L~~
V C~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
r;~~
C~~~
U ~~~
C C O
U iG
~~~~~~~~~
C r~~
C: i;ir?~Ot-C t· r_.C~~~~~
'.
I
C~.. C {.
, C
N,
C
~
i..~
I.,.
CC ·
I~~~~~I
NCJ':
C Q rV
,-Cc 'Lit
C:·3hr'
CI c ;
I )·OLQ
;
LI'·
U.
CZL L
L ',
M;
e
I
C
0
0
w
4
0.
*
LI-,
*
O
-
·
4,
N
f4.
IA"o C **
IU
*
I-
_U
6.4
I . C. **
UJ
C
.
o*
a:
0w
0."3
*
0
*
*
*
_
*
.
L>
CI
IC--
Uj
*
0
*
I,-
LU
z
J_
..4
O>4
0
-
zuJ
0
z4
.;
t
0r?
I
Z
C
-
a:
0
>
0
4
O
i.1-
9
-i 0
LU 0
> *
C.-
LU
LU
tb!-
L.L
U
u
.4 LUt
E: s
-.
o . ,,:
WLI4> >
.
>
-.
0
0
r4
C
0
0
L.
C
, :>
-0
-
I
ou ...
>
-N41
c
VU
LL
00
(A
U
Uj
0
0
,Q
UQ
m
00
0
0O
0
.4,Z
014 .
.Jw
z 0.0
.4I 1
Z
.-
ot
w
J. ?t- 2Ot
..
'-6
.. U
C)
V:
V
Uj
LU --
4c-
.1 IA U.
1-
u
u
I
_.,
, ,.
C
'
*
>E
IA
> *i
O0
_
U
t:
-aO<
a:
>
:Z:
X
0
401
*
..I I.O
a:
Z' Z
4-I
>4
:D
C
-Z
C> Iu
_ >1-
*
a4e, -_
C
1-
N
w
n.k-.t O
LZ
L~
:2.
3z ::~
IA-*
1-
0
Z
z
0,
>
a-'.
z
LU
*
U
0
C
Z
.Z
U
1-1
J'
CL
LM
cc
U
C>L)
Q
_
aa
eU1
'0
W
. O
0J
C
Z
CZ
U.
C
9
0.
...
J')
C_
V)I
*.
* C
0r *
*
O
0
C
0
JC
a>
*
LU
ZZ*:
>* *
c Z < *
<1:
tU,
U.
*#
0
u~.0
0
z
Z
L *
4*
*
) IO
I
*
*
-
0
.
*IL
*
J
00m
U.
*
***
0000
--iO4¢
-r
Z
**
'44
I *.
6
O
_
0)
J
W *
Z
-- 1.4-) -+
Y)V
*
3LU
C
NFIr
O
IA
uC
0iCt U
b*
I.- 0L
0r *
LU
_- ..- **
0
c
0
Wt
1-
O
WI
00C
-O _
*
U.*
*
.4 C . 6.4*
4h-.
6.>0Z*
C)
0
00
'
'4
*
"*
*.
*
o:
0L
>*
-
O
*
_*
13.
>
-4
:3
,.
C: *.,Q
*
_ ,'__.
b
0
*
***
_
W:
O*
0 *
W
t-
00
0O
0
.
0
Ain
> **
>
IA0.
0 0o
00C
.
O
CDOCD
-*
Zf,J30Z e
0
0
0
0
r0 0
OO
t
I
000
000
.O
010*
OOO*
*
O o C) ~/
*I,(
O
000
114
U
-J
t
'4
.1/
---w
:
U,(
o,
o>a
{,.)
.~(
r'~IW
U.)
4-
Ct
I)
}O
U
00
O
j
Q0Q
lr
00 0
C'0
f
-4
C ,
,I
V0
N
Q t0U
4
-
' 0)
C. (000i
0
.0.
O,-,4o
-4
-
C
0,=: 00
I C)
F
0
- G 4? C t
LQ C- U C-
.20
t'
L.
N
0O
9L
C
Q
0
Li
0
-iJ
. 0
-I
W
w
0
C,
W_i
- V. Zz
=
,,W> S
>.0 t,
' 47 wC
:4
.C
:;
LUJ <
G >:
z0
Z
0
- Q Ur CL&
0 -~r o
O LI O*
r
rr
4
_
U
*m
N
-
-
U
0
C
-J
.. A
,0
J<X
.
ao .
XUJ
)- t
VAI-
C
ao
Z
w'~I : -J
0
> X
<0-';
It
N
z
0 0 4 O 0o
I,
a
el
Li C lJ i:-
_
.-
d
_4
U
-.
-J
0W
n
-J
NJ
I:
co -i
,wto
,)'A
'
U
>
C C
>
<
J-~_.C>-
>
-
c
C DZ
I- V.-
J
0
-J
-i
X
zDe
r'~k.
4 IX:
O' ¢
a
W Li
i
)O
C
-4
-
V)
W
~r
a:
-
~0
cc
0.
-J
I
U
C
J
(A
2
2
L'1
UJ
co
U
4'A.
C
co
CC
.e
c O
0-
t C aC
r
4J
1,;
2
L
0> c-v)
iA
~C
4y
C
C V U..
C
.
3
Z
W
w
J
0
Uc
I*
z
tl
_
(c
L~ujU. 0C)-e
_ _4
fi C WI
-¢
Ca:
C
-U
:.
.
rt
tr
_w1
U
O
anU
IC
.4
cr
U.
>
f
-
.w11ry>-C.. C .
u7 y_
z:
. tn
~- k0C W U
.
0
C,
*tr\
*0c
v
0)
9
N
*
.e
3W
*N
A
*
c !U.
W
w
(4
>
**
**
U.
O
**
UC
*
-
*4F
*
_
0.;
W
*
o*
u.
U
S
o
'0
t
+
r
-
*
t
~
~
tU
J
UJ
O-*
F
F
O
-
F
*
<
^
X
C:>
*
:m
t
*
*
UJ
,-
,ui
* _
LS*
* F
4.
*:
u
Z
I z
o*
tacfn
*
c-J
x N
C) +
N U
Ut'
l' J J -
Z
>
CL w
Z
4
X
<
(
+
9-- .
FI
3
.4 =3
t
C
9z
_
_hSS~
-
_N
-
W
U
U
9-- U
L
<
0,
Z.
I0
>.>-
:>
>2
z _U
t1
r
C
Q :1 ZLD0
LI9
4030
XC
Ut
W
W
n
o.-
,'t
z
. l
,..
,
c=rx3 a
_ I.z _)<N)<n
-t .. > z .
Z- 30D0.
LU
a
>-
.4
LU
w
C
tc
I (41(41
Z>Z>
I -S2r
Q
3WL
0
CLi
I- -
U.
WU
Nft . LA
)c
.4
W
. 04
U't(
4.)o )
-J
232
(4
1.
tA C--A
(
:
w
I-
-
t _i
t)
UI
(
I
UJ
1z)
II
4=
Z -
<C
U,-
f
>
a
az -Wa
Z:
C
X- + k-t_~
.J U..4t(JZ > 4- Z /
J. J
5
- .M.
r, zt
U
e*
I
OZ
* <
*
O w *I
U, _;1 (J;
:9
-J N 4a
-J
-4)
t.
:
* W:IUJI
VIa
-*Z
-
*z!
CO
(AUU VCt f_
rQ r k2
>
z
z
zL
*.
I
*(
w
*.
(
t-
00
LU
*e
'<
L
.4- Z-3Zul
_
c4
Z
O
4UJ
->.)
=
.3n
C
U
(il Q A: I. 0 .
NU, X Z t 0
_ F:>
C··
-J
WA WA
c4
3
- L
Vn
0 *
(4 */
'
'0
-J2
U.1
C:
C1
V
**
3
a
I
: X
m
O
C. 0v)0 0
V) 0nV)
'0
-J1
(1
.4Z3Z
Z
<
N N N\ NN N.
,00
-
,_ <,.. 3=) . UJ _.
)~~~Z
O
0U"
*
9.
*
00C 000
a
.4
._
zw *
*z
*
0
00000
I-J
(4
**
CL.
rfl %0 C
00
00
cn,
'~
*
*
*
**
*
§
¢
00
<z
y.
2Z-
s
~ ~ ~Yc~iy_0
~ 30F
0
I
>Vb
LL.
z
tuju
C3tC
LJ,L*
CL
; ,. w5 *
X ~I.LI
J
Y F t
<2 *
L
-
CL
tn
W_,
,_ -- - *4
_
M
-
-
'0
A
..¢1*
W.
4W
-
UZ
U-
*
Z
t
00'
43
**
J-
i
-I
r
Ur
tA C .4 4
.t >
OCCCO00
O0 N
W W V) 1.
W W
VA
UJ
-S
9
-
c#cu
x Wu -40u
*U
. **
- .l*LU
*2
d
Z
*
Ih,-. W
"Lc
t
r,.*
O3i- .J
X .f
I
N
*
*
*
*
*
**
1
tl
00OCCO
**02(
c-o C *
9-
c- O0000o
N N M
C0000CQC
00
00 NOCM0M N 0t.s 0N 0000000
0000000
0 0000000O
0 IV)A
0 0 VW
W 0000000
v
* C;
*
0
a
*C0
,
-
.cC:
<Q
zS
,J L JUJ:
.4(4
U
U
Z
tL
Or
9-.
.Q
4
Q.
._
0
0
O
0O
0CO
10
0
O
O
C 00000._ M , ·-4
0
O
a O_ -_ :) _,
0QOOO0
C.0
C,
,
0
N
C)
N
O
" NN
No
O0
zO
N
UcCl
2-
cuolfw
C
J
-J
-J
C,
C
3x
0.
U
xz
LJ
IL XZ
-4
-4
-
Lcd',
U
f
2
t.
->
-
-4-1
0
*C
'-C
Q
r>;
C
-J
'0
N
C,
I..
_J
C.
-J
0J. 0
0
V Z _ C
Z
C'
N
0
'C
C
>-
Z
4
C
h-
.J
rw
.J
:: _: F v :>
. V.
. {L.
.
L
.>. ><- '- c.G-1
C>
'Au
-. 40
-J
:U
'A
ud
,-
f.;
Ui.
Ir'
..
.
0
CO
O
a
0
.J
II
0
0'
J
Z
4- J WC
U,-0
C
.J Z
.4"
'
lL
s
-
C
7Z
O
r
Cl
i
O
:X
rJ
CzC
n
iL
0r
'L.I
I
Z
-J
-JX .
0
4
,
O'Li Z '-A
,
_
4
X
Q
Uo
'Q
W
4.- i - J..J
> vj
~ ~~~-MVI(j~Ll'
(A
-)-
C
0
0
0r:
W
M
4
4
*' O
S 0
0, 0 0 *
O o C O
O
*O
* C
C
*0
,0 C>0*
-in E3
sU
-O
4
,
**
LU
U0
*
4Z
>
0 !J V
M C.
I ) 0.
N
C.
Jr
>
W
C
*
*
*
C
#.
O
crs
,..
C
v:
0 t rr3
U,
c.>
3)
-*
>
LU
4
LUJ
*
0
C
¢U
n4O
00
00
C
O0
O
C
'i
i
LL
4
Or
O O
0 0
C)
0000
0 0 0D 0
O
O
v?
O C:
00
C-O
Or 0
.1) O
O
C
'U
4
L
'
000O
0
O
O
Ct
C
UJ
I.
cc
C3
X
LU>
V &J
*
ot
C
U.
*
.,.
*
,t
I-.
C
U
,
.,I>_
.-
'1 -.
C--
*
W
U-
Lr.
. .
*
3
g
LU
':
0/C
_~
**
*.*
a.*
*t.
LU
:
2:
.r
4
U
O
>
U.
U'
C
O
*
*
*
0.
LU
-- >"" U.
43
1Z
'C
Z>
'L
N
,
<:3
UW
~-~..-k--
4;W >.
a
cz
C
".'-
*
:L
*
z
LU*
*
vn
*
*
4
r
>
0o
-4
L
*
**
U
4/)
0_ Ln *
_Ce
*
L'0-
*4'
,
t;: S_
L
C]
(4
J
w
**-
LU
r
0
Lt.
LU
n=r
+44 *
. CC
Itr,
2,
'
-
O
0
.,
0
C+
E
>0
*
.
C
C
X
N
*
-4~;T
t
cr
-a
.-
.
.J
1 Z
-
U
-L
a:
C ..
*
**0.~
'.
C -
-C
IZ
4
ur
'-4
I-
*) .4
:
*:
)
G
4
U
3
U
4.
i,
Zg C,e- :,
LU4*
(4 *
_
LU
U-
.4
U
<
2:
U
C
a 4Q
*su~
V)
. U J U44
t
C1
-
CCA
** * ?:
*
a2
LU
I£'
' >
=.I
O*SN
44
Q
*K
-
N
':
>
,'
---- *Ci1
'"
CC
Z4
Z
>CAO
< ZZ
-It
'4*)
5
,-_
_J,
oL
_
4.
Z.
_ 0
z* **
4,zL
4
', *
t)
U43U
r
n
-
N1
"T
0
O o
03 0000
0
v Oo.~O
z0 0
M
C,
00
C'C 0
C
-
00 C0
000
'l
C"
0~-,
.)
O:)O0
0
G
f'___<..
.. ...-.
Z
zC
C)
-C, 4
U C) 4 C
5-t0
U.,
UL -r: (n ?
4
N
O
.4
4 -4
I-cr
-j
C
Cr
3u
a,~j 1
C
~w
CL U
uJ- L
IA V r
(4
C 1.
P-l.Z
> 3;
I--CL,
4 ;.
.Z
:
0 C)
a)10
MU a
L
L
oC
N'l
C
tcr-
C
-
-J
-J4
L
0
-i
C
1=
xI-
M -J .J O
- X
)-5 CA
> U% ,
C Z
: rUl F.. C ->
z
C
C:
ac t)
Q
4
O t
WU.
co
C
_
OC r;,
.
_4
-
.4
C'
-J
a
0.
1N J
t;E -w
tC C
OZ
1-r
0.
=2: - = C. (D
XV
u0X
C.
Z
bJ !:1 > q
7a iC
VI
n-
ZZ I.F
.D
-I
'2
C
I
0..
-tJ
M 0mu
C) a-Q
C
N C)
t2
X<0
<
-. 4 .4
.
-j
0'2
LiJ
-5
V
C
4;
0
0
C
'2
-5
>- Wl~ IA(11I.-t
M
=
u> :;>-l
I
C
Un
O
CC
C
U > UJ
Z
3F FP CZ t ce
;L:
z
C.
Z
C *t
a)
(3
-4
0-C
e~-~
4
f1J ..J ~.
M
QO
LU0
4
_4
_
tu
M
:D
N
M
_
_
0C
-J
_.t- <
Cl =: U
-% C) Ui
>- Z' ;^ ^
I
-
G-114t>l Z
F-
Z
-- > 10 C'
_- Lij
)
6
J = 2·
uC
ai
>
I
-
41
-
_
]_
M
I C:tn U))
>
's
._
a
C
C
C C C C.
. C
00000.00
a
0000CC
0 ,VI00
00 0
*
0
4.4.4.4.4.·V
C
*
0
* -.
G
jfL
0C00
'C,- o 4¢
O
0000000 00000000000000
-
4,
) ,.A
IA IA IA
1/
t
-
It
t
0I 00
0 I'
t
Itk
I¢
) IW I
.41
L I,
IA
C
r
t
I0
I
0
0IAV)0IA 0
00.0
O 0 CC 0
I V) I') V) I
U
**
.
C 0c
C.'0 COat C
U, I 0 V)
0
4
0
C) -4, '4t '4- '4
.-
*
N,
C
'
I.
:4
C 0. 0
c0f- o
C C
Z
*
03
C. ** L
*
UX
Z
Q
-
- t~
- Ni f, .
>>* W
_!
-
,
-
Z
'C
fA
.U 0
.
w
co*
9 S*
<
UU
Z
I I
C
i
JztsS
A .0
-
0-N.e
C
0
+. I
M CD N N
LU
*
n
I I I,
0.
I-
...
U
i Ii
C- N
N
LI
0
0
::
o :
OI
Z.I- Z
:>
r
It
1- Z U'1-
U 0 U U C U
C 1, J 5 Z1- C
_U(3F- o1
.I0
-in
U O U
I
i h- n . I- II F n.
I-
>UJI. O U00
lU--
N W
I-qS -Z e Q c U
t)
O,,
0 r
II
Ul t.. W
-N
'c0'
p0'N7
N
r.0
-M
Ir
00'
a0N
Nco
*
U.
m.
et
I1 II
t.: W
-
r
t U
I- ZV
.
z. c.
NI
4. U
_-
)
r.
P-
N N
U
(N N
_
s:;
tU'O
0
N
N
F
__
-4
_
iG
Q
N
.
_4
-4
4.
It
.
-
_
o
t
4
_
N
N9
0
M
17
N
M
-
M
M
M
tc
M
O
rN O r. N n NMo ocooo
0 C 00_ -O--OrN
00C0
0
-_QO
Ci
0 );:C
C
0
0
0)0
0
O
0000
C
Q0c
0
O
0
C
O
00000
0000000 0000 CO C00C
O C O0OO00
0 000 0O.C O
,4
.,.
^
a
-0
W O
¢;
-
N
N
N
M
N
'
M Of
rn
CD0 0 0
C)
-,
OOQOC
C)C) C
0o 0C C)
C)
o
tA
0 C.)
(A "I
C
.,
Vt)
en
s::
F
ell
I
V
4.
I<w
I
CD
I0
I
io
3cm~
0
tj
o
a
z
Z
il- 3, ".-
IunUI
I! I- C
U
z
I.
W
Z
LG
*; ?
t..
O
UL
.
tL.
C 0
a C,00 C..0
z0
-
0
,T-
'r
co
-
4
U,
-
2
(a
-J
C3
0LL:
O
J
4z
. .
=.
O
-1
w
LA
CO 0 N>
04 Q Q
Z
0
".4
%C,
'c,
ft)
C-
c
z
Z
L4.V)0
C. (U ;-.N
z
<:t
J
_
-
o
0
'4
0
xCL
.,.
cO
..
C
G3
-
C
0
< >
<
UA
za
a.
'-t M C0
a I- - lxa. m
.)
4
QCC
U
4
(4
a-4Lso Cn~
I-,
0
I
0
ra
>x·
1^
1
U
u >
Q
-
C~
z
C
I
uij
uj
IW
f
0.. a 't O
.4
etI(CL
:
-4
xD
I:
I
*?.
4
I
-I
"I
C)
O
O
Lin:
R:
fr
,
;--t-d go
Wn
<
0
i
>-
an
0
O
VI
-
-
L(4
r
w
000*
*00 C,
00 i *
,
..
,
*-
) ,O
..;.Q
*-
Z
00
000
00
0
,s
x
'
c.'
OC
C
Oc
-
o
OO.
CCC
0
O
C
'
0L
,
U
' .,
.
U
**
U
*
*
C
X
4
c.
**
C
*
,-
D
Lj
..
>**
UJ
.
***
J
~J
FW
_
,A
* _J I**
,
U
*
-,I-,.,'"
=
N
*
'
.. J
U-
3
W
NtW
lU
Z
O
c.
*
**
_-
U
*
U..""
7
*u
1,,
Z,
ct
.J
wi
0
Z
xI
o
X
w
3
Z
-cc
U.
Xx>
_
t0
_.
*
L
C
*
C
-
-
_~.
cU
w
9
C. .
U
I
;5
a
Ox
Co
o
_
x
a
X
L
s
c
+
CL
I
'
fi J- F--
_IC
/
t:
'U
.
F--G
-
U-
O.
X x
CC CL
IE X :
0.
N
a
(A0
w
t
W
a
C
OO
C+
Y.,
*f .
I
U
CC
IF L-
J
en
a
I-
N
>
C
0.
-
oO
t
Z
l'
C.
CO
w
C
C
ix
N
--
CL C
W
It110II N
U.
w
N
-.
U:
U
U
e
:
c
*
<
z
a 0
a t- cL
UJ
-
>
a
<
- *,
.W
0-
s
/1
C
- <
6
.4
-
a a X
-CL Q-
tw
.
-
.7
5M
=
-
IA
<
O
tW
u
w
_
W
C
x
u.
U
-n
;-
i
F
X .t:
z
F-
0
9U.1q
-
r-
*
*
wc
>-
0
:
I xI11
C.
CL
l
o
-
u
2
A
.4 <
C
C *
,
.Z
:E
'C
X
C
0
a
Z
z
u
C
LLi
u
6' CLU .
I
LZ
u-
X
*
'>
. . CL
J
o
z
I,Nw u
,,.~0.
~
O:z:
IJ t* t
, u,
U.'~~. i
~X
O. i .
Z,
*
cn LU
J IL* *
co
WA(
..N
*
X
u
-
C:
.
'.
e-
uI
U
Z
LU
U*
j_5
Ci
(
U
-*
C^
-
0
00
U
C09
#
I
aeu-
oo
o
_3.
*
0
M
UJ
, , ,,
.d ,,0 cr~
"
C
o
o c) C
000
*
*e
JA
0.
0
a
u.
0
N
U
- **
*
U
N
o
0N
F
*
LAn
C)
O
CO
OC
C) O
O O
Lu
I-
X
C.
I
c
F--
O
_
..
.cQ
F
V
a
LU
0J
LU
-A
U
UJ
_
>I
o0
0
1191-'
0
CC
7
QI
-.
t-
*
0
C>n
C O .4
UUJU
00
00
.
00
0o
u)
0
G
?-
:C
CoCC
C .2 a
C
O
-
4
4·
>-
UUU
00 D
t
MLUi
UWUU
00
cO
v7N
0O
N
zy
7Z
0
0
000
000
ULU
UL)
U,
O G
CC
r
1
O0
4 I
O
N
0
OC: O o
0
0 I 00
O
OC
00
00
C0o
o
0000
1=
a
00
V) A
It
N
tOO
.4 .4 .. -4
o0
0
#A
I
(A
O 'OOQ
.
.
CO
O cyo c
C
N
00000
N
N rv M rd N
O
Coo
000
I
4A r(A
NI
CC
C
.0VA0000
WI QW VA 9A
00 o.0
m
'
N
,0
4.
-
-i
4
C
7
*
I
-x'0
a
N.
S
C
.1
:r
0
a
.4
0IC
0U-
.U
i,
C'
*
,. N
40
a:
XC
00-
-'
w
4.-
'^
a
u
N
0U
4?'
4/1 N
LU-t
0
U-
I
t
N I 1
-4.
z
aLU
M
0
C: U.
U.
Mw
It
Ct
20
w:
E
z
U.1
U
IA
U.
0
z
0,
N_- II0
uj
L4
F-
Mn
N
0C
uj
LL
wI
IJ
4
-
Q
It)U_
I
0C;
w
p.
o0
C)
0
0'
0
0
0
0
0
Nt
f; I'
N N N N
C)00
00000
LU)
L.
C
it
II-U
Q
4
Oa Q:
U-
0.
I?
0",
-?
C)
_
U
,q.
33
O
UQU(
*NO
.4
a:
2:
UJ
,J
C
C
0A
r
in
0
1-i
0
-4N-
I-
I
'0O
a
I0
LU
-4
U
_
.-
-4.
II - ."
LU
CI
z
09-j
.-
It
-4
C'
o
4
0
W
C'
0z:ZO
O
a
uJ
D
N
-
if)
0tI
2:2
Ir- "4
0
4
-
4e~.
(
a
U
Uw
I
C
i- ' 0 I--<0
-4rs
ali
1X-
C
0.
w
-)
1-
iOC
CL
3
.4a
43
C~
_
00.t
uJ
LU
*
-4
C,
C .4 L-X
.4
N
4
It
LU
t X
I.,
,O
IUac,-
3
z
I--
Uw
0L
U,-JU
C
9 a C.
u.
4
X.
0
a
.4
w
2:
U.J
.4 +
I.-
fr*
-4
4N
.
I-J
C
e _
iuo
CD:-#
c
C.
*
Z
U) U
!U4L)
0' 0- "
0
N
C0
000
( O
NNN
e
ao
N
-C C
0
O
O
(:
M
V
0
I
U
00
W
*
I
N
0
a*1oo
0
IA
Z
co
N(
N
4 N
N
o C' ' O C:
00cc
P-
m.
UN
a0
0C
0
OC
.
It
M
"
0
00
0
U
0
.0
UCCC
000
C
000
00
%AlVI
0
4.
000
V (A
0
(A
000
MVo~.
-- N
-a 0
OCC
0 Ir 10
000
:n uE V) U('
O C
(
. CA VI
' O
O
C
t
0
0
L) LC'
00
VI VI na
U
(iA
;t,
LU
.. ,
-J
te
C0lr
UJ
L)
LU
4
W.U
-Z
u;
'
N
CZ
O0
4
Zn
t
0
LU
z
o
**-C
C
. --
c
0
.
0
_>
(A
-0
C'
2
0z
)LU
0
U.
:
0
cc
C.3 C
0
0
0
-
-s
NN
U
0C
t-
t;
C.
0L
z
", 0
- 4 (A
CF V U-
.LU
U0)
I
>¢}
t_)
7LU
C
It
II _i _J
t_
N;
..-N, N 0ar
U U
U
...
6
cc
Li.
Q ij L
Io-.t
3.
Cl-
tj
0
0
0
0
00a
00
o0
C.
Z
0o
#_7
. -
4.
00
O C,
L
'C
.n
_s
Qc
Z_ cc cc
_ U- t..
O C
A LLU
000
0 00
, >
%'J.=,
.-.
-I-C
,c
' j
t
--
u3 J,
r -
W
J-
C
C
4-
J
cc
t,
¢U ts J LA
::)
-
f"
In
It
V
3R
-4
VI
~ t ~A
.) --
2:
(A
-D
13 0 0
>
00
:
CLI
UJ 3
U('.L
L0 O, 0J
{_'
LU
,rn
C.
Ur
C-
-A
02
Ch
a
c
tn
cc
;
c.,
4Z
· 0.
CuU.
CL
Cc
0'-0m~
-
e
,
rb
O
1,-C!'--.-Q- J J
-
4
_-ZC
Lw
CY
-.
.7
C'
tCL
t-
-x
,'cci
't
N
C
U.
U
!-
t
3
h<l
U.
i.n
a C
cl
(A
;C
Lu
(A
34
1-
d _ J
V,
(A
i't3
J4
k-
2C
I-
r1
tt
I-
O-
3
D
4
0
_e
co
C.
JU.
z3.
UJ
Z:
C
T
It
url
t-
I.
VI
st
4
z
U1
c
J
.J
:J5
1-
u.:
U
CN
,=J
CI
t:4.J
C
0
4
UL
O
44.
<
w
X
O
M M
4
N
*
C c O
O
a 0
0 O
ca O'
e(
M 0,
'
:
"I 1-"
0C
OO C' C'
.;
tC)
C0
__
N
tn
0
0 C0
_______---urrr-rrs
0
C
"Ir'iri?;:Filr---:;;I--
-a'-4
0a-0rUN
0VI
i
a
m
C:
CT
ui
Lu
I
(1
Z:
"I·0l
1,
it.
2
U)
C
2
0
C
C,
r- C .4
s
.4 ¢4
-0 -
.- 4
V O
4
2,7
II-
u
:
C)
C
C
O
(L
4
-j
-j
J
4
4
C
c
7
C
~.6.
.4, CL
-~~
X Lu3
0-d
CL
2
U
C
-..
i
,
en
Oli
4
C
4- JZ~~
.-x
-
C
o
-A
W
:
C
u - >.
Lu Lf Q F-
9.
4 V
-,,
F
1--
-
0
0-.
x
2:
U,
>
Z
Z
Wof
Z
G
3
C
X
U
C
..
-
<:
X0 MT:rC,
O
0
j
-
24
>,
U
cALU
0
LU
-j
4
2
L,
.
Z
o
2
vO
-C
7--
4..)
.4 F L' C - %
4t
C
'
C
,
CC
0.
>-
u
i
c VL
a:
44
U C)~
,44
'M
2:
A
V
,J ,,,,
)-:}
MQ
C '
CL
-,t
-4 -4*'OCC
G
A V)
:.
4z -Z 10.
s
Iz -t w,-
en
a,
o
O
C~U
C
-X VC
V%
Uj
< 3w 4 N 3
y,
I- ~
'0
<r
!Vf
wC:
O) U)
4
GZ
C:
-u ,
r;C
o
C3
_' -
*
7:
-J
:E:i
rC
).
4
04/
<; S
.cCU
nl
_
-
Cs
In
-J
c_
50
C:<
C.
'
,L
1~
: .L.
- -
00
N
*0o
*0c
"
CC
I4
J
'lZ.:
i-
.O
N
F
' 6
'.
t~
J
_~~~,,J
VJ)
:E
i~~~~~~~~~~~~~~~i=,
cq]
U.
v)
**
*E -
*0
O
Lu
UU
**
4
*
*i
*
*L
o
Q
*
-I.-e
JOFLL.4
w0
0
o
C
CO
-
N fn
0000
0000
0000
O O CO
U.
-r
000 ,OO' OC C 00000
000
4-
-4__
00000
00
0
LA Ln (A
4/)
C) C C) C 0
000
nVW
0 O
VI V) V (' V
OOOOOn
LL
UL
N
0
U.
4
>
cr-4
-a.:
V)
14i
_
a
uj
lr
N
Cc
w
1 0
*
-. .U
Z
Z
C
IL
w
0;C
z0vbW
-lL
C
(,
I.-
0
u
.
I-
4C
*
*
*t
*
*s
Z
<r
*-* :
3
LU
2:
*
C4
C
10
Z
00
ZZZ,
UJ
LU U, LU U.I L1:
LU Li
0
o4
..
UJ
0.
LU
c.
-
i,
J
Cu
N
a-
^.
.1-
-
II It
-
ON
_
X
I-
ci
U.
a
0
U.)
U
t.
N
-
C4
0
.
70
N
0
-
a2
L < 45
44
LD
1-
U-
U
LU
: c
J
UL L.
I
-
c )-
Io
I
CU00
0
-<W1,444C::
If : C. _~
HL
u
1t
t
_,
.(
4L4
<Z
.
*
II II
t
~tViu
:
00
-
Z
Z
Co4
4'4Z
Z
ULLO
tL
L
U)
4
0
0
(A
00
Q (-
00
r4
C)
C
0
uJ
II 0
It
C ---
3
H, U
It
Q'.--III
c.
3E
U.)
UQ U00
LU
U-U,
U_
Isl
U.
-ILN
-4N
rC
·-
0
-
4
L
u
Lu
LUL
U.
.aN
Z
zI
1A4u
I LU.
_1
7:0_.
N
_
s
IIlI It
I-
(
4X
0
>
-J
'J
--J . -j
W W LU U.) LULuj
w
LU
3m ,
I.,.
0
r
_
-
kLI
'~--
0
_
U.
U.
-C
]~~~~~~~~~"
eIA
0
000
000
4.
tC
* w
Z
- N
-
c
*0
f,
U-0
0
0
0
000C
000
0
99
,,
3
)D
*
*
*
*
*
*
*
*
*
*4F
*
*
**
*$
*)
**
** ** 0
**4
*
*
**LA
,,,, ~ ¢/1
4.
*
0
*
*
*
*
*tO
-C
:'
000000
000000
0
0 0 0 0C
000000
000000
) I V) OC) A
*0c
O
00
00
I
,:
,C
:
O!
0 C000000
0000
OQC,')OQ
0
N
O
0
-4
0
0
C.,
C
en "I
-
%
0 {t z
-4
4
-
0' 0
-
N
-_
N
Q0 0 Co00 0 0 0 0
0
0
-
0 O
C;
N
,nI
U%
N N N Ns
00
00
0C00
O 'eO O
z
- cc: W
z
cU
Y
O
0
u
(J
<
O
C
c
UrC
C
C.
-S
N
0
0
0
W
4
a.
-0
sz
U
oG_i
O
-I
er
Z
O
0
.tI
'
0
rfn
u
,0
J -.
-1 -T
~J
9C r C
_4
: W
2
2
Z
4
O
_
z
_
W
J
-
>5*
WV
b <O!
>0<-S
N
I,
a.-
2
.0
0CT
0
.4
U
I.-
U
:aW
Lu
a-
U
0yX
C)
,j
_) M1
>
x>- LU
Z
CA
V-
m
zma
>
V)
W
-j
-J
-J
.4
U
t3o
z
Lw
2
clb~
IC
-j
tn
u
C 1.)
O
w
O
-
o
:a
4
u/
&n
Q
F
-)
0
lu
C0
00
CO
.- Zu
Ul uW
>
0_
C
.
4
J~
o
~i-
cc
h^'
I-C
ao
Z
c
-
4
U
C4<
cl: *-.
0
>v
C
0
-J.
co
cr
7-T~~ ~ ~.. ~
0)
VI
Z
-J
:E
o
,-.
4
C
L~.
<
C; 0Jf
O
4
-4
ki
$- 4.- v
,.-
14
:Au-
S
iZ1t~
c
r
U
4.C
-S
O
·S~
-.4
cJ
W
'
rt
CS
"-0
-J
_j
o
U
0
a.,
2
X<
2Z
Z
0
_,
z
a-4
zCaWS
t~~~u
U;
0
0
M:
W
LU
w
-jmI
00
··,
)
0n ·1
S>'
w
O~4
4-l
C,
4
~
)
~~
* 00N~9O0
0*
cc
* Ne
*
0*
9*
Cr
?- *
,
,*+
Z
4
*D
4
,, ,, *.~
~0
**
N
*
*,
.
*
C
::D *
~.
'0
.
>.:
*
_
*I;. 0
...
i. ,. *.* %.
.
U.*
o
00
0*
Z)
4
·c
-
L
t
0*
iL
I
LL
-
,,,
*
C.'
0
0C 0
00
0
0
VI
.
C
U)
0
O
0
00
tO
CA
VI
,
.*
_
*
;z
W
-*
0-4
FW~*
*
-4
;Z +*0
0W
0
:
L
O*
or
N
-0
W
C,
27
z
z
0
CL
ac
M
07
0
0
U,
0O
0
0
00
i, ~C), ~.
40
C-
r
:3
c,
it
'
C
U0
l
eNr\
_
Z
X
Q
D
00
: dZ
-.
CL
I_-
2m
0.-0
0
U.1
-4 Z
'oI
O
UJ
_
-4
OLB
a
U.
0Z
C)
0 0C,r-0
oC, C)
oa
0
c
0
U-
G
W
LLu.
0
z
-,
O0
., C '0 C,
,,,..,e
N
a
0I)
3
-
,
C)
-
0
a~
-or
C"
-
U..
0s
I.
t
-22
. v'0
-
'#
.
u
0
t
0 IL
-
In
CL
O
ct 00
,,,,,,-, V
C- (
(--
--
N
cr
- l-
fl:
C:
e d.
4
o
a.
t.L
U
_4;U.
-.
')t- 0
V
o
CL
4
0
U0
0-
0c
0
0
o
U
0
cz,
) O :j 3
co
N
e
2
0
0-
-
U
t.
Co)C
C
Or:
tUJ0
,
II -_
U
0
k
0
N
-
*
0 00 t
000
W
:
V
0_
C:.
a:-.
II-
~J
I
LU
N
C
LZ
(N <
Qf
CJ
C
-
-
-
0
LU
4
cc
I'0
-
V ZA-,
4* UJ W N
_.
0
L
p
*.
__q
w
cr
-.4
4
0L
U.
I02
-4e
"t:.
C
ori
O
*
L
w
gr
U-
CA 0
0
UJ
0
-6
a
-4
-
Z
C~
O
V)
or.·
3
-
(Q
CL
:
u
U
0
LU
LU'
LU
o
N
*
0
4
LU
0
* CC- tt
*
-
U
3
-4
_:
C,
M
I.
LZ
4F
2
UJ
-U
*
*
0
0
_.
**N
**
.3
0
aU
0
'-
o
u*
**
*
a
f
-
UI
X
0
4
*
*
*
r
U.
*
0
M
0
0CS
X
Z
m
V -
_
0
4
*
*
*
*
C
f-
.
r
a
*
*
a
LU
CA
9:
0
'-4
4*
I.-
f
Ic
r
*
C,
V)
C,
*
w*
-4
0
or'
0
N
z
+
Cr
t-
J
N
*
-
0
LU
*
4
J
0
0x
*d
**
**
**
**
*
*
*
*
N
_
-
i.*
0*
Ow
C) OC d
0
C
*
i
O
c0
- - - -
N,
N
0Occ_o
000
C3
*
C)
C\ OA O C
4
,
*
0Vt+*.
-4
I t4
0
F-
*
I-
,,g*
-4
I lO
-
^
0
r
*
iLL*
W
00000
6f
C
O~k
4
*
*
C,
C O-0-
0000
0l
co
0
0000
yN
*
*,
, **
0*
^
000000
* 000000
v9
yn
*
0
0
RN
Lu
0.
C
0
Oo
0 0 0OOO
O
V)
OCO
h-
re:
000000
C
O
0 C C
o
OC)
C00
c00000
o
O
oor
0
000
OOO
,) u9 VI
(d, C
-J
U
N
V, (n 0
r-rP-?s
000000
o
-
VI
O
z
U
U.
CL
I
*0
U
.
0)
COO
r-
LU
z
t
CC)
a
LU
z
Z
M9
*J.
z
Iu,
C,
O
ce
uJ
Iu
-r
N
u
LU
LU
4
C
,
u;
LJ
0LU
3
e
0
Cw
0
w
LU
Cj
U
Z
9-
N
G
Z3
t
l
Z
0 0
I
0000
z
.
0-
CC)
U
,-
N
*4
0
0
I
Ocr
'I -4 -
O
o
3
uI
0
9.-
I3
..i
lI
I
!
U.
UJ
0
-
-4
--
UJ
a
LL
..
U.
V
9-
N
2
0
-i
L.
C.
LU
>.
i
>*
Ut
0 U (_
L)-
N
<
-0<
-. z
o 0 0
-
N
aC
L)
0
0
-o ?
LU
1_0 0:L. --4
-L'NCL
u.
LuLU0t? _ I
---[L0CL
_UW
OC::iL
OU
-'
O
P
-C
:3
Z
u-
.C.U.
.
C
Z
I
LU
0
0
-
0
0
Vn
6
C
2
CL
rI
< , 'r
Ni'
NN,
e";
00O
.Ou'%
0
0
0
U
_r
o0
X
Io,
0
U
Ce
C
I
co
9.-
0
-y3
N
0
r
U.
UJ
t0
_V
.J
0
uCz
ux3*
'
4
O4
0
Oj
Co
, - _C
O ,' ,
_v
_3
U
',n
Ce
,_$
_
CL
J
U
C
0
0
4N
0
J
0
_
L
L3
°
0C
0
:
_0
-t
U,
a
I
0
·0
C
C
U)
CD
uL
.
CSS
u
0LU
CL
N
Lua
Ul
N
-O
C¢4
C0C
C00 0
0
o C0 C
C.')
O
e
.f
C-
.
f.
n
It u
, "n ,
Ct
C
r)
-s
r
CO
CC
O
C)
0
0
000
0 C)0
Cz 3_
O
O
)
C
C
C;
o
C
0
0
tu
OaC
z 00C
0 00O-cC*' O
C
o P0 0- r-.0r a.0o
U.l I ( 3 vl , '
"n
0
..
C
u)
ly
0
C
O
O
C, '
0
O
C
0G
It
O
0'
U)
0
U)
O
Zn
0
0000
Oco
,. It
00
0000
000
00
Zn
"OOIo
V7 V %A VI
V)
LU
Z O.
CL]L
z
)
CO
0
VI
0
(A
Oo
)
V)
CL
u3
,0
41.
0
UJ)
4
Uj
N
U
.
4
cc I.r CL
U.
-W. -
N
:3
zI
-4
IP-
c'I
N
cZn
W
C
5LU
J --
LU
C
.4
_
-
a.
LU
L
ur
O
0 Z
.
O
I
xU
U
C.
0.4U
L
LU
LU
-
z0It L
,
U.
*-4
U.L'
LU
Z
t-J
C
w
O
a
C
O_
.~
cL
0
Z
-L i
0
a.4
W
zUJ
)I
3
'
{Lu
Z:z --
VZ
- IU
N
1.i,
J,0:S
4
-N -- 2L
QC
LC
o
J3:
C
U
z
14
0
a-a
/-
'
21
C
e.4
3.:
4Z
0
4
ii
-
----
LD
W, D
t,
00
i
it. i, LU
+ ,4
_ _
IF C
U.. U .4-^
C
w
3
o
.,
hD
Cr
-
'--
tL
00
a, . i
aU- LL
4.
Ma
c9
C C
C
0
OC)
C)O
.) "
C
c,
C5
o.
C'..
0
0
C, C
o_
a-
0
0Q
-U-
C
O
C,
U.
a
LU
-
.
a0
Sl
UJ
z
z
(J
.o4
%u
an I';,a
<
-4
it
~,..
*e
a,
-
'0
Z
4Z
L
0
:3
C~
a.
-,.4-4
J
0C)
1, _.
C
,C
C- -
.4
3
00
tI II
---.
N
-.4
:.
0.
0:,3
C 3
,-
U
O
p
_
Z
-<
.o'L
O
3:
O
,.4
.
U
t3
0
.
'.,U
O0
' Ul 0
C)
u 0 0
OC,
0
O .O.oO
C
C)0
V
,i
0
I
0
0
w
4o
uJ
CL
C
U' t
fo
u.
01
CC
Cc
ft
_f
I,-
41/ 1
V).,
LO
VI
u.j
j
I
It~
U.,U
O
C
-
Ur
U
C
M
4
l
1 g'
.
C
C
I,
w
4C
U.
W
C
U
U.
O_
N
Z
I:
_
,
z -X- z
T
7
-4
-J
z
I
U3
U
CUU
N
0
·Ij
*:
i
U
Z
IA
4.cO
cr,
w M
F+E
..- 4
M
0X
a
I
tl
:
_
_
C
Z -t
O
LJ
U..;'~
ct
-A
0C)0
-3
0
't~U
C)C
Q
ui
Uz
C.
U
-l &
W
9ol
o4
'tj
t
C
0O
000
C
o
z
za
-
w-
Cr
¢
n
.-4
rc :
.O
0
C
c0
a,ca
uC
0
-4
C
CI-
IJ
V,
3
-J:z:o
40
w
2
-O
,
0
,z
C
2
0
-0
.j
0u3
o~~~~~tlI
0cm
-
-0
U
40
0
-4
za
..JN
iC
O
2:
InU
:
uj
Uz
C
O
O.
!
0- -
I-
0. .-
< -
J
-4
LA
-
O
c
)
0
U,
p -
C
<
0
>
nI
0-
<
4Ct:C
V
C
2:
_z
a
-4
O N
>~ 0~
1
Ii:E
n
.)
U.
<
~l
·
a0
w
w
t_,
U
00
-I
4-
-
0
'
-4
_l
i
C)
>.
czr
-
co
X:
X
ci
LL
,V
W
o.
0J
I-
'- i
LM LL
V
a
Lt,
LI)
4:
0*
C4)*
I
0*
0*
0*
O *
i
O00000
* ( CO O(AO
0*
II
0000
*
0
a0
'3
.3
C
O
0
0
-
OC
a 0
o0
0
OOCD
0 ) 0,
0
OO00
C0
Z
Z
0
e _-
O
0
0
0
o0C)
0
0
U,
d'
Z
**
**
*
*
O.II**
O*
r:
*
*
-
LU
U4
) *
I
c
.
L.
O
*
0,
U
C
*
0.
* *
.4
c-N
C
0
n4
*
_ *
;, '
*
C
0
s, **1
·,4
LU 44
1:*
4
IL 4
D: *
*
;3,
LD)Z
4*
U
4*
Is-
*
N-
Z
4*
'- ,
V
US
**
fo, 44
a 0*
*
LL'<:*
a
C ..
-4
aC.
W
0
-
O:
L
*
i-
C
0
0
r
9
ra
4
...,
Z
z
*
_
".
Z
-
Z
7,-
z
:_
.
K
n
X
Ce
C
-
2
Q
_X
C
0
_uI
Ui')
3I-
U
2:
(o
0
,U
U
0
-
U
N
0
J0
.
0
tI-2
-d
0
4
0
0
C
(AN
>
J
_:
J
W
C)
'
Cm
.
r'
_
U..-
Ca
LU
".
C0
U4
W
N
C
X
CO
'
-
0 0
I
n
u
N
7Z
U
_t
Z
2:
5
a
t.
,"
Z
4,Z
N
LL
·4
-
1,i
LU
C
'
i
lJ
u
00>D
'-
2: -ZZ
C
.Lot 1
tv
_
A
:
Z,
N
U
0
4-4
a
Ur
Q
"- _
C
:
-
O
-.
UUU Uc )
UO
.S
*
_i
LIU..
0
Z
L
n .r -
ol
LZ
aZ
0.
LL
C~jt-
U
-N
U
Z
Z
-
t.,L.)
L)U
N
.)
tY
C
U.
-4
0c)~
N
04 0
C)0 0 0
o0
0
0
OOOc0s
0 C
0
Cn
r
4
_4
n
U
_-4
C
O
'I
.4
0
0
Z:
IL.
Z
r(4
ci
0
-
0.. 0
,i.I
'.
X
Z
c:_
:
U.
t
2:
r
U;9
. U
00
3:
*9
3
0.
0
I
-4
4.
Z
I
U.o
*0
Z
Z
0
co
O
w
LU
t'.
4
1
LU*
*
_J*
2
I
I
.-
W
t,
LU
3:
Ut
X
2:
L
tt
U
co
C
:r
5:
1
0a
4*
N
-*
,,~tl,
:3
IW
UI h
4W*
:
LU
0. *
-
U
2 a
cX
UC
I
I
N
-
*
>'
Z
O
0
W
C
L'
0
Z
._
*1-
CS 6
'01
O
0-
Z
*
- :2:_ ** -
a
_,
.,,
0
0
c
r
-
U
*
*
_
0o-
0
LU
*
'.
;
I
0
rp0
O
M
o
0
o
.O
o
4/)
0
0 00 C,
N
t.
0MO
U.
n
Z
00
;U
tn
0000
Z
I')
0
4/ 4/) 4/
C
C000
0O
o~t
-
_.
0
O-toN
M.
tU
.
000
0
0 a0
(M
, ¢co
0
C
00)0000
M- X m X o
O OC'OO
00 O
0,,
O C
cc {
0
00
o00
O
M
V)
U.
z
4
Oa
V1 ;nAI t/. , V'
V) t0
-
U
n
...4
i*
, O
C
t
4.
a:
U
0
UJ
-4
LU
a:
t,
a:
,U
.4
4
..
MU
ul
:
IO
7
LU
I,-
4.C
0
U
,a
a:
U.I
LU
LU
Z
J
a:
;r
W
a:
I.-
0:
0
0
3
:.
U
Z
Lju
U.
Wa:
a
z
I.-
Z
ct
0 -0t
O
0
e * L* ' O
a
,
IN
.a:
.
4
O
aZ
ec
J
O - a
Us *
W"" LL 0 a
,
-,
--
a:
U
eN
>.
CU
-
LU
i)
uJ
*
C)
rt
N
N
X
:
C.4 O 0
00
0
4
o 9Oc
x:
"
v
t
U
u
W
n_I u
C3 - a
I n I . ..
,
0-
V)
-I
Z
-
-4
11..
-< -.
LU
tj
I
U,.- I Q Oi
'
LU
Z
0
· _...
Z
0
0
oa
a. C~
U)U
Q U
4
Z
O
C'
0
a
I
a:L
C)L..ULLU.0
Z
0
:
OCrq N eO
°
0
LU
W O=
p
.-
U
4.
1E
U)
U0 L) )
C
U.
o
C
-4
0
0
r
O
N N N
COO
C_?
. D
0,Q00C
G
0.
'O CO
0
tc
OCo
Of
D
C O MO
()
C)
300
C' C.
(.
0
0
Z
0>0
4-
cr:
-4
0
ZU
.
0
z
Ce
J
X
N
ct:
.
a:
-
LL
LU
0
~)
~ ~
0
X
_LU.
L ,
7
U
.
Z
r
LU
_-4
~- N"
a:
C0
-
3
:Q:
o
a:
I
,
- .
_
uJ
LU
(A
,.
U
tL
LU
Cr00
C
lU
ujj
.4
00
0
0
00
00
.
0
0
0
0
0
iO
0
0
0
0. 0
0
0
0
o
C
0000
0
O
0 0
'4'
-4
'
00o
0
00
(o
0
C
m
0000
D0000
co
oo= er,
0
o
n.
V)
C)
o
V)
n)
0
co
V
VI
0
V
UJ
U
0
0W-
U;
ua
O
w:
Z
CC. ,
LU
_
x
VI
I:
LXW
U
C)
_
cr.
CL
uj.
C
Z
UJ
C}
.
,U
z
c0
U,, U U,.
4._
Z
z0Ul
zZlLI
LU
C-
3
C
UJ
:D
S
o
uj
W
U.
cr:
ci
0
U.J
0F
w
-
tu
a:
CY
.
;U.
t-
X
y,' r - .
O
U
u,.
U
A
L
c.IU
Zi
-.I
WU
0
>
U;
U
r
N
I..-
N
.
:
4-
VI
Ni
Z
O
0 3
,
,C
LD
LU
N
U..
N
N
40
LLLU.
2
uL
w:
U.
U
nQ
U,
L
el
L-
.m
A .
-
O.
I
I
U
'
t
LU
z
U
W. -
-S
tf
.0
-
-ll
Cy-,0L
, C.
L
N
$'
_
C
0V
00
9.
_
-
,
LU
0
U)
-
Z
U
4
N
-
U
j
U
tU
t)
V
U) O
L
N
rn
2
I"
n
'
O
O
0o
't
.'
0o
C)
0
.
_
t
4
0
o
-4
C
U rJ
t"3
a)
4
4t
0)
0
0
N
U.
_-Z
U- LL C
55'
0.
00O3
.L.
-t LU LU,
LUQ
LJULU
j
U
U
2
t '
4-)U
j
_
-
C) ,
N
LA'n
LU
_.
I U'
U' L.
4-9
*
cc
O
4o
0O
X
C)rC
l u
Io
O
UI
N
:
N
;
CL
o.
OJ
U
*Q.
LU
<0
LU
c
ci
0W40U
:
Cl
0
LU
0
1c
r4
U
>Z 0.
Nr
0
- -
U:
0
b
LU
00
C-A
UJ
9.
C
03
u
xO
X
: 0 Z: , I
NU
C
wj
=
I-
'
cN
,
U'"
.
O
O
"'I
LU
,;0
_t
O
t,-
tZ
0
-I
LU
tLI
kL
;
UC
O0
LU {u_L
U
0
U
Zi ".u.
Tu,
.tz0
,.
t
LU
0
U.
C
0-4
4
0
t_
0
ul
'1!
LU
LU
u.
;3-
4--
LU
j
Z
U
u'.u'.
U
Z-
0
t-
C
C
Z
4-
U
o 0¢
00U
1
U,
0
0
4"
'.1
0
00
4
Cj
;) U
o
.7
co
-r
0
U
b0
,L
LU
rr
W
N
co
D
000
1
co
000000
0
000
0
VI
_
WW m
G
a,
V
'A
J 000000
t.L
z
W. V)
cS
oO
000o
00O
0
0
V)
V)
a'C
1O CD
O
00
00
0
0O
O
.-
0
o'
0
0
0
OL
U
00
W
W
U
LI)
LU
.2
U.
(7%
U,
t9
LU
L'
Z
a
N
r-
OC
I
oc
t
'r
O,
.0
2:
11
0a
4
0
0
2:
C
0U
0
'A
O
w
00
z
2:
W
4
-r.
.
-
VI)
i-
U!'
L
0
UI
ce
) -)4
LUz
C4 U
t
0 2 .. Z
0.-
-J
U.
z
Z
0
U%
A
0
Ic
0
0
Uf
U
c
w
Z
CY
-,
r
0.
te
0. t,
.' U
::
-
-4NC'1.'0
-is.
.r2 Dr u,
t
Z0
CZ
; U)U
-t
Ir
i
U Uc)
0
V%,l
:::
aO
a
C)
r
,W I
o ooc.-'w
C
000 L'
0003
0
Ui
0
C
,L
4-I
N
Wu O
N
.J
tL.
Z
C
-hZ
QO
u
Ut
c
z
0
V
0
,
000000 c
a
1)
=
CO
0
)
,
a
t
Or-
0D00
n
O
ll
,.
QO
ivU,
50
C)
z.
".s
L ) L)
0',,.DO
0
U
C:
Lu
U.
CC
::
i
D
C
VIl
LU
o
'L 7.>
,-
II
0
C
'
w
LU
2
z
u,
O
*
0
0
.0
U,,
LZU
U
LI
U..
U
p.-
C
u
c
,_
O
r
C
N
Uj
O
Iu
LU
2u
.U-
I'?Z4
*
L
I.-O
'-U
U
LU
(A
n
s
C-
AJ
Il
.
X
Z
U
3LWU
-uJ
4
2:
Wo
,
4
L
V
u.
C)r
0
W
CL
tA
Of
LU
cr
00-4
oor'
U Ln
C) U,
cce-
0-J
C)
C
O
UJ
u'
M-
-.
0
U
a:
C
zz
V
0.
U,
0..
.
C)0
0
.0
W
4.+
ULMU,%
00v-40In
O
,
LU
L
000
-4
O
v-N
C:
X
0
2:
0
z
IJ
0
II'
,
.U
rC
U
4
U
x
0!
-
¢UJ
_
3
-
,U.
UICtU
V
Lo'U
0
0 -
r
i7
0
sD
V
I 3O
00
Ito
00
LU
aa
,
0 C
00
Q
-4
'CIr
00
c
o
00
0
0
00
o0 0C
1,
4A
0LU
C
2:
o
z
m
'5-'
kVu
at
a:
U.(I
LU
Ia
U
Y:
.
I
Z0Z
3
4J
.
N
(4_
::
U
_
0
-
aU
-
4
-
3
N
VI
U.
C:
0
z
*
0W
-U.
a:
:
" Z
a1 ,
z
W
:
0
O-a:
GL
U.
(
cuJ
N
cL
-
C:
NC
N C
I-I-,
C)_-)
Uw S
L3
N
U
u(
I-
tS
I-w
UJ
Z
L
Z
*a:
0-
a
NN 4- _
_4_4,-00_311
44
0 0
tYcr
X
a
Lu
zuJ
<~
U. IL 2:
a
0
-4
O0
z_i
~0
LI
3000
000
a>0
4
<,
0000)Q
0
t-
U (.0)
I.P-
D
0
00C
O
z
_
t)
IUw
--u
:Z
U,
IJ _· l,
cr
4
2:
.*YCI-4.--
a
C-
C3-
z
.OCLU
'
C
z
z
u
L
C
:E
0
0 40
N
C
0?a
UJ
2
W
a:
0
U
U
'
o
0
w
-
.I
0
N
a
-4
<
t:
a.
4<
o
a:
C
a:
'I
U,
Z ul
LU
C)
I
a..
UL
6
cr
C3
VI
Fs
C
:
U0r (A
UJ
9-
3:
a:
L
w
X:
V-
0
z
U-
t.)
C3
U
n
:
I-
LU
L
4a
a:Uo
I--
LU
LU
I.
:
4
)
0
*
(,
0
W
z U
f9-
0
V
,0 0 t
C
LU
N
C0
C C
vI t4A d, (
O
4.
%t
000
000
COO
-4
Iw
C~
111.
0 C',0
000
CO
0000
a
-
tn
X
:
,-
z- Lu
;n
or
)0ti
r
o
O 0
C'c0 0
V
O
IIe
'*
L¶
00 Ol- 71
C
0
'-
40 -
C000
00
ae C
Vn
z
zC
2'
7
C
C
-j
cc
w
x
2:
.j
C
O N
C
U
-
> ..
v u.
>
.
z
z
0
z
I-0
" U
C
-4
U
-i
-C
C
--
J OJ
_'
d
c
C
C:
.
2:
2:
m;U.
t,
-r
2
,
Z
.-
O
It
.,
U
U
C
C
v
C
U
0
.J
cr
t
U
0
ui
-J
w
L
i
0
z
Z
C
0
C
Ml
IFi
C
J
IOe~
O
.
VIE
00 C
WC
C
r
2:
i
0O
X
2h'
~L
w
>
C
uj
J
!
U
)~C
0 _
, U.
,14N
f.
I
N
T rj
-4
IU
_
n'
-O
Z
LL
Z~cc
tC)
-4
cr
3
C·
-
-
OD'
2
-4
CO
x
I-
'4-
2.)
C
-r
vl
-·
QULL
-4
VI ~.-
0
0
0~~~~~~~~
,
w
0000
*F*F
OO
COO
.~
- N e'
?
ot~~*
*
4
0
I~~~~~L
0
- :>.**
~
~~~~~
_f
*.
*
o)
;
i
rb
*
·.-
;N,
9
*
ZC
*
-z *
<.. ***
cO
O
u
tCu
*
C:7 6
_
;
~J£*
.J
_
W
U;
.*
*
,#
,)(A. .1'v , ) I/70O
O
('
(
O
C, O
O
ill:,
C;
IN N
C
C: O
0 V
N
O
O
0
u.
*
-U.
--
C
i~~~~
UJ
n ;t
c
O
F4
t:
*~
D
F
or *
I~~~~1
4 :F
C::·
Y
X
*rC
\
D
:)
X~
-rl
_
*l
*
oL
UJ
*
*1) C
*
*aS t
, 0L 0:
(M
*
*
4
ON
0
W-
_
cL
N
a.
0
N OZ
O
r ND
_ -c0
4Li
a
<-4O-
O
O'
2
Ii 0
0
(i
U
W
z
Y
U-z
: "' U
cc -
C}
CE
-
L U
9ct
E
0--4
t
-v -NY
Ui U
-_. U044
.-.
N2 tl-4~-*
C
~
_r
&\U
---
_
e
J
14<
t
t
4
U 10
Q
O
-00C
- -uj
-. j
0
1_t
W<
L
_x
i4
O
I'
_
:z
>
, .
<0
z0
_r
LL.
-
-j
..J
_ ,j
r 'ae n
>
2
q :-YU-
-
co
-4
Z
)0u
_
U 'U;
-4
fli
i
' Ir
- 1it
N
-W
!_t
il
-
-4
i_
U.
.41
' '4" V
,
0
0
-00-
ce
't
U
O-
-J
I-
-o
O:-
'4
*I
:L'
.-
-
-.
-
-*
*
*#
0
2:
C
2
0
*
U4
F
d
-
lL
0
C
.4
IA:
V,
w
-.-
U-
.1'
*
C
-4
2
4*
*
O V)
t
0
--t:
4
N
u2
49-
*
*
*
*
*
*
*
t' N
OO
2
p-?ai
0c1
.,.
4*
3
Y
a
00
00
~~I
IrZ
·'
LU
'. *.n C
;:2
.z
C
C
(
O
-4--A
U.~~~~~~~~#
iW
13
uQZ3
Z
**#
a
V)
O0 F-
it, U
U'
0o0
0
0
00000.00
O
~I-I~~~
*4
* ~*
JtY
1F
.
b
O'
00 0000
c
(1 U
w:
C
U'
1,9
3
** OOOOCO
Q
00000
.**
*
*
*
*il.
*
*
*
*
*
*
*
*
. 00*'-o**
.C ***
w
:X:
.
00
00 0
0 000
*
IL
O O- -
*
*
*
*
Cio. **~ln"
:
*00000
C
(A
*,
*
w
re
0O C
O
*.11,OOOOO
OOlD O O
00*
3
U
a:
Uw _ >S0
-
Z
.4
-
0
00
'
.,)
2
(1
I,x
P_
L
0C
0
-
O.0 i 0O
OOOOOc3
OO~OO
O O
-
-
t
0aD. C-O O OOO0 'c'
C 4
CC
C0
VN 10
._ 4-_
OO
C-
(I
-
N
- _- I'.N-,,
0t C 0- 0i 0 0
OC'O)C,
(:)
fl
N
't U
N
IN
O 0 C
3
N
0
N
C
O
N Ni
0) 0
C·
-
tL
L
C
U0
a
i
F
h-
N C.
'00
N 4r
; N
I
00
00
00
tO (A
00
0'0
000 C
C0
C' C
O7 VI
L) A Y7 4n
-
N N
M N
co
0N
aIO
N Z:
<
0
r4
N
r
*
*
'000
a,
N
N 0"
N0N Co000*
0co
o
D O,
00
0
0(A
-
0
- VIA 0
,0
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
4
*
*
*4
+.
,
*
*Z
*
+
W
m
.0
mC
LU
2
LU
t-
0
0
4
Z
Z
-LU
0;
FLI
t-
tu
14
.
I9-
u
03
0
2:
7
LI
(A
O
2
-4
2
-_, i
0
(.)
0.
-i
L
LU
4
I,N.--*IJ
Z-z
t.
'11
LOu
J
N1
.)
>
-4
uI
w
-4
C
(AZ
Z
Lt,
L
LU
,
UJ-
,
u.
o
4
U2:
It
0
.
or
0
*
Y< X
O0~
I0
Z
-
z
.i
Z.
w
'-0 -'I'
I
4
I;
LL. LM
-
LL
.. tO
U-
4
0
LU
e>+
-
.)U
Q 3JU
It :CN
n
st
0O
00a
0 r-
00
C)
00
0
w
cl:
C)LL
0
I O
'LU
)4j
Li
-
-4
.# 7
Z
)
L)U
co
en
ee
O
O
L"
LU
14C
UZ
--
C7
0
CJ
r
0 0.4
*
L
*
t t.
Z
_4
5
1
-4
C
W
*
't
*
+
-m
=.
-
Q
.
4
't 0
-
t-
*
OU"
UL-4
-
co
4
B
-
*
V U
0
',- f~
t
14
Q R
·
C,
'0
t- UP
1: 1.
Ir
4t
5·
OD
n
C
O C
It
gQ
C)
a
*e
*
* O
*00
W
*
OC
N;
0
¢t
C
0
C0
O
4 ·I-P
_
00
U,
J-,,N_
G""
N '^
n0c~;
0
0~
F- r· :E O cc t~ n rJ o3
C
o4
(
r
CJ V '
p- CO
uo1
- C
O:00
*'.-
L_. O -4LL
,)
.,
D*
t
*
W*U
:J!
-4J1 W
+
:
4'
Y
"xJ
NIt
--
"
W *,
LU
c C?,
n:
*
*
,U
-
F
L*
X
nr~r
I
4)
-4
0
IO0.C)
0 0
10~
*
._s .. _
, cc
0_I
'4
2:
LU
V
U
*
0
*
I"V
0
LU
-.
4'-
a
**
*
4
0
r\)
_
*f
=-
UJ
ZJ
9-
.
-uj
_e
*
Z
i
C:
*0
LA.
u2:
4S
r,_
Or
*
*
C
A~
43
-9.
0
N
t,
ra
:,
rr
-,
_.4
LU
(A I
Lu
2:
-U.j
O
V) I
Y:
?.I
0e;
-4
_1
2
SLU
S
O0
*
U.
U
4
00
*
*
00
00
O
00000*
0000'
-C tvrv
W
00
o
0
-- N
fLLTUi,
L
C)
' C) O
r U'
Ln U
-iC
3D
0 0
t C)00 0D
OOOOC'00
0
0
0
000000000 00000 00
'0 t- a7 in
N
M,-ij
'
oO'OC0o0
000000000
OO 0 oO O OO O
a,
-
, C~
W.VIC(
O OA
' t CDA O
IAe
V)
'O
00
O(
A V.I 0 VI '.
00
1)
C o c C,
0 C - C%.
' tt
00
Z
0 t LO
t NNR N N
000o0000
-4
O
o'O,
O~ O~
~
I
0 00O
C
4C3- - OaO
0
pi- c 0,
0: O 0D C
00000000
VI
/)
A IA
I
(A V
(
ttm tTm
L/
.
,-
ztu
w
,44
=)l
X
cn
X
I-
0
U
U
a W
:E
N
I-
z
LU
.
.J
0
C
'.3
'0
4
C
C
LL
z
.z
zS
,C
zW
LU
uJ
a
W
I
-
n
z
- ZUJLz
(C
u.
C-., 0U.' LC
Z
u[,ZU, ,,,
U.
N
(~n
-
,r
_
C-0
u.IC)
iO
UJ
0
C3
C
c)
LU3
0
,
LU;3
-J
,a
LU
U
- L
LU
.-
W0
.J
c
0.--
-OC
.
.,-J :
-4,
cc _
-'a
I
,- N
0
0
0.
0
,-
I- W 0' 0
0
,
C
,,-4
C": ,1'
0
0_
CO
',
'0
C
O Z
O
- '41-0
C
'0C C C D "IC.O
O O C
00 s C,
00 1
0D0O100
U' n Ln LM
C-,
0
0-z
0
,.,.-
-
LU
-- - N-
'o W-L
0:
U,,I
'<
Q WU..
C_
(LO
. CU3
-'< C:
*-~Q0oQ~CL
0Yc'0
LU
< C 0 ~'L
J(-,.
C0
,Q4
r
O- c'
. u.z
. _-
OuL( 3:.
u
0 . 0
LCU
3
o
0o
,
r
L.
U
-0
X:
Lu
:4
,J _
O
C:
40
GLLI
W
zWUJ
_
c..
-CL
() W
10
4
r
aa
C- .-
.I
C
UI:
I.
-j
WU
II
'.
0 0
0
0
N
-.
C bo o o
0o0,
0:
o
0
C 04
-'
00 0
0N ,0
-4
t l 0O0( 4..W0 0 0 (
0C)
oC O 0G
C)
0C O
-_ N N
0 .- -4 .
,,¢N\
C",
0 0
Q'
m
0 oOC C C'D C0 O 0o O
QQ
.COOOO
C
.
!
-.
_
z0
It
-
M
W
-
..
C
-
N
(''
N N
Q
0
-j
0
C
w
0sJ
s
O
Z
#-
Mc v C
W
l C-
-rzCo
-j
0
M
Vo
Io
co
Z
zZ
0
C
4
>- N
Z
I c 00
C
0
U.C N .
- - O N N
,.= .
~' ,1
4
0.=,
O
<-j
-J.
E LL N
N
U,
3OOC
0 -i
O
co
g
3E~
I
U
zO
_ a
..-0
Z
0
-' a
,
-I-Co
O
0
Co U
>-
I,
O
-i
C
0
N
C
r
VJ
4
C
I-
.- 4
Z
C,
,O j
0C
co
J
0
Z
P CC
C
1-
1
0
C
o0 t c
Q0 U L
0-
- N NN
,
4
;Ig)
-
C
O0
r
O
-J
J
-i
-J
C
Co
>I ·- 'C -4N
Co
a
<t< z
1Z
C13
'N
- .N
I
..j N
wz
2:
Z
-J
w
-j
z
U
. 4
-U -4
UCU.0-4 NCo
0
Z:
N N
W
--
W
-
4NC
C.
N
:
0
4-i
-J
-.
00
I-
0U.
~3
~3
n,
.,
-_
):
>> -
X'
I.
<
Oaz
(o
0
0
I.- a
L
Co
O
LiMa
:E
u z
10
1-C
:L'
Lu
Z
2:
Cr) C-
f
j
>-0-
-4
.oC
E:
>-
(A0J
4. < _J X M
-
a M
'l W
fJ
L-nf
-jJ
a1
Co
N
000
OI
(A
C., C)
2:1
LU
z
Z
h4
00 a0
CJ
L'
100 - t N(V- L,
N
-
N
t'
(,
W4
.
0N
M0
40
O'
-CL
zC
<N
_sc
00-r
0
M.
-
<
.z
_J-
,,0 Q.I o< n-rC
c
W
U
_,j
"C
.-
-J eC
OZ
ct
C.
00V-I
0O
OO
C,
0
0
W
= C
4
(^ M2 -
Z1
-
-40
3
Y
M
M
C
_4
-.
.
Co
: W
u. -*
o7.
(A
L
0
0
>- o
>-
VI
V,.
.
0
0
0
0
0
0 0) U *
-N
r <*
O~
DO *
O
0
0
C 00*
C5 O_4 ^O
C
*
cc
N
Lw
W
V
*
au03
W=
*
..hJ0
*t
*iC4m
C iA
r C a**
W-~:
1%
*K
<ZZ3 : or
o
o
/I,.
>
*
Z
a
.'z
U.1LL
WuI.
Cr
C
- )
Ct
0
M
LU
*0_'
*
*C
U.
0,,
>ZC
z: ulu
azr
i'm'
W LF
. a
<
*>
*
0 -
C
*Z
3U
*
-
U. *
-. j
LUO
JU
o
:>
-4
rr
tJ
N
-a
J
4-
*
] *i
LA
W
4
C
e:
C
Z
0
N
N
UGc
z
I
-4
0c
3--
3
LL
0.> .
It
4
LU
* 000,o
o
U.
.
_". .,0
U.
U.
C2
a
..ZUJ
5>
-0
~
.
,0 0 00~0
I.
I
'
N-C
0 14 *0
a *C
--., 4<40
4 U
.*
02L
*
i?
W1
LJ
co
U.
*3
ZZ
> >
-
.U
Q
CD Z
*0LL
*
C:
*.
Z
.J
>
j
t
-
v
-
N
-0c
i4
I _ 44
_
C
C(
0 -,
N
I "4
N
_1
4
W
I
LU
I
4
..4
I
- Z
-
F
-4
:
.- Z _ .
w cb
<cy 3
W -A
f)4
tI-. -4.
-
:I: 1! 2: Z -..J=- ,->
'rOC
W
Lt
"i
W
z
I
tL
LU
._
CL
i
wa
~~nUI
c, C
U.
t4.
U.
o II *.
*
_
U
4
UJ
_
0Z
,.r
4
I-
C:
JCU
LU
<
0
U.
V L
40
IC
0
LU
*_
*
2
VI
-..4
.-
::0
*
Y:\
N 2C*
StQ
(nVI
WI
M
U
*
LJ*
)
Z
F.
'0
4
I
' *S
-
0 L<
0>U
co
Nh) c 2
w
Y
i
U-
*
.
i
:
Ca
ar
J
C
Z
U
=r
--_j 1. "z
*
_.
*wJ
d
4
U
Z
*
cc
00 0
..
4
)
u-
Z
**
*
-
4v
C.
cc
LU
**
-4)
O
ZL 3- *
ZI
-4
v)
Z
.; *
C-
-QFO
-
Z
W
34
U
U"
*
C *.- C
000000
0
-J
M
* -J
2!
OtUW
N N IC 0
000 O0
N
4\
C
:.
3
B*
2
a*U
u
N1eN
0
14-
4.
*4W
Lx
2
-J
*
J
_;
" -i
(A Y. n VI V/, t
O'
*
C
ct j
-4
000000
00000'0
Q-
C,
ZL
*
***
*4
**
**
*
*
***
***
*
*
W
.
0000
0000
0000
_. C4
.14
*
C *
W '.
14 -_
-
0
W,
U.-0000
ii,.i,.
000000000
n
CC 00
.*
*UU.
or
co
PO N 4CO
000000000
000000000
4 -4
V
Q)
~*
_4111
Q
to)~
-c
CC)
-4
~~~~*
w;
0
SO
0000*C
4RtOCOOCCC1CI
000
000
000
*
LU
U.
0
WO
-4
t- (Ua
LLI
I
I
I
- 3.
t.L -
:r
W
...
.-.. LI)
r4
-t
-
4
V.)
N
0
0
0
tv'
r
u.
0 0 C)0
00
0 C)
0 f 000
0C OC
C C)000i-00
CC000
0
C)
0 0
C)
C
OC
C
_ _
.00
0
-.
N
n
r0 4
0, O0
0 0 C)C) 0 0
NeN N ?N
0
C000a C)
N
C
O
0
4
9r.
QOOOCOoC
M 0s t a
M
00
O0000000
--
I
.- 4
L 0
-
VI -4
VI
r
",
000000
C
?
0 P-
0 O 0 0 CO OOO
00000000
000000 0 * *
OC)
t,
00
tQ, C
_
MO4 -4
0O G
0 0O r
0
N
O C
0
4VI
t-r
L
*
C
*
*
*
C
_.
_
*C
Nt
5
r
c
0000
*
*C
OC t' CCCOOOOC
0000
C. C, C0
UC
O
O
*) 000000000C
*)
, O OO 'O
a O C 0 m , fc 00 0v,0
0000000000C O
*
00* Ut *
*
*
*
**
*C?
*
*~G
*
*'-'
*n?
*
*C
*C
*
*
*
*
X
x
U.
C
It
I'I
flU.
N.-.
**L z
0i
,
*
*
* .
_t
- 1 *I*
N
0N
N
0
a
f'
atr
? V<1
O 0
(.4
.4
-0 -3 N- ,.J-. (4' Ui O
N
.*'
*
_
._
C
.
CI
I
u.
0-4Nn
CM
-J
* X
?UUI~~
V
Ocn`Q*
%(1 It
N _
-4
~*
OO -O
;
U
>
'40
*
W$
P_4
N r" 2
-I
z
a
U.
t
C
-'.
: o 0 - N rIn rC
.
0 C C O .C
¢Z .) C
O 0 O O 0 ) C <D
U
iS
U-
-9
W
uI >
LLJU
-
O
--
U
*
W
*00l
*0
Ul
** t. t_
U.
>_
D
:
IA
fN
_a
U
-
II
i
l
tsU
I
X-0
0
It
nr
_
-
_(
M
_
La
)IJ
- N
LLJO
.-
1'-
t) 3C
:J
i
r
-
N<
o
00O
0
Q ,. (S
t
0a
0N
rn
00
C
00
i
0
-_
t
*C
; 0 O" C
r00000000
O O O )
UJ.
-
eI .4
_- _.-
N N
....
aC.
- C
W
0L
CU
W
O> *< 1r
,>.
rl
N
cC ' L U.
MJ
10
-J
VI
,4
_uL- .Z L
-- 3 U*
,,_,,
beS iJ DX
re
:
:3:
U.
I .
0
P' I.-
C.
I':
VU
_
*
I-.
LU
UJ
LU.J tL J U. it. J U
4
.i
C)
*
Lrf
;i
) , U .-.U U
*.
.
Ul
UJ
C;
0r
#z*
'srO*
3 J UN I ('4 S
+
-J
*
-3
-V)
,r C^_J _
.4
-4
-,.,4i,/
C,
*
W*
V) (Oj C****
.4
eJ
--.
*d
1'
c
0' 0
-'
f\.
M It
Lf'
00
0 0 .0 0 0 0
Ot. 0000000
.0 r-
M
0' 0
-4
(,J
e'-
O0 0
O 0000
O)cn CDO0 O
00000Q01-1
0O
0
f 000C-N 0
- - _N NN N N N
aOcocoOo
0
o
oooooo
C
0000000
-4-4-4-4
--4 LIO
A
A
A
N
N N
N
!,
N
C C. C) 0 C C C'
4 O4 IC r- O 0 ;
C0
C 03
00
0000
C 0
--.-
-4
-4-4-4~4(
-4
-4
A, V) V))
-4
") VI u9
A
4m
OOn -4
OO~
,..d
C
t
0
'
-C
'L
CCC)
G C Oc
-4 -
OCO
4I
N 0'4
-
O O O0
---
4m-4
A) 4A 4A kn AJ A1 A
C
Lu
;
LU
C
¢4
10
0
4
C
O
Ch:
9-
,LU
4
Z
LJ
LU
2:
2
4
LU
C
X
2:
-
F
2:
2
In
LU
2:
Ul
iD
,
Vi
I
-0
aC
ua
. 2:ULru
Q4J
CLU
C)
-LUZ
.J
C
4
a-F 2.-4
UC
C
--
r
z
_t
X-4
4
u
2C
--
0-X
e
U.
-J
,-'
i
L-
Q S C.
4
,-
-O
2:
-
I-
.
--
LU
-C
, -
U
ae NILU
ooZ
lU
L
0-, I-C
oc- a N
t
L
W
0
a_
U---0 -
--O
0
-'."
,O
0
U
W C
'
Ul
UJ
'Ai
OL
O3
ul
bN~l'-
Y
tY
_I
,U;:
U_ N
3,r LUU
_l
0
WJO O
UJ
w
u
-
A
*0
-
I-
L
?
<
-
*.
_
'4
J1.C T
'4
!
iORa
3
trt
Q
<C Cl
0
-t-o
C.
)
1
LU
C
r,
r-
0
0
C)
O
-J
,_-4
D
0
_,
O
-4
-4
O
O
4
N
.
0
. O
-4
-
N
-4
1
-t
GO
0'
0
O
-4
N
C
N
~
-4
N
-
N
-
.4
N
4
-4
N4
el
-.
u6_
IC
=' JO
' 0
-
C.J r)
4
cD
O , -0 - I- -- - r-'
0CC)
, 0 0,000
000
,
DO
000000C
C000
.0 f
o 0, 0
Pr
- fu- r-, c
C
C 00
C0
0 :: ' 0c
-4
N
O CD cCr
00(
0 k
4Ur r
0 -
C 0' C
-N
C)
C,
43
C>'
*7.;
.
C CO7'r ,X5 U
0
0 CC C , ' _. 0 0 CD
C
C.
C. "~
jV
*..
U, UI. o
r -_
~
u _ ·
0t
C
It
0
O
-cC
LC t W
t
.*
,
t
C.
N
t
C1
-J
s;
0
zC
I-
-t
z
Z
2Z
0
Cc
t,
C1
r;
elr
.4
C
1%~
-
=
C
n
z0
-'
4
Z
U
L
Li
C
.4
N
C
-J
0
j
O '
-
o
9 :
0
C
0oL 3 4
O
CV0
L .;i Cn
(,i
C
Z
-UI C - N (,l L
._4 N4 N Nl MN
<
C C:
CU
J'
J
X: <
>- .4
v) o
!-
4
CC
c)n
<
4A
,'n
Z
Z
J
c
C
.4
0-J
.4-
4
Uw
2.
L
O
U
!l
z
C
U.
t
C)
C,
r
Q al e W U
CLi M0 W LL.- , NM 4
_-
-4
-4 N
N
z
LU
00
o
wU Z
z
O
.4
Q
a
a.
C
U
v
x
,Lt
f
X
.D4
:
Z
0
' c
,., = l
LL
d
UJ
xE
.
CA
Vl
_
-
0I
N
4.4 -
r
0co
N
C
_
. N-
b
0
r) o
W WW
L)
X
Cr Z
W
O
.4
CA
_.
O
J
-
Vt
41< > .
O
z
C
W C:
Cc 0C 4 co U C
Li
CLLrc
_ N4
-I
-, N N NI N
z
O-4C.0
C)
z
N
C
.j
-uJ- C
~mQ;z-.
W. % <
w
'.
1-
\:
It UW
~t C
_J 3
W
.
L.l
C
C
U.
C :
: W
cc
>
AU
LU
Cy
4
0
-4
Z
L
z
0
LiU
k.cO C
O =
u- LC,
0
.e 4 r
cc
t
N
la-
tr
.j
.J
L1,
CC
-C
U
C
O
C,
-4
4:
J
-4
C
m
-x
LiC)
U
-
VI
.t
Z
crlQ t~i
Yu-
''<
-jU
I-
Z
u-.
it C - t-I- 0
a M
r
0
X;
>C)
I
C)
<(
r
0
C
0W
C
.u
.
.
00*
*#00
00*
r Cr 4
II '
Unr
00
0o
*OCO
, Cr
*ot
0 _*
en
o_
00
00
-
-
-
OVI
tn
V)
C 0000
r
-
-
n
VI VI
-
VI V
00000
-_ _
.4.
-
00 0 C.0
V
(0
V
0
_.4
-
-4
0'?VI
*
I,-
2
,G
O 00000
-
vI
"-
U. *
0000
0000
0000
0000
*
*
a
w
'.
0.
*
_
.4
4Z
*
LL
r1
.
*
*
C
0.
O
.
U.
**
*
+
a
0
,
*
tu
C
h-
C)
. ** U_
* ,:
*:
0
0C
024
0
Z
2
-U
0
VI
u2
LU.J*
0t
0
0
cc
>-.
0
C
-c
.-
*
Q
:S C
*.L
C)
-
)-
3
_
C
*0 G
*+
,
0
I
40
'C)
w
Lu
*u .Or
0
:
4
O
0. *
_O
C
C*
*0*a
Z ?<4
?-
Z
*:)
W3C *- LL
Z
Z
9*Z
*0 . -
-
0
_
0-
o
4
-
U-
0 N -
0
4:
Z
-
O
4
t-
L0
O00-
I2Q:
-.o
-
I
U
C - N t
C
U%.
AL
t
I
I
00
t
II
CL
_
n 0 LA In-
ti
0000
Q:
ZZ U W Z Z LL L Z Z Z
=0000000000
.0
A,,
P-
0M
C
-
LL.
e4
_I
UL.LL
U.
L'U
00
U0U
U0)U
_-.
Z Z U.U'
L0 0L
NoLLt
Io
I
-U
I I U- U
LUUVC
0
00,- -.
C
00
_
0
A* t*C0
VI
0
C)
C
.
*2
*0
~
L\
ArX,~*- . ^-mo
U2
IL
0
4
54*
0
0
N _
Z
-a -
0
LAUIO rV?Q
- 3U-
Uw
2:
I
-4
0
0
Z
O
7:
t
.
U..
0
0
"I
C.
e(' t .r
0. 0
000
0C,..C')C
0 -
0
0
0
C; O0
O
00
r.Qr>
000
-4
I_-
07
C
N
-tLm 0 ooooooo
C
0 - N
cG
00000000000
O
0000000CO00
NIN (Ii C N
00000
00000
0
CO
)
W
dL
D00 0
00000
00000
_ -4
-
t
* - N
* 00
* m .4
*
**.
C)0 *
-4.
) VI0 I'0
I4
*
*1
*
*
*
****
**
**
*
**
*
.11
.1,
.
N
rl
11
%1)
*
*i
,#
#.
0'
*
0
00
'4
0
cc
:
-:-
U.
. 'L
C)
}
0<
4U L
*L tL
_ U.
r.,
.(CZ
'_
-
: X
a
*
C.)
*·
F-
*
*
*+r
C? *X
:E
a
_,
z
-
0
u,.
:
- u u b~ C
gP
0
U
IL
4 0
U
rlcL
·-
2:0
ts-.*
*
*CZ
-4
I.L'
LL
U
Z
O
IZ
*
-4:) *
-t4*
*
UF W1 4D
MC'
0-
N
00000
C0050
QU
.4
-
-_
Cd,
() q01
0 O
-4
-4
_-4-4
-
) )
-
N N1 0
0 ) o0
-,
-
_
-4
,-4
-4
,
i, V)
H~
L,
i
4
:
w Z3
<
xI
*
·D . W
_--X Z
.;
wF
* X
** C
;t
0
*
'X
)
I .tL
C' *
'
W
O
0
OC'
NN
*1w0
U.
0
a:
_c
C
-,. w-T
N
a,
I
O
-4
4-
=
4W
__:
0.
,J ,- Z
1 tU
OF N I
4
.JLIJ
3
a:-
4I,-
ULJ
0
Uc0 '
S
t
Ce C:tM
-
D0
Lu 0
,JJ
IL
r'--
o"-
u.
-<O0
O t X_ u. O0
F
0"
U
0
-*:f
U
<
LU
I-..
.l
'0
0-
n 0- 0,
-'
0
0
O
. U. ..
u.
-J
:CT: LL
c?
* 0
C .0
I~l
C)
C)
Z
0
0
I- -0"0
a
*ct:
CZ
U.
0Car:
Z*
*
*0.
Z
U.
c0
Z
Uj
J
Z
z
* 0
Ui
I
._
_t
*cr:
0
4
-J
_.
-
a <
a
'1
Ou
zt
O
N
(N
-.,
O
0
N
O
O (00
- .N
- .N
0
-_
O
t
'
a
O
'
0
0
0
0
-
d
0
0
O
-4
N
I-
c
co
-4
0o
N
O
O
O
N
O0
-U
-.
VO
:,
} 0.
0
-4
u"
-, J
,_
U
0
-,
o
0
-44
_4
_
**
*,
W
C.
_:
-4-t
0
04
4
i
ti.
CJ
401
G
-4
-4-
C
z
*
0*
>C
-t.,
V
O
-4
-4
*
*
w
lL'
1
C'
LU
*
*
*
*
*
NL *
_4
-4
)
-
-4
0
**
*
*
*
*
*
0.
-
4
'r, , r'N00i M N N
(D) 11 .
C: (
C
*
*
0
-4
VI tW
--
a0 re
*1.
*
*
**
*
a
0
ct
A/)
4
n
*
*
*
*
-
v)
V- )
-4
-D4
__00 0000
000000
CcN"0 1m r¢
**
*
*
*
*
*
*
-
-4
0-
*
**
*
*
'
**
*
*
Ln C<1 P
re 0 00
Ix. Cr 0
O
U.:
*
**·
*
*
-O
O4
0000
00000 0000 00000
*
0
M-, -
0
1-
l er,~
, in
.,
r ', 'M .tt1.- .~'
0C3O
0'
00Q
-. ';
C, C.?It
CC
3 :C C0 C-C) ,
rt% .
.,
.
r-
0,4O ,,I
~l
C)
-
m.' m'
T
;.
-* C0
C',
j (,
-'
n u
m
'n Lr tUucO
3 C0C)
O-CC
r0
0' U0'%
0 )0Z,0C CC 0,
C
'O
-O O O 0 C OO O '
- '
00C
.- crN em
U
IC
C' a,
>
C,
?Ia,'
- C
~'4
- - ~4
~
-4 a,
rn _'l _4)
-_J
4 .- 4-d
4 9,- v., 7A
-
..
t
0000
O0
4n ) tn 44 W) U V) 0~
4 V)
n
.
.' '
'C'
¢
z
N
z
-j
C
.z
-J
C4-
z
4
;w
I.
Sa
0z
I
C
00
Cz
ccc
Z
O
O
0
un
Z0
U.
U-
C)
u-o
N
C
0
i°
I
L
0r
z
-d
LeO
Ca
r
Q.
0C cx:
'C-t
f
-
O
S
w40!
Ul
a
0
-
,.
I
-4
-
N
3 U. O W
.j
W
00
o
s3
I.
>
z
I-
C)
I'L
' C-
O Ol O- -
0 0 0 C 0 0o
00000000
.J..J
C
t~~~~~~
2Z
43
i
8
:O
GL
&
t
2
Z
a
t2
J
)I·
9·
1 4
t
O
--
t
.C
J
,
.J _
.,.J
0
0>-
tI-L!Y
'
1~:
D
,
ilC C>
~ ~ i~a2!
-c:
.~~
U
CC
C
W.
~
C)
~~~~
, t,X
zO1w
t>,.Cf 0o
M
Z
1
UE
z3
7"
.. 0
rtlll,
:e¢
i,.
2 :4
::
\ U:
63
h
P.OW
2E
0
O
' C",
Od
2N F
e
{Jz
2
C3
>
O
ctt0,_,
k- rP(2 .
t. .
VXQ
a :
~
-
~
1Xt
*t
g,Cb.
s2
0-c
s
ry
.d~~~~~~~~~U
2 · iN i
~~
VI
4a
cN
t.>
v
i~~~~~~~~~~~~~~~~~t~~~~~~.
9
iD
1~
i
11~.
.;zS
%D
IL O
_l- W
f
Ul
i
,
ce -.
;L3Uj
!~~~~
i;
.,_t
V,
~
..
r'~_U
Lu c~
t~a
)
QI
i
~
~
~W
a
(;
:JC
O
~
~~
tYo
~
~~ ~ ~ ~ ~
;.IQ~
_
n
i,)
X
.
'
O
a
-
_.
lT
C2£
rQfL
b
. 0 4wn
OC l
5
u~c
3
->t.·,Qr·
;1 Us
>
J
s)
CO
O
O O
-
:CC
Z
T3
()
<s4
FC
~~~
V_
I
·r
.J
_ tS<
C22
~
tC? L
Ql
1:£
3
i~~~
t > )
O
' az
0O a:
:OQ
0-,
- o oo
rit
£
1
i
C
r
Q!
Ui
0J~
a (D
r·b
:}
..
COt
~'0
.
tDZ
' 0:
~
.I
W
,)DLU
.J
w
Q
s
' hO
t~oC!
'
i
3
30 C
Z It
I~~~~~~~~~,.
.,.
.u~~
U
0
>
CC)
:
i
0
i
i
i
0
0
u.
C)
,
.-Ij
14
00*#
-%N*
0*
00*
0 C)000o c 00 00 0
*
.ll.
00*
.4
o!,
U..
. * **
UtL
IL
.,'
*
*c
*
1;
*
LE ~ ,it
*
~C.
';
"
*
=
*F
C
>
**
O-
*
.
*
iV
Z *
zi
*
*
_
*
I F
r2.
4·
I
._
Z,.
O
C
.11
'+
4h1t
*
S
:It ' ,
*
*U-*
*X
*
0r
::
^ f.;
v
*
.~N
ON*I
.-40*
a Z . *,'t
xz*
i'l
U
Q
*
*
**
aC
ZL
**
CT.i* *
Z D
N
Z LL
CD
3_ ',. '~
L..
*(* ~h*
w
U-
:z **
Z
0,* ,411
LU
I.
*
*
*
iD!
_
-I
*
0.
*
**
0
*
C.:
U.
*
**
X
Z
l0
**
-
*
t:,
rvP.t
*
LL
*
Z.*
O
_ -~ 3^sF X
:C
N *
F
v7
,-J -
WZ
*
**
**
.4
'-
V
_*
_,
..
*
4
>
--
.
*
i
'
j~~~~~~~I=
.- 4 0
0
0
i *
*
**
**
*3
Z.
0
*
**
,
c
*
-
:
1*
t- ** Z
C
,00
N
wt**
**
·
C,
00 VI000:-O
r.
*
0
,
*
*
1.4
h
***
cz
LU
0i
*C
*
_
-4
L!.
U -L. LtU0
CC
C
0o0,,
!I II
C:
_
V"
04
1)
Z-
MN
V
n --S *-0
V Z
i1
N
L. LL
U. U. lU. -i:
30
:
wUJ
*
~~*
tJLU
I
.
Z
0
C
tY
ci
0
N
(<1'
0
0
0
A ) I.
-
OOC ) OC)C.
0
0
0
0
0000C
C 0
M C
0
-
N
O
_- O
- -
C c r-)0
Mr
r
L
0
.4
C
-J
c3
0
0
0-j ( cc
coo:
l
i-WoN
0
>- -
Cc0
*.0.JN
U
(N
w
em
W
.4
CD
i r
sr
W
f.
3UI.-x,
0.
Z
f.A
z
IU.
f'
VI
U,
I.
C,
a:
. -
a:C::
.X
Li
V.1
LIrL
1U,. -1
_
-
0
e! Z
z
ellf r
kL
aC
(N
'.
LI
)-
CD
:W
z0
0
C
C,
Li
0
= C
4n
0
-O
tu
$
w
-
w
a:
C
.I
>e
0rl=0
UO
.J
0
4-
:
J
CPa:
.i c
:
W
,:l
-i
'
-
.4
Cy
..J
efI
=X N
N -
0
t4
U-
U
0C
-
-
r3
O
C
* O C C
041i'
041i
**v 0A
OOc
1(
O
O,
A
0
4~
F
4'r
O
_
_C~
uJ
*I1 l
U
It-CW
*
*.
LU
U
.2
**
**
o
CC
1*
.4C
Z
_
LD
*
*
*
2
0
2
*
*
*
Z
*
z
*
2
*P
:
I
*_
*
0
LU O
C
*_ _
.4
-,
t
*
*
*f
*
*
-
3
LU
:
CL
Id
C
~..
W
UL
W
I)
UIJ
zLU
LU
O'
0Z0
0
1
z
LU
)LU
LU
0
U
wU
eC
C
*
tet
*l
tZC:
7*
u,
-
*a
7
C+
c
C
.1 I
IM
'.0
37
Z
C
e , r0,
1
:_
-
_
U
UE
ii
0a
0
1)U
I-
.
CO
UU0
O
C
c
.
LU
Us'
- Lu
U'
I
LU
I
e.
Z
aO
.. ;! 0 - a
C::
¢3,.,
c
C)O
o
3
00
.
"
,,..
',
0\
O
s
Oru
3 D
Z
c
.LU
),.
Q
G' 0 -
4
O
~s:WI
Cn
Z
.
LU
P-
U.)
J)
n
C 0 C0a
Iz
.f
it
*7
N
0
LU
I
CD
I.
W
t,
It
-
a
UJ
-M
7
cx
c
Lf
e_
4C _c ;
*2C
*0
C:
ci
Lu
LU
-4
,O00
r- Ln
r
;:
-111
4
zZ
h-
C
z
7
.
U
.
W
'3C
1U'3
LA
r
"i
'=
L.)
C)
I.
0
2
5)
*I
*- <
3
w:
a
3c
4C
2
*-L
i
Z
3
7*
0*~
z
..
o UJ*2
*
2*rj
2*
LU
3
7
W
fA
*
n
7*r
0
--
U,
0
0
i
*d
I,
VrI
tD
0
oM
I.LU.
Z
*-
0
V) V)
tln
0
'*
*
0
N
0
n
*
U*.
*V
*L
LU
0000
00
*
*.
*s
3*·
0
CO M oP-
00
-D4
tUt
"t
COO
O
-0
I-
.1.
*
*3
Z
O-4 O
00
00
O
C
n
**
,
*
*
*
*
o3
C
*
a~~~
Z
c
O C
u,
*
·o
2
2'
C
sn .
*
o
00
C OO
00 OO
O
*,
41
.
*N
4o
i
4i
·
OC0
0-l o
00
0 O0
U t
U, 4
1
.CO
0
0
* OrO GC
C, i
.0
O
C
f000
(-
)
LI 1LL.L.I.
i
0
Z
L
O
0
Li U Q
0
0
U
)
o000
000
7
eS
00
0
t
0
0
LU
>F
1rr
L
U
0
..
M
0
0
I
N
C
0
0
w
oW
C,
0.
0
OC
00
00
OC
00
000
-4-
000
Nj N M rI I
OC
CD C -
CO
00
0
-_ -4-.
4 V)
VI
I vi
-
00
N
o
Ito
-I I
r
*n
4
V Lk
Irs
-4
-4
-
Cn
4s
(C V
000
000
0-
O
00
(
1',i
V7 0
-4-
0
00
-
-,
L,
I.,
00
0
r -
0C
00
O
('
0
co G
In
UJ
I
f-
LU
0a
a:
L'
W
r
r
LU
C-
C.
uj
4
3
1
a
LU
I7-
LU
C
-J
W
.I.
4-
S:
,
,,
UU
v
4VII
M
W
_j
2Z
w
4
I-
c
t-
CL
ZUz
LU
M
LU
a:
0
Y
UJ
VI
ZU
i.-
I
O
C-
I.-
0L
4
C
a:
I
7
a
I
0L
0
Z
-
z,;
C1
U
N
Z
U
_.
-
I
a
; +
* - I0
N
C/C.
U.
LUU
LUUJ.
Q
c)
.
an
0
Z
L)
-7-
O
,)
I
UU
en
C'
.4' C0 ,
4
_
CU
3
LU
a.
a
_
I:
3U
0,
0
_C U.¢,.
N
N
I
_t.O
Uwu_
tA
CV
N
en
uM
Dw
Z
M'C
V
,
N
z
O
It _)w Za
0
U.
o
- II
z
r,
UJ
Lu
t
11
LC
U)
U:
II L.
*
4c
CD
0o
0,
U
,..;
0n
C7 0
'4n
- n
N N
C;
U.
C0
000
0
0
-
C,
0li* 'C_, I'
C
Q_ C)
C,
C
O
_
C C,
;
'
.00'
-.--C; ,
0
0
LLt
-)
-i
>
C
2
C.
0
-4
I
_~O
Z
0l.
_
ILU
W
C,
LC
C
11 rI
I
-
co: cO cO
C
LU
Z
U
a
-J
0.
U
C.
-4
S
F
co
0
_U
,
0
-4
Li
Vw
cc
,
-4
Z
.0
U
C
-J/
IJ
,000
..4
0
UJ
1
LU
0,
4
uU
3
U
Q
0
LU
0Z
0
z_
C3t
W
tU
0C)
00
T
0
0
4
a.
cy
;
:
0
C00 00C
C0
OOCC0000000
00
m
m
O
fn M
4.1
V)
) 4A
m fnC
fn '
000
o
000
-\
-
000
-. 4 -4
U}V)
V
(AV
o
UJ
I.--
Lr
z
IUb
U
CD
LJ
L
m
V)
0Z
Z
CY
i-
2
LU
LU
W
"2
U
z
z
V
zx
-
,.C
0
z0
'"
4
Z
l-U
0:
I
U.,
:
I
7
z
=
C
cr
_
It
Cn
U
z
I-,
LI
_
LU
_~c
C-
z
d
3
'.
00
O0
an~~~_
sr
cv
N1
7,
-
.
CL
Z
-_-D
II C4
h,. C=
.le
-· J Z
-
2
=
UJ
'.L.
Zo
V
0
3w
.
Z
cZ
* 0 Z
C
O ,~
.. :_ F
C07 'J1. 00
o
I
...l
0'r
C,)
¢c
¢
Lul
(7.,
f.,Pl
tJ
.
O
0n 10 -Zco
Z 4
t
'r
-t
u\
,
10 00
0t: C
0OD
00~3;S0000
rD ;_ O C C)O
-0
0l00 7
C)
Cc
C,
z
zZ
-I
Q
c
crL
:
B
4-
C
cc
C'
.d
-j
~I
V
0 -)
0C
I-)
u
-j
C'
c
W
X:
,A
z
z
cQ
- o
4-)
C
C
-J
-j
;-
z
c
_, cC
< *s-I _
C-
O
VI
U
C?
S9- J
0
10
<
C,
O
-O
a.
X:
-
uJ
>.
O
CJ
i
e:
.s3
to
-
<
y
z
Z
-1
LU
:'
(I-
z
a
CY
_
-
MS.
oJ
Q-
I
LU
-J
-J
-j
-j
-
x
C)
7.
%, -
0
C
C
at;1,
G;
0*
.* -.
r '.e
e
OC0,
O0.C0
00**
-O
t*
i
if:
*
. -n*
*
*
*
*
.
"n
*
C
CO
* CC C0 0
0
G)
C
*
_
* tt It
C:*
-
-?
t(se
-,
0nC
OC,
QO
tr
-4-
'. '
_
C C O o C c-"c c.
O
OC O O
O,-.CC
O C, rC O O cc
C
COOOO
fA
(AV
1I- co C C
4
4
-
_..
I
UI7
0
,
0s
)
r It4 ' It.
_
_ _*_
I
.
CO
cO
;C
O
C 0r OCC C
0
OC, OOt OO~
,.,. ,i
·.4- . 4-" -,"'
U')
yL
V)
4
-
VI
)( A 4A
U7
CC
Ci O C0
7 I'
Uj
OI v(
v(
0
.*,
Cy
w
'
0,,.~.
**
uj
U
Ul
Z
-
:D
*a4L'- .:--
C *
u
I.-
0
I.U-~
M~
4j
-A.I
Pet
-J
,CJ
;.
Ci
z
4* C: -Lrx .-,J ~.
*: t--C
0Z
.-
c-
3.
0S'*
*
--
Z
I.-
IU
z
p.4*
4
F
LU
08*
4*^*
C,.
L;
.'
*.
, O C)C-',
ti
*w_40
~
*
-' ~
Z
UJ ** C*
.- , _
LU
0
*ujW' -tL n
.
Z
Z
C
-a
C]
Q*
C:
4
ILU
Z3
Z
I0
iL
0
.l
~
*
JL1*
o
I
2
-F
U
*
Z
-
4
-O
r
I4
ruJ
CI-
*)
*
Z
2
:
*
O
C
-
C
t.,
XU
cr
*
*I?
_
-
~x-J
4~
,. .
-
I-
r
o
_
-i
4C
I(A
4
*W CU..WL'
::
z
-4
4
ii
*4*~c
t:
I-
<
LLJ
X
Z
Cv
0
*·
.
C
0
uL
LL
4z -
<0
(:tJ
C
(.40
0
Ot
C
ce
It
I-
WA
_ _-
4
0
-J
l'. I-
t
-
Z u.
7
.
=
(A Z UJ
-
.J..
3-
Z
.
_
6_r
L
I
l_
II
C
O
0- Z -,
p. -4
C
C
-
a:
O
zZ :
_
.E
Z
I
cc
4
Z
a Oo
i Il
---L- 0Z . _lGIt.it-C1
Z
2)
US
C
11
U
U'
0.
*
XX
Z
i
CC
0
. (A
w
X 0^ a
W
O
C,
tA
0-
Z
u
C·
-U
I
;
e;
-J
,
*
LU
I-
4
2
u
LF
4
Q
1J
CcC
*QI
I:
L'
C
c
ck tU
ZI
".
-
eqmX
N M
C
LU
;,e
4
'N
O
C
ID
O
N 43 t
C O
l
G. C)
2:
-
030
-.
f14
4
_e
.-
-1
0
C) 0 0 C.0
00 Q
O
C
I
C.,
.I
'1
_ tw -
f-
Cy n C¢ C' C C :
C= O,
_J -5
C C r
-1
C
tf
-4
'-
N4
N
0 0
C 0
N
!N CJ N
C?
C) C ,D s
N '
N
0
r
0.
000
00
-4
-
A4
N N MN N N N N N
O4
000
COO
0000't 0 0000
000 t.14t
6M 44 W
V) tI 0 ,,,4, ) 'n LA,)
4
AA
A V)
,4
VI
.4
-4 - -4
-f<
4
-¢4-
N
N MlN
.
-4
. .4
4 .4
O0
C 0 COC
000000
t4'It1
I,
-4
IN
t
UN
,
N Ni N'4f NC
lN
NN
Ni
N9
f~
zN
c: c
0
CC, C 00
-
tA\)
e t
4 -4
-4
On v) V7 U)
<
4
0.
* '4'
00
C
M
00
- Nc
N
-
0C)
0
t1-i fM Mt M, 4
Ni N N N N
00000
C
0
C 0
0
Z
-- 4 -4
-- 'ill U1 VI VI
-4
- -4
U) I,, #6
U, U.
(A
0
z
Z
U
0
I,
C
0
M
U
z0
zW:,
0
Li
a.
0
:L
z
.ew
0
_U)
,*C^
O
e
3
,0
Q
'*
-4. 4
+ N
-
C
'0
ft
C
1 I+
a
LA
O N -
cc
O.
0
. CC·
-C C
9
U'-
0
0-
ift,
-
f-
~
-,
II'0
O
Zx-
u
in9 Uf9
z ;
-4
,
o
:.UJ
lZ
=-=0
I II 0I a, U.-I oo-'o--c2a
N- !4 C1cz.
*.tt ; ,_
J
cc
c0
"4 1
OQ
-.
X
-
U,
rZ 41 .
4
P.
CY
-Z --
_."Z
4
I!
C.:o
*"" U
't
'
l
r
G
1--
C.
LU
w
a
Q -.
:
4
w
Ct
iJN Z
law
U,
J
c
C
II
1-4
.
0
L
ui
ui
_
0
0J
0
.
U
0IL
--
t9
z
0EU.
9-41
1-
II
0
0
-
LU
Lu
10
U U C..)
Z
U.
LA.
.0
o
0 0.0
0
?n * erl
0
0 V a *DC Ir-
MI
s.
rO :0
rM
fA M n n
Q0
4
0- M
0 00 0 , 00
· -t r r ¢.. k4'
00 0 5
C. ' 0 ^ c t
-t- T ;nL
C
.OO C 0
'\
c?C O
n
u%
SrN:i*
C;!-, -- ;
M
0
-
0 0 030
1N
00
C)
00
C
w
0tu
ol
0C 0
0 0o
C 0 uo 0
000
f
000 CCOICCa
0000000
r0 N
.0
err,
Iv ,m OOOOC
(n c
rONtv), CI
0
0
Ist -
t
1
k
CAAClA j
C
¢t¢
o CA
*k
CA
o
v3 VI
I
0
0
000000O
-
CA CA C
4
CA
It
I4
C
0f
00
.i
4,
.-4
Z
Ml
r-
0a
0O
O
0000
4·, t4-
'-4
.,
VI ,A V7 .
tN
C
04.
l,.,
frl
.0
LI
0
0
W
_
LU.L
w
0,C-.
I0
-
0Z
2
UJ
IC
ii
- +
I-
0
Lu
C
U.J
I-C"
Z
UJ
U
U
It
Z
..
CJ
z
0
2
z
2
C
a
a
--
C-
Jx
W
-4
LUJt- -
-
+
1-C
11C 00
C
-
!J il tU
.4
cc-C.-
0
LU
-
j
LL
CA
-
tZ
=..
-"
-
-,
I*
T
'.
IJ
Uc
:111
-
IZ
-*
I
-
i,
-4
',
N
04
2:
tS
-LWJ-
_r _r _s
CC:3
0.4TC-
-J
w U
N
0
-
V
-
4
CA
Z
-
z
W
4w
-
11
*
<. If l
L
W a*
0
-
In
C-
-4
4"
.4
T
w
CA
'
.-
.
4 - --
C
Li
!
C-.I
..
x
"4-'+
-
-
II II
'.
0
-4
--Z
tLI
~o
(I
0.
A
z
C
-z
Z
UJ,
CA
a
w
C
0
U.
-
Z
*
'll
=4
-4
.
I1
UJ X :. T
E D 'D.
3
:
< 1= W
I
3;
0
4C
C
C)
o
X.
t L.) ).
L V
QLU;
() UV ))
t. Q
L) U
.)
zc -C
0000
00
C- 0
-:
tNC"
0 0 r-0 sO O O 0
t0
O, O
1-
-
-
t--
-
m
a)
0
O
0; 0 0 0 C) C C' 'C C
t0
0C'
C
C)
0
0
0000
- C
0000
0 3O:
C
O
0
0
0-r
0
w
C,
A.
N C t
r,- 0o' 0
t.
co
ol r. 0 0C
-, N
. If ..¢
1:e
0 0 0 0 0' a, 0'., 0, 0
4.-0 0a
.4-t
. .- %1
.. . '.4
,. 4. . u, u. 0
CC)
O>O
o
o
coo
0000C 00 C 0000000
C OC OO
C
Ctad
.:
000 000000000000000 00000000
0000
000 000
000
00000000
0C 0 0 000.0 000 000
4 -J.. t 4 .4- t *.t t
4.4 _ .t t 4 - 4 .4-t
0
.4
VI
. 4
V
- .4. _)I.4
_t
W) t t? t
V-
0
0
M. -4
*-
4
) .0
mr~,d,
1=,m 4 ,,, -
-..4 ,
,.,
4
() VU,
0
W
.4 -. V) t _,
_ _-
_)
4. .4 4
, u,
-,
-. · _
.l
I
V7
,m
VI
,4.
1
krr
, 4
41N V)
V
000
000
a
0_
_t r4 r4
,
4
v.4
4;n
A v0 VI
WI VI
N
'.0
'0
AJI
Z
0
I.-
0
2
C.
0.
4
.
U
a
00
N c. 0)r
(4'
.4. 4
4
C,
0
r
aft.
4 _sr
_
....
N
H
4CL
a.
i-i
c C < U.J
U
4
0,
Z<U,r'
Z
a0
2
0
0ca
4e
.,..,J
1n¢
Dg:::
rn
e _' r._
4 _.
W u
.)
Uw
W
4_ _
co
. c
UJ
ik :· e,i1
~,'4*
.
0
w
-J
*
.i
4
0.
W,
r^ :i
_lrrrr(
_
-j
_
_
_
.
45 a
-
_
_e CZ ;
I
I C
I
II,
+*
.
0
-.
Mt
).o
M
r,-
4. qf4
.4
.4
W
2
ft.
.4
.
d'.'"0 cr
~'
U
2
0
0
cot..WC:D
.b,..
0-
' 0.4
o4 bc
II'
C:I L
-
7
~p 0 4Joa.40.:
9 - + U M:'
0Q.000
r .LM iLU__
.4N
CL
0e
-.
_Z
.L
a...-'-'<0..~l.
- ... ,
C U..00 00
11~s~
@
,4
1
C_
CL
Il -l X
,.1, ,,---, ..
2
C
*r
I*I -, I
"XC 1 ~.
OC
< II
LiuJ L iuU.U.
u
*
ft0 0
_ It
W
(L
0.
0
_
.
.u.
4Z
*
..
.
: E.
.-
Z4
..
.CL
..
0
U
_4
0.
.0
r.1U UJ LA
~
I--
Z
, z
CZre 4
u,
U,
_*)
a.-
4
Z
U
II
4
0
0
M't
n
l
.4
.4 .
.
.4.
.¢
.4
_,
-4
_I
:
0.
0.
(4.'
fl .
U
O
.f.
-
1:
II et U
cet
W:
-
UUu
U UU
t - M70 0
N M0-t4U
v
o
c;
t C,
cT
C
C
u
O
N M
0 4 4- a - eM p .-
-
0
0
Ono a
0o
0
0
o
0: O
0- -
0
Q7 0
i
0
a 0
.
.
N r,.
-- -
-
C
0
.
.
-4
04
in
g
0
00-:
0
,)
?_
p. c:Cc
C0
0
-
O
-
C MrjN
4 .
000
OC-' OOO
Q
C;7
0'
C
I
0V
C)
0
0
0
U
O
4
o4
rr
C4
3,
oc - N
, QU'
C?-OI
C0o
t-
N e. M' re,
0C0
0
, LmA (/ (r,
tJ)
COCCOCO
t
't
'
'
·
-
C t) L/ VI'
-,4
0
000
0 0C.
CD
0
00C
C4
(A V)
-
'0
C,O
0000
o oc
It t t
N ,, I L ., 0
-r
t
_41I t
fA
-
I' I (A
I
0
0
t t
It
06
'0
_
W
U'
V
.1r
Q
"C
N
N
_7
a.'o
.0i
4
4.'.
+J
-
Cc
G
N-
w G
U-r
l
tm
0
4.
-. 4
-.
_
_
te
c0
cc
C
CL
N
£WW
;:E
i UW?
_s
IC
-4
z7
--C
).()<Iz'-
cO '
LU
::C U:LZ
P_
rE.
_
= t_
(
4
C.-
Y
y
-4 f
Z
-
<
,c , ..
*F* - C -
-Z
X
r
.' V)
wL 0
IC ii
J-"
zUdi 0c'a
rZ
-1. - . 1. _,
-
-4
U
0
t
_
0
a
2
co
_.0 Co
N
-i
g*
X
:D
Zn _
U
Qnv
t
_
D
!
I-.
I
C'
-. 4
N
0
U.
JO
4
z:.
.I.
CI ' 0
C1
M
m
C
e,
0-5- r
O '4.
'3it CD
X
-
LL:
-J
J
-
-to
-
C
_.
°
0
N
T
4
0
'
C
-I
r
-.4
0
t
4
)4 .--
)
7. -J,
,
C
-C
1
N ,:
<Ci
(Zz
Z
a.
0
. W7
9t
'
00cZC
_.
C
,
-
lll
·D
-
. . --
w
C1
-w". I
0
- 0
fl-
"
rs
t
:
n
l
,..4
0
Ic4
7
., ..
0
a:
0
C-0d
rn
Z ,-
,U
m4 -
,_
zC
-4
2
0
- IZ
00
I.
p-
uz
C-
4
-J
0-
90.
-
- X:|I.
a
ct
.i
at.Ju
C
_1 4
f9%. --
. r-
*M
_~
Y Y
X X *
I'I ,W,
3.
i
_
_-4- ?'
-D
0
r0
0
_0
-J
Z
-4
N
I-
-
2
&A
v)
z
0
I'-
0
-J
ac
CL
-
0.
3
L.
:_
- CN
,
Un,
n
0
-J
'-
,-4I
_
_
r
oo(.D~
0-
z
0
0
C
IN
.'5
It,
.
C. C
U}
0
4
00
00
-45 C 4:
0
03
o
000
C)0
C QC
4
P-
Ir.
It .4
.
,2^
-
-
WI
00
000
00
0
-4
CA1A14
000
(A
1
00000c00
-J
OOOCOOOO
4O
0
0
-L.,-
CO
OOOoO~o
1414141414141414c;·
-4
-
4
4
-4 -4
-
ct0
c
c
o
VG
t%
O0
00
3:0
,~
V'I
0
0
N
Wz
uj
at
0
an
3r
co
LU
UZ
041
Z
m
Zt-
*
N
0
P-
0
10
a0
LUJ
3
0LU
C~r
I
C
C3
LU
sti
-J
LU
Lu
U
z
z
2
05
7
CD
Z)
U
(X
U
7:
C0
uJ
U.
Lia LU
LU
C
k-
0
z
z
Za
+
4z
+Z :E
i
C
.,U
0
0
#-O
-
0
l-
1414
<C I
+ +
w
U
< -LUw
F t_1
WUJ
II II
-
.) e
0.
W
LU- Xi
I
.k
C
ct
(44(
_-
<
u
r
-,
0
-
II . CC
: c
I.0
I.-
0
ZC
C0o'
.co
4
_
l
C: -
-,
I",4I
-4b-
I--
t
'-
'r CD
-
O
tL; C
- CZ 0
-0
4
I I
.~
X
fe'
l'
X
X
ILU
ZZ
~-X
Z
100
Z U U US GU X- .
U1 `4
4~
U.
C
iI II El
ui 22 2 ' Z liUN
Z--'- C) -- - U 26 IC
rz
-
f,..
ULk
w.
11II
-X><X XLLU 14
5-)
C:Z
C.
(4
4
--II
t
a :z
3 3
X C-
0.
0
-4
I-
ci- cl:
Q Z I. u UkLUW
0
I-.
Nf
._ w
U
?-L
u=
CW
LU
'r
w
Lu
-
nJ
0
-4
I.X-
CD
"11
J.
L
I
-.
-XI
C
LU
0LU
ICZ
.L
U
0IC
lu
6Iz
zuJ
0. 0_-J
0
.4
UJU
U
is
-T
7-
++
-
CZ
z
-
C
14
(.
0CZ1
co
0
-
1n
Ln
CZ-Q
I
F-
z II
Y
1 0I
OJ
)
cO
-
U-.'2' .)
V
2
5G0
r_1
VI
r00
O
0.0
000
O
C
'O.,,
'3-U)
CC I') C(4
9x .t ct7
_
a,5
30.
O C
\3
*d
C O
So -r-
C 00
0N *
-
-1
.l
-0 -.
0O0C0
tr
4-4-
.
-
co
C'a
CD )
co
U)
V0000
G
-
COO
ZI
f-
O
w
Ot4
4
0CO
OoC
000o
COOOCC00
OCC
0000OO0O
(Al t4
$In 4./) ( 1(
O C:
o
w
VI
¢
M a:
C
o
a000
C,
.
O OCO
1-
.t't -t.
VI
(,")
3
(A V). VI) VI' (
- -
-4 W
LVr
~
c
-t_
Cn
00
0o
OCooICO
.- 4
,(A ./
_) _A
C-
00
-o -
oo
- - -
fri
CO
0o
4
C
OC
-Z
(A
_
(
VI
O
Z,)
0
~L
VI
N
01
,C
0
IU
C
U
C
7
0'
LU
3
.-
(N
.4
.C,
VA
i
C'
.,
U.
¢t
C
I
LJ
Z2
4.
i,4
4.- -
T:
C
I
t
X
x
-J
l'-
Z
w
(A
Z
LU
t·o
LU
sL: i W
tJ
LU
, LI-
'U
II
II
It
p.-
"
Z
-
, ;Z: ' , FZ
..--
Z:
uJ
LtU
p.
Ut
e-
4
Z'
Y
N
Z
J
.:
-
UI
~J.J
_r. ,
I.
II
0C
0,0
,-
~" II
ct
_* Z
II
Q
w
Lil
0
I-
2:
LA
U.
C
t
M-
>-
U''
U
If I
2:
LU
a:
ZO
L!_.AJ
~
L
"3
Z,.r
LV
,.
1 I
;AC
II -
C
z
C,
UJ
C
I
!
0
-..
ZU
0L0
C)
U
0
Z
>X
)
ow
-0
UJ
'I,
LC
-- C Z
Z: -
';-
U- -
p.
Xo C
II
L
=,
O,
VI
Z
I.-
C)
-
C
C
cli
M)
u
C
0
.1,
1
LU
Z
C.'
N
N
WU
LUJIs
o
CNJ
U
1)
U
0
Z
0
W flO
0
C
Li
',
3Cfl-~
OC G
40
W c,
'0-
N
Mt
f
U
3) C, C' C', 0'. 0' 'C,
C0 0
0,0
C C .
't
'
P9s
4
a b '-v <)
G) 0
f ;;w0 Q CC
_
. (
-- O
CJ
O
0
J
'
r U 0
C)3 iCj)
'o?-
:
OC O
U
C
C.)
Z
U
-r
0 -4
C)
N
-4 5-4
t_', d,,
C,
0
O
0
w
-1
0.
O
0000000000
C
'r C
*
_
*A
*
-N ,
2,
t
* 000O
C0
_#
00*
'44*
** It t 4 '4.NO-4r '4
-O
s4,
' 1**
*
9-/99/*
*
S
C
I
O---
V)
*
0
-
i
V) r,
-
Vf V
0
C
-. 41 -4
-C
C'
4 4
V7 on
.) v0 tr- , VI
, U)
4
0
-
-4
OO C OC' '
C=
O
C
1 1"
N ?
L,, I-- 0'
I4t
N, N ; rN N N 1N
r'
O GC', OC O ,0'
_.4
_-
- -.
.4V")A
..
- -4
.t9/_ HVI/
¢st 11) (/9
¢+ VI ¢9 U)
_
H
_
_t
{f7
m m #0
m V"
-
_-
_4
-
_-.
-t ,
ul
0'
-
-'
VI) t
)
*
**
·-*
U
ozJcccoV
UC rC:o C
-C
U
V7
eu*
no*
*
N3 Wv . .
C
*.
*
~~~~·,1~
~*
*
4*
3
4
*
*
*
*
*
*
*
*
'.u
3-
k
QF
~*
* a **
*J*
4
7-
.0
·d4
99
*
*
*
4*
*
4*
*
;t
0
4
*
~*
4
-
~~~~*
4*
4*
4*
4*
J
-,
0
O
C
O
r ~~-4
-4~~
t
*.
** J
W
*
M z 4*
*
_ o *4*
~~~~*
U.
.
*4*
4*
A
*
.4a
^J ~
4
(X
0*
t.
4*
0
o:
0
U.
0
_ t
40
+
..
3L
4-.
*K
44* O
a
CU
9..1
*0:
I-D
(
N4 .e
I4 ..
O0
4
0
L
0
N
o
4
,_0
I
otN
)C
t
M
'.
,
,
C,
C
,._
N
7, r ,
-'Nr
r0
C. '.! ^ 4
r) '
C) O
.-
:C0
3 L
0 U.
I1 C i s C
4* U.3lL
Y
LU
tD
L0
fo
C"
Ml
Nq
0
t
r,
9.'. 1L
9..
ZWU
2 N4* I- 7 G
'00
0O
C%
f
,:3 C
C)
' C -)
C
OI
,
o C
_--
-v
rn
-* 0
0 o X
*N L
_.
-4
O44
0
,,) f
.
_
It
3LLiU.
C:
:
(:C
tA
t.L, <
Z:=
C0
4v
lzI
U-=
-Z
*
i0
:N
4QQO Q
CC
Z
3 C.: U.
4*
*
4*
X
O O
-3Z
*
L
X3
4*
OC
-
.4
U.
3
-
ZC
3
a:
_ 47V
a.
,4
4*
i
4*
~~*
a
LL
LU
a:
a:
.3-.
*
U.
N'
U
0
Z ,-
*
0
(Lt
c)
^X
a
I
44
a:
a*4*
*
UJ
a:
U.J
-a
L-
~*
4*
4*
LU
(J
*
~
.4
i
*
a
O
o
0'I
C
4
Z3
L)
4*
**
-
0
C
*
4*
**
r
_.
0-
*4*
*
*
I-
9
.4
*
**
,0
C.
0
v*
(I:
0
o
Q
-a
VI
0
C r
m7 0; O
'-,t >
r)4
riC rn. ),,N m0i - ylj - %
C *.^>, , 4-; N N n
C C ?O O n
ID
C> C
rn
00
0
f
C
N
Ui
?
rC
r
I-)
e
C
cc (r,
n n
?. '% ( ,,
I-)
,-
.4-
C
2
C
Z
C
4
(-3
C
0
0
-j
L
-j
0.
4' W Q C It 5 k_'
ff
rccc
W£
rr.
n
rr
if,
f
M
M
VI
_-.
0r
-',L
C
nVIaL
W.
C
Q
e
cc I.WX
£ >
L
)-LX~X
0. zWU-- a. (/1
L;
O
Z
2
z;L
C
C
i-
C
oN 4.
r
.a M
Cr L'?I
M
o
c
M:-0.
V 0C
r-
c
M
C
-
I-
'f M 0 rn - )
U
cDC,
O, -
Lu
:*
.
Itn
%
-4
.4 e
4
cc
co
4j
_a
r
< r.
C
C
a
uo
F
LL
Q
J
Cu4Xfr-U~fl Ur.
.J
O
-3
Z
>-
O C
..
4j
-4
o
CO
0
:.
-
W
M
M
Z
FZwU<
lu
2
-
-
U-, I I- M'$- I'- -.
coOr
a.
x
..
MN
!4.
C
CC
N
F7.-
z
%C
U]
U
C
0
Q a -. M tj 0 14
M e e%0M N . t' 4.ttj
C
o0
_,
C
I-
re
a'
4
Q
C
.4
C
.J
t
3 U .
O
c;
U., t
u
>.
z
2
Ln u
C
-c
n
uLL.Lu
0.d
C.
QLL .
n
n
2
a. C
><
ZN
.C
.
-
C
M
.J
2
U.
a.
-
. t c a:. C-
4
C<
W
a)
Cz
>-
VI<e
t.
a
-
<
UJ W
- U
, (,,~
o4
0..
Z
-4
-i'
ccr
,,t
.
C0 ,:J
,
20
c0
-.
tj
¢: w
W
£a
-C.
-
-- 0.
mXCC x
>( Q
u
J N
O0-_"
c
q
:r<
>4
u o-
N
C~a
a
<_-
2
W
LU
C'
LW
2z
c
4- c
(.
4
4O
~
-r
I3-
'4
'4
C,
C
2
.
:,
X JM
.j
.n
z
-3 0 0 . t
W
V..
a'7a, < tC]U
4 rn.
J
w
t :0 1
r_¢
',-
' <C
.U.-
)
0
C
.J
4j
O-QO
C:
-
ri
>-
4
U
..
J
'ud
C,
'-
C)
ec'.
3-
CiQ
'n I.v.l
z _
- 2
C)ci I.,
)I
-j - v) Z .-- - -_
r
.
--,
.4j
JL
4
*4
l -44
_c
*;
C. Jz
3
,:3
it
,-)2 '.
.?
.
Z
a
TX C
c
U
!.n
-
.,:
%:
·d C
...
C_
.C
-
V:
C·
Q
;31
C
.4
I
0000000
O0*
0*
0*
C: *
Z
2:
* 0
C O CC
** CO
0 C 000000CC
V
*
Ul
·I
LL
-4**
**
I
t:
4
x:
**
xwO **
**
U,
a.
IN
0
00 0000C0000
6Cv u, un
U,
In
**
m
Ir
0
V5 V
0
000C
00
N - (", Itt- . IC
C) - CO C C
U,
U U, O
.-4
.- 4
) 0
V0
0 41
,
0
0
Mn
0
0
*.
*
C
*
**tt
*
I
w
EF
lu
¢;N-r
*
*
4
Uj
.,4
U,-
*
***
d*
W
Z:
N
U Le, U S
4 -4-4
V V)
V
p-
CW
U,
UL
-4
1A(
a
VI
-Z
·4
2:
W
cr
0
-.
U.
#. U.
UJ
L
LU
U
u
X
*4C
U,
*J
-
~~
*+
0*b+
.4
_.
_
**cc U.
**4.-
W
IL
*0
4
4_
00
C
0
0*
4*
J*
~N
w
**~~c·
X
I
tL
eJ
p-
__
**
C.0
-4.-
w
2~:~1
0.
44
:g
* 0
I
-
O
LU
4
^
*
*
_ *
~*
-4
w-
C *
I
C:
2:
*
0*
Lu
a,
) t)
X
':
-4
*
-'
0
IV
w
Z:
** 0z
r-2
U.
N
-4
H
x
'0
.,
0Q~
_:
C
I..
- -t
U
I-. I'
r~
+4
,
4.
C
.4
-
-11
co
40:-
_.
0
+
<
-
-
-
4
11 II
It
,-r
'N
-4<j
4'- '
2
*
* IA
~*
<;
_t
_
,-4*_oo
,!,
7:
4<Z
2:
*
*j·V
C
0
Z
LU
X
;,+·
U.U
C
-J_
4*--
*
.
U,
00
V)
00
z
U.
Ul
IJ 1
U,,
1*
-4
I
-
-
Z'
I
'
2:
c
co
*
0
x
8
* 4
-J
,.)X
2:
-.
uJ
0
N N N N
00
CO
00o0
0
0
IV
**,
**
*4
~
I
.,1.
,
*$F
*
t
*
-4
0
C
*
S
?v*
U
C3
I"Z
! r
<
-
0
N
0
s0-
00
c
00000
u,
*
·I,
.4
u
a
*W
*
*
**
~*
**
000000
*
CI
-4-
93
LW
i:
C
U3
r-
.o
ct
UUJI±J-_-
-
F
ui_!
4
3
3
XII
0
2::
a
z
0
0x9D
C
rur-r
Lu
4-)
:E
:
U
z
t.:
,.r
0
0
0
0 0 0 C
00
O C) 0 0 0
0 0 0C
C
0 000 00 Cc.00
04
m
It -C
'
C-
C 0 C C 00
O
-.
N
_aC)
N
tNN
C
*Q
n
4NN
F
N
O
)O
O
00 0 C0
co
0NCu
C;
-
at
a,
00000 C OC
C) _ ;e4
O
O
0000
C)
A O
0
V
0
r. OCO
Oc
00000
OC.-o
C.cC O (
IOO.
O C
n ,t
4 u" o I
O V)
V,
r ti4 t ·
VI 44
1
-O O4 O
ul
gn
o
00000
-t
It
e
r
45
'%
O0
· n
nrn
0
0
O0
C,
, v
m
O
CC,
a)
-
o
0
V) V)
V0' U'. 'AZ
,
"4
..-4V)Ut'
0
A
,z,
_I
.'!
yl
Ne'
MV
I
LU
U
I-
Z
0
0
c
2Z
0
0
C
4.1
ifj
C
2:
.0
u'I
LU
0
UJ
0
or
I-
3
0z
I
z
CZ
2:
0
C:
_W _
_
<
.
C
4
C
>I
U
_
z)< )<z
_9
_L
_e
_
_
_
4.
4- '-4-I11 II
Wi I
..-
0D 0Z
C)
,
_
4--
.- U.
II I
11
uJ
_L
7---
-il
II
O
X.0
LU ULU
J:
1,~.1,
0 -
0
0
0
2:
0
z
.:
00
tL
.4
LU
Z
0
0
3ra
0
Ce
_- x-
Sn co
(A
<:M
<
0
Z
0 -.- ,
In 0 ,
C)O .C¢
CC
C
(
* )
0
m, r., m O rO ~r
0C,
000. 5
C)
-
.
C 0 C,
C,
o.:
C.!
C
C
_-
IA
2:
Z,-
z
0
-t c..-
-
C
0 -, r
Z-
Mc -
0
M
ULJ
I.a
II
.4J
i
I-)
4-
C
I
C
M
II O
r
0
r
,,.
_
..-
-4
I.
L? )
0
0
07
2
0
Z
0
<
a
2
u;
0C
U U 0
'i
4
M:
LU
c
U:
C0
'c
_0
ao
2:
z'U.
0
C
0O
m
L l.' c C <*LU
n;:
Lu LU1LU -_
4
U.4
I
X
,.1
C
k-3
C
2:
I.C
z4
C
U.
0
:.
LU LU
_?
_
<·.4
4'-4.
I.-
.4
;Z X
< z~I
'I<
44<A:
rQ Z~x
<
al - C: VI
cn
0--T_
:F_ :£
:E'- _
U
0
0
a:I,
UJI .U* U<2:
n.
C,
0
*
0
.4<4
+++ +
7-4
uU
.4 o. _ Z.
4
1-
3J
J
r
U) LU
M M:
'z
C-
C
-4
a:
-4
a:
.
UJ
-J
.4
I-
2:
a:
2
C)
LU
_
LI
U.
-J
-J
I
Uj
UJ
aJ
w
13
LU
A
I-.
I-
ar
-J
C)
r
LI
3
v0)Q
I
C.) CS
C) C
U
C.C
W
'
t
PI-
C-
C_
n
V
.
t a CJ-
C)
=
C C)
0
C. C
C
c,
C- C
sO
0
0
o
'
C
-
ul
C)
0c0ut u! 0 C)
U .. ,
W(A
0'0
V IA
m,)
VI to,
41
C
C O C) C C O0
Neq M I Ln IC I, CC
IC '0 C C -0
O.O C oOC C C C)
OO C C C) OcD
0 C
ant
~l') vcr.
I
V
toM';
'C
0
3
N
I.-
'.0
il
W
:3
C.
UJ
0
z
-
,
-a
4
c:
4
I.-
J,
-t
;
-
3<
>
-<
C
2
n
ZJZZ
p.
(V)
.c
cc
-
X
0u
w3h
0
:
It -" - --
2
it
N
0"
-
C_4 O
-
U.)
.
-
111
_
C)
L-U
1'0
10
z
o
I
CC-
n I
(M
)
C
a:
*
,CWH ws
<
<_ cx
m
0
0
-4
-4
rO
L
C
C1
o-
-4
C,C.
C C C :D O
0 C) C1C) .
0 00
-11--li Z C-n-
K
-
0
A
;;I! 0 z<>(
it CW
z
*'.J
J 1
<
4
0000000
A -4;) rIIC · 'C
n
:
C) .
I- ar-
0 c) C C C
O00
zC:
z
2
C
4
0UU
4tU
Li
a
c
0
Li)
C
-4
C
-4
-4
ccn
-I
U.
Cc
>
X
C
2
2:
2
C
z
I-.
C
a:
Stu
C
-j
cC
-
X
C:
rX
z
C
C3
.4
L_
LJ
O
O
-j
w
Z
'c:-
-
:D
c
O
>-d
;L-
-4
z
4:
0L
4
4
<
4
w
U
CO
-a:
J
:
In
CC
X
'
ct~
I
-o
co
M
(PI
C
0
0
O
C0
Z
Z
?n
X
00
0 az >
0. -c
X
w
L
r
.
;
a
II
Z
Z
o
C
w
C:
w
o
J
-Q
o
U
C
.3
4
:
<r a;
w
'-i u. :Z
I)
2:
!L
Z:
-
'
I
va
iF
,
_ :n
_
1..
:,: 7
>.1 It
0
a0-x
Q4
000
0*
0 3,~
O
0*
s.
-X
~~~~*
Z
W
Z
*N o
*0
u- *
z
I
,,
*
t¢.
O0*
-1,
S·
**
~*
*
,*
*9
~
.
'0
*
*
*1
X *
*
c'*
f
9-13
**
*,,
0
-
0CC
-
C
C
0_
0
_
0
0
(C ,aC
4
(V I V)
_1
-
z **
LL
*
LL-
*U
a
*
UJ
*tr
00
C
0
Vo
N N rN N N N
ocO
co VI
L1A
VI L^V(A
< oOOCOO£
_OOOOOO
,
-
C0 C a
-4
..
-4--
SU
(A WI W)
3:
l- an
W
N EN
r
000
CO
-4
'
C
97
CL
7
.
-
Z
b90.
0
0.
P.
C)
9-
a
4W
-LU
t-
W,
9-
U
W
U-
z
UJ
a_
40
a:
LI
a:
o
.4
V)'
9-
4 **
Q
u 0 If,
-
I.a
-
*
C
.,C ON N
OM
3
w
4
4
a,
n
x
LU*
000
00
Z
wA,0me~C
~.1,
*
*
O
4-
0_
**
o,
i
O
0
'0
_
-~~~~~~~~~~~~~il
_*
I
0
C 0 C
*-
C
ty:
-*-K- tL
*t
0
4
t0
I-.
W
o
LU
:r
ILY
U
LU
x
W
a:
C,
+
3
*~~~~~U
*
X4*
Z11,
4*
Xl
_ *
*
-
!~
<* **
0
-
*Q
4
**
.J
*
*
J
-4
h-IZ
4
_
1 -
3
-J
9
*
z
i*
U
0
.
3
-£
*
11 -
I 'C --
Z
-O._
--
U -
4 -
I-
-C
11 II
0.
:1
<oitX
<
MC
0
W
U
L
22
.0 O-
LD
4-!
-~---F
-
C
-
II
U
0
11
0
M'
0
00
O
0
't
: C'l
00O
'. tr-
UU U
QU
_*
cc
0
U-
0
0
0
C) -
~D,_'
O O
o fo O(:zO
Q
o CD
o C3,
o
PI4_
O
, C)
OowC:)_ C, -C)
COo
0
0
O'
-
CoC
0
C,
-
_
-.
0
=0
CC
"
n
sv In
N N N 1'J4N N
0 -00 O 0
0 C)0
O
C
LUD
LU
O
C
9-
4
C)0 4
Ii
U.
'U 'U
-4-4
WU
a
co
a. * J
-J
C
0
-4
*
-
I,,j,.l
.4
o UCZ
N
_
0
*
,E *
4
C)
.4
U39
*
-
Z
UJ
LU
ON N
OOO
I
-It
C
C
LL
C-
¢.
000
C000
C
l
N Ml W
o co O0
O0
V) 0 '
C,
(^
(0
r,
00
~4
,oV
C
VI
z
o
0
00
CO
0
P-
'0
V0
-U -
-4
-
VI
U)
C
C
t. u
-
fV iI) V7
LU
QOC
-
0 O
'C
CO
0000
00000 00000
o
OOOOC
O 00
C
0000
000
C00000
0 C)00C
. IC0
, , 04 0
O
(4
V)
O VI VI fA
VI VI VI
0V VI
,0
U
2:
.
C3
a:
U.
C
aZ
2
:
Z
uj
a
VC
r-
i
IC
;c
u.
U.C
I-14
0
0IIA-'
vI
v)
uj
VI
U
zLU
a
C_
lU-
'N
zUX
L
I-
,_
4
zr
4
Z
CC
"'-4
r
4
.
C
Z
U
<
4 I
o
3
w '-.
al
4
-
3VI·,,
X
C:
-
ud
0
C
I'll Of -j
0'-'--_ '3 ;E
0
-J
uj
st
h'4*
WL
- '
4
2
B1 i i r
I.a-
OC:]
T
rt
_
_
L
-
,W
<
O~
cVI
LU
4-
3
,
n,O
I
Z
Z
co
I-'-
LU ULI
xII UG
I
CO1
4J,,c
U4
+ . 44+
-
LU
LUl LU LU 'L LULU LU
N
<s II
11
I.- I=. I-. _.it
II
I I
X
II -
11 : f
:x
II I I 11I I
X
ar
< CO
LU WL LLUI
2 r_':
,- - .
aO
cC
_cr
M
c
0
L
2 Z:
11 It
I
-
!L
-
2:
t,
"" r
,O
.LU
0=
2:2
LU
II
:
O--
.-
G G
Z
Z
-t
:
O
C
0
I
Ce
ciJ
2
LU U 0
o
re
0
dl
C
0
Co
>
CD
1.
C'3
n4<
XX
dlc5'S
C LU U 2:2
U UJU
_ .,, ,..*X
x C
I-t lb
C
Cu
0Q "
0
i4
--
F
4Z
J
_
Z
C)
_3 _.
ZX
-
2:
,
z
_
Z
J4 .4
VC
2W
ala - - P'
-
m--4
LU
Z
- '*
ZJ
:2
0
i-
LU W --
.1
U -
I-
-
IZ
-
LU
:E
<C
-
3
z
0
03
-
UJ
I''
.U
_
C
$I
U
a
*
z
0
E
LU
-j1
z
C:
I..
U-J
C' 0
-
_,
000000
0000
O
;" f
o
r' rn
O C'
0
00
Ct
C
-
N
0ct000
O O G
n
-r
-t
C
G Ci
'-C0
c
nO 00
C
t, , - N4M'
'4S. 4 I 4
00 ,0C
14ttr.
-¢
C_
0:0
00
0
kn
LA
00
C
O
0
00000
0 0 0-o
0000
-
00
a0
O
0 0
CO
0
000o
N
t IU'
COO 0C0
a IA
000
00
C
C
IA
0
IAI
C)c cl,0 c
0
411
IO '0V) I
Z
Cr:
- N tfe
. CO)Co Co
000000
CCO0
00 0
10 0 '0 C 0 0
O
O
.' U'
O
c C 0
C
0000
C
"11
.0
0.0
C
I- - F-
f
4 IA-4 A - I
--
0
0
0
CA V) 4IA I
-4
0
0000
O
-
u.
4_-4
_4
IA nI
0V
IA
.. A
I
-C U.
LU
C
.J
.0
LU.,7
r3z
>-
*
T.
zt:
0
3
cco
rIt
· 5)
r
a
4t
LU
IS-
z
Ir
-J
zuCj
I
a
C
u-
.LU
3
S
tu
I-
w
C
.z
.J
2:
o
z
Co
LU
LU
0
I
Cl
0
LU
*
LU
IA
3
C
3ud
4
z
LU
I-CCLU
(3
Li
Z_
Z
0C .J N -11
_
-e,
C: .
C' -i
-.
-4_r
LU
ZUwJ
¢i
O
U;
CA
a-
Z
>->
w
_F-
OZ
ZCZ
-
Z .
Z Z
Cl
-4
Z
11X
0 J
Z-
3
02
0
-4
rn
C3
LUZ
5-
3
Z
II _-
:UJ
Iu
LU
3IU
CC < I
U
O0
CJ
z
o x -3Z
N
N
C
ZZ
UJ
C
LU
LUZ
r-
0C
3
C
a-J
3
I0
3
LU
4-
z3G
CL
z
CiU:
LuJ
UJ
C
rX
Q.
=
A
LU
-J
.j
z7
<
I
CG
CK
LU
N
12
C
U L
LUF
.J'<w Z
c
,,
J
LU LU_ 5
_4,
LL rX
Q
:
:
-
0Li
P_
b-
II
OCo -
C3
co
3
-
N
(
'02
U'
0c-
I-
CD
00a
r
_e
.II
N(- N
C
en J.'
Z 0
J
C(AZ
a -
N
1-
C,-
II
.-
II
11
-- C
It
>: X C X
-4
uN
-4
m
N N l'J
N1
N
LU
-J
U U
U
CIo 3
C
-
0C) C
00 C)00
0
Q
,
CO ^
-0 .0 '
:,
O C D
O
-
IN rf. .J' 0
C,
0C
U
Li
J
-- Cr-0 0C CoN
't U,
co o x co
-
P*-. -
o0 0
C)
O.O
ooooc
OOOOO
I-
f'
0000000000
·f
0
0
ccT
O c Q
0000
0000
C cc cco
C)
O
.,"I I
X
3;
U
Z;J 5Z
C
NL
rN
0A cc
a)
xX
0 00a0
C C C
z
zG
Icc,
elI
CC
c-
J
_
C
U
C
N
I-
.
C
.. j
Zu0
Z
C
C
X
-:
V:
C
0
tt
0
V)
O
,, -,Z
t;.
C
C
-4
C
C
.4
a
x
'=
:r
::
:
C
V)c.-
t2.
CY
X
O/
C
>
_
el
9
2
I
la1
N
c~fl(~
Z
Z
C
Fc a < )
.4,
w
tO4-
- .i
0..
a
4.
-4
t.)
C.
-J
C1-
-J
C
C4Cn
CO
_
uW ;,j
UZ Z
>
.-, -C
>
-
r
:: rSX
tA
-4
G
-4
4j
s,
UJ
N
-i
-4
e4
a
Z
Z
Z
C
Id,
t
0 (.S
C
CL
-d
.
X
-
,_ c
< -
-
-N
4 N
<
4-
C
4 O
.4
IE
G.
4
Id,
co1
ul
u
X -t
2_
4
2:
0
__
>
C
-
-
V,-
rF
Z
_.
0
.c.
0u-I
cD
V/ c
J
zo
ow
-C
C,
,
Ui-
w
Z
,-fC
,
uj
Z
_
t-o
C
C)
<
4
C- a
4C
4 --
C
MC
Z·
O.
Z
-a
-'D
:l
..~
j
X
X
-.
-
"
:ic
W
rt·
4-
>75
.4
c
>- Z --
c
V7
C
=
>-
UJ
C
U
0
C
0
G
4
QZ
4
U
-
V)
-4
0
0
0
00c
- oIC oN
00000 O0
00000 CCC
*
O
C
C
0-C U.
X *
GO
0C
- -.4 -4
t4 IA
Ln V) IA
v
0
0
P-
.,A
__*
00
C 00
; ?I. rF..
->
I-.
LU
v
z
00000
p-r- p- I,- p~
.4
IA
a
C
C, C
-4 _
VI
_
.4
A tA 0
f%.
z2~
0
0
0
IA
w,
4
0
000*
LL0Ul *
000*
N< *
0c
U0
U . *
00*
***
LLO
0
C
LO UO
-V
N
u0
r
*
*
*IF
<5
tL
¢
N
N N
-4
.4
N
U- 7~
4
0..
w
Of
cc
.
00
i- 4
_¢ C
*
0.
UJ
M,
LLJ
ci
cc0
0
444<
U
z
0
*6
LU.
; :U
SI
<
co
ec.
L
U.
7
-
C:
C
Li,
>
0C
o
;3>
J'-
C
zJ
3
wI
Z
-
0 C-,0
cV
7T777 7
I-.
C
:L
L..
V
C
U.·
Ct
cr-4 -4
_s
t_)
Z At
r
. U.
.t
NJ N N N
Lu: LUL
coc L
U .,J LL-.
0
I
C
:
0
LU
U..
ZZ
LU
W
7
-
J
0000
~I:LjLU
LL
77
70 .22^C
-oooo
IULI.-1
c1
*
X
*/
*e Xr
<a
<
C)
lL
w
Q
00000
: a:
a
0
W
.
I
1-) 1
.4.4.4
.4.4.4
U44<s
-
tl
c
0.
I:o
0
I_
~La: ~r"JNNNNC
_7J000
1-
t
ij
C:>
F
0
Nu
-I
i4p.
S
0U00
0.t
-4
*
:E:n£
Q
y L U f ;YSt
Lu
t < U1UU
LL
L
I
~77Z7
-
<
1-Itl--c-
r -.
_o
U.U
0Lu
WWLULUlUJ
.
03 0
t.
.*
N
U. N
U-
L.)
LL
N
Q
U.
LU
U UJ CT
LU
1
a:
UJ
-.LJ
(:.
iLI
-.
C
.
0
7
- E
<_8s_
-I«<4444
<
X
77
Z.
"II0 ILtL
U..
W_ UQ U
o.
X
1' X
M
3.
.4-4-4
L)
I J- ; -4'
N!N Nt
~-4 n-5
a: Z.:
L) t)
0r.
a0
C
O
O~ O
-4 -4
..
,.
LUJ
o
0
W
t. ,)
N
U
.
L
cc
M
0.0.
U.i-.--;
a:a44
_:
4.
U,
.4
,.10:
4-
I.
ILJ
0
< -:
Of
W
LU L t)
X co
uCCD
a:
(1
C ..
I-
44444
_~
a.
LUQW UJL
..+4
N 7 0 _
r:) Q.*;·
C1s m
_
u u
2
r_
LU
J4
w
p,-
*
.'
~._
U
V
0
co co
crjW
04
CL
0L , 4- *iS
IA,42
U. .a: **
o
LU
0
0
LU
-J
c0
1-
LL
N
-44-
0LL
-ftL~
.S. *
* -0X>
0
<
0 IL*
LL 5_
:r *
*
W
-'
l4_ *
L:
I-NJ~c
N N N N -N
0
0~~~~~c
.
Ct
W w;.
C
. UiUW
_
a
a
4
sN
LL-0*
U.
U.. *
N
t2L:
00Z
a
rj
cZ¢
I
-
a
_TT
I,
a
W
*
UJ
0
C
N N4 N N
N4
'
C)
U.
) 0
LU U-
0
V0C
0p-
*
t:
0
N:
00
7
444<
)
W
0
C
ti
-
-4
N
C,
o
*
n4~
N N
CJ N
i,.-
N N N
oC C)
C
00
OOC
C
I-
-)
a:
a
00
UJ
0
cc
00
coo'
VI
C
0
N~
LU
-Ft 0SWi
t c>J
0
I-
-I
4L
3
0
$~
~ ·
2~3UL
s
-J.
<C
IA
00V
't
LU
C
0L.
t U)
7
0
F-
a.
0
00
0
0003~000
0C0000 0GC0
0C
C
OC4DOCCOS
a'
0
C
O
-4
-
500C
C)
t.4
i00
-4
C, C)
-.
-
0
0
· 4
..
-
4 -
-
rj
C
000 0C
C)00 ;D00
N
0
0
NN
00
C')
r0
0
el
ull
.I-
a.
- 0,)
0C cO
(I-NvN re
000
CCI 0
C C -C0
C:
N
UO
V
n
1
tp
C
4n
M
1,
0 C0In 0
C
-: C C) C)O C)
CZC C C C C C C, 0C
S. GCC ; -4 0 0 7-- C -t U, Ut
,~f~ f~ re ,.~4't .
Ui
I,
C 00 C C, C, C O c 0 0 C C C C', C C . C.,
C C 0 C C
C
C
a::
U
t'
· o) f,'
CA 1AVI
z
000000
r-.--, ,-4
U,
) ¢,
,'. I.
tI-
P
or
4
VIV)
V
?IA IA
0--
-^
1.11 VI
-
VI
--
-
VI
V,
-
-
-
) v;UV
,I)
N
II
U,3
2
0
Uf
WI
W U
Li
V'
W vU
.W.
'
WLW
UI
W
W
CL
a:
U U U U
0LX
C
tU
U
U- W
C
U.
C
Z2:: C,ZCXC
Tr~m
XI
U
{
Lii
9
CJC
CL
Q*:
'_
za1
F
it
P
C
-r
U
(.a
t- Cj
t.
.
c4
L..
W
U
?c
t
c{
CL
M
CL
U
U
U
Lif
UJ I
'. i. L
T
__
F
F
W
FF
___
FF
_- 7.f.
C
U
au c~Ua M.aU U M.
o.) 3 aU
a.aU;a
C
UU
U
C
Cf.
UU
C L.)
U
U I)
5.)U)
U
0
In
5.L (, a.
1.3
U^3 L
t,7
Li. M
*
Fi
LU U U
IU
U)
LL
cL
C"
CZ
D
. I.
<
cL. W
LLU
. _-
W
LU.
o or or
or or or
L U. I). U. U.
_
a.
U
ul
_
, M s-l
UW L L
_
_-
_
U
*
,z,
~~'dSD nD:
L U U. U. U.. .
~~ ~ ~
.
4
cc
4
,U
_
-
-
tALNJUN NJN N N
NJ
M=MUUQUQUVQU
UXs
U4 U U
Us Q
C
S
C
U U
c
<
X. or
t t: o or Co
U.
- UU
--ULL U.
U
U
L)-L- ULL'- U1.- LI
U
t) LL U
L L L U)
U. U
L. U U
M
c
Li
.N
0
U
U
U
L UL A
_Us-f LU:E: U.
rX L.
CO'U. s . U.
s' LiI--
_
*
_
U.
<
LU
C C U U U
C U
< . tJ
C U5 q C
U iU I " U
U U Ccc
coU U
i
LLLU
lLC
.UWS1
U
U
a
M2: 2: cY ct
U t
U
I.
tC t t
_
U.
_
-
.
C
L U
o a: r
U}
CC
. U
U U U- U
U U
U LL
ff574)
U.
I U . ii
<<
;:< C i
UCo
t
t
QQ
LU
,U W
L- I rL UL
:
.
.
-
_
r
_
74
Q
C
X,
<4 C 4t C
<4t
c <4<
U U LL
.
LU
<t U
r i<U <<S<s
I%V~
S-
C C'
U W
~_
"UL. LL
L.)UU
U > ' '
444444<
r or or
U..
U.LLor oU. o<
tL <U.
C U
<
)
U U ) U C U
_
a
L
)'.
U LJ
X C
0
-I.4
h-
L
C'f
.- 7-
- I.-
C
ct
a.
z
W
3
< 'If¢ < < <t
'L
C
W 4Ut
: 44,<I
U
of
crQT
:
CO 13~ 5T)s
~ U.
II
C_
UU U E X
t'Cco,
U
eL
0
t V-c;
U t)LDLrS
U
ti U
t
I,-
oa-
U X
1,;
UU\UU..
_
CZ _
U
_-
W
eL
it:
0.
tb r
Cj
h-
F
0
M n
C
o-
t5
.-
o¢ Co
I Co
.:Q
.'..3.)
._
.
LLL~.U.:.u
~ru
II~~~~~~t
. W
I U U.LU
U U U U
_-! 7--
UJ UL
*__
C:
~~n
co
U LL
U
_--
I---I-
t¢..t
a:
4
W
Ue
U U U
U U- Wl
7-I .:
: M-
, F
F
-
:
LU W W LtU U.t.
I,-7-- - -:: - : 7:
: S'E;:;
I
_
_4
w
_
LW
U U UJ LU
X
Z
i_
. .-,I JJ-. -_j - I.i. J-,-J..I, .J.J-.j. .J ..._J-J
J .4
- .J
JJ
J
P- F.
s-
-
-
IF
4
< < <
.z
~J
U
<< << <
U
U;
U U
U
< < < <
U
U
Q
Q Q Q
U U U U U r U?
z
l
'LI
.0s
z
r
I=
Ir
1Z
-
J L,
N N n4 N N N
C)
r00900
0C
C (o
C
Ml
0
0
'i ¢ - '.. ,O -
'n rl lq rf M-s. c-r,-,
3, O - C,, ,1 .4 .. ,
C0.J
OO0 CO C
C( C, 4)
C40C)
0, '-t..CJO..C'CD,'
00
C Qr .00 0 Q
- .= O 0 --
, ..4
. .4
r ' ,.
0C. C 0C
.. OC
;
C
oO
4, OCOO
or
4,
4,
*
* CA cCA
4,
a- C0
*4,
VI' V
*
O*
-* *
*
0000
0*
O*
I
,1
*
I"r
*
~*
**
*
7*
.*
4*
.
*
***
*
*
i·
*
-
11
cM*
~*
IvC
*4;
C·
*
*
g
**
Cr
*
*
*
C
*
C:
*~~*(Y.
I
;,
!
~
w:
Cw
**
*
a
*
U
,
**
Q
*
~~*
w~
I*
.
~~~~~
**
Z
z
Itt
w
I ;L
rs
*
Z
~* ci
e
sa
IJ
*
*
*
*
*
*
CbQ + **
*Y
e-
o
a
:
*
4
*
LU
*
z
*
*
*
c: jZCwZ
4*Sc
a:
***
a 0.z~
a *
QU
-:
41
X
_!
*
*
-
9
U.
U
*
0Q
1
I-
0
*
~* a **
0+
_4
-a:
O.U
*"
- UJ
I
*
*
LL
0*
:
*
**
a~~~
*
*
*
*
*
*
a*
*.
*
*
.4
I -
*
i0
_
ci
*
I'*
*
*
*
*
*
*
*
*
*C
*
*)
**$
**·
**
*t
*
*
*
*
*
*,
*
'n
I'.0
os
.
0000 o0
0000
7,
z
4~
N
C)
cI
rf.
6-1
W
C000oC
, I
0O C)
.- COc)
Co
fz*D
-263-
BIBLIOGRAPHY
Codd, E. F., "Multiprogram Scheduling:
Parts 1 and 2. Introduction
and Theory," Communications of the ACM, III (June, 1960),
347-350.
Codd, E. F., "Multiprogram Scheduling: Parts 3 and 4. Scheduling
Algorithm and External Constraints," Communications of the
ACM, III (July, 1960), 413-418.
Heller, J., "Sequencing Aspects of Multiprogramming," Journal of
the Association for Computing Machinery, VIII (July, 1961),
426-439.
Hutchinson, George K. "A Computer Center Simulation Project,"
Communications of the ACM, VIII (September, 1965), 559-568.
IBM System/360 Principles of Operation.
Corporation, 1964.
Poughkeepsie:
IBM
IBM System/360 Disk Operating System: System Control and Service
Programs. Endicott:
IBM Corporation, 1966.
Ignall, Edward and Schrage, Linus. "Application of the Branch and
Bound Technique to Some Flow-Shop Scheduling Problems,"
Onerations Research, XIII (May-June, 1965), 400-412.
Johnson, S.M., "Optimal Two- and Three-Stage Production Schedules with
Setup Times Included," Chapter 2 of Muth, John F. and Thompson,
Gerald L., editors.
Industrial Scheduling. Englewood Cliffs:
Prentice-Hall, 1963, 13-20.
Little, John D. C., Murty, Katta G., Sweeney, Dura W., and Karel,
Caroline. "An Algorithm for the Traveling Salesman Problem,"
Operations Research, XI (November-December, 1963), 972-989.
Lomnicki, Z. A., "A Branch- and- Bound Algorithm for the Exact
Solution of the Three-machine Scheduling Problem," Operations
Research Quarterlx, XVI (March, 1965), 89-100.
Lynch, W. C., "Description of a High Capacity, Fast Turnaround
University Computing Center," Communications of the ACM,
IX (February, 1966), 117-123.
McKenney, James L., Simultaneous Processing of Jobs on an Electronic
Computer," Management Science VIII (April, 1962), 344-354.
Schwartz, Eugene S., "An Automatic Sequencing Procedure with Application to Parallel Programming,"
Journal of the Association
for ComRuting Machinery. VIII (October, 1961), 513-537.
Download