From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/pman/doc/src/Makefile | 116 +++ lib/pman/doc/src/book.xml | 43 + lib/pman/doc/src/fascicules.xml | 18 + lib/pman/doc/src/main_window.gif | Bin 0 -> 14431 bytes lib/pman/doc/src/main_window.ps | 1573 +++++++++++++++++++++++++++++++++++++ lib/pman/doc/src/make.dep | 26 + lib/pman/doc/src/note.gif | Bin 0 -> 1539 bytes lib/pman/doc/src/notes.xml | 144 ++++ lib/pman/doc/src/options.gif | Bin 0 -> 5218 bytes lib/pman/doc/src/options.ps | 829 +++++++++++++++++++ lib/pman/doc/src/part.xml | 37 + lib/pman/doc/src/part_notes.xml | 39 + lib/pman/doc/src/pman.xml | 82 ++ lib/pman/doc/src/pman_chapter.xml | 371 +++++++++ lib/pman/doc/src/ref_man.xml | 37 + lib/pman/doc/src/toolbar.gif | Bin 0 -> 6848 bytes lib/pman/doc/src/trace.gif | Bin 0 -> 9829 bytes lib/pman/doc/src/trace.ps | 1312 +++++++++++++++++++++++++++++++ lib/pman/doc/src/warning.gif | Bin 0 -> 1498 bytes 19 files changed, 4627 insertions(+) create mode 100644 lib/pman/doc/src/Makefile create mode 100644 lib/pman/doc/src/book.xml create mode 100644 lib/pman/doc/src/fascicules.xml create mode 100644 lib/pman/doc/src/main_window.gif create mode 100644 lib/pman/doc/src/main_window.ps create mode 100644 lib/pman/doc/src/make.dep create mode 100644 lib/pman/doc/src/note.gif create mode 100644 lib/pman/doc/src/notes.xml create mode 100644 lib/pman/doc/src/options.gif create mode 100644 lib/pman/doc/src/options.ps create mode 100644 lib/pman/doc/src/part.xml create mode 100644 lib/pman/doc/src/part_notes.xml create mode 100644 lib/pman/doc/src/pman.xml create mode 100644 lib/pman/doc/src/pman_chapter.xml create mode 100644 lib/pman/doc/src/ref_man.xml create mode 100644 lib/pman/doc/src/toolbar.gif create mode 100644 lib/pman/doc/src/trace.gif create mode 100644 lib/pman/doc/src/trace.ps create mode 100644 lib/pman/doc/src/warning.gif (limited to 'lib/pman/doc/src') diff --git a/lib/pman/doc/src/Makefile b/lib/pman/doc/src/Makefile new file mode 100644 index 0000000000..4e116cb23e --- /dev/null +++ b/lib/pman/doc/src/Makefile @@ -0,0 +1,116 @@ +# +# %CopyrightBegin% +# +# Copyright Ericsson AB 1997-2009. All Rights Reserved. +# +# The contents of this file are subject to the Erlang Public License, +# Version 1.1, (the "License"); you may not use this file except in +# compliance with the License. You should have received a copy of the +# Erlang Public License along with this software. If not, it can be +# retrieved online at http://www.erlang.org/. +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +# the License for the specific language governing rights and limitations +# under the License. +# +# %CopyrightEnd% +# +# +include $(ERL_TOP)/make/target.mk +include $(ERL_TOP)/make/$(TARGET)/otp.mk + +# ---------------------------------------------------- +# Application version +# ---------------------------------------------------- +include ../../vsn.mk +VSN=$(PMAN_VSN) +APPLICATION=pman + +# ---------------------------------------------------- +# Release directory specification +# ---------------------------------------------------- +RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN) + +# ---------------------------------------------------- +# Target Specs +# ---------------------------------------------------- +XML_APPLICATION_FILES = ref_man.xml +XML_REF3_FILES = pman.xml + +XML_PART_FILES = part.xml part_notes.xml +XML_CHAPTER_FILES = pman_chapter.xml notes.xml + +BOOK_FILES = book.xml + +XML_FILES = \ + $(BOOK_FILES) $(XML_CHAPTER_FILES) \ + $(XML_PART_FILES) $(XML_REF3_FILES) $(XML_APPLICATION_FILES) + +GIF_FILES = \ + main_window.gif \ + trace.gif \ + options.gif + +# ---------------------------------------------------- + +HTML_FILES = $(XML_APPLICATION_FILES:%.xml=$(HTMLDIR)/%.html) \ + $(XML_PART_FILES:%.xml=$(HTMLDIR)/%.html) + +INFO_FILE = ../../info + +MAN3_FILES = $(XML_REF3_FILES:%.xml=$(MAN3DIR)/%.3) + +HTML_REF_MAN_FILE = $(HTMLDIR)/index.html + +TOP_PDF_FILE = $(PDFDIR)/$(APPLICATION)-$(VSN).pdf + + +# ---------------------------------------------------- +# FLAGS +# ---------------------------------------------------- +XML_FLAGS += + +# ---------------------------------------------------- +# Targets +# ---------------------------------------------------- +$(HTMLDIR)/%.gif: %.gif + $(INSTALL_DATA) $< $@ + +docs: pdf html man + +$(TOP_PDF_FILE): $(XML_FILES) + +pdf: $(TOP_PDF_FILE) + +html: gifs $(HTML_REF_MAN_FILE) + +man: $(MAN3_FILES) + +gifs: $(GIF_FILES:%=$(HTMLDIR)/%) + +debug opt: + +clean clean_docs: + rm -rf $(HTMLDIR)/* + rm -f $(MAN3DIR)/* + rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) + rm -f errs core *~ + +# ---------------------------------------------------- +# Release Target +# ---------------------------------------------------- +include $(ERL_TOP)/make/otp_release_targets.mk + +release_docs_spec: docs + $(INSTALL_DIR) $(RELSYSDIR)/doc/pdf + $(INSTALL_DATA) $(TOP_PDF_FILE) $(RELSYSDIR)/doc/pdf + $(INSTALL_DIR) $(RELSYSDIR)/doc/html + $(INSTALL_DATA) $(HTMLDIR)/* \ + $(RELSYSDIR)/doc/html + $(INSTALL_DATA) $(INFO_FILE) $(RELSYSDIR) + $(INSTALL_DIR) $(RELEASE_PATH)/man/man3 + $(INSTALL_DATA) $(MAN3DIR)/* $(RELEASE_PATH)/man/man3 + + +release_spec: diff --git a/lib/pman/doc/src/book.xml b/lib/pman/doc/src/book.xml new file mode 100644 index 0000000000..5d1d277fb7 --- /dev/null +++ b/lib/pman/doc/src/book.xml @@ -0,0 +1,43 @@ + + + + +
+ + 19972009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Pman + + + + +
+ Pman + + + + + + + + + + + +
+ diff --git a/lib/pman/doc/src/fascicules.xml b/lib/pman/doc/src/fascicules.xml new file mode 100644 index 0000000000..0678195e07 --- /dev/null +++ b/lib/pman/doc/src/fascicules.xml @@ -0,0 +1,18 @@ + + + + + + User's Guide + + + Reference Manual + + + Release Notes + + + Off-Print + + + diff --git a/lib/pman/doc/src/main_window.gif b/lib/pman/doc/src/main_window.gif new file mode 100644 index 0000000000..e12754631c Binary files /dev/null and b/lib/pman/doc/src/main_window.gif differ diff --git a/lib/pman/doc/src/main_window.ps b/lib/pman/doc/src/main_window.ps new file mode 100644 index 0000000000..c66620c677 --- /dev/null +++ b/lib/pman/doc/src/main_window.ps @@ -0,0 +1,1573 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: (ImageMagick) +%%Title: (./main_window.tmp.eps) +%%CreationDate: (Tue Jun 12 18:03:36 2001) +%%BoundingBox: 0 22 377 234 +%%DocumentData: Clean7Bit +%%LanguageLevel: 1 +%%Pages: 0 +%%EndComments + +%%BeginDefaults +%%PageOrientation: Portrait +%%EndDefaults + +%%BeginProlog +% +% Display a color image. The image is displayed in color on +% Postscript viewers or printers that support color, otherwise +% it is displayed as grayscale. +% +/buffer 512 string def +/byte 1 string def +/color_packet 3 string def +/pixels 768 string def + +/DirectClassPacket +{ + % + % Get a DirectClass packet. + % + % Parameters: + % red. + % green. + % blue. + % length: number of pixels minus one of this color (optional). + % + currentfile color_packet readhexstring pop pop + compression 0 gt + { + /number_pixels 3 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add 3 mul def + } ifelse + 0 3 number_pixels 1 sub + { + pixels exch color_packet putinterval + } for + pixels 0 number_pixels getinterval +} bind def + +/DirectClassImage +{ + % + % Display a DirectClass image. + % + systemdict /colorimage known + { + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { DirectClassPacket } false 3 colorimage + } + { + % + % No colorimage operator; convert to grayscale. + % + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { GrayDirectClassPacket } image + } ifelse +} bind def + +/GrayDirectClassPacket +{ + % + % Get a DirectClass packet; convert to grayscale. + % + % Parameters: + % red + % green + % blue + % length: number of pixels minus one of this color (optional). + % + currentfile color_packet readhexstring pop pop + color_packet 0 get 0.299 mul + color_packet 1 get 0.587 mul add + color_packet 2 get 0.114 mul add + cvi + /gray_packet exch def + compression 0 gt + { + /number_pixels 1 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add def + } ifelse + 0 1 number_pixels 1 sub + { + pixels exch gray_packet put + } for + pixels 0 number_pixels getinterval +} bind def + +/GrayPseudoClassPacket +{ + % + % Get a PseudoClass packet; convert to grayscale. + % + % Parameters: + % index: index into the colormap. + % length: number of pixels minus one of this color (optional). + % + currentfile byte readhexstring pop 0 get + /offset exch 3 mul def + /color_packet colormap offset 3 getinterval def + color_packet 0 get 0.299 mul + color_packet 1 get 0.587 mul add + color_packet 2 get 0.114 mul add + cvi + /gray_packet exch def + compression 0 gt + { + /number_pixels 1 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add def + } ifelse + 0 1 number_pixels 1 sub + { + pixels exch gray_packet put + } for + pixels 0 number_pixels getinterval +} bind def + +/PseudoClassPacket +{ + % + % Get a PseudoClass packet. + % + % Parameters: + % index: index into the colormap. + % length: number of pixels minus one of this color (optional). + % + currentfile byte readhexstring pop 0 get + /offset exch 3 mul def + /color_packet colormap offset 3 getinterval def + compression 0 gt + { + /number_pixels 3 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add 3 mul def + } ifelse + 0 3 number_pixels 1 sub + { + pixels exch color_packet putinterval + } for + pixels 0 number_pixels getinterval +} bind def + +/PseudoClassImage +{ + % + % Display a PseudoClass image. + % + % Parameters: + % class: 0-PseudoClass or 1-Grayscale. + % + currentfile buffer readline pop + token pop /class exch def pop + class 0 gt + { + currentfile buffer readline pop + token pop /depth exch def pop + /grays columns 8 add depth sub depth mul 8 idiv string def + columns rows depth + [ + columns 0 0 + rows neg 0 rows + ] + { currentfile grays readhexstring pop } image + } + { + % + % Parameters: + % colors: number of colors in the colormap. + % colormap: red, green, blue color packets. + % + currentfile buffer readline pop + token pop /colors exch def pop + /colors colors 3 mul def + /colormap colors string def + currentfile colormap readhexstring pop pop + systemdict /colorimage known + { + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { PseudoClassPacket } false 3 colorimage + } + { + % + % No colorimage operator; convert to grayscale. + % + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { GrayPseudoClassPacket } image + } ifelse + } ifelse +} bind def + +/DisplayImage +{ + % + % Display a DirectClass or PseudoClass image. + % + % Parameters: + % x & y translation. + % x & y scale. + % label pointsize. + % image label. + % image columns & rows. + % class: 0-DirectClass or 1-PseudoClass. + % compression: 0-RunlengthEncodedCompression or 1-NoCompression. + % hex color packets. + % + gsave + currentfile buffer readline pop + token pop /x exch def + token pop /y exch def pop + x y translate + currentfile buffer readline pop + token pop /x exch def + token pop /y exch def pop + currentfile buffer readline pop + token pop /pointsize exch def pop + /Helvetica findfont pointsize scalefont setfont + x y scale + currentfile buffer readline pop + token pop /columns exch def + token pop /rows exch def pop + currentfile buffer readline pop + token pop /class exch def pop + currentfile buffer readline pop + token pop /compression exch def pop + class 0 gt { PseudoClassImage } { DirectClassImage } ifelse + grestore +} bind def +%%EndProlog +%%Page: 1 1 +%%PageBoundingBox: 0 22 377 234 +userdict begin +%%BeginData: +DisplayImage +0 22 +377.000000 212.000000 +12 +757 426 +1 +0 +0 +16 +ffffff +000000 +b24d7a +dcadc2 +57253b +0000ff +d9d9d9 +c3c3c3 +bebebe +828282 +000000 +000000 +000000 +000000 +000000 +000000 +03ff03ff03ff0311040003ff03ff03b70400031c04000301021a0400030002ff02ff02b6 +04000300021a04010301021a0400030002ff02ff02b604000300021a04010301021a0400 +030002ff02ff02b604000300021a0401030102020418030004ff04ff04b7030004170202 +040103010202040003ff03ff03e902020401030102020400030002150400030002ff02ff +029e04000300021504000300021504000300020204010301020204000300021504000300 +02ff02ff029e040003000215040003000215040003000202040103010202040003000215 +0400030002ff02ff029e0400030002150400030002150400030002020401030102020400 +030002150400030002ff02ff029e040003000215040003000202030f0202040003000202 +0401030102020400030002150400030002ff0272000302ff022704000300021504000300 +02020300020d040002020400030002020401030102020400030002150400030002d10006 +0202000102060001020600010206000102050000020a00050225000102380001021b0004 +020d00010208000102ee0400030002150400030002020300020d04000202040003000202 +0401030102020400030002150400030002d1000102020002020100020204000202050002 +0206000202040000020900010203000102240001023800010219000102040000020c0001 +0208000102ee0400030002150400030002020300020d0400020204000300020204010301 +02020400030002150400030002d100010203000102010002020400020205000002000001 +02050002020400000208000102050001025e00010218000002070000020b000102f90400 +030002150400030002020300020d04000202040003000202040103010202040003000215 +0400030002d1000102030001020100000200000002030003020500000200000102050000 +020000010203000002030001020100010207000302040000020300030203000102000003 +020400000201000102040003020100010203000002030001020700040202000102000003 +020800040202000402040004020300000203000302010000020300040201000102000003 +020300010201000102040000020200040203000402d30400030002150400030002020300 +020d04000202040003000202040103010202040003000202030f02020400030002d10001 +020300010201000002000001020200000200000102040001020000010205000002000002 +020200000203000102010001020700010200000002040000020200010201000102020002 +020200000204000002010001020300010201000102000001020200020202000002070001 +020200010201000202020001020800010203000102020001020200010202000102020000 +020100010202000002010000020200010205000202020001020200010202000002040000 +02020000020200010201000102d7040003000208030302080400030002020300020d0400 +02020400030002020401030102020400030002020300020d040002020400030002d10001 +020200010202000002000001020200000200000102040000020200010204000002010001 +020200000207000102070001020000010202000002020001020300010201000102030001 +020200000202000102020001020300010200000002020000020000000202000002060001 +020400010200000102030001020800010202000102040001020000010204000102000000 +020200000202000102010000020100010206000102030001020200010202000102020000 +020700010201000102d704000300020803000201040002080400030002020300020d0400 +02020400030002020401030102020400030002020300020d040002020400030002d10005 +020300000201000102000000020100010203000102020001020400000202000102010000 +020700010207000102000001020200000202000102030001020100010203000102020000 +020200010202000102030001020000010201000002000000020100010206000102040001 +020000010203000102080001020200010204000102000001020400010200000002010000 +020200010202000002010001020600010203000102020001020200010202000002070001 +0201000302d504000300020803000201040002080400030002020300020d040002020400 +030002020401030102020400030002020300040e02020400030002d10001020700000201 +000102000000020100010203000102020002020300000202000202000000020700010207 +000102010000020100010202000702010001020400000201000102020001020200070200 +000102000001020000000201000002070001020400010200000102030001020800010202 +000102040001020000010204000102000000020100000201000202010001020100010206 +000102030001020200010203000002010001020400040203000302d30400030002080300 +040202080400030002020300020d04000202040003000202040103010202040003000215 +0400030002d1000102070000020100010200000002010001020300070203000002030001 +020000000207000102070001020100010200000002030001020700010204000102000000 +020300010202000102070000020000000201000102000000020700010204000102000001 +020300010208000102020001020400010200000102040001020000000201000002010000 +020000000201000002020001020600010203000102020001020300010200000002030002 +020100010205000202d20400030002150400030002020300020d04000202040003000202 +0401030102020400030002150400030002d1000102070000020200010202000102020001 +020400010203000002040002020800010205000102020001020000000203000102070001 +020400010200000002030001020200010207000002000000020200000200000002070001 +020400010200000102030001020800010202000102040001020000010204000102010000 +020000020201000202030001020600010203000102020001020300010200000002030001 +020200010206000102d20400030002150400030002020300020d04000202040003000202 +0401030102020400030002150400030002d1000102070000020200010202000102020000 +020600010202000002040002020300010203000102030001020400010205000102030000 +020100010205000102040001020300010203000002010002020200010209000102020001 +020100010203000102080001020300010202000102020001020200010202000102030000 +020700010202000002010001020300010202000102040001020400010202000102010000 +0203000102d20400030002150400030002020300020d0400020204000300020204010301 +02020400030002150400030002d100010207000002070001020100010206000102020000 +020500010203000102040005020500010207000402010001020500010204000102050004 +0201000102030001020a0004020200010203000102080001020400040204000402050003 +020900040201000102030001020200010204000102050003020000010200000502d30400 +030002150400030002020300020d04000202040003000202040103010202040003000215 +0400030002ff02ff029e0400030002150400030002020300020d04000202040003000202 +0401030102020400030002150400030002ff02ff029e0400030002150400030002020300 +040e02020400030002020401030102020400030002150400030002ff02ff029e04000300 +02150400030002150400030002020401030102020400030002150400030002ff02ff029e +0400030002150400030002150400030002020401030102020400030002150400030002ff +02ff029e04000300021504000300021504000300020204010300040403000416030004ff +04ff049f030004160300041603000404030500ff00ff00e80304040003010202040000ff +00ff00e70900030002020401030102020400000106ff06ff06e409010300020204010301 +02020400000106ff06ff06e40901030002020401030102020400000106ff06ff06e40901 +030002020401030102020400000106ff06ff06e409010300020204010301020204000001 +06ff06ff06e409010300020204010301020204000001060b01040604010006030102061f +01000602010006040100062601040633010006020100060c010006ff06ff060201000602 +010006090102061309010300020204010301020204000001060b0100060f0100061f0100 +06020100062e01000635010106010100060c010006ff06ff0602010006020100060b0100 +061309010300020204010301020204000001060b01000606010206050100060301020618 +010006020100060201020603010206020100060201000619010006030100060001010603 +010206030102060301020618010106010100060201020603010106000100060201020603 +010206ff06f501000602010006020102060501000602010006000101060c090103000202 +04010301020204000001060b010006080100060501000602010006020100061801000600 +010006050100060201000602010006010100060201000619010006030101060101000601 +010006020100060101000602010006010100060201000617010006000100060001000601 +01000602010006010100060101010601010006020100060101000602010006ff06f40100 +060201000601010006020100060401000602010106010100060b09010300020204010301 +020204000001060b01030605010006050100060201000602010006180100060001000605 +010006020100060201000601010006000100060001000619010006030100060901000601 +010006050100060201000617010006000100060001000601010006020100060101000602 +010006010100060201000601010006ff06f8010406010100060201000604010006020100 +06020100060b09010300020204010301020204000001060b010006080100060501000602 +010406180100060001000605010006020104060101000600010006000100061901000603 +010006060103060101000605010406170100060101010601010006020100060101000602 +0100060101040602010206ff06f501000602010006010104060401000602010006020100 +060b09010300020204010301020204000001060b0100060801000605010006020100061d +010006060100060201000605010006000100060001000619010006030100060501000602 +01000601010006050100061b010006010101060101000602010006010100060201000601 +01000609010006ff06f401000602010006010100060801000602010006020100060b0901 +0300020204010301020204000001060b0100060801000605010006020100060201000619 +010006060100060201000602010006010100060001000600010006190100060301000605 +010006020100060101000602010006010100060201000617010006020100060101000602 +010006010100060101010601010006020100060101000602010006ff06f4010006020100 +0601010006020100060401000602010106010100060b0901030002020401030102020400 +0001060b0100060801000605010006030102061a01000606010006030102060301000600 +0100061a0100060301000606010306020102060301020618010006020100060201020603 +010106000100060201020603010206ff06f5010006020100060201020605010006020100 +06000101060c0901030002020401030102020400000106ff06ff06d30100060f09010300 +020204010301020204000001060a0106062a0106062a010606ff06ff06470106060e0100 +060f09010300020204010301020204000001060a0106062a0106062a010606ff06ff0647 +0106060e0100060f0901030002020401030102020400000106ff06ff06e4090103000202 +0401030102020400000106ff06ff06e40901030002020401030102020400000106ff06ff +06e40901030002020401030102020400000109ff09ff09e6030002020401030102020400 +000009ff09ff09e703000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e803000202040103010202040006ff06ff06e803000202040103010202 +040006ff06ff06e8030002020401030102020400060005ff05ff05d40912030002020401 +030102020400060005000849050108d50501089005010858050108670501085709110000 +030002020401030102020400060005000849050108d50501089005010858050108670501 +085709010706090007060001030002020401030102020400060005000849050108d50501 +089005010858050108670501085709010705000009000706000103000202040103010202 +040006000500080105030805050008060500083405010802050208270500080a05040818 +050008060500087405010801050008020500088905010800050008030500085105010801 +0503080d0500085205010802050208050500084a09010705000009010705000103000202 +0401030102020400060005000801050008020500080c0500083405010801050008020500 +08260500080a0500081c0500087c05010801050108010500088905010800050008030500 +085105010801050008020500080c05000852050108010500080205000850090107040001 +090107050001030002020401030102020400060005000801050008020500080205020803 +050108000500083405010801050008020500080105000802050008010500080005010802 +050008000501080305020802050008000501080205040808050008050500080205000801 +050008000501080305020802050408020502080305020802050008000501086605010801 +050108010500080205020802050108000500080305020875050108000501080105010802 +0502080305010800050008020502083d0501080105000802050008020502080305010800 +050008020502084c050108010500080605020802050408020502083c0901070400010600 +090107040001030002020401030102020400060005000801050008020500080405000802 +050008010501083405010801050008050500080205000801050108010500080105010801 +05000801050008020500080105010801050008030500080a050008050500080205000801 +050108010500080105000802050008030500080605000802050008020500080105010801 +050008650501080105000800050008000500080105000802050008010500080005000800 +050008010500080205000874050108000501080105010801050008020500080105000801 +05010801050008020500083c050108010500080205000801050008020500080105000801 +05010801050008020500084b05010802050008070500080605000801050008020500083b +090107030001060109010704000103000202040103010202040006000500080105030805 +050008020500080205000834050108010500080505000802050008010500080505000805 +050008020500080105000802050008030500080a05030802050008020500080105000802 +050008010500080705000806050008020500080205000801050008020500086505010801 +050008000500080005000805050008010500080005000800050008010500080205000874 +050108000500080005010800050008010500080505000802050008010500084005010801 +05030802050008020500080105000802050008010500084f050108030501080505000805 +05000802050008020500083b090107030001060209010703000103000202040103010202 +040006000500080105000808050008020500080205000834050108010500080505000802 +0500080105000805050008050504080105000802050008030500080a0500080505000802 +050008010500080205000801050008070500080605000802050008020500080105000802 +050008650501080105000801050108020503080105000800050008000500080105040874 +050108000500080005010800050008020502080205000802050008020502083d05010801 +05000801050008020504080105000802050008020502084c050108050500080405000804 +050008030504083b09010702000106030901070300010300020204010301020204000600 +050008010500080805000802050008020500083405010801050008020500080105000802 +0500080105000805050008050500080505000802050008030500080a0500080505000802 +050008010500080205000801050008070500080605000802050008020500080105000802 +050008650501080105000801050108010500080205000801050008000500080005000801 +050008780501080005000803050008050500080105000802050008050500083c05010801 +05000802050008010500080505000802050008050500084b050108010500080205000804 +05000803050008040500083f090107020001060409010702000103000202040103010202 +040006000500080105000808050008020500080105010834050108010500080205000801 +05000801050108010500080505000805050008020500080105000802050008030500080a +050008050500080105010801050008020500080105000802050008030500080605000802 +050008020500080105000802050008650501080105000802050008010500080205000801 +050008000500080005000801050008020500087405010800050008030500080105000802 +050008010500080105010801050008020500083c05010801050008020500080105000802 +050008010500080105010801050008020500084b05010801050008020500080405000802 +05000805050008020500083b090107010001060509010702000103000202040103010202 +040006000500080105000808050008030501080005000834050108020502080305010800 +050008010500080505000806050208020500080205000804050108080500080605010800 +050008010500080205000802050208050501080405000803050208020500080205000865 +050108010500080205000802050308010500080005000800050008020502087505010800 +05000803050008020502080305010800050008020502083d050108010500080205000802 +0502080305010800050008020502084c050108020502080505000802050408020502083c +0901070100010606090107010001030002020401030102020400060005000849050108d5 +050108900501081305000843050108670501085709010700000106070901070100010300 +02020401030102020400060005000849050108d5050108900501080f0500080205000843 +050108670501085709010700000106080901070000010300020204010301020204000600 +05000849050108d5050108900501081005020844050108670501085709010001090b0700 +0001030002020401030102020400060005000849050108d5050108900501085805010867 +0501085709010000090d0001030002020401030102020400060005000849050108d50501 +08900501085805010867050108570901070e000103000202040103010202040006000500 +0849050108d5050108900501085805010867050108570901001003000202040103010202 +0400060005000849050108d5050108900501085805010867050108570901000d09000001 +030002020401030102020400060005ff05ff05d409010001060a09010001030002020401 +030102020400060001ff01ff01d409010001060a09010001030002020401030102020400 +060001000849010108d50101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001000849010108d50101089001010858010108670101 +085709010001060a09010001030002020401030102020400060001000805010008230100 +081d010108440100088f0101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001000804010008040101080b0101080b010108020100 +081c010108040100080c010008040100080b0102081b010008030100088a010108040100 +080c01000804010008760101080301010852010108020102080301020806010008520101 +080201020803010208020104084209010001060a09010001030002020401030102020400 +060001000803010008040100080101000809010008010100080901000801010008020100 +081b010108180100080d0100081a010008030101088a0101081801000876010108020100 +080101000851010108010100080201000801010008020100080401010852010108010100 +0802010008010100080201000801010008020100084209010001060a0901000103000202 +040103010202040006000100080201000805010008010100080901000801010008090100 +0801010008030100081a0101080201020802010008000101080301020802010408030101 +0805010008030102080301020802010008000101080501000802010008000100088a0101 +080201020802010008000101080301020802010408740101080201000801010008510101 +080101000802010008010100080701000800010008520101080101000805010008020100 +08050100084209010001060a090100010300020204010301020204000600010008010100 +080601000801010008090100080101000809010008010100080401000819010108040100 +080201010801010008040100080401000805010108050100080201000802010008010100 +0802010008010101080101000803010008050100088a0101080401000802010108010100 +080401000804010008760101080201000801010008510101080101000802010008010100 +08060100080101000852010108010100080501000802010008040100084309010001060a +090100010300020204010301020204000600010008000100080701000801010008090100 +080101000809010008010100080501000818010108040100080201000802010008040100 +08040100080d010008020100080201000801010008020100080101000802010008030100 +08050100088a010108040100080201000802010008040100080401000876010108020100 +080101000851010108020103080101030802010008020100085201010801010308030103 +08040100084309010001060a090100010300020204010301020204000600010008010100 +080601000801010008090100080101000809010008010100080401000819010108040100 +08020100080201000804010008040100080d010008020100080201000801010008020100 +08010100080201000802010008060100088a010108040100080201000802010008040100 +080401000876010108020100080101000851010108050100080101000802010008010100 +080201000852010108010100080201000805010008040100084309010001060a09010001 +030002020401030102020400060001000802010008050100080101000809010008010100 +080901000801010008030100081a01010804010008020100080201000804010008040100 +080d01000802010008020100080101000802010008010100080201000802010008060100 +088a01010804010008020100080201000804010008040100087601010802010008010100 +085101010805010008010100080201000801010508510101080101000802010008050100 +08030100084409010001060a090100010300020204010301020204000600010008030100 +080401000801010008030101080301000801010008030101080301000801010008020100 +081b01010804010008020100080201000804010008040100080501010805010008020100 +08020100080101000802010008010101080101000801010008070100088a010108040100 +080201000802010008040100080401000876010108020100080101000851010108010100 +080201000801010008020100080501000852010108010100080201000801010008020100 +08030100084409010001060a090100010300020204010301020204000600010008040100 +080401010804010108040101080401010804010108020100081c01010804010008020100 +080201000804010008050101080301010805010008030102080301020802010008000101 +080201000805010408880101080401000802010008020100080401000805010108740101 +080301010852010108020102080301020806010008520101080201020803010208040100 +084409010001060a09010001030002020401030102020400060001000805010008230100 +081d010108390100089a0101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001000849010108390100089a01010890010108580101 +08670101085709010001060a090100010300020204010301020204000600010008490101 +08390100089a0101089001010858010108670101085709010001060a0901000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001000849010108d5010108900101 +0858010108670101085709010001060a0901000103000202040103010202040006000100 +0849010108d50101089001010858010108670101085709010001060a0901000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001ff01ff01d409010001060a0901 +0001030002020401030102020400060001ff01ff01d409010001060a0901000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001000849010108d5010108900101 +0858010108670101085709010001060a0901000103000202040103010202040006000100 +0805010008230100081d0101089101000842010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001000804010008040101080a0102 +080b010108020100081c010108100102081a0100081101020814010008170102081b0100 +08010104083b010108100102081a01000811010208140100083501010803010108520101 +08020102080301020803010208030102084c010108030100080401020803010208060100 +083b09010001060a09010001030002020401030102020400060001000803010008040100 +080101000808010008020100080901000801010008020100081b010108120100082f0100 +0814010008190100081a010008020100083f010108120100082f01000814010008350101 +080201000801010008510101080101000802010008010100080201000801010008020100 +0801010008020100084b0101080201010803010008020100080101000802010008040101 +083b09010001060a09010001030002020401030102020400060001000802010008050100 +08010100080c0100080901000801010008030100081a0101080201020802010008000101 +0805010008090100080001010802010008000101080301020802010108000100080c0100 +080301020803010208030101080001000802010208020100080001010804010108050100 +080301020803010208020100080001010805010008020100083f01010802010208020100 +080001010805010008090100080001010802010008000101080301020802010108000100 +080c01000803010208030102080301010800010008020102080201000800010108280101 +0802010008010100085101010801010008020100080101000809010008050100084b0101 +08010100080001000803010008050100080201000803010008000100083b09010001060a +0901000103000202040103010202040006000100080101000806010008010100080c0100 +080901000801010008040100081901010801010008020100080101010801010008040100 +0809010108010100080101010801010008040100080201000800010008000100080b0100 +080201000802010008010100080201000801010008010101080101000802010008010101 +080101000803010108050100080201000802010008010100080201000801010108010100 +0803010008030103083c0101080101000802010008010101080101000804010008090101 +08010100080101010801010008040100080201000800010008000100080b010008020100 +080201000801010008020100080101000801010108010100080201000801010108010100 +082701010802010008010100085101010801010008020100080101000809010008050100 +084b0101080301000803010008050100080201000802010008010100083b09010001060a +0901000103000202040103010202040006000100080001000807010008010100080b0100 +080a01000801010008050100081801010801010008020100080101000808010008090100 +080201000801010008080100080201000800010008000100080b01000802010008020100 +080501000801010008020100080101000802010008010100080f01000802010008020100 +080101000802010008010100080201000803010008070100083b01010801010008020100 +080101000808010008090100080201000801010008080100080201000800010008000100 +080b01000802010008020100080501000801010008020100080101000802010008010100 +082b010108020100080101000851010108020102080201030805010008050100084c0101 +0803010008030103080301020802010008020100083b09010001060a0901000103000202 +040103010202040006000100080101000806010008010100080a0100080b010008010100 +080401000819010108010104080101000808010008090100080201000801010008080100 +080201000800010008000100080b01000802010008020100080201030801010008020100 +0801010408010100080f0100080201000802010008010100080201000801010008020100 +0802010008080100083b0101080101040801010008080100080901000802010008010100 +08080100080201000800010008000100080b010008020100080201000802010308010100 +080201000801010408010100082b01010802010008010100085101010801010008020100 +08010100080201000803010008050100084d010108030100080301000802010008010100 +080201000801010008020100083b09010001060a09010001030002020401030102020400 +0600010008020100080501000801010008090100080c01000801010008030100081a0101 +080101000805010008080100080901000802010008010100080801000802010008000100 +08000100080b010008020100080201000801010008020100080101000802010008010100 +08050100080f010008020100080201000801010008020100080101000802010008020100 +0804010008020100083b0101080101000805010008080100080901000802010008010100 +08080100080201000800010008000100080b010008020100080201000801010008020100 +08010100080201000801010008050100082b010108020100080101000851010108010100 +0802010008010100080201000802010008050100084e0101080301000803010008020100 +080101000802010008010105083a09010001060a09010001030002020401030102020400 +060001000803010008040100080101000803010108020100080701010803010008010100 +08020100081b010108010100080201000801010008080100080901010801010008010100 +08080100080201000800010008000100080b010008020100080201000801010008020100 +080101000801010108010100080201000801010008070101080501000802010008020100 +08010100080201000801010108010100080101000805010008020100083b010108010100 +080201000801010008080100080901010801010008010100080801000802010008000100 +08000100080b010008020100080201000801010008020100080101000801010108010100 +0802010008010100082b0101080201000801010008510101080101000802010008010100 +080201000801010008050100084f01010803010008030100080201000801010008020100 +08050100083b09010001060a090100010300020204010301020204000600010008040100 +080401010804010108020104080301010804010108020100081c01010802010208020100 +0808010008090100080001010802010008080100080201000800010008000100080b0100 +080301020803010308020101080001000802010208020100080701010805010008030102 +0803010208020100080001010802010008060102083c0101080201020802010008080100 +08090100080001010802010008080100080201000800010008000100080b010008030102 +0803010308020101080001000802010208020100082b0101080301010852010108020102 +080301020802010408010104084b010108010104080201020803010208060100083b0901 +0001060a09010001030002020401030102020400060001000805010008230100081d0101 +08150105080101000819010508470100084d010108150105080101000819010508510101 +0858010108670101085709010001060a0901000103000202040103010202040006000100 +08490101081d010008670100084d0101081d010008710101085801010867010108570901 +0001060a090100010300020204010301020204000600010008490101081d010008670100 +084d0101081d0100087101010858010108670101085709010001060a0901000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001000849010108d5010108900101 +0858010108670101085709010001060a0901000103000202040103010202040006000100 +0849010108d50101089001010858010108670101085709010001060a0901000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001ff01ff01d409010001060a0901 +0001030002020401030102020400060001ff01ff01d409010001060a0901000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001000849010108d5010108900101 +0858010108670101085709010001060a0901000103000202040103010202040006000100 +0805010008230100081d010108670100086c010108900101085801010867010108570901 +0001060a09010001030002020401030102020400060001000804010008040101080d0100 +080a010108020100081c0101083b0100080b0102081b01000805010008650101082c0102 +086001010803010108520101080301000804010208030102085301010801010408030100 +08040102084309010001060a090100010300020204010301020204000600010008030100 +0804010008010100080b0101080901000801010008020100081b0101083b0100080d0100 +081a01000805010108650101082e01000860010108020100080101000851010108020101 +080301000802010008010100080201000852010108010100080601010803010008020100 +084209010001060a09010001030002020401030102020400060001000802010008050100 +08010100080a010008000100080901000801010008030100081a01010802010108000100 +080201020802010008000101080a01020802010008020100080201020802010008000101 +080201040803010108050100080301020803010208020100080001010805010008040100 +080001000865010108020102080201000800010108020100080001010803010208020100 +08000101080c010008030102080301010800010008020101080001000802010208020100 +08000101083d010108020100080101000851010108010100080001000803010008090100 +085201010801010008050100080001000803010008020100084209010001060a09010001 +030002020401030102020400060001000801010008060100080101000809010008010100 +080901000801010008040100081901010801010008010101080101000802010008010101 +080101000808010008020100080101000802010008010100080201000801010108010100 +080301000805010108050100080201000802010008010100080201000801010108010100 +080301000804010008010100086501010801010008020100080101010801010008010101 +0801010008010100080201000801010108010100080b0100080201000802010008010100 +08010101080101000801010108010100080201000801010108010100083c010108020100 +080101000851010108030100080301000809010008520101080101030804010008030100 +08020100084209010001060a090100010300020204010301020204000600010008000100 +080701000801010008080100080201000809010008010100080501000818010108010100 +080201000801010008020100080101000802010008080100080201000801010008020100 +0801010008020100080101000802010008030100080d0100080201000802010008010100 +080201000801010008020100080301000803010008020100086501010801010008020100 +0801010008050100080501000802010008010100080f0100080201000802010008010100 +080201000801010008020100080101000802010008010100084001010802010008010100 +085101010803010008030103080501000853010108050100080301000804010308420901 +0001060a0901000103000202040103010202040006000100080101000806010008010100 +080801000802010008090100080101000804010008190101080101000802010008010104 +080101000802010008080104080201000800010008020104080101000802010008030100 +080d01000802010008020100080101000802010008010100080201000802010008040100 +0802010008650101080101040801010008050100080501000802010008010100080f0100 +080201000802010008010100080201000801010008020100080101040801010008400101 +080201000801010008510101080301000803010008020100080301000854010108050100 +0803010008070100084209010001060a0901000103000202040103010202040006000100 +08020100080501000801010008080105080801000801010008030100081a010108010100 +080201000801010008050100080201000808010008060100080001000802010008050100 +0802010008030100080d0100080201000802010008010100080201000801010008020100 +080201000804010508640101080101000805010008050100080501000802010008010100 +080f01000802010008020100080101000802010008010100080201000801010008050100 +084001010802010008010100085101010803010008030100080201000802010008550101 +08010100080201000803010008070100084209010001060a090100010300020204010301 +020204000600010008030100080401000801010008030101080601000803010108030100 +0801010008020100081b0101080101000801010108010100080201000801010008020100 +080801000802010008030100080301000802010008010100080201000803010008050101 +080501000802010008020100080101000802010008010101080101000801010008090100 +0865010108010100080201000801010008050100080501000802010008010100080f0100 +080201000802010008010100080101010801010008010101080101000802010008010100 +084001010802010008010100085101010803010008030100080201000801010008560101 +0801010008020100080301000803010008020100084209010001060a0901000103000202 +040103010202040006000100080401000804010108040101080601000803010108040101 +08020100081c010108020101080001000802010208020100080201000809010208040100 +080401020802010008020100080401010803010108050100080301020803010208020100 +080001010802010008090100086501010802010208020100080501000806010208020100 +080f01000803010208030101080001000802010108000100080201020802010008400101 +080301010852010108010104080201020802010408520101080201020802010408020102 +084309010001060a09010001030002020401030102020400060001000805010008230100 +081d010108050100080e01050840010008770101082301050813010008050100084a0101 +0858010108670101085709010001060a0901000103000202040103010202040006000100 +084901010801010008020100085501000877010108390100080201000801010008020100 +084a01010858010108670101085709010001060a09010001030002020401030102020400 +0600010008490101080201020856010008770101083a010208030102084b010108580101 +08670101085709010001060a090100010300020204010301020204000600010008490101 +08d50101089001010858010108670101085709010001060a090100010300020204010301 +02020400060001000849010108d50101089001010858010108670101085709010001060a +09010001030002020401030102020400060001000849010108d501010890010108580101 +08670101085709010001060a090100010300020204010301020204000600010008490101 +08d50101089001010858010108670101085709010001060a090100010300020204010301 +02020400060001ff01ff01d409010001060a090100010300020204010301020204000600 +00ff00ff00d409010001060a090100010300020204010301020204000600000008490001 +08d50001089000010858000108670001085709010001060a090100010300020204010301 +02020400060000000849000108d50001089000010858000108670001085709010001060a +09010001030002020401030102020400060000000805000008230000081d0001086e0000 +08650001089000010858000108670001085709010001060a090100010300020204010301 +0202040006000000080400000804000108090004080a000108020000081c0001084f0002 +081b000008020002085f000108170002080500000812000008060000082e000008120002 +080300020805000108030001085200010805000008020002080400010853000108030000 +080400020803000208060000083b09010001060a09010001030002020401030102020400 +0600000008030000080400000801000008080000080d00000801000008020000081b0001 +08510000081a00000802000008020000085e000108190000081900000836000008140000 +080500000805000108020000080100000851000108040001080100000802000008020000 +0801000008520001080200010803000008020000080100000802000008040001083b0901 +0001060a0901000103000202040103010202040006000000080200000805000008010000 +08080000080d00000801000008030000081a000108020001080000000802000208020000 +08000001080a000208030002080200000800000108020000080200000802000208020000 +080000010804000108050000080300020803000208020000080000010805000008020000 +086200010802000208020000080000010802000008000001080500000803000208030002 +080300020802000408020002080300020802000008000001080a00020803000208020000 +080000010802000408010000080000010803000208050000080500000803000308020000 +080100000851000108030000080000000805000008020000080100000852000108010000 +080000000803000008050000080200000803000008000000083b09010001060a09010001 +0300020204010301020204000600000008010000080600000801000008080003080a0000 +080100000804000008190001080100000801000108010000080200000801000108010000 +080800000802000008010000080200000801000108010000080100000802000008010000 +080200000801000108010000080300010805000008020000080200000801000008020000 +080100010801000008030000080300000862000108010000080200000801000108010000 +080100010801000008040000080500000802000008020000080100000802000008030000 +080600000802000008020000080100010801000008080000080200000801000008020000 +080100010801000008030000080300010801000008010000080200000804000008050000 +080200000801000108020000080100000851000108020000080100000805000008020000 +0801000008520001080300000803000008050000080200000802000008010000083b0901 +0001060a0901000103000202040103010202040006000000080000000807000008010000 +080c00000809000008010000080500000818000108010000080200000801000008020000 +080100000802000008080000080500000802000008010000080500000802000008010000 +0802000008010000080f0000080200000802000008010000080200000801000008020000 +0803000008030003085f0001080500000801000008020000080100000802000008040000 +080500000802000008090000080300000806000008020000080200000801000008020000 +080800000805000008020000080100000802000008030000080300000805000008020000 +080400000805000008020000080100010802000008010000085100010801000008020000 +080300010803000008010000085200010803000008030003080300020802000008020000 +083b09010001060a09010001030002020401030102020400060000000801000008060000 +08010000080c000008090000080100000804000008190001080100000802000008010004 +080100000802000008090002080200040801000008060000080000000802000408010000 +080f00000802000008020000080100000802000008010000080200000802000008040000 +08020000085e000108020003080100000802000008010000080200000804000008050000 +080200000806000308030000080600000802000008020000080100000802000008080000 +080500000802000008010000080200000803000008030000080500000802000008040000 +080500000802000408020000080100000851000108010000080200000805000008020000 +080100000852000108030000080300000802000008010000080200000801000008020000 +083b09010001060a09010001030002020401030102020400060000000802000008050000 +080100000808000008020000080900000801000008030000081a00010801000008020000 +080100000805000008020000080c00000801000008050000080600000800000008020000 +08050000080f000008020000080200000801000008020000080100000802000008020000 +0804000008020000085e0001080100000802000008010000080200000801000008020000 +080400000805000008020000080500000802000008030000080600000802000008020000 +080100000802000008080000080500000802000008010000080200000803000008030000 +080500000802000008040000080500000802000008010001080200000801000008510001 +080100050804000008020000080100000852000108030000080300000802000008010000 +0802000008010005083a09010001060a0901000103000202040103010202040006000000 +080300000804000008010000080300010802000008020000080300010803000008010000 +08020000081b000108010000080100010801000008020000080100000802000008080000 +080200000801000008020000080100000807000008030000080200000801000008070001 +080500000802000008020000080100000802000008010001080100000801000008050000 +08020000085e000108010000080200000801000108010000080100010801000008040000 +080500000802000008020000080100000802000008030000080600000802000008020000 +080100000802000008080000080200000801000008020000080100000802000008030000 +080300000805000008020000080400000805000008020000080100010802000008010000 +085100010805000008010000080200000802000008010000085200010803000008030000 +08020000080100000802000008050000083b09010001060a090100010300020204010301 +020204000600000008040000080400010804000108030002080400010804000108020000 +081c00010802000108000000080200020802000008020000080900020803000208020000 +080700000804000208020000080700010805000008030002080300020802000008000001 +0802000008060002085f0001080200030801000008000001080200000800000108050000 +080500000803000208030003080400010804000008030002080200000802000008090002 +080300020802000008020000080400010801000008060002080500000805000008030003 +080300010852000108050000080200020804000108530001080100040802000208030002 +08060000083b09010001060a090100010300020204010301020204000600000008050000 +08230000081d000108050000080e000508470000087000010808000008050000083c0005 +083c00010858000108670001085709010001060a09010001030002020401030102020400 +06000000084900010801000008020000085c0000087000010808000008050000087f0001 +0858000108670001085709010001060a0901000103000202040103010202040006000000 +0849000108020002085d0000087000010808000008050000087f00010858000108670001 +085709010001060a09010001030002020401030102020400060000000849000108d50001 +089000010858000108670001085709010001060a09010001030002020401030102020400 +060000000849000108d50001089000010858000108670001085709010001060a09010001 +030002020401030102020400060000000849000108d50001089000010858000108670001 +085709010001060a09010001030002020401030102020400060000000849000108d50001 +089000010858000108670001085709010001060a09010001030002020401030102020400 +060000ff00ff00d409010001060a09010001030002020401030102020400060001ff01ff +01d409010001060a09010001030002020401030102020400060001000849010108d50101 +089001010858010108670101085709010001060a09010001030002020401030102020400 +060001000849010108d50101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001000805010008230100081d010108c90100080a0101 +089001010858010108670101085709010001060a09010001030002020401030102020400 +060001000804010008040101080a0102080b010108020100081c01010817010208050100 +0812010008060100082e01000829010008110102081b0100080201020804010108900101 +08030101085201010803010008040102085a010108020102080301020804010108430901 +0001060a0901000103000202040103010202040006000100080301000804010008010100 +0808010008020100080901000801010008020100081b0101081901000819010008360100 +083e0100081a010008020100080201000803010108900101080201000801010008510101 +080201010803010008020100085901010801010008020100080101000802010008020100 +08010100084209010001060a090100010300020204010301020204000600010008020100 +080501000801010008080100080d01000801010008030100081a01010802010208020100 +080001010802010008000101080501000803010208030102080301020802010408020102 +080301020802010008000101080901010800010008030102080301020802010408020102 +080201000800010108040101080201010800010008030102080301020802010008000101 +080c01000803010208030102080201000800010108050100080601000803010108900101 +080201000801010008510101080101000800010008070100085901010805010008050100 +0802010008010100084209010001060a0901000103000202040103010202040006000100 +08010100080601000801010008080100080d010008010100080401000819010108010100 +080201000801010108010100080101010801010008040100080501000802010008020100 +080101000802010008030100080601000802010008020100080101010801010008080100 +080001000800010008010100080201000801010008020100080301000803010008020100 +080101010801010008030101080201000800010008000100080101000802010008040100 +0802010108010100080b0100080201000802010008010100080201000801010108010100 +080301000807010008030101089001010802010008010100085101010803010008070100 +0859010108050100080501000802010008010100084209010001060a0901000103000202 +04010301020204000600010008000100080701000801010008080103080a010008010100 +080501000818010108050100080101000802010008010100080201000804010008050100 +080201000809010008030100080601000802010008020100080101000802010008080100 +0800010008000100080501000801010008070100080301000802010008010100080c0100 +080001000800010008050100080401000802010008020100080b01000802010008020100 +080101000802010008010100080201000803010008060100080401010890010108020100 +08010100085101010803010008060100085a010108030101080501000803010008010100 +084209010001060a09010001030002020401030102020400060001000801010008060100 +080101000808010008020100080901000801010008040100081901010802010308010100 +080201000801010008020100080401000805010008020100080601030803010008060100 +080201000802010008010100080201000808010008000100080001000802010308020102 +080401000803010408010100080c01000800010008000100080201030804010008020100 +08020100080b010008020100080201000801010008020100080101000802010008020100 +0806010008050101089001010802010008010100085101010803010008050100085b0101 +08050100080301000804010008010100084209010001060a090100010300020204010301 +020204000600010008020100080501000801010008080100080201000809010008010100 +08030100081a010108010100080201000801010008020100080101000802010008040100 +080501000802010008050100080201000803010008060100080201000802010008010100 +080201000808010008000100080001000801010008020100080501000803010008030100 +08050100080c010008000100080001000801010008020100080401000802010008020100 +080b01000802010008020100080101000802010008010100080201000802010008050100 +08060101089001010802010008010100085101010803010008040100085c010108050100 +080201000805010008010100084209010001060a09010001030002020401030102020400 +060001000803010008040100080101000803010108020100080201000803010108030100 +0801010008020100081b0101080101000802010008010101080101000801010108010100 +080401000805010008020100080201000801010008020100080301000806010008020100 +080201000801010008020100080801000800010008000100080101000802010008010100 +080201000803010008030100080201000801010008070101080201000800010008000100 +0801010008020100080401000802010008020100080b0100080201000802010008010100 +080201000801010108010100080101000805010008070101089001010802010008010100 +085101010803010008030100085d01010801010008020100080101000806010008010100 +084209010001060a09010001030002020401030102020400060001000804010008040101 +0804010108030102080401010804010108020100081c0101080201030801010008000101 +080201000800010108050100080501000803010208030103080401010804010008030102 +080201000802010008080100080001000800010008020103080201020805010108020102 +080201000807010108020100080001000800010008020103080401000802010008020100 +080b01000803010208030102080201000800010108020100080501040803010108900101 +080301010852010108010104080101040859010108020102080201040803010108430901 +0001060a09010001030002020401030102020400060001000805010008230100081d0101 +0808010008050100083c0105084d01050816010008150101089001010858010108670101 +085709010001060a09010001030002020401030102020400060001000849010108080100 +0805010008ad010008150101089001010858010108670101085709010001060a09010001 +0300020204010301020204000600010008490101080801000805010008ad010008150101 +089001010858010108670101085709010001060a09010001030002020401030102020400 +060001000849010108d50101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001000849010108d50101089001010858010108670101 +085709010001060a09010001030002020401030102020400060001000849010108d50101 +089001010858010108670101085709010001060a09010001030002020401030102020400 +060001000849010108d50101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001ff01ff01d409010001060a09010001030002020401 +030102020400060001ff01ff01d409010001060a09010001030002020401030102020400 +060001000849010108d50101089001010858010108670101085709010001060a09010001 +030002020401030102020400060001000849010108d50101089001010858010108670101 +085709010001060a09010001030002020401030102020400060001000805010008230100 +081d010108bb010008180101089001010858010108670101085709010001060a09010001 +03000202040103010202040006000100080401000804010108090104080a010108020100 +081c010108170102080501000812010008060100082e0100081901020821010008040100 +0807010008050100081101010890010108030101085201010805010008020102085a0101 +080201020803010208030102084309010001060a09010001030002020401030102020400 +060001000803010008040100080101000808010008020100080901000801010008020100 +081b0101081901000819010008360100081b010008270100080601000805010108110101 +089001010802010008010100085101010804010108010100080201000859010108010100 +0802010008010100080201000801010008020100084209010001060a0901000103000202 +040103010202040006000100080201000805010008010100080c01000809010008010100 +08030100081a010108020102080201000800010108020100080001010805010008030102 +080301020803010208020104080201020803010208020100080001010809010108000100 +080301020803010208020104080201020802010008000101080401010805010008030102 +080301020802010008000101080a01020802010408040100080401000800010008110101 +089001010802010008010100085101010803010008000100080501000859010108050100 +080101000802010008010100084609010001060a09010001030002020401030102020400 +06000100080101000806010008010100080b0100080a0100080101000804010008190101 +080101000802010008010101080101000801010108010100080401000805010008020100 +080201000801010008020100080301000806010008020100080201000801010108010100 +080801000800010008000100080101000802010008010100080201000803010008030100 +080201000801010108010100080301010805010008020100080201000801010008020100 +0801010108010100080b0100080401000805010008040100080101000811010108900101 +080201000801010008510101080201000801010008050100085901010805010008010100 +0802010008010100084609010001090c0001030002020401030102020400060001000800 +01000807010008010100080b0100080a0100080101000805010008180101080501000801 +010008020100080101000802010008040100080501000802010008090100080301000806 +010008020100080201000801010008020100080801000800010008000100080501000801 +010008070100080301000802010008010100080f01000802010008020100080101000802 +01000801010008020100080b010008040100080501000803010008020100081101010890 +0101080201000801010008510101080101000802010008040100085a0101080401000803 +010208020103084309010000090d00010300020204010301020204000600010008010100 +0806010008010100080b0100080a01000801010008040100081901010802010308010100 +080201000801010008020100080401000805010008020100080601030803010008060100 +080201000802010008010100080201000808010008000100080001000802010308020102 +080401000803010408010100080f01000802010008020100080101000802010008010100 +08020100080b010008040100080401000804010008020100081101010890010108020100 +0801010008510101080101000802010008030100085b0101080301000803010008020100 +080101000802010008420901070e00010300020204010301020204000600010008020100 +0805010008010100080a0100080b01000801010008030100081a01010801010008020100 +080101000802010008010100080201000804010008050100080201000805010008020100 +080301000806010008020100080201000801010008020100080801000800010008000100 +080101000802010008050100080301000803010008050100080f01000802010008020100 +08010100080201000801010008020100080b010008040100080401000804010508100101 +089001010802010008010100085101010801010508010100085c01010802010008040100 +08020100080101000802010008420901070e000103000202040103010202040006000100 +080301000804010008010100080301010804010008050101080301000801010008020100 +081b01010801010008020100080101010801010008010101080101000804010008050100 +080201000802010008010100080201000803010008060100080201000802010008010100 +080201000808010008000100080001000801010008020100080101000802010008030100 +080301000802010008010100080701010805010008020100080201000801010008020100 +0801010108010100080b0100080401000803010008090100081101010890010108020100 +08010100085101010805010008010100085d010108010100080501000802010008010100 +0802010008420901070e0001030002020401030102020400060001000804010008040101 +0804010108040100080501010804010108020100081c0101080201030801010008000101 +080201000800010108050100080501000803010208030103080401010804010008030102 +080201000802010008080100080001000800010008020103080201020805010108020102 +08020100080701010805010008030102080301020802010008000101080c010008050101 +080101000809010008110101089001010803010108520101080501000801010408590101 +08010104080201020803010208430901070e000103000202040103010202040006000100 +0805010008230100081d01010808010008050100083c01050847010008040105082d0101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +084901010808010008050100088a01000838010108900101085801010867010108570901 +070e000103000202040103010202040006000100084901010808010008050100088a0100 +0838010108900101085801010867010108570901070e0001030002020401030102020400 +060001000849010108d5010108900101085801010867010108570901070e000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +070e0001030002020401030102020400060001000849010108d501010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e0001030002020401030102020400060001ff +01ff01d40901070e0001030002020401030102020400060001ff01ff01d40901070e0001 +030002020401030102020400060001000849010108d50101089001010858010108670101 +08570901070e0001030002020401030102020400060001000849010108d5010108900101 +085801010867010108570901070e00010300020204010301020204000600010008050100 +08230100081d0101086e01000865010108900101085801010867010108570901070e0001 +030002020401030102020400060001000804010008040101080a0102080b010108020100 +081c0101084f0102081b010008020102085f010108010100082201020867010108030101 +085201010801010408030101080601000852010108030100080401020803010208060100 +083b0901070e000103000202040103010202040006000100080301000804010008010100 +0808010008020100080901000801010008020100081b010108510100081a010008020100 +08020100085e010108010100082401000867010108020100080101000851010108010100 +080601000801010008040101085201010802010108030100080201000801010008020100 +08040101083b0901070e0001030002020401030102020400060001000802010008050100 +080101000808010008020100080901000801010008030100081a01010802010108000100 +080201020802010008000101080a01020803010208020100080001010802010008020100 +080201020802010008000101080401010805010008030102080301020802010008000101 +080501000802010008620101080101000801010008030102080201000800010108020100 +080001010803010208050100080a010208020100080201000801010008000101084b0101 +080201000801010008510101080101000806010008010100080301000800010008520101 +08010100080001000803010008050100080201000803010008000100083b0901070e0001 +030002020401030102020400060001000801010008060100080101000808010008020100 +080901000801010008040100081901010801010008010101080101000802010008010101 +080101000808010008020100080101000802010008010101080101000801010008020100 +080101000802010008010101080101000803010108050100080201000802010008010100 +080201000801010108010100080301000803010008620101080101000800010008030100 +080201000801010108010100080101010801010008010100080201000804010008090100 +0802010008010100080201000801010108010100084a0101080201000801010008510101 +080101030803010008010100080201000801010008520101080301000803010008050100 +080201000802010008010100083b0901070e000103000202040103010202040006000100 +08000100080701000801010008090102080a010008010100080501000818010108010100 +080201000801010008020100080101000802010008080100080501000802010008010100 +0805010008020100080101000802010008010100080f0100080201000802010008010100 +0802010008010100080201000803010008030103085f0101080101010804010008020100 +080101000805010008020100080101000802010008040100080901000805010008020100 +0801010008020100084a0101080201000801010008510101080501000802010008010100 +0801010008020100085201010803010008030103080301020802010008020100083b0901 +070e00010300020204010301020204000600010008010100080601000801010008080100 +080201000809010008010100080401000819010108010100080201000801010408010100 +0802010008090102080201040801010008060100080001000802010408010100080f0100 +080201000802010008010100080201000801010008020100080201000804010008020100 +085e010108010101080401040801010008050100080201000801010408040100080a0102 +08020100080201000801010008020100084a010108020100080101000851010108050100 +080201000801010008010100080201000852010108030100080301000802010008010100 +080201000801010008020100083b0901070e000103000202040103010202040006000100 +0802010008050100080101000808010008020100080901000801010008030100081a0101 +0801010008020100080101000805010008020100080c0100080101000805010008060100 +080001000802010008050100080f01000802010008020100080101000802010008010100 +08020100080201000804010008020100085e010108010100080001000803010008050100 +08050100080201000801010008080100080d010008010100080201000801010008020100 +084a01010802010008010100085101010801010008020100080201000801010008010105 +08510101080301000803010008020100080101000802010008010105083a0901070e0001 +030002020401030102020400060001000803010008040100080101000803010108020100 +0802010008030101080301000801010008020100081b0101080101000801010108010100 +080201000801010008020100080801000802010008010100080201000801010008070100 +080301000802010008010100080701010805010008020100080201000801010008020100 +0801010108010100080101000805010008020100085e0101080101000801010008020100 +080201000801010008050100080201000801010008020100080401000809010008020100 +08010100080101010801010108010100084a010108020100080101000851010108010100 +080201000802010008010100080501000852010108030100080301000802010008010100 +0802010008050100083b0901070e00010300020204010301020204000600010008040100 +080401010804010108030102080401010804010108020100081c01010802010108000100 +080201020802010008020100080901020803010208020100080701000804010208020100 +0807010108050100080301020803010208020100080001010802010008060102085f0101 +0801010008020100080201020802010008050100080201000802010208050100080a0102 +08030101080001000801010008000101084b010108030101085201010802010208040101 +080601000852010108010104080201020803010208060100083b0901070e000103000202 +0401030102020400060001000805010008230100081d010108050100080e010508470100 +08700101082a0105080f0100084e0101085801010867010108570901070e000103000202 +040103010202040006000100084901010801010008020100085c01000870010108400100 +084e0101085801010867010108570901070e000103000202040103010202040006000100 +0849010108020102085d01000870010108400100084e0101085801010867010108570901 +070e0001030002020401030102020400060001000849010108d501010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108d5010108900101085801010867010108570901070e00010300020204010301 +02020400060001000849010108d5010108900101085801010867010108570901070e0001 +030002020401030102020400060001ff01ff01d40901070e000103000202040103010202 +0400060001ff01ff01d40901070e00010300020204010301020204000600010008490101 +08d5010108900101085801010867010108570901070e0001030002020401030102020400 +060001000849010108d5010108900101085801010867010108570901070e000103000202 +0401030102020400060001000805010008230100081d0101086e01000865010108900101 +085801010867010108570901070e00010300020204010301020204000600010008040100 +08040101080a0102080b010108020100081c0101084f0102081b010008020102085f0101 +0890010108030101085201010802010208030102085a0101080201020803010208030102 +08430901070e000103000202040103010202040006000100080301000804010008010100 +0808010008020100080901000801010008020100081b010108510100081a010008020100 +08020100085e010108900101080201000801010008510101080101000802010008010100 +080201000859010108010100080201000801010008020100080101000802010008420901 +070e00010300020204010301020204000600010008020100080501000801010008080100 +08020100080901000801010008030100081a010108020101080001000802010208020100 +08000101080a010208030102080201000800010108020100080201000802010208020100 +080001010804010108050100080301020803010208020100080001010805010008020100 +086201010801010008000101080301020802010008020100087b01010802010008010100 +085101010805010008050100085901010805010008010100080201000801010008460901 +070e00010300020204010301020204000600010008010100080601000801010008080100 +080201000809010008010100080401000819010108010100080101010801010008020100 +080101010801010008080100080201000801010008020100080101010801010008010100 +080201000801010008020100080101010801010008030101080501000802010008020100 +080101000802010008010101080101000803010008030100086201010801010108010100 +08010100080201000801010008020100087b010108020100080101000851010108050100 +08050100085901010805010008010100080201000801010008460901070e000103000202 +040103010202040006000100080001000807010008010100080901030809010008010100 +080501000818010108010100080201000801010008020100080101000802010008080100 +0805010008020100080101000805010008020100080101000802010008010100080f0100 +0802010008020100080101000802010008010100080201000803010008030103085f0101 +0801010008050100080201000802010008000100087c0101080201000801010008510101 +0804010008050100085a010108040100080301020802010308430901070e000103000202 +040103010202040006000100080101000806010008010100080c01000809010008010100 +080401000819010108010100080201000801010408010100080201000809010208020104 +0801010008060100080001000802010408010100080f0100080201000802010008010100 +080201000801010008020100080201000804010008020100085e01010801010008050104 +08030100087d01010802010008010100085101010803010008050100085b010108030100 +0803010008020100080101000802010008420901070e0001030002020401030102020400 +06000100080201000805010008010100080c0100080901000801010008030100081a0101 +0801010008020100080101000805010008020100080c0100080101000805010008060100 +080001000802010008050100080f01000802010008020100080101000802010008010100 +08020100080201000804010008020100085e010108010100080501000806010008000100 +087c01010802010008010100085101010802010008050100085c01010802010008040100 +08020100080101000802010008420901070e000103000202040103010202040006000100 +080301000804010008010100080301010802010008020100080301010803010008010100 +08020100081b010108010100080101010801010008020100080101000802010008080100 +080201000801010008020100080101000807010008030100080201000801010008070101 +080501000802010008020100080101000802010008010101080101000801010008050100 +08020100085e01010801010008050100080201000801010008020100087b010108020100 +08010100085101010801010008050100085d010108010100080501000802010008010100 +0802010008420901070e0001030002020401030102020400060001000804010008040101 +0804010108030102080401010804010108020100081c0101080201010800010008020102 +080201000802010008090102080301020802010008070100080401020802010008070101 +08050100080301020803010208020100080001010802010008060102085f010108010100 +080601020802010008020100087b01010803010108520101080101040801010408590101 +08010104080201020803010208430901070e000103000202040103010202040006000100 +0805010008230100081d010108050100080e010508470100087001010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108010100 +08020100085c01000870010108900101085801010867010108570901070e000103000202 +0401030102020400060001000849010108020102085d0100087001010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108d5010108900101085801010867010108570901070e00010300020204010301 +02020400060001000849010108d5010108900101085801010867010108570901070e0001 +030002020401030102020400060001000849010108d50101089001010858010108670101 +08570901070e0001030002020401030102020400060001ff01ff01d40901070e00010300 +02020401030102020400060001ff01ff01d40901070e0001030002020401030102020400 +060001000849010108d5010108900101085801010867010108570901070e000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +070e00010300020204010301020204000600010008050100082a010008160101086e0100 +0865010108900101085801010867010108570901070e0001030002020401030102020400 +060001000804010008040101080b010008050101080b01010802010008150101084f0102 +081b010008020102085f01010809010208090100080d0102086701010803010108520101 +0802010208030102085a010108020102080201040801010408420901070e000103000202 +040103010202040006000100080301000804010008010100080901010804010008010100 +0809010008010100080201000814010108510100081a01000802010008020100085e0101 +080b010008090100080f0100086701010802010008010100085101010801010008020100 +080101000802010008590101080101000802010008010100080201000801010008460901 +070e00010300020204010301020204000600010008020100080501000801010008080100 +080001000804010008010100080901000801010008030100081301010802010108000100 +080201020802010008000101080a01020803010208020100080001010802010008020100 +080201020802010008000101080401010805010008030102080301020802010008000101 +080501000802010008620101080201010800010008040100080301020802010008000101 +0803010208050100080901000800010108030102080201010800010008030102080a0102 +080301020802010008000101080201000802010008020102080201000800010108130101 +080201000801010008510101080101000802010008010100080201000859010108050100 +080501000801010008460901070e00010300020204010301020204000600010008010100 +0806010008010100080a0100080401000801010008090100080101000804010008120101 +080101000801010108010100080201000801010108010100080801000802010008010100 +080201000801010108010100080101000802010008010100080201000801010108010100 +080301010805010008020100080201000801010008020100080101010801010008030100 +080301000862010108010100080101010804010008020100080201000801010108010100 +080101000802010008040100080901010801010008010100080201000801010008000100 +080001000801010008020100080801000802010008010100080201000801010108010100 +080101000802010008010100080201000801010108010100081201010802010008010100 +085101010801010008020100080101000802010008590101080501000804010008020103 +08430901070e000103000202040103010202040006000100080001000807010008010100 +080a01000804010008010100080901000801010008050100081101010801010008020100 +080101000802010008010100080201000808010008050100080201000801010008050100 +08020100080101000802010008010100080f010008020100080201000801010008020100 +08010100080201000803010008030103085f010108010100080201000804010008020100 +080201000801010008020100080501000804010008090100080201000805010008010100 +080001000800010008010100080201000808010008050100080201000801010008050100 +080201000801010008020100080101000816010108020100080101000851010108020102 +08030102085a010108030101080501000806010008420901070e00010300020204010301 +0202040006000100080101000806010008010100080a0100080401000801010008090100 +080101000804010008120101080101000802010008010104080101000802010008090102 +080201040801010008060100080001000802010408010100080f01000802010008020100 +08010100080201000801010008020100080201000804010008020100085e010108010100 +080201000804010008020100080201000801010008020100080201030804010008090100 +080201000802010308010100080001000800010008010104080901020802010408010100 +080601000800010008020104080101000816010108020100080101000851010108010100 +0802010008010100080201000859010108050100080401000806010008420901070e0001 +03000202040103010202040006000100080201000805010008010100080a010008040100 +080101000809010008010100080301000813010108010100080201000801010008050100 +08020100080c0100080101000805010008060100080001000802010008050100080f0100 +080201000802010008010100080201000801010008020100080201000804010008020100 +085e01010801010008020100080401000802010008020100080101000802010008010100 +080201000804010008090100080201000801010008020100080101000800010008000100 +080101000810010008010100080501000806010008000100080201000805010008160101 +080201000801010008510101080101000802010008010100080201000859010108050100 +08030100080301000802010008420901070e000103000202040103010202040006000100 +080301000804010008010100080301010804010008040100080101000803010108030100 +080101000802010008140101080101000801010108010100080201000801010008020100 +080801000802010008010100080201000801010008070100080301000802010008010100 +080701010805010008020100080201000801010008020100080101010801010008010100 +0805010008020100085e0101080101000801010108040100080201000802010008010101 +080101000801010008020100080401000809010008020100080101000802010008010100 +080001000800010008010100080201000808010008020100080101000802010008010100 +080701000803010008020100080101000816010108020100080101000851010108010100 +080201000801010008020100085901010801010008020100080301000803010008020100 +08420901070e000103000202040103010202040006000100080401000804010108040101 +080201040803010108040101080401010802010008150101080201010800010008020102 +080201000802010008090102080301020802010008070100080401020802010008070101 +08050100080301020803010208020100080001010802010008060102085f010108020101 +080001000804010008030102080201000800010108030103080401000809010008020100 +0802010308010100080001000800010008020102080a0102080301020802010008070100 +08040102080201000816010108030101085201010802010208030102085a010108020102 +080401000804010208430901070e00010300020204010301020204000600010008050100 +082a01000816010108050100080e010508470100087001010805010008230105081c0105 +083c0101085801010867010108570901070e000103000202040103010202040006000100 +084901010801010008020100085c01000870010108010100080201000889010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108020102 +085d01000870010108020102088a0101085801010867010108570901070e000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +070e0001030002020401030102020400060001000849010108d501010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108d5010108900101085801010867010108570901070e00010300020204010301 +02020400060001ff01ff01d40901070e0001030002020401030102020400060001ff01ff +01d40901070e0001030002020401030102020400060001000849010108d5010108900101 +085801010867010108570901070e00010300020204010301020204000600010008490101 +08d5010108900101085801010867010108570901070e0001030002020401030102020400 +0600010008050100082a010008160101086e010008650101089001010858010108670101 +08570901070e0001030002020401030102020400060001000804010008040101080b0100 +08050100080c01010802010008150101084f0102081b010008020102085f010108110100 +087d01010803010108520101080301000805010008040102085301010802010208030102 +0804010108430901070e0001030002020401030102020400060001000803010008040100 +080101000809010108040101080b010008010100080201000814010108510100081a0100 +0802010008020100085e010108110100087d010108020100080101000851010108020101 +080401010803010008020100085201010801010008020100080101000802010008020100 +0801010008420901070e0001030002020401030102020400060001000802010008050100 +0801010008080100080001000803010008000100080b0100080101000803010008130101 +0802010108000100080201020802010008000101080a0102080301020802010008000101 +080201000802010008020102080201000800010108040101080501000803010208030102 +080201000800010108050100080201000862010108010100080001010803010208020104 +080901020802010008020100080101000800010108600101080201000801010008510101 +080101000800010008030100080001000803010008560101080501000805010008020100 +0801010008420901070e0001030002020401030102020400060001000801010008060100 +08010100080a010008050100080b01000801010008040100081201010801010008010101 +080101000802010008010101080101000808010008020100080101000802010008010101 +080101000801010008020100080101000802010008010101080101000803010108050100 +080201000802010008010100080201000801010108010100080301000803010008620101 +0801010108010100080101000802010008030100080a0100080201000801010008020100 +0801010108010100085f0101080201000801010008510101080301000805010008030100 +085601010805010008050100080201000801010008420901070e00010300020204010301 +0202040006000100080001000807010008010100080a010008050100080b010008010100 +080501000811010108010100080201000801010008020100080101000802010008080100 +0805010008020100080101000805010008020100080101000802010008010100080f0100 +0802010008020100080101000802010008010100080201000803010008030103085f0101 +0801010008020100080101000802010008030100080a0100080501000802010008010100 +08020100085f010108020100080101000851010108030100080501000803010308530101 +0803010108050100080301000801010008420901070e0001030002020401030102020400 +06000100080101000806010008010100080a010008050100080b01000801010008040100 +081201010801010008020100080101040801010008020100080901020802010408010100 +08060100080001000802010408010100080f010008020100080201000801010008020100 +0801010008020100080201000804010008020100085e0101080101000802010008010104 +08030100080b010208020100080201000801010008020100085f01010802010008010100 +085101010803010008050100080301000802010008520101080501000803010008040100 +0801010008420901070e0001030002020401030102020400060001000802010008050100 +08010100080a010008050100080b01000801010008030100081301010801010008020100 +080101000805010008020100080c01000801010008050100080601000800010008020100 +08050100080f010008020100080201000801010008020100080101000802010008020100 +0804010008020100085e010108010100080201000801010008070100080e010008010100 +080201000801010008020100085f01010802010008010100085101010803010008050100 +0803010008020100085201010805010008020100080501000801010008420901070e0001 +030002020401030102020400060001000803010008040100080101000803010108040100 +080501000805010108030100080101000802010008140101080101000801010108010100 +080201000801010008020100080801000802010008010100080201000801010008070100 +080301000802010008010100080701010805010008020100080201000801010008020100 +0801010108010100080101000805010008020100085e0101080101000802010008010100 +0802010008030100080a01000802010008010100080101010801010108010100085f0101 +080201000801010008510101080301000805010008030100080201000852010108010100 +0802010008010100080601000801010008420901070e0001030002020401030102020400 +060001000804010008040101080401010802010408010104080301010804010108020100 +081501010802010108000100080201020802010008020100080901020803010208020100 +080701000804010208020100080701010805010008030102080301020802010008000101 +0802010008060102085f0101080101000802010008020102080501010809010208030101 +080001000801010008000101086001010803010108520101080101040801010408020102 +0853010108020102080201040803010108430901070e0001030002020401030102020400 +0600010008050100082a01000816010108050100080e0105084701000870010108150105 +080f010008630101085801010867010108570901070e0001030002020401030102020400 +06000100084901010801010008020100085c010008700101082b01000863010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108020102 +085d010008700101082b010008630101085801010867010108570901070e000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +070e0001030002020401030102020400060001000849010108d501010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108d5010108900101085801010867010108570901070e00010300020204010301 +02020400060001ff01ff01d40901070e0001030002020401030102020400060001ff01ff +01d40901070e0001030002020401030102020400060001000849010108d5010108900101 +085801010867010108570901070e00010300020204010301020204000600010008490101 +08d5010108900101085801010867010108570901070e0001030002020401030102020400 +0600010008050100082a010008160101086e010008650101089001010858010108670101 +08570901070e0001030002020401030102020400060001000804010008040101080b0100 +08040102080b01010802010008150101084f0102081b010008020102085f010108110100 +080301000878010108030101085201010802010208030102085a01010802010208030102 +0804010008440901070e0001030002020401030102020400060001000803010008040100 +080101000809010108030100080201000809010008010100080201000814010108510100 +081a01000802010008020100085e01010811010008030100087801010802010008010100 +085101010801010008020100080101000802010008590101080101000802010008010100 +080201000802010108440901070e00010300020204010301020204000600010008020100 +080501000801010008080100080001000807010008090100080101000803010008130101 +0802010108000100080201020802010008000101080a0102080301020802010008000101 +080201000802010008020102080201000800010108040101080501000803010208030102 +080201000800010108050100080201000862010108020102080201000802010008010104 +080101000800010108750101080201000801010008510101080501000805010008590101 +0805010008050100080101000800010008440901070e0001030002020401030102020400 +06000100080101000806010008010100080a010008070100080901000801010008040100 +081201010801010008010101080101000802010008010101080101000808010008020100 +080101000802010008010101080101000801010008020100080101000802010008010101 +080101000803010108050100080201000802010008010100080201000801010108010100 +080301000803010008620101080101000802010008010100080201000803010008030101 +080101000874010108020100080101000851010108050100080501000859010108050100 +080501000803010008440901070e00010300020204010301020204000600010008000100 +0807010008010100080a010008060100080a010008010100080501000811010108010100 +080201000801010008020100080101000802010008080100080501000802010008010100 +0805010008020100080101000802010008010100080f0100080201000802010008010100 +0802010008010100080201000803010008030103085f0101080501000801010008020100 +080301000803010008020100087401010802010008010100085101010804010008050100 +085a010108040100080401010804010008440901070e0001030002020401030102020400 +06000100080101000806010008010100080a010008050100080b01000801010008040100 +081201010801010008020100080101040801010008020100080901020802010408010100 +08060100080001000802010408010100080f010008020100080201000801010008020100 +0801010008020100080201000804010008020100085e0101080201030801010008020100 +080301000803010008020100087401010802010008010100085101010803010008050100 +085b010108030100080701000803010008440901070e0001030002020401030102020400 +06000100080201000805010008010100080a010008040100080c01000801010008030100 +081301010801010008020100080101000805010008020100080c01000801010008050100 +08060100080001000802010008050100080f010008020100080201000801010008020100 +0801010008020100080201000804010008020100085e0101080101000802010008010100 +080201000803010008030100080201000874010108020100080101000851010108020100 +08050100085c010108020100080801000803010008440901070e00010300020204010301 +020204000600010008030100080401000801010008030101080401000803010008070101 +080301000801010008020100081401010801010008010101080101000802010008010100 +080201000808010008020100080101000802010008010100080701000803010008020100 +080101000807010108050100080201000802010008010100080201000801010108010100 +080101000805010008020100085e01010801010008020100080101000801010108030100 +0803010008020100087401010802010008010100085101010801010008050100085d0101 +0801010008050100080201000803010008440901070e0001030002020401030102020400 +060001000804010008040101080401010802010408010104080301010804010108020100 +081501010802010108000100080201020802010008020100080901020803010208020100 +080701000804010208020100080701010805010008030102080301020802010008000101 +0802010008060102085f0101080201030802010108000100080401010801010008020100 +087401010803010108520101080101040801010408590101080101040802010208020104 +08420901070e00010300020204010301020204000600010008050100082a010008160101 +08050100080e0105084701000870010108900101085801010867010108570901070e0001 +03000202040103010202040006000100084901010801010008020100085c010008700101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108020102085d01000870010108900101085801010867010108570901070e0001 +030002020401030102020400060001000849010108d50101089001010858010108670101 +08570901070e0001030002020401030102020400060001000849010108d5010108900101 +085801010867010108570901070e00010300020204010301020204000600010008490101 +08d5010108900101085801010867010108570901070e0001030002020401030102020400 +060001000849010108d5010108900101085801010867010108570901070e000103000202 +0401030102020400060001ff01ff01d40901070e00010300020204010301020204000600 +01ff01ff01d40901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108d5010108900101085801010867010108570901070e00010300020204010301 +020204000600010008050100082a010008160101086e0100086501010890010108580101 +0867010108570901070e0001030002020401030102020400060001000804010008040101 +080b010008040102080b01010802010008150101084f0102081b010008020102085f0101 +08110100080a010008220102084b01010803010108520101080101040805010008050100 +0852010108020102080201040801010408420901070e0001030002020401030102020400 +060001000803010008040100080101000809010108030100080201000809010008010100 +080201000814010108510100081a01000802010008020100085e010108110100080a0100 +08240100084b010108020100080101000851010108010100080801010804010108520101 +080101000802010008010100080201000801010008460901070e00010300020204010301 +020204000600010008020100080501000801010008080100080001000807010008090100 +0801010008030100081301010802010108000100080201020802010008000101080a0102 +080301020802010008000101080201000802010008020102080201000800010108040101 +080501000803010208030102080201000800010108050100080201000862010108010100 +080001010803010208020104080801000801010008030102080201000800010108020100 +080001010803010208050100084b01010802010008010100085101010801010008070100 +0800010008030100080001000852010108050100080501000801010008460901070e0001 +03000202040103010202040006000100080101000806010008010100080a010008070100 +080901000801010008040100081201010801010008010101080101000802010008010101 +080101000808010008020100080101000802010008010101080101000801010008020100 +080101000802010008010101080101000803010108050100080201000802010008010100 +080201000801010108010100080301000803010008620101080101010801010008010100 +0802010008030100080a0100080001000803010008020100080101010801010008010101 +08010100080101000802010008040100084b010108020100080101000851010108010103 +080301000801010008020100080101000852010108050100080401000802010308430901 +070e000103000202040103010202040006000100080001000807010008010100080a0100 +08050101080a010008010100080501000811010108010100080201000801010008020100 +080101000802010008080100080501000802010008010100080501000802010008010100 +0802010008010100080f0100080201000802010008010100080201000801010008020100 +0803010008030103085f01010801010008020100080101000802010008030100080a0101 +0804010008020100080101000805010008020100080101000802010008040100084b0101 +080201000801010008510101080501000801010008020100080101000802010008520101 +08030101080501000806010008420901070e000103000202040103010202040006000100 +080101000806010008010100080a01000807010008090100080101000804010008120101 +080101000802010008010104080101000802010008090102080201040801010008060100 +080001000802010408010100080f01000802010008020100080101000802010008010100 +08020100080201000804010008020100085e010108010100080201000801010408030100 +080a0101080401040801010008050100080201000801010408040100084b010108020100 +080101000851010108050100080101000802010008010100080201000852010108050100 +080401000806010008420901070e00010300020204010301020204000600010008020100 +0805010008010100080a0100080701000809010008010100080301000813010108010100 +08020100080101000805010008020100080c010008010100080501000806010008000100 +0802010008050100080f0100080201000802010008010100080201000801010008020100 +080201000804010008020100085e010108010100080201000801010008070100080a0100 +08000100080301000805010008050100080201000801010008080100084b010108020100 +080101000851010108010100080201000801010508000105085101010805010008030100 +080301000802010008420901070e00010300020204010301020204000600010008030100 +080401000801010008030101080401000803010008020100080301010803010008010100 +080201000814010108010100080101010801010008020100080101000802010008080100 +080201000801010008020100080101000807010008030100080201000801010008070101 +080501000802010008020100080101000802010008010101080101000801010008050100 +08020100085e01010801010008020100080101000802010008030100080a010008010100 +0802010008020100080101000805010008020100080101000802010008040100084b0101 +080201000801010008510101080101000802010008050100080501000852010108010100 +0802010008030100080301000802010008420901070e0001030002020401030102020400 +060001000804010008040101080401010802010408020102080401010804010108020100 +081501010802010108000100080201020802010008020100080901020803010208020100 +080701000804010208020100080701010805010008030102080301020802010008000101 +0802010008060102085f0101080101000802010008020102080501010808010008020100 +080201020802010008050100080201000802010208050100084b01010803010108520101 +0802010208060100080501000852010108020102080401000804010208430901070e0001 +0300020204010301020204000600010008050100082a01000816010108050100080e0105 +08470100087001010815010508740101085801010867010108570901070e000103000202 +040103010202040006000100084901010801010008020100085c01000870010108900101 +085801010867010108570901070e00010300020204010301020204000600010008490101 +08020102085d01000870010108900101085801010867010108570901070e000103000202 +0401030102020400060001000849010108d5010108900101085801010867010108570901 +070e0001030002020401030102020400060001000849010108d501010890010108580101 +0867010108570901070e0001030002020401030102020400060001000849010108d50101 +08900101085801010867010108570901070e000103000202040103010202040006000100 +0849010108d5010108900101085801010867010108570901070e00010300020204010301 +02020400060001ff01ff01d40901070e0001030002020401030102020400060001ff01ff +01d40901070e0001030002020401030102020400060001000849010108d5010108900101 +0858010108670101085709010010030002020401030102020400060001000849010108d5 +0101089001010858010108670101085709010700000c0900000103000202040103010202 +04000600010008050100082a010008160101088301000850010108900101085801010867 +010108570901070000010608090107000001030002020401030102020400060001000804 +010008040101080b010008070100080a0101080201000815010108110100080a01000822 +0102080b01000806010008090100081501000807010008020102084a0101089001010803 +0101085201010805010008020102085a0101080201020802010408490901070100010607 +090107000001030002020401030102020400060001000803010008040100080101000809 +0101080601010809010008010100080201000814010108110100080a010008240100080b +010008110100081401010806010008020100080201000849010108900101080201000801 +010008510101080401010801010008020100085901010801010008020100080101000802 +010008490901070100010606090107010001030002020401030102020400060001000802 +010008050100080101000808010008000100080501000800010008090100080101000803 +010008130101080101000800010108030102080201040808010008010100080301020802 +010008000101080201000800010108030102080501000804010108020104080201020803 +010208020100080101000803010208020100080001010802010008000100080601000806 +010008490101089001010802010008010100085101010803010008000100080101000802 +010008590101080101000802010008050100084909010702000106050901070100010300 +0202040103010202040006000100080101000806010008010100080a0100080401000801 +010008090100080101000804010008120101080101010801010008010100080201000803 +0100080a0100080001000803010008020100080101010801010008010101080101000801 +010008020100080401000804010108040100080601000802010008020100080101000800 +010008030100080201000801010108010100080301000805010008070100084901010890 +010108020100080101000851010108020100080101000801010008020100085901010801 +01000802010008040100084a090107020001060409010702000103000202040103010202 +040006000100080001000807010008010100080a01000803010008020100080901000801 +010008050100081101010801010008020100080101000802010008030100080a01010804 +010008020100080101000805010008020100080101000802010008040100080b01000806 +01000802010008050101080401000802010008010100080701000805010008060100084a +010108900101080201000801010008510101080101000802010008020102085a01010802 +010208050100084a09010703000106030901070200010300020204010301020204000600 +0100080101000806010008010100080a0100080301000802010008090100080101000804 +01000812010108010100080201000801010408030100080a010108040104080101000805 +0100080201000801010408040100080b0100080601000802010008050101080401040801 +0100080701000804010008060100084b0101089001010802010008010100085101010801 +010008020100080101000802010008590101080101000802010008040100084a09010703 +000106020901070300010300020204010301020204000600010008020100080501000801 +0100080a0100080301050808010008010100080301000813010108010100080201000801 +010008070100080a01000800010008030100080501000805010008020100080101000808 +0100080b0100080601000802010008050100080001000803010008050100080701000804 +010008050100084c01010890010108020100080101000851010108010105080001000802 +010008590101080101000802010008030100084b09010704000106010901070300010300 +020204010301020204000600010008030100080401000801010008030101080401000807 +010008030101080301000801010008020100081401010801010008020100080101000802 +010008030100080a01000801010008020100080201000801010008050100080201000801 +010008020100080401000804010108040100080601000802010008020100080101000801 +0100080201000802010008010100080701000803010008050100084d0101089001010802 +010008010100085101010805010008010100080201000859010108010100080201000803 +0100084b0901070400010600090107040001030002020401030102020400060001000804 +010008040101080401010802010408050100080301010804010108020100081501010801 +010008020100080201020805010108080100080201000802010208020100080501000802 +010008020102080501000804010108050101080401000803010208020100080201000802 +010208020100080501040801010008050104084901010890010108030101085201010805 +010008020102085a01010802010208040100084b09010705000009020704000103000202 +04010301020204000600010008050100082a0100081601010815010508b9010108900101 +085801010867010108570901070500000901070500010300020204010301020204000600 +01000849010108d501010890010108580101086701010857090107060901070500010300 +02020401030102020400060001000849010108d501010890010108580101086701010857 +09010706090007060001030002020401030102020400060001000849010108d501010890 +010108580101086701010857090100100300020204010301020204000600010008490101 +08d5010108900101085801010867010108570900001103000202040103010202040009ff +09ff09d9060e03000202040103010202040009ff09ff09d80000060e0300020204010301 +020204000901070d0000070000ff00ff00a507100001070c0001060e0300020204010301 +020204000901070b00010900070000ff00ff00a4090007100003070a0001060e03000202 +040103010202040009010709000209010700000106ff06ff06a109010710000507080001 +060e030002020401030102020400090107070003060009010700000106ff06ff06a10901 +071000010601000307060001060e03000202040103010202040009010705000306020901 +0700000106ff06ff06a10901071000010603000307040001060e03000202040103010202 +0400090107030003060409010700000106ff06ff06a10901071000010605000307020001 +060e030002020401030102020400090107010003060609010700000106ff06ff06a10901 +071000010607000307000001060e03000202040103010202040009050608090107000001 +06ff06ff06a1090107100001060809030001060e03000202040103010202040009010701 +0903060609010700000106ff06ff06a10901071000010607090307000001060e03000202 +0401030102020400090107030903060409010700000106ff06ff06a10901071000010605 +090307020001060e030002020401030102020400090107050903060209010700000106ff +06ff06a10901071000010603090307040001060e03000202040103010202040009010707 +0903060009010700000106ff06ff06a10901071000010601090307060001060e03000202 +04010301020204000901070909040700000106ff06ff06a1090107100001090307080001 +060e0300020204010301020204000901070b09020700000109ff09ff09a3071000010901 +070a0001060e0300020204010301020204000901070d09000700000009ff09ff09a40710 +00000900070c0001060e030002020401030102020400090100ff00ff00d7060e03000202 +0401030102020400090000ff00ff00d8060e03000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff0615 +01000601010006ce030002020401030004040601000a0607010006020100060401000606 +010006100102061201000686000a06090100060c01000611010006020100060401000606 +0100060f01000602010006e0010006010100060801000602010006040100060601000605 +0100061f010106890300040403050601000909000607010006020100060c0100060f0100 +060201000611010006860009090006090100060c01000611010006020100060c0100060f +01010601010006e00100060101000608010006020100060c010006050100061e01000601 +010006880304040003010202040006010001060609010607010006020100060201020603 +010106000100060201020609010006050100060201000602010206020104060201020602 +010106000100060901000600010106020100060001010603010206030102060301020603 +010206030102060301020603010206310001060609010608010006000100060201000602 +010006010104060201020609010006020100060201020603010106000100060201020609 +01010601010006020102060201000602010006d101050607010006020100060201020603 +010106000100060201010600010006020102060201000600010106040101060a01000601 +010006880300020204010301020204000601000106060901060701000602010006040100 +060201000601010106010100060201000609010006040100060201000601010006020100 +060301000603010006020100060101000600010006000100060801010601010006010101 +060101000601010006020100060101000602010006010100060201000601010006020100 +060101000602010006010100060201000601010006020100063000010606090106080100 +060001000602010006020100060301000603010006020100060801000602010006040100 +060201000601010106010100060201000608010006000100060001000601010006020100 +060101000602010006d20100060101000608010006020100060401000602010006010101 +06010100060101010601010006020100060101010601010006030101060a010006010100 +068803000202040103010202040006010001060609010607010406040100060201000602 +01000601010006020100060a010106030100060101000601010006070100060301000602 +010006010100060001000600010006080100060201000601010006050100060201000601 +010006050100060201000601010006050100060501000602010006010100063400010606 +090106080100060001000602010006020100060301000603010006020100060101040601 +010406040100060201000602010006010100060201000608010006000100060001000601 +01000602010006010100060001000600010006d101000601010006090104060401000602 +010006020100060101000602010006010100060201000601010006020100061001000601 +010006880300020204010301020204000601000106060901060701000602010006040100 +060201000602010006010104060c01000602010006010100060201020604010006030104 +060101000600010006000100060801000602010006010100060501000602010006010100 +060501040602010206030102060201040602010206310001060609010607010006020100 +060101000602010006030100060301000602010006080100060201000604010006020100 +060201000601010406080100060101010601010406010100060001000600010006d00105 +060801000602010006040100060201000602010006010100060201000601010406010100 +060201000610010006010100068803000202040103010202040006010001060609010607 +01000602010006040100060201000602010006010100060c010006020100060301000600 +010006050100060301000603010006050100060001000600010006080100060201000601 +010006050100060201000601010006050100060901000605010006010100060901000630 +000106060901060701040601010006020100060301000603010006020100060801000602 +010006040100060201000602010006010100060c01000601010106010100060501000600 +01000600010006d101000601010006090100060201000604010006020100060201000601 +010006020100060101000605010006020100061001000601010006880300020204010301 +020204000601000106060901060701000602010006040100060201000601010106010100 +060201000608010006020100060301010602010006020100060301000603010006020100 +060101000600010006000100060801010601010006010100060501000602010006010100 +060201000601010006020100060101000602010006010100060201000601010006020100 +060101000602010006300001060609010607010006020100060101000601010106030100 +060301000602010006080100060201000604010006020100060101010601010006020100 +0608010006020100060101000602010006010100060001000600010006d1010006010100 +060901000602010006040100060201000601010106010100060101010601010006020100 +060101000602010006030101060a01000601010006880300020204010301020204000601 +000106060901060701000602010006040100060301010600010006020102060a01020605 +010006030102060501010602010206020100060001000600010006080100060001010602 +010006060102060301020603010206030102060301020603010206030102063100010606 +090106070100060201000602010106000100060401010602010206090100060201000604 +0100060301010600010006020102060901000602010006020102060301000600010006d2 +010006010100060901000602010006040100060301010600010006020101060001000602 +0102060201000602010006030101060b0101068903000202040103010202040006010001 +09080634010006250100066c0001090806ff06ff06060300020204010301020204000601 +00000909063101000600010006260100066c0000090906ff06ff06060300020204010301 +02020400063f01000627010006ff06ff067e03000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040006ff06ff06e803000202040103010202040006ff06ff06e8 +03000202040103010202040003ff03ff03e9020204010301021a0400030002ff02ff02b6 +04000300021a04010301021a0400030002ff02ff02b604000300021a04010301021a0400 +030002ff02ff02b604000300021a04010301041b030004ff04ff04b70300041c030004ff +04ff04f3 +%%EndData +end +%%PageTrailer +%%Trailer +%%BoundingBox: 0 22 377 234 +%%EOF diff --git a/lib/pman/doc/src/make.dep b/lib/pman/doc/src/make.dep new file mode 100644 index 0000000000..2f6a8a06cd --- /dev/null +++ b/lib/pman/doc/src/make.dep @@ -0,0 +1,26 @@ +# ---------------------------------------------------- +# >>>> Do not edit this file <<<< +# This file was automaticly generated by +# /home/otp/bin/docdepend +# ---------------------------------------------------- + + +# ---------------------------------------------------- +# TeX files that the DVI file depend on +# ---------------------------------------------------- + +book.dvi: book.tex part.tex pman.tex pman_chapter.tex \ + ref_man.tex + +# ---------------------------------------------------- +# Source inlined when transforming from source to LaTeX +# ---------------------------------------------------- + +book.tex: ref_man.xml + +# ---------------------------------------------------- +# Pictures that the DVI file depend on +# ---------------------------------------------------- + +book.dvi: main_window.ps options.ps trace.ps + diff --git a/lib/pman/doc/src/note.gif b/lib/pman/doc/src/note.gif new file mode 100644 index 0000000000..6fffe30419 Binary files /dev/null and b/lib/pman/doc/src/note.gif differ diff --git a/lib/pman/doc/src/notes.xml b/lib/pman/doc/src/notes.xml new file mode 100644 index 0000000000..27e3b5e5fe --- /dev/null +++ b/lib/pman/doc/src/notes.xml @@ -0,0 +1,144 @@ + + + + +
+ + 20042009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Pman Release Notes + otp_appnotes + nil + nil + nil + notes.xml +
+

This document describes the changes made to the Pman application.

+ +
Pman 2.7.1 + +
Improvements and New Features + + +

+ The documentation is now built with open source tools + (xsltproc and fop) that exists on most platforms. One + visible change is that the frames are removed.

+

+ Own Id: OTP-8201

+
+
+
+ +
+ +
Pman 2.7 + +
Improvements and New Features + + +

The copyright notices have been updated.

+

+ Own Id: OTP-7851

+
+
+
+ +
+ +
+ Pman 2.6 + +
+ Improvements and New Features + + +

Some maintenance work to replace deprecated guard + expressions etc. somehow grew into a larger rewrite of + parts of the Pman code, fixing some of the more blatant + errors and removing unused code.

+

The default font has been changed, so now the entire text + on buttons etc. should be visible on most platforms.

+

Saving and restoring trace options to/from file now + works.

+

Selecting different sets of processes to hide/view should + now work in a more consistent and logical way.

+

It is now possible to select more than one module or + process to hide/show.

+

Own Id: OTP-6012 Aux Id: OTP-5987

+
+
+
+
+ +
+ Pman 2.5.3 + +
+ Fixed Bugs and Malfunctions + + +

Removed some dead code from pman_process.

+

Own Id: OTP-6550

+
+
+
+
+ +
+ Pman 2.5.2 + +
+ Fixed Bugs and Malfunctions + + +

Some dead code reported by Dialyzer was eliminated.

+

A bug in dbg when tracing to wrap trace files + has been corrected. It failed to delete any already existing + wrap trace files with the same names when starting a new + wrap trace.

+

Own Id: OTP-5329

+
+ +

The graphic applications now search for HTML + documentation in the correct place.

+

Own Id: OTP-5381

+
+
+
+
+ +
+ Pman 2.5.1 + +
+ Fixed Bugs and Malfunctions + + +

The Pman 'trace shell' functionality was broken, it has + now been fixed. Furthermore, Pman could not correctly + find the pid of the active shell if more than one shell + process was running on the node. This has also been + corrected.

+

Own Id: OTP-5191

+
+
+
+
+
+ diff --git a/lib/pman/doc/src/options.gif b/lib/pman/doc/src/options.gif new file mode 100644 index 0000000000..18377fbed1 Binary files /dev/null and b/lib/pman/doc/src/options.gif differ diff --git a/lib/pman/doc/src/options.ps b/lib/pman/doc/src/options.ps new file mode 100644 index 0000000000..b5e2c6a391 --- /dev/null +++ b/lib/pman/doc/src/options.ps @@ -0,0 +1,829 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: (ImageMagick) +%%Title: (./options.tmp.eps) +%%CreationDate: (Tue Jun 12 18:04:30 2001) +%%BoundingBox: 0 53 250 318 +%%DocumentData: Clean7Bit +%%LanguageLevel: 1 +%%Pages: 0 +%%EndComments + +%%BeginDefaults +%%PageOrientation: Portrait +%%EndDefaults + +%%BeginProlog +% +% Display a color image. The image is displayed in color on +% Postscript viewers or printers that support color, otherwise +% it is displayed as grayscale. +% +/buffer 512 string def +/byte 1 string def +/color_packet 3 string def +/pixels 768 string def + +/DirectClassPacket +{ + % + % Get a DirectClass packet. + % + % Parameters: + % red. + % green. + % blue. + % length: number of pixels minus one of this color (optional). + % + currentfile color_packet readhexstring pop pop + compression 0 gt + { + /number_pixels 3 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add 3 mul def + } ifelse + 0 3 number_pixels 1 sub + { + pixels exch color_packet putinterval + } for + pixels 0 number_pixels getinterval +} bind def + +/DirectClassImage +{ + % + % Display a DirectClass image. + % + systemdict /colorimage known + { + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { DirectClassPacket } false 3 colorimage + } + { + % + % No colorimage operator; convert to grayscale. + % + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { GrayDirectClassPacket } image + } ifelse +} bind def + +/GrayDirectClassPacket +{ + % + % Get a DirectClass packet; convert to grayscale. + % + % Parameters: + % red + % green + % blue + % length: number of pixels minus one of this color (optional). + % + currentfile color_packet readhexstring pop pop + color_packet 0 get 0.299 mul + color_packet 1 get 0.587 mul add + color_packet 2 get 0.114 mul add + cvi + /gray_packet exch def + compression 0 gt + { + /number_pixels 1 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add def + } ifelse + 0 1 number_pixels 1 sub + { + pixels exch gray_packet put + } for + pixels 0 number_pixels getinterval +} bind def + +/GrayPseudoClassPacket +{ + % + % Get a PseudoClass packet; convert to grayscale. + % + % Parameters: + % index: index into the colormap. + % length: number of pixels minus one of this color (optional). + % + currentfile byte readhexstring pop 0 get + /offset exch 3 mul def + /color_packet colormap offset 3 getinterval def + color_packet 0 get 0.299 mul + color_packet 1 get 0.587 mul add + color_packet 2 get 0.114 mul add + cvi + /gray_packet exch def + compression 0 gt + { + /number_pixels 1 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add def + } ifelse + 0 1 number_pixels 1 sub + { + pixels exch gray_packet put + } for + pixels 0 number_pixels getinterval +} bind def + +/PseudoClassPacket +{ + % + % Get a PseudoClass packet. + % + % Parameters: + % index: index into the colormap. + % length: number of pixels minus one of this color (optional). + % + currentfile byte readhexstring pop 0 get + /offset exch 3 mul def + /color_packet colormap offset 3 getinterval def + compression 0 gt + { + /number_pixels 3 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add 3 mul def + } ifelse + 0 3 number_pixels 1 sub + { + pixels exch color_packet putinterval + } for + pixels 0 number_pixels getinterval +} bind def + +/PseudoClassImage +{ + % + % Display a PseudoClass image. + % + % Parameters: + % class: 0-PseudoClass or 1-Grayscale. + % + currentfile buffer readline pop + token pop /class exch def pop + class 0 gt + { + currentfile buffer readline pop + token pop /depth exch def pop + /grays columns 8 add depth sub depth mul 8 idiv string def + columns rows depth + [ + columns 0 0 + rows neg 0 rows + ] + { currentfile grays readhexstring pop } image + } + { + % + % Parameters: + % colors: number of colors in the colormap. + % colormap: red, green, blue color packets. + % + currentfile buffer readline pop + token pop /colors exch def pop + /colors colors 3 mul def + /colormap colors string def + currentfile colormap readhexstring pop pop + systemdict /colorimage known + { + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { PseudoClassPacket } false 3 colorimage + } + { + % + % No colorimage operator; convert to grayscale. + % + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { GrayPseudoClassPacket } image + } ifelse + } ifelse +} bind def + +/DisplayImage +{ + % + % Display a DirectClass or PseudoClass image. + % + % Parameters: + % x & y translation. + % x & y scale. + % label pointsize. + % image label. + % image columns & rows. + % class: 0-DirectClass or 1-PseudoClass. + % compression: 0-RunlengthEncodedCompression or 1-NoCompression. + % hex color packets. + % + gsave + currentfile buffer readline pop + token pop /x exch def + token pop /y exch def pop + x y translate + currentfile buffer readline pop + token pop /x exch def + token pop /y exch def pop + currentfile buffer readline pop + token pop /pointsize exch def pop + /Helvetica findfont pointsize scalefont setfont + x y scale + currentfile buffer readline pop + token pop /columns exch def + token pop /rows exch def pop + currentfile buffer readline pop + token pop /class exch def pop + currentfile buffer readline pop + token pop /compression exch def pop + class 0 gt { PseudoClassImage } { DirectClassImage } ifelse + grestore +} bind def +%%EndProlog +%%Page: 1 1 +%%PageBoundingBox: 0 53 250 318 +userdict begin +%%BeginData: +DisplayImage +0 53 +250.000000 265.000000 +12 +350 371 +1 +0 +0 +8 +ffffff +000000 +708090 +b03060 +d9d9d9 +808080 +a3a3a3 +000000 +03ff03ff03ff035f04000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400031b040c0392040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +04000300040003000400030004000307040c03050400030a040003080404030b0402030d +0401030104010305040703200403030a040103010401031e040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000308040003020400030204000302 +040003050400030a0400030804010301040103090401030f040103010401030804010322 +040103010401030904010321040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003070400030204000302040003020400030504000303 +040203030400030804010302040103010403030104030301040303010401030104010300 +040103000403030704010302040103000401030004030302040303020403030604010303 +04010300040103000401030104030300040103010403030104010300040103020403030a +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000308 +040003020400030204000302040003050400030204040302040003080401030204010300 +040103010401030104010301040103010401030004010301040103000401030104010308 +040103020406030104010300040103010401030004010301040103050401030304010300 +040203000401030104010301040103000401030104010300040203000401030004010301 +040103080400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030704040302040003020400030504000301040603010400030804010302 +040103000401030104010301040103050401030004010301040103000401030104010308 +040103020402030504010300040103040401030104010305040103030401030004010301 +040103010401030104010300040103010401030004010301040103000402030c04000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030804000306 +040003020400030504000301040603010400030804010302040103000405030104010302 +040403000401030104010300040103010401030804010302040103030404030004010304 +040503050401030304010300040103010401030104010301040103000401030104010300 +040103010401030204020309040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003070400030604000302040003050400030104060301 +040003080401030204010300040103050401030104010301040103000401030104010300 +040103010401030804010302040103020401030104010300040103040401030904010303 +040103000401030104010301040103010401030004010301040103000401030104010303 +040203090400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003080400030604000302040003050400030204040302040003080401030104010301 +040103010401030104010301040103010401030004010300040203000401030104010300 +040003060401030204010302040103010401030004010301040103000401030104010306 +040103010401030104020300040103010401030004020300040103010401030004010301 +040103000401030104010308040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003070408030204000305040003030402030304000308 +040403030403030204010302040203000401030004010300040103000401030204010307 +040103020401030304020300040103000403030204030308040303020401030004010303 +04010300040103010403030104010301040103010403030a040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +0400030004000300040003000400030004000300040003080400030a040003050400030a +040003660401032904000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +0400030004000300040003070400030a040003050400030a040003660401032a04000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +04000300040003000400030004000300040003000400030004000300040003080400030a +04000305040c036604010329040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +04000300040003000400030004000307040c03a604000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +040003000400030004000300040003000400030004000300040003000400030004000300 +04000300040003000400030004000300040003ff03ff03d402ff02ff02bb00ff00ff00ba +050000ff005b050100ff00ff000e050000ff005b050100b104a80502000204a8000504a8 +0502000204a8000504a80502000204a8000504a80502000204a8000504a80502000204a8 +000504a80502000204a8000504a80502000204a8000504a80502000204a8000504a80502 +000204a8000504a80502000204a8000504a80502000204a8000504a80502000204a80005 +04a8050200020407010404080100041601000404010004360100040601000433000504a8 +0502000204090100040a0100041c010004360100043b0005040801040434010004130100 +041a010004060100042b0502000204090100040301000400010104020100040001010403 +010204020100040001010403010204020104040201020402010004000101040301020403 +0102040a0102040201000400010104020104040201020403010204020100040001010403 +01020404010104170005040a01000436010004130100041a010004330502000204090100 +040301010401010004010101040101000401010004020100040101010401010004040100 +040401000403010004020100040101010401010004010100040201000401010004020100 +040801000402010004010101040101000403010004060100040201000402010004010101 +0401010004010100040201000403010104170005040a0100040301000400010104030102 +0403010204030102040a0102040201000402010004010104040101000400010104020100 +040201000401010404090102040201000400010104020104040201020403010204020100 +040001010403010204040101040f05020002040901000403010004020100040101000402 +010004010100040201000401010004080100040401000407010004010100040201000401 +010004050100040201000408010004020100040101000402010004030100040601000402 +01000402010004010100040201000401010004210005040a010004030101040101000401 +010004020100040101000402010004010100040201000408010004020100040101000402 +0100040301000403010104010100040101000402010004030100040a0100040201000401 +010104010100040301000406010004020100040201000401010104010100040101000402 +010004030101040f05020002040901000403010004020100040101000402010004010104 +040101000408010004040100040401030401010004020100040101000405010404080100 +040201000401010004020100040301000406010004020100040201000401010004020100 +04020102041e0005040a0100040301000409010004010100040501000402010004080100 +040201000401010004020100040301000403010004020100040101000402010004030100 +040a01000402010004010100040201000403010004060100040201000402010004010100 +040201000401010004190502000204090100040301000402010004010100040201000401 +010004050100040801000404010004030100040201000401010004020100040101000405 +0100040c0100040201000401010004020100040301000406010004020100040201000401 +01000402010004050100041d0005040a0100040301000406010304010100040501040408 +010004020100040101000402010004030100040301000402010004010100040201000403 +0100040a0100040201000401010004020100040301000406010004020100040201000401 +010004020100040201020416050200020409010004030100040201000401010004020100 +040101000402010004010100040801000404010004030100040201000401010004020100 +040101000402010004010100040201000408010004020100040101010401010004030100 +040601000402010004020100040101000402010004010100040201000403010104170005 +040a01000403010004050100040201000401010004050100040c01000402010004010100 +04020100040301000403010004020100040101000402010004030100040a010004020100 +040101000402010004030100040601000402010004020100040101000402010004050100 +041505020002040701040401010004020100040101000402010004020102040201000408 +0100040501010402010304010100040201000402010204030102040a0102040201000400 +01010405010104040100040301020402010004020100040201020404010104170005040a +010004030100040501000402010004010100040201000401010004020100040801000402 +01000401010004010101040301000403010104010100040101000401010104030100040a +010004020100040101010401010004030100040601000402010004020100040101000402 +0100040101000402010004030101040f050200020462010004440005040a010004030100 +040601030402010204030102040a01020403010104000100040401010401010004000101 +040301010400010004040101040901020402010004000101040501010404010004030102 +04020100040201000402010204040101040f050200020462010004440005044701000421 +0100043c0502000204620100044400050447010004210100043c0502000204a800050447 +010004210100043c0502000204a8000504a80502000204a8000504a80502000204a80005 +04a80502000204a8000504a80502000204a8000504a80502000204a8000504a805020002 +04a8000504a80502000204a8000504a80502000204a8000504a80502000204a8000504a8 +0502000204a8000504a80502000204a8000504a80502000204a8000504a80502000204a8 +000504a8050200020408050a04070104040801000416010004040100045f000504a80502 +000204080509000004090100040a0100041c0100045f000504a805020002040805010306 +000104090100040301000400010104020100040001010403010204020100040001010403 +010204020104040901020402010004000101040a01020402010004000101040301020402 +0100040201000401010004000101041f000504a805020002040805010306000104090100 +040301010401010004010101040101000401010004020100040101010401010004040100 +04040100040a010004020100040101010401010004080100040201000401010104010100 +040101000402010004010100040201000401010104010100041e00050409050a04070104 +043d01000447050200020408050103060001040901000403010004020100040101000402 +01000401010004020100040101000408010004040100040a010004020100040101000402 +010004080100040501000402010004050100040101000400010004000100040101000402 +0100041e000504090509000004090100043f010004470502000204080501030600010409 +01000403010004020100040101000402010004010104040101000408010004040100040a +010004020100040101000402010004090102040201000402010004020103040101000400 +0100040001000401010004020100041e0005040905010306000104090100040301000400 +0101040301020403010204030102040a0102040301020402010004000101040301010400 +010004470502000204080501030600010409010004030100040201000401010004020100 +04010100040501000408010004040100040a0100040201000401010004020100040c0100 +040101000402010004010100040201000401010004000100040001000401010004020100 +041e00050409050103060001040901000403010104010100040101000402010004010100 +040201000401010004020100040801000402010004010100040201000401010104010100 +040101000401010104470502000204080501030600010409010004030100040201000401 +0100040201000401010004020100040101000408010004040100040a0100040201000401 +010004020100040801000402010004010101040101000401010004020100040101000400 +0100040001000401010004020100041e0005040905010306000104090100040301000409 +010004010100040501000402010004080100040501000402010004010100040201000401 +010004020100044705020002040805010306000104070104040101000402010004010100 +040201000402010204020100040801000405010104090102040201000402010004090102 +04020100040001010403010304020100040001000402010004020100041e000504090501 +030600010409010004030100040601030401010004050104040901020402010404010100 +040201000401010004020100044705020002040805010008045b01000437000504090501 +030600010409010004030100040501000402010004010100040501000410010004010100 +04050100040201000401010004020100044705020002040805000009045b010004370005 +040905010306000104090100040301000405010004020100040101000402010004010100 +040201000408010004020100040101000402010004010100040201000401010004010101 +044705020002046f01000437000504090501030600010409010004030100040601030402 +010204030102040a01020403010204020100040201000402010104000100044705020002 +04a8000504090501000804930502000204a8000504090500000904930502000204a80005 +04a80502000204a8000504a805020002041b0501048a000504a805020002041a0503040e +01000404010204030102046a000504a80502000204190505040d01000406010004050100 +046a000504a8050200020418050203010502040b0100040001000405010004050100040a +010204020100040001010403010204020100040201000401010004000101040301020439 +000504a8050200020417050203030502040a010004000100040501000405010004090100 +040201000401010104010100040101000402010004010100040201000401010104010100 +04010100040201000438000504a805020002041605020305050204090100040001000405 +010004050100040901000405010004020100040501000401010004000100040001000401 +01000402010004010100043c000504a80502000204150002030700020407010004020100 +0404010004050100040a0102040201000402010004020103040101000400010004000100 +0401010004020100040201020439000504a8050200020416000203050002040801040404 +010004050100040d01000401010004020100040101000402010004010100040001000400 +0100040101000402010004050100043800050409050a0407010404430100044105020002 +041700020303000204090100040201000404010004050100040901000402010004010101 +040101000401010004020100040101000400010004000100040101000402010004010100 +0402010004380005040905090000040901000488050200020418000203010002040a0100 +040201000404010004050100040a01020402010004000101040301030402010004000100 +040201000402010004020102043900050409050103060001040901000403010004000101 +040301020403010204030102040901000400010104030102040301020403010204030102 +04020100040201000402010204330502000204190005042e010004580005040905010306 +000104090100040301010401010004010100040201000401010004020100040101000402 +010004080101040101000401010004020100040101000402010004010100040201000404 +010004020100040201000401010004020100043205020002041a0003042f010004580005 +040905010306000104090100040301000409010004010100040501000402010004080100 +040501000402010004010100040501000402010004040100040201000402010004010100 +04020100043205020002041b000104300100045800050409050103060001040901000403 +010004060103040101000405010404080100040501040401010004050104040401000403 +0100040001000402010404320502000204a8000504090501030600010409010004030100 +04050100040201000401010004050100040c010004050100040501000405010004080100 +04030100040001000402010004360502000204a800050409050103060001040901000403 +010004050100040201000401010004020100040101000402010004080100040501000402 +010004010100040201000401010004020100040401000404010004030100040201000432 +0502000204a8000504090501030600010409010004030100040601030402010204030102 +0409010004060102040301020403010204050100040401000404010204330502000204a8 +000504090501000804930502000204a80005040905000009049305020002041b0001048a +000504a805020002041a0003040c01040404010004120100044301020416000504a80502 +000204190005040b0100041c0100044501000416000504a8050200020418000204010002 +040a01000406010204020100040001010403010204020104040901020402010004000101 +0403010204020100040201000401010004000101040a0102040201000400010104050100 +0402010004020100040e000504a805020002041700020403000204090100040801000402 +010104010100040101000402010004030100040a01000402010004010101040101000401 +010004020100040101000402010004010101040101000408010004020100040101010401 +0100040401000402010004020100040e000504a805020002041600020405000204080103 +04050100040201000405010004070100040a010004050100040201000405010004010100 +040001000400010004010100040201000408010004020100040101000402010004040100 +0403010004010100040e000504a805020002041505020407050204070100040801000402 +01000406010204040100040b010204020100040201000402010304010100040001000400 +010004010100040201000408010004020100040101000402010004040100040301000401 +0100040e000504a805020002041605020405050204080100040801000402010004090100 +04030100040e010004010100040201000401010004020100040101000400010004000100 +040101000402010004080100040201000401010004020100040401000404010004000100 +040e000504a8050200020417050204030502040901000408010004020100040501000402 +010004030100040a01000402010004010101040101000401010004020100040101000400 +010004000100040101000402010004080100040201000401010004020100040401000404 +0101040f00050409000a04070104042701010418010004060100043a0502000204180502 +04010502040a010004080100040201000406010204050101040901020402010004000101 +040301030402010004000100040201000402010004090102040201000402010004040100 +04050100040f00050409000905000409010004280100041a010004420502000204190505 +043c010004390100040f0005040900010406050104090100040301000400010104030102 +0403010204030102040b0100040301000402010004010100040001010403010204020104 +0402010204030102040201000400010104030102042505020002041a0503043d01000436 +010004000100041000050409000104060501040901000403010104010100040101000402 +010004010100040201000401010004020100040801040401010004020100040101010401 +010004010100040201000403010004060100040201000402010004010101040101000401 +010004020100042405020002041b0501043e010004370100041100050409000104060501 +040901000403010004090100040101000405010004020100040a01000403010004020100 +040101000402010004010100040701000406010004020100040201000401010004020100 +0401010004280502000204a8000504090001040605010409010004030100040601030401 +010004050104040a01000403010004020100040101000402010004010100040701000406 +0100040201000402010004010100040201000402010204250502000204a8000504090001 +04060501040901000403010004050100040201000401010004050100040e010004030100 +040201000401010004020100040101000407010004060100040201000402010004010100 +040201000405010004240502000204a80005040900010406050104090100040301000405 +01000402010004010100040201000401010004020100040a010004030100040101010401 +010004020100040101000402010004030100040601000402010004020100040101000402 +0100040101000402010004240502000204a8000504090001040605010409010004030100 +040601030402010204030102040b01000404010104000100040101000402010004020102 +04050101040401000403010204020100040201000402010204250502000204a800050409 +0001050804930502000204a8000504090000050904930502000204a8000504a805020002 +04a8000504a80502000204a8000504a80502000204a8000504a80502000204a8000504a8 +0502000204a8000504a80502000204a8000504a80502000204a8000504a80502000204a8 +000504a80502000204a800050409000a040701040442010004420502000204a800050409 +00090500040901000444010004420502000204a800050409000104060501040901000403 +010004000101040301020403010204030102040a01020402010004020100040201020402 +0100040001010402010404020102043a0502000204a80005040900010406050104090100 +040301010401010004010100040201000401010004020100040101000402010004080100 +040201000401010004020100040101000402010004010101040101000403010004030100 +0402010004390502000204a8000504090001040605010409010004030100040901000401 +010004050100040201000408010004020100040101000402010004010100040201000401 +0100040201000403010004030100043d0502000204a80005040900010406050104090100 +040301000406010304010100040501040408010404020100040001000402010404010100 +040201000403010004040102043a0502000204a800050409000104060501040901000403 +010004050100040201000401010004050100040c01000406010004000100040201000405 +010004020100040301000407010004390502000204a80005040900010406050104090100 +040301000405010004020100040101000402010004010100040201000408010004020100 +040301000403010004020100040101000402010004030100040301000402010004390502 +00020408050a040701040408010004160100040401000420010204050100040901000429 +000504090001040605010409010004030100040601030402010204030102040a01020404 +01000404010204020100040201000404010104020102043a050200020408050900000409 +0100040a0100041c01000422010004100100042900050409000105080493050200020408 +050103060001040901000403010004000101040201000400010104030102040201000400 +01010403010204020104040901020402010004000101040c010004030102040201000400 +010104020100040101000426000504090000050904930502000204080501030600010409 +010004030101040101000401010104010100040101000402010004010101040101000404 +010004040100040a0100040201000401010104010100040b010004050100040201010401 +010004010100040001000427000504a80502000204080501030600010409010004030100 +0402010004010100040201000401010004020100040101000408010004040100040a0100 +040201000401010004020100040b01000405010004020100040201000401010104280005 +04a805020002040805010306000104090100040301000402010004010100040201000401 +0104040101000408010004040100040a0100040201000401010004020100040b01000405 +01000402010004020100040101010428000504a805020002040805010306000104090100 +0403010004020100040101000402010004010100040501000408010004040100040a0100 +040201000401010004020100040b01000405010004020100040201000401010004000100 +0427000504a8050200020408050103060001040901000403010004020100040101000402 +01000401010004020100040101000408010004040100040a010004020100040101000402 +0100040b010004050100040201000402010004010100040101000426000504a805020002 +040805010306000104070104040101000402010004010100040201000402010204020100 +0408010004050101040901020402010004020100040b0100040501000402010004020100 +04010100040201000425000504a8050200020408050100080494000504a8050200020408 +050000090494000504a80502000204a8000504a80502000204a8000504a80502000204a8 +000504a80502000204a8000504a80502000204a8000504a805020002041b0501048a0005 +04a805020002041a0503040e01000404010204030102040a01020405010004090100044a +000504a80502000204190505040d01000406010004050100040c010004100100044a0005 +04a8050200020418050203010502040b0100040001000405010004050100040c01000403 +010204020100040001010402010004010100040301020440000504a80502000204170502 +03030502040a0100040001000405010004050100040c0100040501000402010104010100 +04010100040001000403010004020100043f000504a80502000204160502030505020409 +0100040001000405010004050100040c0100040501000402010004020100040101010404 +01000443000504a805020002041500020307000204070100040201000404010004050100 +040c010004050100040201000402010004010101040501020440000504a8050200020416 +000203050002040801040404010004050100040c01000405010004020100040201000401 +01000400010004070100043f000504a80502000204170002030300020409010004020100 +0404010004050100040c0100040501000402010004020100040101000401010004020100 +04020100043f000504a8050200020418000203010002040a010004020100040401000405 +0100040c01000405010004020100040201000401010004020100040201020440000504a8 +05020002041900050488000504a805020002041a00030489000504a805020002041b0001 +048a000504a80502000204a8000504a80502000204a8000504a80502000204a8000504a8 +0502000204a8000504a80502000204a8000504a805020002041b0001048a000504a80502 +0002041a0003040c01040404010004120100040b01020405010004090100041b0102041d +000504a80502000204190005040b0100041c0100040d010004100100041d0100041d0005 +04a8050200020418000204010002040a0100040601020402010004000101040301020402 +0104040b01000403010204020100040001010402010004010100040a0102040201000400 +01010405010004020100040201000415000504a805020002041700020403000204090100 +040801000402010104010100040101000402010004030100040d01000405010004020101 +040101000401010004000100040a01000402010004010101040101000404010004020100 +040201000415000504a80502000204160002040500020408010304050100040201000405 +010004070100040d010004050100040201000402010004010101040b0100040201000401 +0100040201000404010004030100040101000415000504a8050200020415050204070502 +0407010004080100040201000406010204040100040d0100040501000402010004020100 +04010101040b010004020100040101000402010004040100040301000401010004150005 +04a80502000204160502040505020408010004080100040201000409010004030100040d +01000405010004020100040201000401010004000100040a010004020100040101000402 +01000404010004040100040001000415000504a805020002041705020403050204090100 +0408010004020100040501000402010004030100040d0100040501000402010004020100 +040101000401010004090100040201000401010004020100040401000404010104160005 +04a8050200020418050204010502040a010004080100040201000406010204050101040b +010004050100040201000402010004010100040201000409010204020100040201000404 +0100040501000416000504a80502000204190505047001000416000504a805020002041a +0503046e0100040001000417000504a805020002041b0501047001000418000504a80502 +000204a8000504a80502000204a8000504a80502000204a8000504a80502000204a80005 +04a80502000204a8000504a80502000204a8000504a80502000204a8000504a805020002 +04a8000504a80502000204a8000504a80502000204a8000504a80502000204a8000504a8 +0502000204a8000504a80502000204a8000505ab000205a8000405ac000105a9000305ad +000005aa00ff00ff00ff00ff001f04ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff04570005040f01040434010004130100041a01000406010004d3 +0005041101000436010004130100041a010004db00050411010004030100040001010403 +01020403010204030102040a010204020100040201000401010404010100040001010402 +010004020100040101040409010204020100040001010402010404020102040301020402 +010004000101040301020404010104b70005041101000403010104010100040101000402 +010004010100040201000401010004020100040801000402010004010100040201000403 +01000403010104010100040101000402010004030100040a010004020100040101010401 +010004030100040601000402010004020100040101010401010004010100040201000403 +010104b70005041101000403010004090100040101000405010004020100040801000402 +01000401010004020100040301000403010004020100040101000402010004030100040a +010004020100040101000402010004030100040601000402010004020100040101000402 +01000401010004c100050411010004030100040601030401010004050104040801000402 +01000401010004020100040301000403010004020100040101000402010004030100040a +010004020100040101000402010004030100040601000402010004020100040101000402 +01000402010204be0005041101000403010004050100040201000401010004050100040c +010004020100040101000402010004030100040301000402010004010100040201000403 +0100040a0100040201000401010004020100040301000406010004020100040201000401 +0100040201000405010004bd000504110100040301000405010004020100040101000402 +010004010100040201000408010004020100040101000401010104030100040301010401 +0100040101000401010104030100040a0100040201000401010104010100040301000406 +01000402010004020100040101000402010004010100040201000403010104b700050411 +010004030100040601030402010204030102040a01020403010104000100040401010401 +010004000101040301010400010004040101040901020402010004000101040501010404 +0100040301020402010004020100040201020404010104b70005044e01000421010004e4 +0005044e01000421010004e40005044e01000421010004e4000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff045700050416050104ff043e000504150503040c010404190100 +040d010004ff0401000504140505040d0100042a010004ff040100050413050203010502 +040c01000403010004000101040901000402010004020102040201000400010104030101 +0400010004020102040201000402010004f300050412050203030502040b010004030101 +040101000408010004020100040401000402010104010100040101000401010104010100 +04020100040101000402010004f300050411050203050502040a01000403010004020100 +040801000400010004000100040401000402010004020100040101000402010004010100 +0402010004010100040001000400010004f3000504100002030700020409010004030100 +040201000408010004000100040001000404010004020100040201000401010004020100 +040101000402010004010100040001000400010004f300050411000203050002040a0100 +040301000402010004080100040001000400010004040100040201000402010004010100 +04020100040101000402010004010100040001000400010004f300050412000203030002 +040b01000403010004020100040801000400010004000100040401000402010004020100 +0401010004010101040101000402010004010100040001000400010004f3000504130002 +03010002040a010404010100040201000409010004000100040501000402010004020100 +040201010400010004020102040301000400010004f400050414000504ff043c00050415 +000304ff043d00050416000104ff043e000504ff0457000504ff0457000504ff04570005 +04ff0457000504ff0457000504ff040600470408000504ff040600460500040800050467 +058d0410000104430501040800050467058c000004100001044305010408000504670501 +048900010410000104430501040800050467050104890001041000010443050104080005 +04160001044e0501048900010410000104070602043805010408000504150003040c0104 +041201010404010004030102041905010489000104100001040706000401060004370501 +0408000504140005040d010004130100040d010004190501048900010410000104070600 +040106000402060004000601040306020402060004020600040206020403060204140501 +040800050413000204010002040c010004040102040b0100040401020405010004030102 +041205010489000104100001040706000401060004020601040106000401060004020600 +040106000402060004010600040206000401060004020600041305010408000504120002 +04030002040b010004030100040201000408010404040100040501000402010004020100 +041105010489000104100001040706030402060004050600040206000401060004000600 +0400060004010600040506000402060004130501040800050411000204050002040a0100 +0403010004020100040a0100040601000405010004020100040201000411050104890001 +041000010407060004020600040106000405060004020600040106000400060004000600 +040206020402060404130501040800050410050204070502040901000403010004020100 +040a01000406010004050100040201040411050104890001041000010407060004020600 +040106000405060004020600040106000400060004000600040506000401060004170501 +040800050411050204050502040a01000403010004020100040a01000406010004050100 +040201000415050104890001041000010407060004020600040106000405060004020600 +040106000400060004000600040106000402060004010600040206000403060104040601 +040406010501040800050412050204030502040b01000403010004020100040a01000406 +010004050100040201000402010004110501048900010410000104070603040206000406 +060204030600040006000403060204030602040406010404060104040601050104080005 +0413050204010502040c010004040102040b010004060100040501000403010204120501 +0489000104100001044305010408000504140505044c0501048900010410000104430501 +0408000504150503044d05010489000104100001044305010408000504160501044e0501 +048900010410000104430501040800050467050104890001041000010443050104080005 +04670501008b04100001044305010408000504670500008c041000010443050104080005 +04ff0406000105450408000504ff0406000005460408000504ff0457000504ff04570005 +04ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff04570005 +04ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff04570005 +04ff0457000504ff0457000504ff0457000505ff0557000405ff0558000305ff055900ff +00ff00ff00ff001f04ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff04570005044c003b044b003b04460005044c003a +0500044b003a050004460005044c000104370501044b00010437050104460005044c0001 +04370501044b00010437050104460005044c000104370501044b00010437050104460005 +044c000104370501044b00010437050104460005044c000104370501044b000104370501 +04460005044c000104370501044b00010437050104460005044c000104370501044b0001 +0437050104460005044c000104150102040201000402010004160501044b000104070102 +041f01020409050104460005044c00010414010004020100040101000401010004170501 +044b00010406010004020100042001000409050104460005044c00010414010004020100 +040101000400010004180501044b00010406010004020100040201020402010004000101 +0403010204030102040501000409050104460005044c0001041401000402010004010101 +04190501044b000104060100040501000402010004010101040101000401010004020100 +0401010004020100040401000409050104460005044c0001041401000402010004010100 +0400010004180501044b0001040601000409010004010100040201000401010004050100 +04020100040401000409050104460005044c000104140100040201000401010004010100 +04170501044b000104060100040601030401010004020100040101000405010404040100 +0409050104460005044c00010414010004020100040101000401010004170501044b0001 +040601000402010004010100040201000401010004020100040101000405010004080100 +0409050104460005044c00010414010004020100040101000402010004160501044b0001 +040601000402010004010100040201000401010004020100040101000402010004010100 +04020100040401000409050104460005044c000104150102040201000402010004160501 +044b00010407010204030103040101000402010004020102040301020405010004090501 +04460005044c000104370501044b00010437050104460005044c000104370501044b0001 +0437050104460005044c000104370501044b00010437050104460005044c000104370501 +044b00010437050104460005044c000104370501044b00010437050104460005044c0001 +04370501044b00010437050104460005044c000104370501044b00010437050104460005 +044c000104370501044b00010437050104460005044c000104370501044b000104370501 +04460005044c000104370501044b00010437050104460005044c00010539044b00010539 +04460005044c0000053a044b0000053a0446000504ff0457000504ff0457000504ff0457 +000504ff0457000504ff0457000504ff045700010500000204ff045700000501000204ff +0457 +%%EndData +end +%%PageTrailer +%%Trailer +%%BoundingBox: 0 53 250 318 +%%EOF diff --git a/lib/pman/doc/src/part.xml b/lib/pman/doc/src/part.xml new file mode 100644 index 0000000000..29b88e0785 --- /dev/null +++ b/lib/pman/doc/src/part.xml @@ -0,0 +1,37 @@ + + + + +
+ + 19962009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Pman User's Guide + + + + +
+ +

The process manager Pman is a graphical tool used to + inspect the Erlang processes executing either locally or on remote + nodes. It is also possible to trace events in the individual processes.

+
+ +
+ diff --git a/lib/pman/doc/src/part_notes.xml b/lib/pman/doc/src/part_notes.xml new file mode 100644 index 0000000000..1505d52421 --- /dev/null +++ b/lib/pman/doc/src/part_notes.xml @@ -0,0 +1,39 @@ + + + + +
+ + 20042009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Pman Release Notes + + + 2004-09-07 + 1.0 + part_notes.sgml +
+ +

The process manager Pman is a graphical tool used to + inspect the Erlang processes executing either locally or on remote + nodes. It is also possible to trace events in the individual + processes.

+
+ +
+ diff --git a/lib/pman/doc/src/pman.xml b/lib/pman/doc/src/pman.xml new file mode 100644 index 0000000000..2469d141e5 --- /dev/null +++ b/lib/pman/doc/src/pman.xml @@ -0,0 +1,82 @@ + + + + +
+ + 1996 + 2007 + Ericsson AB, All Rights Reserved + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + The Initial Developer of the Original Code is Ericsson AB. + + + pman + + + + +
+ pman + A graphical process manager. + +

A graphical tool used to inspect the Erlang processes executing either + locally or on remote nodes. It is also possible to trace events in + the individual processes.

+
+ + + start() + start(Excluded) + start_notimeout() + start_notimeout(Excluded) + Start Pman. + + Excluded = [Module] +  Module = atom() + + +

Starts Pman. It will use the previously saved trace settings + in HOME/.erlang_tools/pman.opts, where HOME is + the user's home directory, if such a file exists. Otherwise + standard trace settings will be used. The return value should + be ignored.

+

Excluded is a list of module names. If the argument is + present, processes currently executing in any of these modules + will not be shown by Pman.

+

start/0,1 will fail unless the start-up succeeds + within 20 seconds, whereas start_notimeout/0,1 will + wait indefinitely.

+
+
+ + proc(Process) + proc(A, B, C) + Start a Pman trace window. + + Process = pid() | atom() + A = B = C = integer() + + +

Starts a Pman trace window for the specified process. + The return value should be ignored.

+

The process to trace is given either by its pid or by its + registered name. It is also possible to use proc/3 + to trace the pid represented as ]]>.

+
+
+
+
+ diff --git a/lib/pman/doc/src/pman_chapter.xml b/lib/pman/doc/src/pman_chapter.xml new file mode 100644 index 0000000000..141b488415 --- /dev/null +++ b/lib/pman/doc/src/pman_chapter.xml @@ -0,0 +1,371 @@ + + + + +
+ + 19962009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Pman + + + + + pman_chapter.xml +
+ + +
+ Introduction +

The process manager Pman is a tool for viewing processes executing + locally or on remote nodes. Its main purpose is to locate + erroneous code by inspecting the state of the processes and by tracing + events. Bottlenecks, unread messages, and bad memory handling are + some of the problems that can be solved with Pman.

+

Processes may be inspected individually in a process trace + window. There the user may dynamically follow the execution of a + process by getting trace output for sent and received messages + as well as for called functions and some other process + events. Information about source code modules executed by the + processes is also accessible. Note that Pman has some effect on + the real time behavior of a running system.

+
+ +
+ Getting Started with Pman +

Start Pman by calling pman:start(). It will start + the Main Window, showing an + overview of all processes running at the current node.

+

To trace a certain process, select it by clicking on its line and + then chose Trace->Selected Process, or simply double-click it. This + will open a Trace Window. + In the Trace Window, there is some information about the process + and traced events are added dynamically.

+

Which events to trace are selected in + the Options Window which + is opened by choosing File->Options... in the Main Window or in a + Trace Window. Currently supported trace events are message sending, + message receiving, function calls and process events.

+

It is possible to by-pass the Main Window and open a Trace + Window directly for the process Pid by calling + pman:proc(Pid).

+
+ +
+ + The Main Window +

The Main Window shows all processes running at the displayed node. + The window is automatically updated every 5 seconds. + Select which node to display in the window by choosing the node name + from the Nodes menu.

+ + The Main Window. + +

A process can be selected by clicking on its line. The selected + process is highlighted. Use the arrow keys to move up and down in + the process overview.

+

The following information is displayed for each process:

+ + Pid - process identifier. + Current Function - the function (Module:Function/Arity) + the process is currently executing. + Name - registered name of the process, if any. + Msgs - number of messages in the process' mailbox. + Reds - number of reductions performed. Gives a rough estimate + of the process' work load. + Size - estimated size of the process, in words, calculated by + adding the stack size and the heap size. + +

At the bottom of the window the following functions and + information can be found:

+ + Hide System Processes + This check button controls the display of what Pman consider + system processes, that is, processes Pman knows are part + of Erlang/OTP rather than the user's application. + If the button is selected, these system processes will not be + shown. + Auto-Hide New + This check button controls the treatment of newly created + processes. If it is selected, new processes will not be shown. + # Hidden + This label displays the number of processes currently + executing that are not shown in the process overview. + + +
+ The File Menu + + Options... + Open the Options Window + which allows the user to set the trace options to use. + Save Options + Save the options set using the Options Window. The options are + stored to the file HOME/.erlang_tools/pman.opts, where + HOME is the user's home directory, and are automatically + loaded the next time Pman is started. + Exit + Stop Pman. + +
+ +
+ The View Menu +

This menu mainly contains buttons for controlling what to + display in the Main Window. Note that the View Menu overrides + the settings of the check buttons (Hide System processes, Auto-Hide + new) in the Main Window.

+ + Hide All Processes + Hide all processes. + Hide Modules... + Opens a dialog window with all loaded modules. If the user + selects a window and clicks OK, the process overview will not + show any processes running code from those modules. + Hide Selected Processs + Hide the selected process. + Module Info... + Given a selected process currently executing a function in + the module Module, this menu button opens a window + showing information about the module as returned from + Module:module_info(). + Refresh + Updates the process overview. + Show All Processes + Show all processes, except system processes and/or new + processes if Hide System Processes and/or + Auto-Hide New is selected. + Show Processes... + Opens a dialog window with all hidden processes. If + the user selects a process and clicks OK, the process + overview will show that process. + +
+ +
+ The Trace Menu + + Kill + Terminates the selected process by calling + exit(Pid,kill). + Trace Selected Process + Opens a Trace Window for the selected process. Tracing + will start immediately with the default trace flags set from + the Main Window. + Shell Process + Opens a Trace Window for the shell process of node Pman + was started at (not the displayed node). If the shell process + dies, the opened Trace Window will find the pid of + the automatically started new shell process, and continue to + trace that process. + +
+ +
+ The Nodes Menu +

The Nodes menu contains one entry for each known node. + By selecting a node from the Nodes menu, the process overview + window will change its view, and display the processes running + on that node.

+
+ +
+ The Help Menu + + Help + Selecting Help from the Help menu will cause the HTML + version of the Pman User's Guide (this document) to be + displayed. Currently this function requires Netscape to be up + and running. + +
+
+ +
+ + The Trace Window +

A Trace Window outputs trace information for a traced process. + A Trace Window automatically uses the trace options set in + the Main Window, but it is also possible to change the options for + each Trace Window individually.

+ + The Trace Window. + +

There is no limit to how many Trace Windows can be open at the same + time. However, notice that if more processes are traced, + the performance degradation of the system will be more noticeable.

+

The following information is displayed, where applicable:

+ + initial call - the function (Module:Function/Arity) + the process started executing in. + current function - the function (Module:Function/Arity) + the process is currently executing. + messages - the messages in the mailbox. + dictionary - the contents of the process dictionary. + heap size - heap size in words. + stack size - stack size in words. + reductions - number of reductions performed. Gives a rough + estimate of the process' work load. + links - list of pids the process is linked to. + trap_exit - true if the process trap exit signals, + false otherwise. + +

In the Trace Window, trace output is continuously added. First in + each trace message is the pid of the traced process. + Note that if the inheritance flags for tracing are set, the trace + output for the spawned/linked processes will be shown in the same + window as the spawning/linking process.

+

Each trace message also has a mnemonic tag:

+ + ! + This tag indicates that a message has been sent. Following + the To: tag will be a pid/name of the receiver. Next, + following the Msg: tag will be the sent message. + rec + This tag indicates that a message has been received. + Following this will be the received message. + call + This tag indicates a call to a function. Following this will be + the actual call, with all the arguments. + link + This tag indicates that a link between the traced process and + another process has been created. Following this will be the pid + of the other process. + spawn + This tag indicates that the traced process has spawned another + process. Following this will be the pid of the spawned process. + exit + This tag indicates that traced process has exited. Following + this will be the exit reason. + + +
+ The File Menu + + Options... + Opens the Options Window + which allows the user to set the trace options to use for this + specific Trace Window. + Save Buffer... + Opens a dialog that prompts the user for a file name to + save the current Trace Window contents in. + Close + Stops tracing of the process, and closes the Trace Window. + +
+ +
+ The View Menu + + Clear Buffer + Clears the contents of the Trace Window. + Module Info + Opens a window showing information about the module + the process is currently executing code from, as returned from + Module:module_info(). + +
+ +
+ The Trace Menu + + All Linked Processes + Opens a Trace Window for each of the processes linked to the + process being traced in the current Trace Window. + Linked Process -> + The Linked Process submenu has one entry for each process + linked to the process being traced in the current Trace Window. + Select one of the processes to open a new Trace Window for that + process. + Kill + Terminates the process being traced in the current Trace + Window by calling exit(Pid,kill). + +
+ +
+ The Help Menu + + Help + Selecting Help from the Help menu will cause the HTML version + of the Pman User's Guide (this document) to be displayed. + Currently this function requires Netscape to be up and running. + +
+
+ +
+ + The Options Window +

The Options Window allows the user to specify the amount of output, + and the destination of output for traced processes.

+ + The Options Window. + +

In the upper left corner of the Options Window, there are check + buttons for determining what to output in the Trace Window:

+ + Trace send + Select this check button to display information about sent + messages. + Trace receive + Select this check button to display information about received + messages. + Trace functions + Select this check button to display information about + function calls. + Trace events + Select this check button to display information about process + events, such as spawn, link and exit. + +

In the upper right corner of the dialog, there are options for + controlling the behaviour of spawned or linked processes:

+ + Inherit on spawn + +

The user may select if spawned processes shall also be traced. + And if so, if all spawned processes should be traced, or just + the first spawned process.

+

If a spawned process is traced, it will get the same trace + options that are set for the spawning process. And the output + will be shown in the same Trace Window as that of the spawning + process.

+

.

+
+ Inherit on link + +

The user may select if a process that is being linked to + shall be traced. And if so, if all linked processes shall be + traced, or just the first one linked to.

+

If a linked process is traced, it will get the same trace + options that are set for the linking process. And the output + will be shown in the same Trace Window as that of the linked + process.

+
+
+

In the lower part of the Options Dialog, the user may select + whether the trace information shall be output to a file, or appear in + the trace window.

+

Sending trace information to a file is more efficient than displaying + it in the Trace Window. Furthermore, if the amount of trace data is + large, it will not be lost if tracing to a file. The trace information + in the Trace Window has an upper limit (approx. 10,000 lines), after + which the output buffer will be cleared.

+
+
+ diff --git a/lib/pman/doc/src/ref_man.xml b/lib/pman/doc/src/ref_man.xml new file mode 100644 index 0000000000..4deb1d9b3d --- /dev/null +++ b/lib/pman/doc/src/ref_man.xml @@ -0,0 +1,37 @@ + + + + +
+ + 19962009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Pman Reference Manual + + + + +
+ +

The process manager Pman is a graphical tool used to + inspect the Erlang processes executing either locally or on remote + nodes. It is also possible to trace events in the individual processes.

+
+ +
+ diff --git a/lib/pman/doc/src/toolbar.gif b/lib/pman/doc/src/toolbar.gif new file mode 100644 index 0000000000..116e32ace8 Binary files /dev/null and b/lib/pman/doc/src/toolbar.gif differ diff --git a/lib/pman/doc/src/trace.gif b/lib/pman/doc/src/trace.gif new file mode 100644 index 0000000000..8b34ec7ea0 Binary files /dev/null and b/lib/pman/doc/src/trace.gif differ diff --git a/lib/pman/doc/src/trace.ps b/lib/pman/doc/src/trace.ps new file mode 100644 index 0000000000..0828d4ade1 --- /dev/null +++ b/lib/pman/doc/src/trace.ps @@ -0,0 +1,1312 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: (ImageMagick) +%%Title: (./trace.tmp.eps) +%%CreationDate: (Tue Jun 12 18:05:00 2001) +%%BoundingBox: 0 17 377 309 +%%DocumentData: Clean7Bit +%%LanguageLevel: 1 +%%Pages: 0 +%%EndComments + +%%BeginDefaults +%%PageOrientation: Portrait +%%EndDefaults + +%%BeginProlog +% +% Display a color image. The image is displayed in color on +% Postscript viewers or printers that support color, otherwise +% it is displayed as grayscale. +% +/buffer 512 string def +/byte 1 string def +/color_packet 3 string def +/pixels 768 string def + +/DirectClassPacket +{ + % + % Get a DirectClass packet. + % + % Parameters: + % red. + % green. + % blue. + % length: number of pixels minus one of this color (optional). + % + currentfile color_packet readhexstring pop pop + compression 0 gt + { + /number_pixels 3 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add 3 mul def + } ifelse + 0 3 number_pixels 1 sub + { + pixels exch color_packet putinterval + } for + pixels 0 number_pixels getinterval +} bind def + +/DirectClassImage +{ + % + % Display a DirectClass image. + % + systemdict /colorimage known + { + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { DirectClassPacket } false 3 colorimage + } + { + % + % No colorimage operator; convert to grayscale. + % + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { GrayDirectClassPacket } image + } ifelse +} bind def + +/GrayDirectClassPacket +{ + % + % Get a DirectClass packet; convert to grayscale. + % + % Parameters: + % red + % green + % blue + % length: number of pixels minus one of this color (optional). + % + currentfile color_packet readhexstring pop pop + color_packet 0 get 0.299 mul + color_packet 1 get 0.587 mul add + color_packet 2 get 0.114 mul add + cvi + /gray_packet exch def + compression 0 gt + { + /number_pixels 1 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add def + } ifelse + 0 1 number_pixels 1 sub + { + pixels exch gray_packet put + } for + pixels 0 number_pixels getinterval +} bind def + +/GrayPseudoClassPacket +{ + % + % Get a PseudoClass packet; convert to grayscale. + % + % Parameters: + % index: index into the colormap. + % length: number of pixels minus one of this color (optional). + % + currentfile byte readhexstring pop 0 get + /offset exch 3 mul def + /color_packet colormap offset 3 getinterval def + color_packet 0 get 0.299 mul + color_packet 1 get 0.587 mul add + color_packet 2 get 0.114 mul add + cvi + /gray_packet exch def + compression 0 gt + { + /number_pixels 1 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add def + } ifelse + 0 1 number_pixels 1 sub + { + pixels exch gray_packet put + } for + pixels 0 number_pixels getinterval +} bind def + +/PseudoClassPacket +{ + % + % Get a PseudoClass packet. + % + % Parameters: + % index: index into the colormap. + % length: number of pixels minus one of this color (optional). + % + currentfile byte readhexstring pop 0 get + /offset exch 3 mul def + /color_packet colormap offset 3 getinterval def + compression 0 gt + { + /number_pixels 3 def + } + { + currentfile byte readhexstring pop 0 get + /number_pixels exch 1 add 3 mul def + } ifelse + 0 3 number_pixels 1 sub + { + pixels exch color_packet putinterval + } for + pixels 0 number_pixels getinterval +} bind def + +/PseudoClassImage +{ + % + % Display a PseudoClass image. + % + % Parameters: + % class: 0-PseudoClass or 1-Grayscale. + % + currentfile buffer readline pop + token pop /class exch def pop + class 0 gt + { + currentfile buffer readline pop + token pop /depth exch def pop + /grays columns 8 add depth sub depth mul 8 idiv string def + columns rows depth + [ + columns 0 0 + rows neg 0 rows + ] + { currentfile grays readhexstring pop } image + } + { + % + % Parameters: + % colors: number of colors in the colormap. + % colormap: red, green, blue color packets. + % + currentfile buffer readline pop + token pop /colors exch def pop + /colors colors 3 mul def + /colormap colors string def + currentfile colormap readhexstring pop pop + systemdict /colorimage known + { + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { PseudoClassPacket } false 3 colorimage + } + { + % + % No colorimage operator; convert to grayscale. + % + columns rows 8 + [ + columns 0 0 + rows neg 0 rows + ] + { GrayPseudoClassPacket } image + } ifelse + } ifelse +} bind def + +/DisplayImage +{ + % + % Display a DirectClass or PseudoClass image. + % + % Parameters: + % x & y translation. + % x & y scale. + % label pointsize. + % image label. + % image columns & rows. + % class: 0-DirectClass or 1-PseudoClass. + % compression: 0-RunlengthEncodedCompression or 1-NoCompression. + % hex color packets. + % + gsave + currentfile buffer readline pop + token pop /x exch def + token pop /y exch def pop + x y translate + currentfile buffer readline pop + token pop /x exch def + token pop /y exch def pop + currentfile buffer readline pop + token pop /pointsize exch def pop + /Helvetica findfont pointsize scalefont setfont + x y scale + currentfile buffer readline pop + token pop /columns exch def + token pop /rows exch def pop + currentfile buffer readline pop + token pop /class exch def pop + currentfile buffer readline pop + token pop /compression exch def pop + class 0 gt { PseudoClassImage } { DirectClassImage } ifelse + grestore +} bind def +%%EndProlog +%%Page: 1 1 +%%PageBoundingBox: 0 17 377 309 +userdict begin +%%BeginData: +DisplayImage +0 17 +377.000000 292.000000 +12 +562 436 +1 +0 +0 +8 +ffffff +000000 +b24d7a +dcadc2 +57253b +d9d9d9 +c3c3c3 +828282 +03ff03ff034e040003ff03f40400031c04000301021a0400030002ff02f304000300021a +04010301021a0400030002ff02f304000300021a04010301021a0400030002ff02f30400 +0300021a0401030102020418030004ff04f4030004170202040103010202040003ff03ff +032602020401030102020400030002150400030002ff02db040003000215040003000215 +0400030002020401030102020400030002150400030002ff02db04000300021504000300 +02150400030002020401030102020400030002150400030002ff02db0400030002150400 +030002150400030002020401030102020400030002150400030002ff02db040003000215 +040003000202030f02020400030002020401030102020400030002150400030002ff0263 +000302730400030002150400030002020300020d04000202040003000202040103010202 +04000300021504000300021f000602020001020600010206000102060001020500000209 +0004020100010211000102020001025a0002020a000502040004020c0002022f00010205 +00000212000102110001021b0004020d000102080001023a040003000215040003000202 +0300020d0400020204000300020204010301020204000300021504000300021f00010202 +000202010002020400020205000202060002020400000207000202020000020100010211 +000102020001025800010202000102080000020200020203000002020001020900010202 +0001022d00020204000002120001021100010219000102040000020c000102080001023a +0400030002150400030002020300020d0400020204000300020204010301020204000300 +021504000300021f00010203000102010002020400020205000002000001020500020204 +0000020700010206000102110001020200010258000102020001020d0001020800010208 +000102020001022d00020204000002120001021100010218000002070000020b00010245 +0400030002150400030002020300020d0400020204000300020204010301020204000300 +021504000300021f00010203000102010000020000000203000302050000020000010205 +000002000001020300000203000102010001020600010200000302050003020200010202 +000102080001020000020204000102000001020200040204000402030003020300040203 +0004020f00000201000102040001020c0001020800010207000102040001020000000211 +000402020001020000030209000002000001020300000204000402040002020000010204 +000302070004020200040204000402030000020300030201000002030004020100010200 +00030203000102010001020400000202000402030004021f040003000215040003000202 +0300020d04000202040003000202040103010202040003000202030f020204000300021f +000102030001020100000200000102020000020000010204000102000001020500000200 +000202020000020300010201000302040002020200010203000102010001020100010202 +000102080002020100010203000202030001020200010202000102060001020100010201 +000102060001021100010202000102040001020b00010209000102070001020400010201 +0001020e0001020200010201000202020001020800000200000202020000020300010202 +000102020001020100020203000102010001020700010203000102020001020200010202 +000102020000020100010202000002010000020200010205000202020001020200010202 +000002040000020200000202000102010001022304000300020803030208040003000202 +0300020d040002020400030002020401030102020400030002020300020d040002020400 +0300021f0001020200010202000002000001020200000200000102040000020200010204 +000002010001020200000208000402020001020300010202000102030001020000010202 +000102080001020300010202000102030001020400010200000102060001020300010200 +000102060001020f0001020400010204000102080002020a000102080001020400010203 +0001020b0001020400010200000102030001020800000201000102020000020200010204 +000102000001020300010202000102030001020600010202000102040001020000010204 +000102000000020200000202000102010000020100010206000102030001020200010202 +000102020000020700010201000102230400030002080300020104000208040003000202 +0300020d040002020400030002020401030102020400030002020300020d040002020400 +0300021f0005020300000201000102000000020100010203000102020001020400000202 +000102010000020a00030201000102030001020200010203000102000001020200010208 +000102030001020200010203000102040001020000010206000102030001020000030204 +0003020a00020206000102040001020b0001020800000209000102040001020500020208 +000102040001020000010203000102080000020200010201000002020001020400010200 +000102030001020200010203000102060001020200010204000102000001020400010200 +000002010000020200010202000002010001020600010203000102020001020200010202 +00000207000102010003022104000300020803000201040002080400030002020300020d +040002020400030002020401030102020400030002020300040e020204000300021f0001 +020700000201000102000000020100010203000102020002020300000202000202000000 +020c00020200000102030001020200070200000102020001020800010203000102020001 +020300010204000102000001020600070202000302040003020600020208000102040001 +020c000102060000020a0001020400010207000202060001020400010200000102030001 +020800000202000202000000020200010204000102000001020300010202000702060001 +020200010204000102000001020400010200000002010000020100020201000102010001 +02060001020300010202000102030000020100010204000402030003021f040003000208 +0300040202080400030002020300020d0400020204000300020204010301020204000300 +021504000300021f00010207000002010001020000000201000102030007020300000203 +000102000000020d00010200000102030001020200010206000102020001020800010203 +00010202000102030001020400010200000102060001020a000202050002020700020206 +000102040001020c000102050000020b0001020400010205000202080001020400010200 +000102030001020800000203000102000000020200010204000102000001020300010202 +0001020c0001020200010204000102000001020400010200000002010000020100000200 +000002010000020200010206000102030001020200010203000102000000020300020201 +000102050002021e0400030002150400030002020300020d040002020400030002020401 +0301020204000300021504000300021f0001020700000202000102020001020200010204 +00010203000002040002020d000102000001020300010202000102060001020200010208 +0001020300010202000102030001020400010200000102060001020b000102060001020a +00010205000102020001020d000102040000020d00010202000102040001020b00010204 +000102000001020300010208000002040002020200010204000102000001020300010202 +0001020c0001020200010204000102000001020400010201000002000002020100020203 +00010206000102030001020200010203000102000000020300010202000102060001021e +0400030002150400030002020300020d0400020204000300020204010301020204000300 +021504000300021f00010207000002020001020200010202000002060001020200000204 +000202030001020100000203000102010001020300010203000102030000020000010202 +000102080002020100010203000102040001020200010202000102020000020200010203 +000002000000020300010201000002030001020c00010203000102020001020300010202 +0000020200010204000102080001020200010202000102020001020e0001020200010201 +000102030001020800000204000202030001020200010202000102010002020300010203 +000002060001020300010202000102020001020200010202000102030000020700010202 +00000201000102030001020200010204000102040001020200010201000002030001021e +0400030002150400030002020300020d0400020204000300020204010301020204000300 +021504000300021f00010207000002070001020100010206000102020000020500010203 +000102010005020200010203000102050004020000010202000102080001020000020204 +00010205000402040004020400040200000502020005020f000002040002020500010202 +000402050006020300010204000202030000021100040202000102030001020800000205 +000102040004020400020200000102050004020600010204000402040004020500030209 +000402010001020300010202000102040001020500030200000102000005021f04000300 +02150400030002020300020d040002020400030002020401030102020400030002150400 +03000282000102ff02560400030002150400030002020300020d04000202040003000202 +040103010202040003000215040003000282000102ff0256040003000215040003000202 +0300040e0202040003000202040103010202040003000215040003000282000102ff0256 +0400030002150400030002150400030002020401030102020400030002150400030002ff +02db04000300021504000300021504000300020204010301020204000300021504000300 +02ff02db04000300021504000300021504000300020204010300040403000416030004ff +04dc030004160300041603000404030500ff00ff00250304040003010202040000ff00ff +00240700030002020401030102020400000105ff05ff0521070103000202040103010202 +0400000105ff05ff05210701030002020401030102020400000105ff05ff052107010300 +02020401030102020400000105ff05ff05210701030002020401030102020400000105ff +05ff052107010300020204010301020204000001050b01040504010005030102051f0100 +05020100050401000526010405ff05860100050201000509010205130701030002020401 +0301020204000001050b0100050f0100051f010005020100052e010005ff058801000502 +0100050b0100051307010300020204010301020204000001050b01000506010205050100 +050301020518010005020100050201020503010205020100050201000519010005030100 +0500010105030102050301020503010205ff056b01000502010005020102050501000502 +010005000101050c07010300020204010301020204000001050b01000508010005050100 +050201000502010005180100050001000505010005020100050201000501010005020100 +051901000503010105010100050101000502010005010100050201000501010005020100 +05ff056a0100050201000501010005020100050401000502010105010100050b07010300 +020204010301020204000001050b01030505010005050100050201000502010005180100 +050001000505010005020100050201000501010005000100050001000519010005030100 +0509010005010100050501000502010005ff056a01040501010005020100050401000502 +010005020100050b07010300020204010301020204000001050b01000508010005050100 +050201040518010005000100050501000502010405010100050001000500010005190100 +0503010005060103050101000505010405ff056a01000502010005010104050401000502 +010005020100050b07010300020204010301020204000001050b01000508010005050100 +05020100051d010005060100050201000505010005000100050001000519010005030100 +0505010005020100050101000505010005ff056e01000502010005010100050801000502 +010005020100050b07010300020204010301020204000001050b01000508010005050100 +050201000502010005190100050601000502010005020100050101000500010005000100 +051901000503010005050100050201000501010005020100050101000502010005ff056a +0100050201000501010005020100050401000502010105010100050b0701030002020401 +0301020204000001050b0100050801000505010005030102051a01000506010005030102 +0503010005000100051a01000503010005060103050201020503010205ff056b01000502 +010005020102050501000502010005000101050c07010300020204010301020204000001 +05ff05ff05100100050f07010300020204010301020204000001050a0106052a0106052a +010605ff05840106050e0100050f07010300020204010301020204000001050a0106052a +0106052a010605ff05840106050e0100050f0701030002020401030102020400000105ff +05ff05210701030002020401030102020400000105ff05ff052107010300020204010301 +02020400000105ff05ff05210701030002020401030102020400000107ff07ff07230300 +02020401030102020400000007ff07ff072403000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0525 +03000202040103010202040005ff05ff052503000202040103010202040005ff05ff0515 +070f03000202040103010202040005ff05ff0515070f0300020204010301020204000504 +07ff07ff070e05010701060607000605030002020401030102020400050407ff07ff070d +00000501070106050000070006050300020204010301020204000504070105ff05ff050a +00010501070106050000070106040300020204010301020204000504070105cf010005ff +053900010501070106040001070106040300020204010301020204000504070105030100 +050c01000504010005060100050a0102051801020503010205170100050d010205030102 +051f010205120100051501000502010205ff053300010501070106040001050007010603 +030002020401030102020400050407010517010005140100051a01000505010005170100 +050f010005050100052101000512010005140100050201000502010005ff053200010501 +070106030001050107010603030002020401030102020400050407010501010205020100 +050001010503010205020104050201020503010205050100050a01020503010205050100 +0505010005040101050a0102050201000500010105030102050501000505010005040101 +050301020502010005020100050201020505010005020100050201000502010205020104 +050201020502010005000101050501000506010005ff0532000105010701060300010502 +070106020300020204010301020204000504070105030100050201010501010005040100 +050401000506010005020100050201000504010005090100050201000501010005020100 +050401000505010005040101050901000502010005010101050101000501010005020100 +050401000505010005040101050201000502010005010100050201000501010005020100 +050401000502010005020100050101000502010005030100050301000502010005010101 +05010100050301000507010005ff05320001050107010602000105030701060203000202 +040103010202040005040701050301000502010005020100050401000504010005060100 +050601000504010005090100050901000504010005050100051001000505010005020100 +050101000502010005040100050501000509010005020100050101000502010005050100 +050401000502010005020100050501000503010005030100050201000501010005070100 +0505010105ff053300010501070106020001050407010601030002020401030102020400 +050407010503010005020100050201000504010005040100050601000503010305040100 +050901000506010305040100050501000511010205020100050201000501010405040100 +050501000509010405020100050001000503010305040100050201000502010005020103 +05030100050301000502010005010100050601000508010005ff05320001050107010601 +000105050701060103000202040103010202040005040701050301000502010005020100 +050401000504010005060100050201000502010005040100050901000505010005020100 +050401000505010005140100050101000502010005010100050801000505010005090100 +050601000500010005020100050201000504010005020100050201000501010005020100 +05030100050301000502010005010100050601000508010005ff05320001050107010601 +000105060701060003000202040103010202040005040701050301000502010005020100 +050401000504010005060100050201000502010005040100050901000502010005010100 +050201000504010005050100050401010509010005020100050101000502010005010100 +050201000504010005050100050401010502010005020100050301000503010005020100 +050401000502010005010101050101000502010005030100050301000502010005010100 +05050100050501000502010005ff05320001050107010600000105070701060003000202 +040103010202040005040701050301000502010005020100050401000505010105040100 +0503010305040100050a010205030103050401000505010005040101050a010205020100 +050201000502010205050100050501000504010105030102050401000504010305040100 +050301010500010005020103050401010502010205020100050501000506010205ff0533 +0001050107010600000105080701030002020401030102020400050407010530010505ff +05d30001050107010001070b0300020204010301020204000504070105ff05ff050a0001 +050107010000070c0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701000d03000202 +04010301020204000504070105ff05ff050a000105010701000d03000202040103010202 +04000504070105ff05ff050a0001050107010001050a0700030002020401030102020400 +0504070105ff05ff050a0001050107010001050a07000300020204010301020204000504 +070105ff05ff050a0001050107010001050a070003000202040103010202040005040701 +05ff05ff050a0001050107010001050a07000300020204010301020204000504070105ff +05ff050a0001050107010001050a07000300020204010301020204000504070105ff05ff +050a0001050107010001050a07000300020204010301020204000504070105ff05ff050a +0001050107010001050a07000300020204010301020204000504070105ff05ff050a0001 +050107010001050a07000300020204010301020204000504070105ff05ff050a00010501 +07010001050a07000300020204010301020204000504070105ff05ff050a000105010701 +0001050a07000300020204010301020204000504070105ff05ff050a0001050107010001 +070b0300020204010301020204000504070105ff05ff050a0001050107010000070c0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105eb010005ff051d000105010701060d030002020401030102020400 +05040701052c0100050d0101051801000506010005250100050d010205030102051f0102 +050a0102051b01000502010205ff0517000105010701060d030002020401030102020400 +05040701052c0100050c0100051a0100052d0100050f01000505010005210100050c0100 +051a0100050201000502010005ff0516000105010701060d030002020401030102020400 +050407010501010205020100050201000501010005000101050201000500010105030102 +050201000500010105020104050a01000503010005020100050101000500010105030102 +050201040502010205030102050201000500010105040101050a01020502010005000101 +050301020505010005050100050401010503010205020100050201000502010205050100 +050c010005030102050301020502010005000101050501000506010005ff051600010501 +0701060d0300020204010301020204000504070105000100050201000501010005020100 +050101010501010005010101050101000501010005020100050101010501010005030100 +050a01040501010005020100050101010501010005010100050201000503010005060100 +050201000502010005010101050101000503010105090100050201000501010105010100 +050101000502010005040100050501000504010105020100050201000501010005020100 +050101000502010005040100050c01000502010005020100050101000502010005010101 +05010100050301000507010005ff0516000105010701060d030002020401030102020400 +050407010500010005050100050201000501010005050100050501000502010005010100 +0502010005030100050c0100050301000502010005010100050201000501010005070100 +0506010005020100050201000501010005020100050f0100050501000502010005010100 +050201000504010005050100050901000502010005010100050201000505010005040100 +050c01000502010005020100050101000502010005010100050201000503010005060100 +05ff0517000105010701060d030002020401030102020400050407010500010005050100 +05020100050101000505010005050104050101000502010005030100050c010005030100 +050201000501010005020100050101000507010005060100050201000502010005010100 +050201000510010205020100050201000501010405040100050501000509010405020100 +050001000503010305040100050c01000502010005020100050101000502010005010100 +05020100050201000506010005ff0518000105010701060d030002020401030102020400 +050407010500010005050100050201000501010005050100050501000505010005020100 +05030100050c010005030100050201000501010005020100050101000507010005060100 +050201000502010005010100050201000513010005010100050201000501010005080100 +05050100050901000506010005000100050201000502010005040100050c010005020100 +0502010005010100050201000501010005020100050201000505010005ff051900010501 +0701060d0300020204010301020204000504070105000100050201000501010005010101 +05010100050501000505010005020100050101000502010005030100050c010005030100 +050101010501010005020100050101000502010005030100050601000502010005020100 +050101000502010005030101050901000502010005010100050201000501010005020100 +050401000505010005040101050201000502010005030100050301000502010005040100 +050c01000502010005020100050101000502010005010101050101000501010005050100 +05ff051a000105010701060d030002020401030102020400050407010501010205030101 +05000100050101000505010005060102050201000502010005040101050a010005040101 +050001000501010005020100050201020505010105040100050301020502010005020100 +05030101050a010205020100050201000502010205050100050501000504010105030102 +050401000504010305040100050c01000503010205030102050201000500010105020100 +0505010405ff0516000105010701060d0300020204010301020204000504070105300105 +058c01050516010005ff0528000105010701060d03000202040103010202040005040701 +05e0010005ff0528000105010701060d0300020204010301020204000504070105e00100 +05ff0528000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105ff05ff050a000105010701060d030002020401030102020400 +0504070105ff05ff050a000105010701060d0300020204010301020204000504070105ff +05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105ff05ff050a000105010701060d030002020401030102020400 +0504070105ff05ff050a000105010701060d0300020204010301020204000504070105ff +05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105ff05ff050a000105010701060d030002020401030102020400 +0504070105000100052b0100051f01020503010205ff05b1000105010701060d03000202 +04010301020204000504070105000100054b010005020100050101000502010005ff05b0 +000105010701060d03000202040103010202040005040701050001000500010105030102 +050301020502010005000101050a01020503010205020104050201020504010105090100 +05020100050101000502010005ff05b0000105010701060d030002020401030102020400 +050407010500010105010100050101000502010005010100050201000501010105010100 +050801000502010005040100050601000501010005020100050301010509010005020100 +050101000502010005ff05b0000105010701060d03000202040103010202040005040701 +050001000502010005010100050201000505010005010100050201000508010005080100 +050501000502010005020100051001020503010305ff05b0000105010701060d03000202 +040103010202040005040701050001000502010005010104050201030501010005020100 +05090102050501000504010005030104050f0100050201000505010005ff05b000010501 +0701060d0300020204010301020204000504070105000100050201000501010005050100 +050201000501010005020100050c01000504010005030100050401000513010005020100 +0505010005ff05b0000105010701060d0300020204010301020204000504070105000100 +050201000501010005020100050101000502010005010101050101000508010005020100 +050401000502010005050100050201000503010105090100050201000501010005020100 +05ff05b0000105010701060d030002020401030102020400050407010500010005020100 +05020102050301030501010005000101050a010205050100050201040502010205040101 +050a01020503010205ff05b1000105010701060d03000202040103010202040005040701 +051501000504010505ff05e8000105010701060d03000202040103010202040005040701 +0515010005ff05f3000105010701060d0300020204010301020204000504070105150100 +05ff05f3000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105ff05ff050a000105010701060d030002020401030102020400 +0504070105ff05ff050a000105010701060d0300020204010301020204000504070105ff +05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105ff05ff050a000105010701060d030002020401030102020400 +0504070105ff05ff050a000105010701060d0300020204010301020204000504070105ff +05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105ff05ff050a000105010701060d030002020401030102020400 +05040701050901000511010005160100051e01040502010205ff05aa000105010701060d +030002020401030102020400050407010509010005110100053601000505010005020100 +05ff05a9000105010701060d030002020401030102020400050407010501010205020104 +05020102050301020502010005010100050a010205030102050201040502010205040101 +050901000509010005ff05a9000105010701060d03000202040103010202040005040701 +050001000502010005030100050301000502010005010100050201000501010005000100 +050a01000502010005040100050601000501010005020100050301010509010305060100 +05ff05a9000105010701060d030002020401030102020400050407010500010005070100 +050701000501010005050101050b01000508010005050100050201000502010005130100 +0503010105ff05aa000105010701060d0300020204010301020204000504070105010102 +05040100050401030501010005050101050c010205050100050401000503010405130100 +0505010005ff05a9000105010701060d0300020204010301020204000504070105040100 +050301000503010005020100050101000505010005000100050e01000504010005030100 +0504010005130100050201000505010005ff05a9000105010701060d0300020204010301 +020204000504070105000100050201000503010005030100050201000501010005020100 +050101000501010005090100050201000504010005020100050501000502010005030101 +0509010005020100050101000502010005ff05a9000105010701060d0300020204010301 +020204000504070105010102050501010502010305020102050201000502010005090102 +05050100050201040502010205040101050a01020503010205ff05aa000105010701060d +030002020401030102020400050407010522010505ff05e1000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701060d03000202040103010202040005040701 +05ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701060d03000202040103010202040005040701 +05ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701060d03000202040103010202040005040701 +05ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701060d03000202 +040103010202040005040701051201000511010005060100052601020503010205ff05aa +000105010701060d030002020401030102020400050407010512010005110100052d0100 +05020100050101000502010005ff05a9000105010701060d030002020401030102020400 +050407010500010005000101050301020503010105000100050101000502010005020102 +05020104050201020503010205020100050001010503010205040101050d010005010100 +05ff05ad000105010701060d030002020401030102020400050407010500010105010100 +050101000502010005010100050101010501010005020100050101000502010005030100 +0506010005020100050201000501010105010100050101000502010005030101050d0100 +0501010005ff05ad000105010701060d0300020204010301020204000504070105000100 +050501000502010005010100050201000501010005020100050101000507010005060100 +0502010005020100050101000502010005010100051601000502010305ff05aa00010501 +0701060d0300020204010301020204000504070105000100050501040501010005020100 +050101000502010005010100050701000506010005020100050201000501010005020100 +0502010205120100050301000502010005ff05a9000105010701060d0300020204010301 +020204000504070105000100050501000505010005020100050101000502010005010100 +050701000506010005020100050201000501010005020100050501000510010005040100 +0502010005ff05a9000105010701060d0300020204010301020204000504070105000100 +050501000502010005010100050101010501010005010101050101000502010005030100 +050601000502010005020100050101000502010005010100050201000503010105090100 +050501000502010005ff05a9000105010701060d03000202040103010202040005040701 +050001000506010205030101050001000502010105000100050201020505010105040100 +0503010205020100050201000502010205040101050901040502010205ff05aa00010501 +0701060d0300020204010301020204000504070105ff05ff050a000105010701060d0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105ff05ff050a000105010701060d0300020204010301020204000504 +070105ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff +050a000105010701060d0300020204010301020204000504070105ff05ff050a00010501 +0701060d0300020204010301020204000504070105ff05ff050a000105010701060d0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105ff05ff050a000105010701060d0300020204010301020204000504 +070105ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff +050a000105010701060d0300020204010301020204000504070105ff05ff050a00010501 +0701060d0300020204010301020204000504070105ff05ff050a000105010701060d0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105ff05ff050a000105010701060d0300020204010301020204000504 +070105ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff +050a000105010701060d0300020204010301020204000504070105ff05ff050a00010501 +0701060d030002020401030102020400050407010532010305ff05d3000105010701060d +03000202040103010202040005040701050101020505010005090100051b010005ff05d6 +000105010701060d030002020401030102020400050407010503010005100100051b0100 +05ff05d6000105010701060d030002020401030102020400050407010503010005030102 +050201000500010105020100050101000503010205040101050a010005ff05d600010501 +0701060d0300020204010301020204000504070105030100050501000502010105010100 +0501010005000100050301000502010005030101050a010005ff05d6000105010701060d +030002020401030102020400050407010503010005050100050201000502010005010101 +050401000514010005ff05d6000105010701060d03000202040103010202040005040701 +0503010005050100050201000502010005010101050501020511010005ff05d600010501 +0701060d0300020204010301020204000504070105030100050501000502010005020100 +0501010005000100050701000510010005ff05d6000105010701060d0300020204010301 +020204000504070105030100050501000502010005020100050101000501010005020100 +0502010005030101050a010005ff05d6000105010701060d030002020401030102020400 +050407010503010005050100050201000502010005010100050201000502010205040101 +050a010005ff05d6000105010701060d0300020204010301020204000504070105320103 +05ff05d3000105010701060d0300020204010301020204000504070105ff05ff050a0001 +05010701060d0300020204010301020204000504070105ff05ff050a000105010701060d +0300020204010301020204000504070105ff05ff050a000105010701060d030002020401 +0301020204000504070105120100052a01000506010305ff05bf000105010701060d0300 +02020401030102020400050407010511010005040101050a010205030102050b01010502 +01000508010005ff05bf000105010701060d030002020401030102020400050407010510 +010005040100050101000508010005020100050101000502010005090100050101000502 +01000507010005ff05bf000105010701060d03000202040103010202040005040701050f +01000505010005010100050c0100050501000509010005010100050301000506010005ff +05bf000105010701060d03000202040103010202040005040701050e0100050601000501 +0100050c0100050501000509010005010100050401000505010005ff05bf000105010701 +060d03000202040103010202040005040701050d01000507010005010100050b01000504 +0101050a010005010100050501000504010005ff05bf000105010701060d030002020401 +03010202040005040701050e01000506010005010100050a010005070100050901000501 +0100050401000505010005ff05bf000105010701060d0300020204010301020204000504 +0701050f0100050501000501010005090100050801000509010005010100050301000506 +010005ff05bf000105010701060d03000202040103010202040005040701051001000504 +010005010100050301010502010005050100050201000503010105030100050101000502 +01000507010005ff05bf000105010701060d030002020401030102020400050407010511 +0100050401010504010105020104050201020504010105040101050201000508010005ff +05bf000105010701060d0300020204010301020204000504070105120100052a01000506 +010305ff05bf000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701060d03000202040103010202040005040701 +05ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701060d03000202040103010202040005040701 +05ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05ff050a000105010701 +060d0300020204010301020204000504070105ff05ff050a000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701060d03000202040103010202040005040701 +05ff05ff050a000105010701060d03000202040103010202040005040701050201000530 +010005040100051401010509010205ff05aa000105010701060d03000202040103010202 +040005040701050201000536010005130100050d010005ff05aa000105010701060d0300 +020204010301020204000504070105000104050101000500010105030102050201000500 +0101050a01020502010005020100050201020502010405030101050b0100050401020505 +0100050301020503010205ff059c000105010701060d0300020204010301020204000504 +070105020100050301010501010005010100050201000501010105010100050801000502 +010005010100050201000504010005040100050501010509010405010100050201000504 +01000502010005020100050101000502010005ff059b000105010701060d030002020401 +030102020400050407010502010005030100050901000501010005020100050801000502 +010005020100050001000505010005040100051301000507010005040100050201000505 +01000502010005ff059b000105010701060d030002020401030102020400050407010502 +010005030100050601030501010005020100050801040503010005060100050401000513 +01000504010305040100050301020502010405ff059b000105010701060d030002020401 +030102020400050407010502010005030100050501000502010005010100050201000508 +010005060100050001000505010005040100051301000503010005020100050401000506 +01000501010005ff059f000105010701060d030002020401030102020400050407010502 +010005030100050501000502010005010101050101000508010005020100050101000502 +0100050401000504010005050101050b0100050301000502010005040100050201000502 +0100050101000502010005ff059b000105010701060d0300020204010301020204000504 +07010503010105010100050601030501010005000101050a010205020100050201000504 +01000505010105030101050b01000504010305040100050301020503010205ff059c0001 +05010701060d03000202040103010202040005040701051501000504010505ff05e80001 +05010701060d030002020401030102020400050407010515010005ff05f3000105010701 +060d030002020401030102020400050407010515010005ff05f3000105010701060d0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105ff05ff050a000105010701060d0300020204010301020204000504 +070105ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff +050a000105010701060d0300020204010301020204000504070105ff05ff050a00010501 +0701060d0300020204010301020204000504070105ff05ff050a000105010701060d0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105ff05ff050a000105010701060d0300020204010301020204000504 +070105ff05ff050a000105010701060d0300020204010301020204000504070105ff05ff +050a000105010701060d0300020204010301020204000504070105ff05ff050a00010501 +0701060d0300020204010301020204000504070105ff05ff050a000105010701060d0300 +020204010301020204000504070105ff05ff050a000105010701060d0300020204010301 +020204000504070105ff05ff050a000105010701060d0300020204010301020204000504 +0701057301010597010105350101053501010540010105190101050b0101050401010516 +000105010701060d0300020204010301020204000504070105040100052a010005400100 +05540100052a010005160100052e0103050301000536010005440100050b010305010103 +050401000503010305040100050501000515000105010701060d03000202040103010202 +0400050407010503010005040101050a010205030102050b010105020100053f0100050a +0100050d010205030102051b01000512010005040101050a010205030102050b01010502 +0100051501000519010205110100050601000512010205030102050b0100050c0100050c +0100051a0100050b0102050b0100050b0100050701000504010005060100050401000505 +01000515000105010701060d030002020401030102020400050407010502010005040100 +0501010005080100050201000501010005020100050901000501010005020100053e0100 +050a0100050f010005050100051b01000511010005040100050101000508010005020100 +050101000502010005090100050101000502010005140100051b01000511010005060100 +0514010005050100050a0101050c0100050c010005190101050d0100050b0100050b0100 +05070100050401000506010005040100050501000515000105010701060d030002020401 +03010202040005040701050101000505010005010100050c010005050100050901000501 +010005030100050501010509010005000101050301020503010205190100050401020502 +010005000101050301020505010005050100050a01020502010105000100050301010500 +0100051001000505010005010100050c0100050501000509010005010100050301000513 +010005040102050201000502010005020102050501000511010005060100050401020503 +010205050100050501000509010005000100050c01000504010205020104050201020502 +0101050001000509010005000100050d01000503010205040100050b0100050701000504 +01000506010005040100050501000515000105010701060d030002020401030102020400 +05040701050001000506010005010100050c010005050100050901000501010005040100 +050401010509010105010100050101000502010005010100050201000518010005030100 +050201000501010105010100050101000502010005040100050501000509010005020100 +0501010005000100050001000501010005010101050f01000506010005010100050c0100 +050501000509010005010100050401000512010005030100050201000501010005020100 +050101000502010005040100051101000506010005030100050201000501010005020100 +0504010005050100050b0100050c01000503010005020100050301000503010005020100 +050101000500010005000100050a0100050d0100050201000502010005030100050b0100 +05070100050401000506010005040100050501000515000105010701060d030002020401 +0301020204000504070101000507010005010100050a010105050100050a010005010100 +05050100050f0100050501000502010005010100051a0101050401000505010005020100 +050101000502010005040100050501000509010005050100050001000500010005010100 +05020100050e01000507010005010100050b010005040101050a01000501010005050100 +050f01010504010005020100050101000502010005050100050401000511010005040101 +05040100050901000504010005050100050b0100050a0101050801000503010005030100 +05020100050101000500010005000100050a0100050d0100050201000508010105090100 +05070100050501010504010005050101050401010513000105010701060d030002020401 +03010202040005040701050001000506010005010100050c010005030100050b01000501 +010005040100051001000505010405010100051c01000504010205020100050201000501 +01040504010005050100050901000505010005000100050001000501010005020100050f +01000506010005010100050a010005070100050901000501010005040100051201000503 +010405020100050001000503010305040100051101000506010005030100050601030504 +010005050100050b0100050c010005040103050301000503010005020100050101000500 +010005000100050a0100050d01000503010205040100050b010005070100050401000506 +010005040100050501000515000105010701060d03000202040103010202040005040701 +050101000505010005010100050c010005020100050c0100050101000503010005110100 +0505010005050100051c0100050701000501010005020100050101000508010005050100 +050901000505010005000100050001000501010005020100051001000505010005010100 +050901000508010005090100050101000503010005130100050301000506010005000100 +050201000502010005040100051101000506010005030100050501000502010005040100 +05050100050b0100050c0100050301000502010005030100050301000502010005010100 +0500010005000100050a0100050d01000506010005030100050b01000507010005040100 +0506010005040100050501000515000105010701060d0300020204010301020204000504 +070105020100050401000501010005030101050201000502010005010100050701010503 +010005010100050201000506010105090100050501000502010005010100050201000518 +010005030100050201000501010005020100050101000502010005040100050501000509 +010005020100050101000500010005000100050101000501010105030101050b01000504 +010005010100050301010502010005050100050201000503010105030100050101000502 +010005060101050b01000503010005020100050301000503010005020100050401000504 +0101050a0100050601000503010005020100050101000502010005040100050501000504 +010105040100050501010504010005030100050201000503010005030100050201000501 +010005000100050001000503010105040100050501010505010005020100050201000503 +010005050101050301000507010005040100050601000504010005050100051500010501 +0701060d0300020204010301020204000504070105030100050401010504010105030102 +050201040503010105040101050201000507010105090100050601020503010205190100 +050401020502010005020100050201020505010005050100050a01020502010005000100 +05000100050201010500010005030101050c010005040101050401010502010405020102 +05040101050401010502010005070101050b010005040102050401000504010305040100 +05040101050a010005060100050401020503010305040100050501000504010105020104 +050301010504010005040103050401010502010205020100050001000500010005030101 +050201040503010105050100050301020504010005050101050301000507010005040100 +0506010005040100050501000515000105010701060d0300020204010301020204000504 +070105040100052a0100054001000525010505190100050d0100052a010005090100050b +010005220100050a01030503010005220100050c01000504010005220100050c01000512 +010005060100050301030501010305040100050301030504010005050100051500010501 +0701060d03000202040103010202040005040701057301010541010105430101050d0101 +051e010105140101051e0101050b010105060101051e0101050b01010511010105050101 +05110101050b0101050401010516000105010701060d0300020204010301020204000504 +070105ff05ff050a000105010701060d0300020204010301020204000504070105ff0506 +0101055f010105630101051501010521000105010701060d030002020401030102020400 +0504070105040100052a0100051d010005b401000506010005040100053e010005120100 +05070100052a0100051501000501010005180100051301000523000105010701060d0300 +02020401030102020400050407010503010005040101050a010205030102050b01010502 +0100051c0100051f010405280100053f010005030100051f01000506010005030102052d +01020503010205050100051201000506010005040101050a010205030102050b01010502 +0100051401000501010005010103050c010105030100051301000523000105010701060d +030002020401030102020400050407010502010005040100050101000508010005020100 +0501010005020100050901000501010005020100051b010005210100052a0100053f0100 +05030100051f010005050100050301000500010005000100052e01000505010005040100 +051301000505010005040100050101000508010005020100050101000502010005090100 +050101000502010005130100050101000501010005020100050a01000505010005130100 +0523000105010701060d0300020204010301020204000504070105010100050501000501 +0100050c0100050501000509010005010100050301000505010105120100052101000504 +010205040101050a010205030102050301010500010005020102050a0102050301020502 +010005000101050201000502010005020102050201000500010105080101050101010502 +0102050301010500010005030101050b0100050401000504010005000100050401010500 +0100050201020502010005000101050a0102050301020505010005050100050301000514 +0100050401000505010005010100050c0100050501000509010005010100050301000511 +010505000100050201000502010205040100050501000513010005040102050201000500 +01010503010205020100050201000501010005000101000105010701060d030002020401 +03010202040005040701050001000506010005010100050c010005050100050901000501 +010005040100050401010512010005210100050301000502010005030101050901000502 +010005010100050201000501010005010101050101000502010005080100050201000501 +010005020100050101010501010005010100050201000501010005020100050101010501 +010005070101050101010501010005020100050101000501010105030101050b0100050a +010005000100050301000501010105010100050201000501010105010100050801000502 +01000501010005020100050401000505010005190100050301000506010005010100050c +010005050100050901000501010005040100051101000501010005010100050201000501 +010005020100050101040503010005130100050301000502010005010101050101000501 +0100050201000501010005020100050101010501000105010701060d0300020204010301 +020204000504070101000507010005010100050a010105050100050a0100050101000505 +010005180100052101000503010005020100050f01000505010005020100050101000502 +010005010100050201000508010005050100050201000501010005050100050201000501 +01000502010005010100050b01000500010105000100050101000505010005020100050f +0101050c0102050201000502010005010100050201000501010005020100050801000509 +0100050401000505010005170101050301000507010005010100050a010105050100050a +01000501010005050100050f010005010100050201030502010005020100050301000506 +0101050f0101050401000502010005010100050201000501010005050100050201000501 +01000502000105010701060d030002020401030102020400050407010500010005060100 +05010100050c010005030100050b01000501010005040100051901000521010005030100 +05020100050f010005050100050201000501010005020100050101040509010205020104 +0501010005060100050001000502010405010100050b0100050001010500010005020102 +050201000502010005110100050c01000500010005010100050201000501010405010100 +050201000508010005060103050401000505010005190100050301000506010005010100 +050c010005030100050b01000501010005040100050f0105050101000501010005020104 +050301000505010005130100050301040501010005020100050201020502010005020100 +050101000502000105010701060d03000202040103010202040005040701050101000505 +010005010100050c010005020100050c01000501010005030100053d0100050301000502 +0100050f0100050501000502010005010100050201000501010005100100050101000505 +010005060100050001000502010005050100050b01000503010005050100050101000502 +010005110100050c01000500010005010100050201000501010005050100050201000508 +01000505010005020100050401000505010005190100050401000505010005010100050c +010005020100050c01000501010005030100051101000501010005020100050201000501 +010005070100050501000513010005030100050501000502010005050100050101000502 +0100050101000502000105010701060d0300020204010301020204000504070105020100 +050401000501010005030101050201000502010005010100050701010503010005010100 +050201000506010105350100050301000502010005030101050901000502010005010100 +050201000501010005010101050101000502010005080100050201000501010005020100 +0501010005070100050301000502010005010100050b0100050301000501010005020100 +050101000501010105030101050b0100050a010005000100050001000501010005010101 +050101000502010005010100050201000508010005020100050101000502010005040100 +05050100050b0101050b0100050501000504010005010100050301010502010005020100 +050101000507010105030100050101000502010005060101050901000501010005020100 +050201000501010005020100050301000505010005050101050b01000503010005020100 +050101000502010005010100050201000501010005010101050101000502000105010701 +060d03000202040103010202040005040701050301000504010105040101050301020502 +01040503010105040101050201000507010105120100052101000504010205040101050a +010205030102050301010500010005020102050a01020503010205020100050701000504 +010205020100050b01000503010005020102050301010500010005030101050b0100050b +010205030101050001000502010205020100050201000509010205030103050401000505 +0100050b0101050b01000506010005040101050401010503010205020104050301010504 +010105020100050701010509010005010100050201000502010005020102050401000505 +010005050101050b01000504010205020100050201000502010205030101050001000501 +01000502000105010701060d0300020204010301020204000504070105040100052a0100 +057501050544010005110100050c010005070100050e010505270100050b010005070100 +052a0100050901000527010005060100050b01000523000105010701060d030002020401 +0301020204000504070105ee01000502010005120101050f010005020100053a0101050d +0101053a01010526010105050101050d01010521000105010701060d0300020204010301 +020204000504070105ef01020526010205ed000105010701060d03000202040103010202 +04000504070105730101052e0101058d01010504010105cc000105010701060d03000202 +04010301020204000504070105040100052a010005400100050401000501010005260100 +059101000505010005cb000105010701060d030002020401030102020400050407010503 +010005040101050a010205030102050b010105020100053f010005040100050101000501 +0103050c010105110100051501000509010205260102050c0100050b0100052001020504 +01000505010005cb000105010701060d0300020204010301020204000504070105020100 +050401000501010005080100050201000501010005020100050901000501010005020100 +053e010005040100050101000501010005020100050a01000513010005150100050b0100 +052801000519010005220100050401000505010005cb000105010701060d030002020401 +03010202040005040701050101000505010005010100050c010005050100050901000501 +010005030100050501010509010005000101050301020503010205190100050301050500 +010005020100050201020504010005130100050301010500010005030102050301010500 +01000501010005020100050401000503010205110102050201000500010105050100050a +010205020100050001010502010405020102050201000500010105020100050001010503 +010205050100050401000505010005cb000105010701060d030002020401030102020400 +05040701050001000506010005010100050c010005050100050901000501010005040100 +050401010509010105010100050101000502010005010100050201000518010005040100 +050101000501010005020100050101000502010005010104051101000503010005000100 +050001000501010005020100050101000501010105010100050201000504010005020100 +05020100050f010005020100050101010501010005040100050c01000502010105010100 +050301000503010005020100050101010501010005010101050101000501010005020100 +05040100050401000505010005cb000105010701060d0300020204010301020204000504 +070101000507010005010100050a010105050100050a01000501010005050100050f0100 +050501000502010005010100051a01010504010005010100050201030502010005020100 +050301000511010105040100050001000500010005010100050201000501010005020100 +0501010005020100050401000502010005020100050f0100050201000501010005080100 +050c01000502010005020100050301000503010005020100050101000505010005020100 +0505010005040100050501010504010105c9000105010701060d03000202040103010202 +040005040701050001000506010005010100050c010005030100050b0100050101000504 +0100051001000505010405010100051c0100050201050501010005010100050201040503 +010005130100050301000500010005000100050101000502010005010100050201000501 +0100050201000504010005020104050f01040501010005080100050c0100050201000502 +010005030100050301040501010005050100050201000502010305040100050401000505 +010005cb000105010701060d030002020401030102020400050407010501010005050100 +05010100050c010005020100050c01000501010005030100051101000505010005050100 +051c01000503010005010100050201000502010005010100050701000513010005030100 +050001000500010005010100050201000501010005020100050101000502010005040100 +05020100051301000505010005080100050c010005020100050201000503010005030100 +050501000505010005020100050101000502010005040100050401000505010005cb0001 +05010701060d030002020401030102020400050407010502010005040100050101000503 +010105020100050201000501010005070101050301000501010005020100050601010509 +010005050100050201000501010005020100051801000503010005010100050201000502 +010005010100050201000503010005050101050b01000503010005000100050001000501 +010005020100050101000501010105010100050101010504010005020100050201000503 +010105090100050201000501010005080100050c01000502010005020100050301000503 +010005020100050101000505010005020100050101000502010005040100050401000505 +010005cb000105010701060d030002020401030102020400050407010503010005040101 +050401010503010205020104050301010504010105020100050701010509010005060102 +050301020519010005030100050101000502010005020100050201020504010005050101 +050b01000503010005000100050001000502010205030101050001000502010105000100 +050401000503010205040101050a01020502010005080100050c01000502010005020100 +050401010502010205020100050501000502010005020103050401000504010005050100 +05cb000105010701060d0300020204010301020204000504070105040100052a01000540 +010005220100050b010005300100051d0105053b01000505010005cb000105010701060d +0300020204010301020204000504070105730101051e0101050d0101052c0101055e0101 +0504010105cc000105010701060d0300020204010301020204000504070105ff05ff050a +000105010701060d0300020204010301020204000504070105ff05060101055f01010563 +0101051501010521000105010701060d0300020204010301020204000504070105040100 +052a0100051d010005b401000506010005040100053e01000512010005070100052a0100 +051501000501010005180100051301000523000105010701060d03000202040103010202 +0400050407010503010005040101050a010205030102050b010105020100051c0100051f +010405280100053f010005030100051f01000506010005030102052d0102050301020505 +0100051201000506010005040101050a010205030102050b010105020100051401000501 +010005010103050c010105030100051301000523000105010701060d0300020204010301 +020204000504070105020100050401000501010005080100050201000501010005020100 +050901000501010005020100051b010005210100052a0100053f010005030100051f0100 +05050100050301000500010005000100052e010005050100050401000513010005050100 +050401000501010005080100050201000501010005020100050901000501010005020100 +05130100050101000501010005020100050a010005050100051301000523000105010701 +060d03000202040103010202040005040701050101000505010005010100050c01000505 +01000509010005010100050301000505010105120100052101000504010205040101050a +010205030102050301010500010005020102050a01020503010205020100050001010502 +010005020100050201020502010005000101050801010501010105020102050301010500 +010005030101050b01000504010005040100050001000504010105000100050201020502 +010005000101050a01020503010205050100050501000503010005140100050401000505 +010005010100050c01000505010005090100050101000503010005110105050001000502 +010005020102050401000505010005130100050401020502010005000101050301020502 +0100050201000501010005000101000105010701060d0300020204010301020204000504 +0701050001000506010005010100050c0100050501000509010005010100050401000504 +010105120100052101000503010005020100050301010509010005020100050101000502 +010005010100050101010501010005020100050801000502010005010100050201000501 +010105010100050101000502010005010100050201000501010105010100050701010501 +01010501010005020100050101000501010105030101050b0100050a0100050001000503 +010005010101050101000502010005010101050101000508010005020100050101000502 +0100050401000505010005190100050301000506010005010100050c0100050501000509 +010005010100050401000511010005010100050101000502010005010100050201000501 +010405030100051301000503010005020100050101010501010005010100050201000501 +010005020100050101010501000105010701060d03000202040103010202040005040701 +01000507010005010100050a010105050100050a01000501010005050100051801000521 +01000503010005020100050f010005050100050201000501010005020100050101000502 +010005080100050501000502010005010100050501000502010005010100050201000501 +0100050b01000500010105000100050101000505010005020100050f0101050c01020502 +010005020100050101000502010005010100050201000508010005090100050401000505 +010005170101050301000507010005010100050a010105050100050a0100050101000505 +0100050f0100050101000502010305020100050201000503010005060101050f01010504 +010005020100050101000502010005010100050501000502010005010100050200010501 +0701060d03000202040103010202040005040701050001000506010005010100050c0100 +05030100050b0100050101000504010005190100052101000503010005020100050f0100 +050501000502010005010100050201000501010405090102050201040501010005060100 +050001000502010405010100050b01000500010105000100050201020502010005020100 +05110100050c010005000100050101000502010005010104050101000502010005080100 +05060103050401000505010005190100050301000506010005010100050c010005030100 +050b01000501010005040100050f01050501010005010100050201040503010005050100 +051301000503010405010100050201000502010205020100050201000501010005020001 +05010701060d03000202040103010202040005040701050101000505010005010100050c +010005020100050c01000501010005030100053d01000503010005020100050f01000505 +010005020100050101000502010005010100051001000501010005050100050601000500 +01000502010005050100050b01000503010005050100050101000502010005110100050c +010005000100050101000502010005010100050501000502010005080100050501000502 +0100050401000505010005190100050401000505010005010100050c010005020100050c +010005010100050301000511010005010100050201000502010005010100050701000505 +010005130100050301000505010005020100050501000501010005020100050101000502 +000105010701060d03000202040103010202040005040701050201000504010005010100 +050301010502010005020100050101000507010105030100050101000502010005060101 +053501000503010005020100050301010509010005020100050101000502010005010100 +050101010501010005020100050801000502010005010100050201000501010005070100 +050301000502010005010100050b01000503010005010100050201000501010005010101 +05030101050b0100050a0100050001000500010005010100050101010501010005020100 +0501010005020100050801000502010005010100050201000504010005050100050b0101 +050b01000505010005040100050101000503010105020100050201000501010005070101 +050301000501010005020100050601010509010005010100050201000502010005010100 +05020100050301000505010005050101050b010005030100050201000501010005020100 +05010100050201000501010005010101050101000502000105010701060d030002020401 +030102020400050407010503010005040101050401010503010205020104050301010504 +0101050201000507010105120100052101000504010205040101050a0102050301020503 +01010500010005020102050a01020503010205020100050701000504010205020100050b +01000503010005020102050301010500010005030101050b0100050b0102050301010500 +010005020102050201000502010005090102050301030504010005050100050b0101050b +010005060100050401010504010105030102050201040503010105040101050201000507 +01010509010005010100050201000502010005020102050401000505010005050101050b +010005040102050201000502010005020102050301010500010005010100050200010501 +0701060d0300020204010301020204000504070105040100052a01000575010505440100 +05110100050c010005070100050e010505270100050b010005070100052a010005090100 +0527010005060100050b01000523000105010701060d0300020204010301020204000504 +070105ee01000502010005120101050f010005020100053a0101050d0101053a01010526 +010105050101050d01010521000105010701060d03000202040103010202040005040701 +05ef01020526010205ed000105010701060d030002020401030102020400050407010573 +0101052e0101059401010504010105c5000105010701060d030002020401030102020400 +0504070105040100052a0100054001000504010005010100052601000598010005050100 +05c4000105010701060d030002020401030102020400050407010503010005040101050a +010205030102050b010105020100053f0100050401000501010005010103050c01010511 +01000515010005090102051e0100050d010205030102050d0100050b0101051001020504 +0100050501000505010005c4000105010701060d03000202040103010202040005040701 +050201000504010005010100050801000502010005010100050201000509010005010100 +05020100053e010005040100050101000501010005020100050a01000513010005150100 +050b0100051e0100050f010005050100050d0100050a0100051401000504010005050100 +0505010005c4000105010701060d03000202040103010202040005040701050101000505 +010005010100050c01000505010005090100050101000503010005050101050901000500 +010105030102050301020519010005030105050001000502010005020102050401000513 +010005030101050001000503010205030101050001000501010005020100050401000503 +0102051101020502010005000101050301020505010005050100050a0101050001000502 +0102050401000504010205020100050201000504010005020104050301000505010005c4 +000105010701060d03000202040103010202040005040701050001000506010005010100 +050c01000505010005090100050101000504010005040101050901010501010005010100 +050201000501010005020100051801000504010005010100050101000502010005010100 +050201000501010405110100050301000500010005000100050101000502010005010100 +050101010501010005020100050401000502010005020100050f01000502010005010101 +050101000501010005020100050401000505010005090100050101010501010005020100 +050101040501010005020100050101000502010005040100050401000505010005050100 +05c4000105010701060d0300020204010301020204000504070101000507010005010100 +050a010105050100050a01000501010005050100050f0100050501000502010005010100 +051a01010504010005010100050201030502010005020100050301000511010105040100 +050001000500010005010100050201000501010005020100050101000502010005040100 +0502010005020100050f0100050501000502010005010100050201000504010005050100 +050901000502010005010100050201000503010005070100050101000502010005040100 +05040100050601010504010105c2000105010701060d0300020204010301020204000504 +0701050001000506010005010100050c010005030100050b010005010100050401000510 +01000505010405010100051c010005020105050101000501010005020104050301000513 +010005030100050001000500010005010100050201000501010005020100050101000502 +010005040100050201040510010205020100050201000501010405040100050501000509 +010005020100050101040503010005040103050101000502010005040100050401000505 +01000505010005c4000105010701060d0300020204010301020204000504070105010100 +0505010005010100050c010005020100050c010005010100050301000511010005050100 +05050100051c010005030100050101000502010005020100050101000507010005130100 +050301000500010005000100050101000502010005010100050201000501010005020100 +050401000502010005170100050101000502010005010100050801000505010005090100 +050201000501010005070100050301000502010005010100050201000504010005040100 +050501000505010005c4000105010701060d030002020401030102020400050407010502 +010005040100050101000503010105020100050201000501010005070101050301000501 +010005020100050601010509010005050100050201000501010005020100051801000503 +010005010100050201000502010005010100050201000503010005050101050b01000503 +010005000100050001000501010005020100050101000501010105010100050101010504 +010005020100050201000503010105090100050201000501010005020100050101000502 +010005040100050501000509010005010101050101000502010005030100050301000502 +010005010100050101010504010005040100050501000505010005c4000105010701060d +030002020401030102020400050407010503010005040101050401010503010205020104 +050301010504010105020100050701010509010005060102050301020519010005030100 +050101000502010005020100050201020504010005050101050b01000503010005000100 +050001000502010205030101050001000502010105000100050401000503010205040101 +050a01020502010005020100050201020505010005050100050a01010500010005020102 +050401000504010305020101050001000504010005050101050301000505010005c40001 +05010701060d0300020204010301020204000504070105040100052a0100054001000522 +0100050b010005300100052b0105053401000505010005c4000105010701060d03000202 +04010301020204000504070105730101051e0101050d0101052c01010565010105040101 +05c5000105010701060d0300020204010301020204000504070105ff05ff050a00010501 +0701060d0300020204010301020204000504070105ff05060101055f0101056301010515 +01010521000105010701060d0300020204010301020204000504070105040100052a0100 +051d010005b401000506010005040100053e01000512010005070100052a010005150100 +0501010005180100051301000523000105010701060d0300020204010301020204000504 +07010503010005040101050a010205030102050b010105020100051c0100051f01040519 +010105040100050301020540010005030100051f01000506010005030102052d01020503 +010205050100051201000506010005040101050a010205030102050b0101050201000514 +01000501010005010103050c010105030100051301000504010205050100050b01000507 +000105010701060d03000202040103010202040005040701050201000504010005010100 +05080100050201000501010005020100050901000501010005020100051b010005210100 +051a0100050d01000540010005030100051f010005050100050301000500010005000100 +052e01000505010005040100051301000505010005040100050101000508010005020100 +050101000502010005090100050101000502010005130100050101000501010005020100 +050a0100050501000513010005060100051201000507000105010701060d030002020401 +03010202040005040701050101000505010005010100050c010005050100050901000501 +0100050301000505010105120100052101000504010205040101050b0100050401020505 +010005030102050a01020503010205020100050001010502010005020100050201020502 +010005000101050801010501010105020102050301010500010005030101050b01000504 +010005040100050001000504010105000100050201020502010005000101050a01020503 +010205050100050501000503010005140100050401000505010005010100050c01000505 +010005090100050101000503010005110105050001000502010005020102050401000505 +010005130100050601000503010205030102050201040505000105010701060d03000202 +040103010202040005040701050001000506010005010100050c01000505010005090100 +050101000504010005040101051201000521010005030100050201000503010105090104 +050401000505010005020100050201000508010005020100050101000502010005010101 +050101000501010005020100050101000502010005010101050101000507010105010101 +0501010005020100050101000501010105030101050b0100050a01000500010005030100 +050101010501010005020100050101010501010005080100050201000501010005020100 +050401000505010005190100050301000506010005010100050c01000505010005090100 +050101000504010005110100050101000501010005020100050101000502010005010104 +050301000513010005060100050501000502010005020100050301000507000105010701 +060d0300020204010301020204000504070101000507010005010100050a010105050100 +050a01000501010005050100051801000521010005030100050201000511010005060100 +050501000502010005020100050801000505010005020100050101000505010005020100 +050101000502010005010100050b01000500010105000100050101000505010005020100 +050f0101050c010205020100050201000501010005020100050101000502010005080100 +05090100050401000505010005170101050301000507010005010100050a010105050100 +050a01000501010005050100050f01000501010005020103050201000502010005030100 +05060101050f0101050701000505010005020100050701000507000105010701060d0300 +0202040103010202040005040701050001000506010005010100050c010005030100050b +010005010100050401000519010005210100050301000502010005110100050601000505 +01000502010405090102050201040501010005060100050001000502010405010100050b +0100050001010500010005020102050201000502010005110100050c0100050001000501 +010005020100050101040501010005020100050801000506010305040100050501000519 +0100050301000506010005010100050c010005030100050b01000501010005040100050f +010505010100050101000502010405030100050501000513010005060100050501000503 +0102050401000507000105010701060d0300020204010301020204000504070105010100 +0505010005010100050c010005020100050c01000501010005030100053d010005030100 +050201000511010005060100050501000502010005100100050101000505010005060100 +050001000502010005050100050b01000503010005050100050101000502010005110100 +050c01000500010005010100050201000501010005050100050201000508010005050100 +05020100050401000505010005190100050401000505010005010100050c010005020100 +050c01000501010005030100051101000501010005020100050201000501010005070100 +0505010005130100050601000505010005060100050301000507000105010701060d0300 +020204010301020204000504070105020100050401000501010005030101050201000502 +010005010100050701010503010005010100050201000506010105350100050301000502 +010005030101050b01000506010005050100050201000502010005080100050201000501 +0100050201000501010005070100050301000502010005010100050b0100050301000501 +010005020100050101000501010105030101050b0100050a010005000100050001000501 +010005010101050101000502010005010100050201000508010005020100050101000502 +01000504010005050100050b0101050b0100050501000504010005010100050301010502 +010005020100050101000507010105030100050101000502010005060101050901000501 +010005020100050201000501010005020100050301000505010005050101050b01000506 +0100050501000502010005020100050301000507000105010701060d0300020204010301 +020204000504070105030100050401010504010105030102050201040503010105040101 +050201000507010105120100052101000504010205040101050b01000506010005050100 +05030102050a01020503010205020100050701000504010205020100050b010005030100 +05020102050301010500010005030101050b0100050b0102050301010500010005020102 +050201000502010005090102050301030504010005050100050b0101050b010005060100 +050401010504010105030102050201040503010105040101050201000507010105090100 +05010100050201000502010005020102050401000505010005050101050b010005060100 +0505010005030102050501010505000105010701060d0300020204010301020204000504 +070105040100052a0100057501050544010005110100050c010005070100050e01050527 +0100050b010005070100052a0100050901000527010005060100050b0100051e01040001 +05010701060d0300020204010301020204000504070105ee01000502010005120101050f +010005020100053a0101050d0101053a01010526010105050101050d0101052100010501 +0701060d0300020204010301020204000504070105ef01020526010205ed000105010701 +060d0300020204010301020204000504070105730101052e010105ff0563000105010701 +060d0300020204010301020204000504070105040100052a010005400100050401000501 +010005260100052001030501010005010100058701000501010005ae000105010701060d +030002020401030102020400050407010503010005040101050a010205030102050b0101 +05020100053f0100050401000501010005010103050c010105110100050a010005140100 +050401000501010005340102050401000503010405020102051001000508010005180100 +05010100050101000501010005ae000105010701060d0300020204010301020204000504 +070105020100050401000501010005080100050201000501010005020100050901000501 +010005020100053e010005040100050101000501010005020100050a010005130100050a +010005140100050401000501010005330100050201000502010105030100050501000502 +0100050f0100052101000500010005000100050101000501010005ae000105010701060d +03000202040103010202040005040701050101000505010005010100050c010005050100 +050901000501010005030100050501010509010005000101050301020503010205190100 +050301050500010005020100050201020504010005130100050401020502010005010100 +051101000504010005010100050a01020503010205020100050201000502010205030102 +050901000505010005000100050301000505010005020100050901020502010005000101 +050301020502010005020100050201020503010205020100050101000502010005010100 +05ae000105010701060d0300020204010301020204000504070105000100050601000501 +0100050c0100050501000509010005010100050401000504010105090101050101000501 +010005020100050101000502010005180100050401000501010005010100050201000501 +010005020100050101040511010005030100050201000501010005000100051201000512 +010005020100050101000502010005010100050201000501010005020100050101000502 +010005080100050701000503010305020100050201000508010005020100050101010501 +01000504010005020100050201000501010005020100050101000502010005bb00010501 +0701060d0300020204010301020204000504070101000507010005010100050a01010505 +0100050a01000501010005050100050f0100050501000502010005010100051a01010504 +010005010100050201030502010005020100050301000511010105040100050201000501 +010105130100051201000509010005010100050201000501010005020100050101000505 +010405010103050401000507010005020103050101040501010005050100050201000504 +01000502010005020100050501000501010005bf000105010701060d0300020204010301 +0202040005040701050001000506010005010100050c010005030100050b010005010100 +05040100051001000505010405010100051c010005020105050101000501010005020104 +050301000513010005030100050201000501010105130100051301020503010305020100 +050001000502010405020102050901000502010005030100050701000505010005080100 +0505010005020100050401000503010005000100050301030502010205bc000105010701 +060d03000202040103010202040005040701050101000505010005010100050c01000502 +0100050c01000501010005030100051101000505010005050100051c0100050301000501 +010005020100050201000501010005070100051301000503010005020100050101000500 +010005120100051601000501010005020100050201000500010005020100050901000508 +010005020100050301000503010005020100050501000508010005050100050201000504 +0100050301000500010005020100050201000505010005bb000105010701060d03000202 +040103010202040005040701050201000504010005010100050301010502010005020100 +050101000507010105030100050101000502010005060101050901000505010005020100 +050101000502010005180100050301000501010005020100050201000501010005020100 +0503010005050101050b01000503010005020100050101000501010005040101050a0100 +050d01010502010005020100050101000502010005030100050301000502010005010100 +050201000508010005020100050301000503010005020100050101000502010005080100 +050201000501010005020100050401000504010005030100050201000501010005020100 +0511010105a7000105010701060d03000202040103010202040005040701050301000504 +010105040101050301020502010405030101050401010502010005070101050901000506 +010205030102051901000503010005010100050201000502010005020102050401000505 +0101050b010005040102050201000502010005030101050a0100050d0101050301020503 +0103050301000504010205030102050a0102050201040502010205030102050a01020502 +010005020100050401000504010005040103050201020512010105a7000105010701060d +0300020204010301020204000504070105040100052a01000540010005220100050b0100 +05140100050a01030597010005a7000105010701060d0300020204010301020204000504 +070105730101051e0101050d01010510010105a5010105a8000105010701060d03000202 +04010301020204000504070105ff05ff050a000105010701060d03000202040103010202 +04000504070105ff05ff050a000105010701000d03000202040103010202040005040701 +0507010005010100056401000501010005ff05950001050107010600000c030002020401 +03010202040005040701050701000501010005040100051201020521010105050100050b +0100051001000501010005ff059500010501070106000001050807010300020204010301 +0202040005040701050701000501010005040100051401000520010005070100051d0100 +0501010005ff059500010501070106010001050707010300020204010301020204000504 +0701050701000501010005020104050201020503010205050100050a0101050001000502 +010205020100050001010504010005040101050001000509010205030102050201010500 +0100050201000501010005ff059500010501070106010001050607010600030002020401 +030102020400050407010510010005030100050201000501010005020100050401000509 +01000501010105010100050201000501010105010100050101040501010005010101050b +0100050201000502010005010100050001000500010005ff059b00010501070106020001 +050507010600030002020401030102020400050407010510010005030100050201000501 +010005020100050401000509010005020100050101000502010005010100050201000503 +01000503010005020100050b01000506010005010100050001000500010005ff059b0001 +050107010602000105040701060103000202040103010202040005040701051001000503 +010005020100050101000502010005040100050901000502010005010104050101000502 +0100050301000503010005020100050b01000503010305010100050001000500010005ff +059b00010501070106030001050307010601030002020401030102020400050407010510 +010005030100050201000501010005020100050401000509010005020100050101000505 +010005020100050301000503010005020100050b01000502010005020100050101000500 +01000500010005ff059b0001050107010603000105020701060203000202040103010202 +040005040701051001000503010005020100050101000502010005040100050901000501 +010105010100050201000501010005020100050301000503010005010101050301010505 +01000502010005020100050101000500010005000100050a010105ff058e000105010701 +060400010501070106020300020204010301020204000504070105110101050201020503 +010205050100050a01010500010005020102050201000502010005030100050401010500 +0100050301010505010005030103050101000500010005000100050a010105ff058e0001 +050107010604000105000701060303000202040103010202040005040701052901050505 +010005270100051a010005ff058e00010501070106050000070206030300020204010301 +0202040005040701053101000502010005240100050101000518010105ff058f00010501 +070106050000070106040300020204010301020204000504070100ff00ff000c05010701 +0606070106040300020204010301020204000504070000ff00ff000d0501070106060700 +060503000202040103010202040005ff05ff05150701000d030002020401030102020400 +05ff05ff05150700000e030002020401030102020400050207ff07ff0716050b03000202 +0401030102020400050207ff07ff07150000050b03000202040103010202040005020701 +060d0000060000ff0073067f0001060c0001050b03000202040103010202040005020701 +060b00010700060000ff00720700067f0003060a0001050b030002020401030102020400 +050207010609000207010600000105ff056f0701067f000506080001050b030002020401 +0301020204000502070106070003050007010600000105ff056f0701067f000105010003 +06060001050b030002020401030004040502070106050003050207010600000105ff056f +0701067f00010503000306040001050b0300040403050502070106030003050407010600 +000105ff056f0701067f00010505000306020001050b0304040003010202040005020701 +06010003050607010600000105ff056f0701067f00010507000306000001050b03000202 +040103010202040005020705050807010600000105ff056f0701067f0001050807030001 +050b0300020204010301020204000502070106010703050607010600000105ff056f0701 +067f00010507070306000001050b03000202040103010202040005020701060307030504 +07010600000105ff056f0701067f00010505070306020001050b03000202040103010202 +04000502070106050703050207010600000105ff056f0701067f00010503070306040001 +050b0300020204010301020204000502070106070703050007010600000105ff056f0701 +067f00010501070306060001050b03000202040103010202040005020701060907040600 +000105ff056f0701067f0001070306080001050b03000202040103010202040005020701 +060b07020600000107ff0771067f00010701060a0001050b030002020401030102020400 +05020701060d07000600000007ff0772067f00000700060c0001050b0300020204010301 +020204000502070100ff00ff0014050b0300020204010301020204000502070000ff00ff +0015050b03000202040103010202040005ff05ff052503000202040103010202040005ff +05ff052503000202040103010202040005ff05ff052503000202040103010202040005ff +05ff052503000202040103010202040005ff05ff052503000202040103010202040005ff +05ff052503000202040103010202040005ff05ff052503000202040103010202040005ff +05ff052503000202040103010202040005ff05ff052503000202040103010202040005ff +05ff052503000202040103010202040005ff05ff052503000202040103010202040005ff +05ff052503000202040103010202040003ff03ff0326020204010301021a0400030002ff +02f304000300021a04010301021a0400030002ff02f304000300021a04010301021a0400 +030002ff02f304000300021a04010301041b030004ff04f40300041c030004ff04ff0430 + +%%EndData +end +%%PageTrailer +%%Trailer +%%BoundingBox: 0 17 377 309 +%%EOF diff --git a/lib/pman/doc/src/warning.gif b/lib/pman/doc/src/warning.gif new file mode 100644 index 0000000000..96af52360e Binary files /dev/null and b/lib/pman/doc/src/warning.gif differ -- cgit v1.2.3