catalog/INDEX010064400000000000000000000013220763417603700132740ustar00rootroot00000000000000distribution layout_version 1.0 data_model_revision 2.40 uuid 321bb446-559d-11d7-92d2-0060b018bb39 mod_time 1047591966 create_time 1047591966 path_max 255 name_max 100 media sequence_number 1 vendor tag Benny title "bennyvision.com" end product tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE revision 1.8 title "NRPE 1.8" mod_time 1047591966 create_time 1047591966 architecture HP-UX_11.00_700/800 machine_type 9000/[78]* os_name HP-UX os_release ?.11.* os_version ? vendor_tag Benny directory / all_filesets NRPE is_locatable false fileset tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE size 303940 title "NRPE" mod_time 1047591967 create_time 1047591967 state available catalog/dfiles/INDEX010064400000000000000000000003010763417603600145350ustar00rootroot00000000000000distribution layout_version 1.0 data_model_revision 2.40 uuid 321bb446-559d-11d7-92d2-0060b018bb39 mod_time 1047591966 create_time 1047591966 path_max 255 name_max 100 media sequence_number 1 catalog/dfiles/INFO010064400000000000000000000002120763417603600144220ustar00rootroot00000000000000control_file path INDEX size 193 mode 0444 mtime 1047591966 tag INDEX control_file path INFO size 198 mode 0444 mtime 1047591966 tag INFO catalog/NRPE/pfiles/INDEX010044400000000000000000000005560763417603600153270ustar00rootroot00000000000000vendor tag Benny title "bennyvision.com" end product tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE revision 1.8 title "NRPE 1.8" mod_time 1047591966 create_time 1047591966 architecture HP-UX_11.00_700/800 machine_type 9000/[78]* os_name HP-UX os_release ?.11.* os_version ? vendor_tag Benny directory / all_filesets NRPE is_locatable false catalog/NRPE/pfiles/INFO010044400000000000000000000002120763417603600152000ustar00rootroot00000000000000control_file path INDEX size 366 mode 0444 mtime 1047591966 tag INDEX control_file path INFO size 198 mode 0444 mtime 1047591966 tag INFO catalog/NRPE/NRPE/INDEX010044400000000000000000000002430763417603700146030ustar00rootroot00000000000000fileset tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE size 303940 title "NRPE" mod_time 1047591967 create_time 1047591967 state available catalog/NRPE/NRPE/INFO010044400000000000000000000010060763417603700144650ustar00rootroot00000000000000control_file path INDEX size 163 mode 0444 mtime 1047591967 tag INDEX control_file path INFO size 578 mode 0444 mtime 1047591967 tag INFO file path /opt/nrpe/README type f size 6443 cksum 3174797743 mode 0555 uid 0 gid 0 owner root group root mtime 1047591965 file path /opt/nrpe/bin/check_nrpe type f size 136976 cksum 1237454210 mode 0555 uid 0 gid 0 owner root group root mtime 1047591965 file path /opt/nrpe/bin/nrpe type f size 159780 cksum 2321024464 mode 0555 uid 0 gid 0 owner root group root mtime 1047591965 NRPE/NRPE/opt/nrpe/README010055500000000000000000000144530763417603500150520ustar00rootroot00000100000173*********** NRPE README *********** Purpose ------- The purpose of this addon is to allow you to execute Nagios plugins on a remote host in as transparent a manner as possible. Contents -------- There are two pieces to this addon: 1) NRPE - This program runs as a background process on the remote host and processes command execution requests from the check_nrpe plugin on the Nagios host. Upon receiving a plugin request from an authorized host, it will execute the command line associated with the command name it received and send the program output and return code back to the check_nrpe plugin 2) check_nrpe - This is a plugin that is run on the Nagios host and is used to contact the NRPE process on remote hosts. The plugin requests that a plugin be executed on the remote host and wait for the NRPE process to execute the plugin and return the result. The plugin then uses the output and return code from the plugin execution on the remote host for its own output and return code. Compiling --------- The code is very basic and may not work on your particular system without some tweaking. I just haven't put a lot of effort into this addond. Most Linux users should be able to compile NRPE and the check_nrpe plugin with the following commands... ./configure make all The binaries will be located in the src/ directory after you run 'make all' and will have to be installed manually somewhere on your system. NOTE: Since the check_nrpe plugin and nrpe daemon run on different machines (the plugin runs on the Nagios host and the daemon runs on the remote host), you will have to compile the nrpe daemon on the target machine. Installing ---------- The check_nrpe plugin should be placed on the Nagios host along with your other plugins. In most cases, this will be in the /usr/local/nagios/libexec directory. The nrpe program and the configuration file (nrpe.cfg) should be placed somewhere on the remote host. Note that you will also have to install some plugins on the remote host if you want to make much use of this addon. Running Under INETD or XINETD ----------------------------- If you plan on running nrpe under inetd or xinetd and making use of TCP wrappers, you need to do the following things: 1) Add a line to your /etc/services file as follows (modify the port number as you see fit) nrpe 5666/tcp # NRPE 2) Add entries for the NRPE daemon to either your inetd or xinetd configuration files. Which one your use will depend on which superserver is installed on your system. Both methods are described below. NOTE: If you run nrpe under inetd or xinetd, the server_port and allowed_hosts variables in the nrpe configuration file are ignored. ***** INETD ***** If your system uses the inetd superserver, add an entry to /etc/inetd.conf as follows: nrpe stream tcp nowait /usr/sbin/tcpd -c --inetd - Replace with the name of the user that the nrpe server should run as. Example: nagios - Replace with the path to the nrpe binary on your system. Example: /usr/local/nagios/nrpe - Replace with the path to the nrpe config file on your system. Example: /usr/local/nagios/nrpe.cfg ***** XINETD ***** If your system uses xinetd instead of inetd, you'll probably want to create a file called 'nrpe' in your /etc/xinetd.d directory that contains the following entries: # default: on # description: NRPE service nrpe { flags = REUSE socket_type = stream wait = no user = server = server_args = -c --inetd log_on_failure += USERID disable = no only_from = ... } - Replace with the name of the user that the nrpe server should run as. - Replace with the path to the nrpe binary on your system. - Replace with the path to the nrpe config file on your system. - Replace the fields with the IP addresses of hosts which are allowed to connect to the NRPE daemon. This only works if xinetd was compiled with support for wrappers. 3) Restart inetd or xinetd will the following command (pick the on that is appropriate for your system: /etc/rc.d/init.d/inet restart /etc/rc.d/init.d/xinetd restart 4) Add entries to your /etc/hosts.allow and /etc/hosts.deny file to enable TCP wrapper protection for the nrpe service. This is optional, although highly recommended. Configuring Things On The Nagios Host --------------------------------------- Examples for configuring the nrpe daemon are found in the sample nrpe.cfg file included in this distribution. That config file resides on the remote host(s) along with the nrpe daemon. The check_nrpe plugin gets installed on the Nagios host. In order to use the check_nrpe plugin from within Nagios, you'll have to define a few things in the host config file. An example command definition for the check_nrpe plugin would look like this: define command{ command_name check_nrpe command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ } In any service definitions that use the nrpe plugin/daemon to get their results, you would set the service check command portion of the definition to something like this (sample service definition is simplified for this example): define service{ host_name someremotehost service_description someremoteservice check_command check_nrpe!yourcommand ... etc ... } where "yourcommand" is a name of a command that you define in your nrpe.cfg file on the remote host (see the docs in the sample nrpe.cfg file for more information). Questions? ---------- If you have questions about this addon, or problems getting things working, first try searching the nagios-users mailing list archives. Details on searching the list archives can be found at http://www.nagios.org If all else fails, you can email me and I'll try and respond as soon as I get a chance. -- Ethan Galstad (nagios@nagios.org) NRPE/NRPE/opt/nrpe/bin/check_nrpe010055500000000000000000004134200763417603500167600ustar00rootroot00000110000016@K@P|ttL)\\ Gib(7|0@pH  92453-07B11.13>p 92453-07B11.097H@`HX"0LX 7HHtX!8  X Y 9 X 8c`C`X HghGhX IgxGxX XgxGx(>(p@`>(p@<>( p@P>(p@h>(&u @  >('v(@(>((v@@@>(R@P4>HLL>IJ4LJ4Y 07|? p@ $PRIVATE$$DLT$$PLT$ $SHLIB_DATA$$TEXT$ $SHLIB_INFO$ $DATA_START$ $MILLICODE$$CODE$$LIT$$UNWIND_START$$UNWIND$MILLICODE$$UNWIND$ $UNWIND_END$$RECOVER_START$$RECOVER$MILLICODE$ $RECOVER$ $RECOVER_END$ $PFA_COUNTER$$PFA_COUNTER_END$$DATA$ $SHORTDATA$$GLOBAL$ $SHORTBSS$$BSS$ $GDB_DEBUG$ $GDB_SYMBOLS$ $GDB_STRINGS$00$ 08@0@P0 @K0 @0  @0   @!k  0  @0  @0  @  , t U@c   ,@&U00 0 @0 ,@ D0 <@0 H@0 \@0 l@0 |C0 G0 Gx0 Gx0 @H0 @D0 @@0 0 @0  @0 , @0 8 @0L @0` @ P @@ P`# l9 x@" p@` A# @"# 9|@\@h@d0@l0@x@X A! @"C @" @" @## @"c0 0@p0 lG|0 @ @#C #`  @" 4@# H @ P`# X9 $S A$ `90@t p@'k0  @'k @'s0 4@'sU t'0 @0 @0 @0 @ :4U ((P0 @0 @0 @ (>  4>p @? L= X? d?8 p> | @ ? ? ? > ? ? ? ? > ? =|  < =0 $: 0: <: H: T:P `:8 l: x? ? : : < ../maptsd.c /CLO/Components/LINKER/Src/csu/CRT_DBG ccom options = -ESlit -DA1.1 -DS1.1 -Oq02,al,ag,cn,Lm,sz,Ic,vo,lc,Mf,Po,es,rs,sp,in,vc,Pi,fa,pe,Rr,Fl,pv,pa,nf,cp,lx,st,ap,Pg,ug,Lu,lb,uj,dp,Fs,bp,wp,Ex,mp,rp,ap,dn,Sg,pt,kt,Em,pc,np! -Acset_tpL$0007_is_89_0L$0002L$0004L$0001 __map_dldL$0005__do_thread_initL$0008 DS$mapdlderrorC$14writestrlenitoa__exit S$17DD$itoa get_environopenreadlseekmmapclose_utssyssyserrorlwp_setprivatelwp_getprivate DS$maptsdC$2 S$11DD$itoa__set_tp__get_tp$global$$START$$ARGV_environ _fp_status _CPU_REVISION_CPU_KEYBITS_1 _FPU_MODEL_start $$dyncall __tool_init_mcount_clear_counters _sr4export__d_trap $UNWIND_START $UNWIND_END$RECOVER_START $RECOVER_END __dld_flags __dld_hook __dld_list __SYSTEM_ID _SYSTEM_ID _FPU_REVISIONenviron __d_trap_fptr $PFA_C_START $PFA_C_ENDerrno__ismt_tepv_ktepv__islwp__cxperf_dld_hook __dld_loc__tdsize _thread_init_etext_endtaddrL$C0001L$C0022L$C0023L$C0053L$C0021L$C0052L$C0028L$C0026L$C0024L$C0031L$C0030L$C0029L$C0027L$C0051L$C0050L$C0049L$C0048L$C0025L$C0047L$C0020L$C0017L$C0019L$C0007L$C0006L$C0005L$C0004L$C0003L$C0002L$C0000L$C0054L$C0055L$C0008L$C0009L$C0018L$C0015L$C0014L$C0013L$C0016L$C0012L$C0011L$C0010L$0022L$0025 L$text0000L$0027L$0019L$0026L$text_end0000$CODE$printfsocket_timeout show_license show_help show_versionstrcmp server_name query_string server_portstrncpyalarmatoiexitprocess_arguments alarm_handlersignal__maindisplay_licensemy_tcp_connectbzerostrcpysendallrecvallL$0011L$0104L$0021L$0023L$0114L$0113 __SB_masksisasciitime_isdigit my_inet_aton my_connect_islowerconnectsocketgetprotobynamememcpy gethostbyname _isxdigitstripsend_isspacerecvsleepinitialized___9 __CTOR_LIST__ __DTOR_LIST____do_global_dtors__do_global_ctorsatexit_exit_dummy_decl__gcc_plt_call_exit_dummy_refdyncallUUX.11.01.06 (ROSE)noshlibs$$dyncall_external$$dyncall_external_20etextedataend_etext_edata_end __SYSTEM_ID _fp_status__tdsizeLXt7@7@7H6Xt7J7 M45Xt7N45 Xt 6L6Ly$)</   pO08˚v8v;Ahů 4L'-(K!xy!xy 4umT/}hhvQ0@֘6u-smT !x'6] / gy ƿY6/5z˚v8vhů;An bltD8rP.Ks>  k?#`(7{ 7 +h#`+h8'y 4yEe'y 7D7%767+4>#"744445 rנjb+h%+h% (4Ц @Ц D(43 H?(ਃ 43 ` 7+4>7D7%7744z#0*74444@H@7D7%7#-7444+H87D7%77+`H6` 24M74444#0 `7@@@@ 7K?@ @@@@k?7k?#A0k? 7Y0k?4@4 @@K?K?7@4K? *@K? K? 7@@4K? rKa?H:@7?!#07@4@4@x7?!7?!7@4#!079P4@4Ka?@xH:K>@7? 44@B7?@B?7?B?@k?ok?7?"0'E' 860.&40N 1N 7?9AE'E1!881N 0N 9!F'F9AE881N 1$N 1A'1a0 0 1$N 1DN9aJ'J2 9@9@2N1dN2 ' 8G1@' X1@ 2N1dN 2 ' 8G 'V1@ 9G4`1dN9%G'X:E1@ 'E887A`1dN'W3N:Et"1DN 8K7C`0 'E18 V!9eG1!6`8:G' F9eG1DN 1$N  'G9aH9GS9G' H9AE4` 'E'G'F6 # 4W`7=$ |6`6`= 37`!/K?YK?@O?k?ok)4`@54`< G>-( 44@_4+H6K>9K>QK>ik< *K>y4 ߟ444K>IKa $k?459@ 4 7+4:`4_4X54K>a59k?4@4"`75K<@K4k>+k>4!`k>+`H?@k>+H5g k>+4=pk>+47k>Ka?49k? Ka?4:k? 4b c?Ka?4=K?k?+`438k?1@ k?+44`!k?!k?)44_47=)44_4G=-+4:`4_m4+4:`4_=4+4:`4_ 4u k?)+`H?Pk?9k?A k?Ik?Q@k?Q+`Kqh% K>Ak?( k?49k?(k?q4:k?+`k> 4"hk?yk>7>7>444? ]7K@7?ςK>ك ( 4z7W56 267346?7B? C? (?7W4@ˀ@  4 "@R@@@  4 "@@@@  4 "@@@@  4 "@@@@  4 "@R@@@  4& "@@@@  4 "@@@@  4 "@@@@  4 "@R@@@  4r "@@@@Ka?4!4! <4?@@k?7k?#A0k? 7Yk?4_4 @@K?K?7_4K? *@K? K? 7_4K? rKa?H:@7?!#074_-4@x7?!7?!7_4#!0794_4Ka?_H:K>@7? 44@B7?@B?7?B?@k?ok?7?"0'E' 860.&40N 1N 7?9AE'E1!881N 0N 9!F'F9AE881N 1$N 1A'1a0 0 1$N 1DN9aJ'J2 9@9@2N1dN2 ' 8G1@' X1@ 2N1dN 2 ' 8G 'V1@ 9G4`1dN9%G'X:E1@ 'E887A`1dN'W3N:Et"1DN 8K7C`0 'E18 V!9eG1!6`8:G' F9eG1DN 1$N  'G9aH9GS9G' H9AE4` 'E'G'F6 # 4W`7=$ |6`6`= 37`!/K?YK?@O?k?7+`H6@+ H4?`44477K?Y@7??K?Yk?4?k?474_4$+`7 h<H_E@eK?Y#0+74:_E4%K?Y@z@@`@@K?@ @Ku>Ks> k?Ku>1Ks>9 k?Ku=Ks= k?Ku=Ks= k?Ku?Ks? k?Ku>Ks> k?Ku=Ks= k?Ku?1Ks?9 k?Ku=Ks= k?k?7k?qHk?Dk?yk?k?@k?+ZG@ Y+F+ȼ@CH 0b H 8b Hs @b ꄠ 0#A0_U7Z 04h_5Z#A0_7Zp#A0_7Z#A0#!07Z_798#A0#!07Z@_79h#A0_7Z_Z H 0b!H 8I#A0_M7Z 04h_-Z#A0_7Z(#A0_7Z@#A04,D_7Z#A0_7Zh#A0_7Z#A04_7Z_}Z#A0_e7Z #A0_M7Z #A0_57Z #A0_7Z `#A0_7Z #A0_7Z #A0_7Z @#A0_7Z _ZH 8b @@ 0H 0b H 8b Hs @b "`(_m4+Jy F_u4_H (+7?QS+`Jy @(4:`ȼH7/_m4 4 +44$(k/Z_]k/Y7/1_mk/)K?Q7/k?Y@7?Y 8H (#A0_7Z (_=K?Q4771K?Q7?a@k?a˜#A07Z _4B` K?a#A07Z _]4B043H#A0X_-7Zp_mK?Q_4477Q#!079K7A_MZ #A0#A07Z_4BY_7Zp_K?Q_4\K.K?qK?yK?K?K?K?@7/Ku>AKs>I k?Ku>Ks> k?k?ok?aFk?iEk? k?k?k?!k?)k?1k?9k?Ak?Ik?Qk?Yk?q@k?yP4?+`H4#`4Z_4C``+IS4+"!0R"0!0!0!0!0!a0!A06h( 69x_Hz? BbX4?  Z4_4a Hz?_=6 Ba4? Z4_m4aHz?_5 :a4? _E4+8h< Hz?_u5 Ba(4?_ +]h< (4Hz?_ 5 Hz?_5 +Spjg 0Hz?_5y +S0jg 8Hz?_m5Yȏ (4?jG @4] 4K>K? K?K?K?!K?)K?1K?9K?AK?IK?QK?YK?aK?iK?qK?y@O?@ @K?@ @+k?#A07H9 (_7Z_4k?"7@6@K?Y@7?Ku>Ks> k?Ku?AKs?I k?Ku>aKs>i k?Ku?!Ks?) k?Ku>Ks> k?k?7k?AEk?I7?Dk?14 Gk?9F_k?Q7?4g?ZY@g? Z_UZ˜#BY`7ZHK ZK_5Jy_UZȜ8#"#BY7Zx_@4Z_u79H404_4Z@`(h#B_7Z47?_4 `Ka?4H4 `#B@4ʂ X#Bj4ފ X#B#B7Z_ 4BH7Z0_ 4B0#B7Z_ 4B_ 7Z44K>K?1K?9K?AK?IK?Q@7?Ku>!Ks>) k?Ku=Ks= k?Ku>Ks> k?Ku>qKs>y k?Ku>Ks> k?k?Ka?7k?1k?9Mk?Q7?k?Y NIk?qFk?k?Ak?Ik?ak?ik?yk?@cI3` "c s@044_Z#44`s P4 034ct 4s 4 034 c4 4 4 _Z I3` c ` r_5Z Zk?'k?' 04:G'VK?43?s E҃!4\_Z I3` *c ` 0I34\_Z I34d` 0ԥc s` 84??(4?_}Z 4??4? eE 03-c4\s 7?)Sz 03 E` p _Z!8I3` "c @0 p4_Z s6sh@@4@ 0`4`K?s @K?K?֔ s  tT` EK?X4K?K?!s ֔  Sֵ  S eE i4K>K?1K?9K?AK?IK?QK?YK?aK?iK?qK?yK?K?@7?k?o_5C4@\@X7? |su Tz t r K?Y b`K?Y@O?Ku>QKs>Y k?k?oGk? Fk?Ek?!4k?H Hs`0Zf X_54? h74?K>K? K?K?K?!@O?Ku?Ks?  k?Ku>Ks> k?Ku=Ks= k?k?7k?!Jk?)Ik?1k?9Gk?AZFk?I4k?Yk?QH_ YKa?7?H_4BdH` Z X_4C PIv B_E7?K?K? i@ 4_m4B?a`_Oe h\`P\K>K?!K?)K?1K?9K?AK?IK?QK?Y@7?k?#B7_7Z#B_7Z#B_7Z#B_7Z#B_m7Z#B_U7Zx#B_=7Z#B_%7Zx#B_ 7Z#B_7Z`#B_7ZK?Y@7?@ @K?@ @k?+7H!k?Dk?k?H4+H! (0 8CHvBS h0?HvK?YK?@O?Ku>Ks> k?+k?7Uk?Tk?k?JJ @DJJ 460?6u P++H! # =BS4c?`?++H!_H:SK?YK?@O?+k?7Tk?Uk?JJ (DJ4_MjSK?Y@O?@ @K?@ @k?JJ BK?@ @? crt0: errno: DLD_PATH/usr/lib/dld.slERROR couldn't open ERROR reading ERROR bad magic number/system id for ERROR bad hpux aux header for (text) (bss) (data)? crt0: errno: tsdIncorrect command line arguments supplied NRPE Plugin for Nagios Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org) Version: %s 1.8Last Modified: %s 01-16-2003License: GPL Usage: %s -H [-p port] [-c command] [-to to_sec] Options: = The IP address of the host running the NRPE daemon [port] = The port on which the daemon is running - default is %d [command] = The name of the command that the remote daemon should run [to_sec] = Number of seconds before connection attempt times out. Default timeout is %d seconds Note: This plugin requires that you have the NRPE daemon running on the remote host. You must also have configured the daemon to associate a specific plugin command with the [command] option you are specifying here. Upon receipt of the [command] argument, the NRPE daemon will run the appropriate plugin command and send the plugin output and return code back to *this* plugin. This allows you to execute plugins on remote hosts and 'fake' the results to make Nagios think the plugin is being run locally. CHECK_NRPE: Error sending query to host. CHECK_NRPE: Error receiving data from host. CHECK_NRPE: Received 0 bytes. Are we allowed to connect to the host? CHECK_NRPE: Receive underflow - only %d bytes received (%d expected). CHECK_NRPE: No output returned from NRPE daemon. %s -H-c-p-to-h--help--license--versionCHECK_NRPE: Socket timeout after %d seconds. tcpInvalid host name '%s' Cannot map "%s" to protocol number udpSocket creation failed Connection refused by host Timeout while attempting connection Network is unreachable Connection refused or timed out This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. H  \`!d8!h!!!!"""" "<"@"\"`"|""""""""### #<#@#\#`#x#$L$P$\$`$|$&&&''d'h'l'p'p't't(h,,8.|..../X01p4\ 4`445T5667,7H778d8h889 0 'x ' 6, . . 0 4 5X 70 7 8 @$Revision: 92453-07 linker linker crt0.o B.11.13 DBG 990903 $ERROR: mmap failed for dldERROR: mmap failed for TSD"_NRPE_CHECK @@ @@''15( (P05p0',4/1@./@1(71X(', 5X'/((8..870@P@@@@.@h@d@\@`check_nrpe.c/home/benny/temp/nrpe-1.8/src/check_nrpe.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19packet_struct:T20=s1040packet_type:1,0,32;packet_version:1,32,32;result_code:1,64,32;buffer_length:1,96,32;buffer:21=ar1;0;1023;2,128,8192;;packet:t22=20__gnuc_va_list:t23=24=*19int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29FILE:t155=156=s16__cnt:1,0,32;__ptr:157=*11,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t158=159=s44__cnt:1,0,32;__ptr:157,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:157,128,32;__newbase:157,160,32;__smbuf:160=ar1;0;15;11,192,128;__unused:24,320,32;;__va_list:t161=162=*13__va_list__:t163=162div_t:t164=165=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t166=167=s8quot:3,0,32;rem:3,32,32;;wchar_t:t168=4sigval:T169=u4__svi_int_s:170=s4__svi_int:1,0,32;;,0,32;__sival_ptr:24,0,32;;sigval_t:t171=169pthread_attr_t:t172=1sigevent:T173=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:171,64,32;__sigev_notify_function:174=*175=f19,96,32;__sigev_notify_attributes:176=*172,128,32;__sigev_reserved:177=ar1;0;7;1,160,256;;sigevent_t:t178=173__sigev_types:T179=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T180=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T181=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t182=181itimerspec:T183=s16it_interval:181,0,64;it_value:181,64,64;;__clockid_t:T184=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t185=184timer_t:t186=5timeval:T187=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T188=s16it_interval:187,0,64;it_value:187,64,64;;timezone:T189=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T190=s8hi:30,0,32;lo:30,32,32;;cycles_t:t191=190ki_timeval:T192=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t193=34rlimit:T194=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T195=s76ru_utime:187,0,64;ru_stime:187,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T196=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T197=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:171,96,32;__data:198=u12__proc:199=s8__pid:78,0,32;__pdata:200=u4__kill:201=s4__uid:81,0,32;;,0,32;__SIGCLD:202=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:203=s4__addr:24,0,32;;,0,32;__file:204=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:205=s12__addr:24,0,32;__lockpage:24,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:206=ar1;0;8;3,224,288;;siginfo_t:t207=197__sigset_t:T208=s32sigset:209=ar1;0;7;4,0,256;;sigset_t:t210=208__fp_dbl_block:T211=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t212=211__fp_int_block:T213=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t214=213__reg64:T215=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:216=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t217=215__reg32:T218=s512ss_reserved:219=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:220=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t221=218__ss_narrow:T222=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t223=222__save_state:T224=s1152ss_flags:1,0,32;ss_narrow:223,32,1984;ss_pad:1,2016,32;ss_fpblock:225=u256fpdbl:212,0,2048;fpint:214,0,2048;;,2048,2048;ss_xor:226=ar1;0;127;2,4096,1024;ss_wide:227=u512ss_64:217,0,4096;ss_32:221,0,4096;;,5120,4096;;save_state_t:t228=224__stack:T229=s12ss_sp:24,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t230=229mcontext_t:t231=228__sub_ctxt:T232=s48__uc_link:233=*234=xs__ucontext:,0,32;__uc_sigmask:210,32,256;__uc_stack:230,288,96;;__sub_ctxt_t:t235=232__ucontext:T234=s1240uc_mcontext:231,0,9216;uc_spares:177,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:232,9504,384;;ucontext_t:t236=234sig_atomic_t:t237=4sigaction:T238=s40__handler:239=u4__sa_sigaction:240=*241=f19,0,32;__sa_handler:242=*243=f19,0,32;;,0,32;sa_mask:210,32,256;sa_flags:1,288,32;;pthread_t:t244=1sigstack:T245=s8ss_sp:24,0,32;ss_onstack:1,32,32;;sigvec:T246=s12sv_handler:242,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T247=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t248=247siglocal_misc:T249=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:250=ar1;0;3;3,192,128;;siglocal_misc_t:t251=249siglocal:T252=s1192sl_misc:249,0,320;sl_ss:228,320,9216;;siglocalx:T253=s1344sl_misc:249,0,320;sl_uc:236,320,9920;sl_si:207,10240,512;;__xsi:T254=s116sc:232,0,384;__padding:1,384,32;si:207,416,512;;__xsi_t:t255=254sigcontext:T256=s1392sc_ctxt:257=u1344sl:252,0,9536;sx:253,0,10752;;,0,10752;sc_args:250,10752,128;sc_sfm:247,10880,256;; :T258=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t259=258wait:T260=u4w_status:1,0,32;w_T:261=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:262=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T263=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t264=265=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T266=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T267=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;utimbuf:T268=s8actime:86,0,32;modtime:86,32,32;;stat:T269=s104st_dev:57,0,32;st_ino:60,32,32;st_mode:61,64,16;st_nlink:62,80,16;st_reserved1:9,96,16;st_reserved2:9,112,16;st_rdev:57,128,32;st_size:71,160,32;st_atime:86,192,32;st_spare1:1,224,32;st_mtime:86,256,32;st_spare2:1,288,32;st_ctime:86,320,32;st_spare3:1,352,32;st_blksize:3,384,32;st_blocks:77,416,32;st_pad:4,448,29;st_sysVacl:4,477,1;st_acl:4,478,1;st_remote:4,479,1;st_netdev:57,480,32;st_netino:60,512,32;st_cnode:85,544,16;st_rcnode:85,560,16;st_netsite:84,576,16;st_fstype:8,592,16;st_realdev:57,608,32;st_basemode:9,640,16;st_spareshort:9,656,16;st_uid:81,672,32;st_gid:80,704,32;st_spare4:270=ar1;0;2;29,736,96;;flock:T271=s16l_type:8,0,16;l_whence:8,16,16;l_start:71,32,32;l_len:71,64,32;l_pid:78,96,32;;iovec:T272=s8iov_base:24,0,32;iov_len:87,32,32;;uio_rw:T273=eUIO_READ:1,UIO_WRITE:2,;linger:T274=s8l_onoff:1,0,32;l_linger:1,32,32;;socklen_t:t275=87sockaddr:T276=s16sa_family:9,0,16;sa_data:277=ar1;0;13;2,16,112;;sockproto:T278=s4sp_family:9,0,16;sp_protocol:9,16,16;;msghdr:T279=s24msg_name:95,0,32;msg_namelen:1,32,32;msg_iov:280=*272,64,32;msg_iovlen:1,96,32;msg_accrights:95,128,32;msg_accrightslen:1,160,32;;msghdr2:T281=s28msg_name:95,0,32;msg_namelen:275,32,32;msg_iov:280,64,32;msg_iovlen:104,96,32;msg_control:95,128,32;msg_controllen:275,160,32;msg_flags:1,192,32;;in_addr_t:t282=5in_addr:T283=s4s_addr:282,0,32;;sockaddr_in:T284=s16sin_family:8,0,16;sin_port:103,16,16;sin_addr:283,32,32;sin_zero:285=ar1;0;7;2,64,64;;ip_mreq:T286=s8imr_multiaddr:283,0,32;imr_interface:283,32,32;;hostent:T287=s20h_name:93,0,32;h_aliases:288=*93,32,32;h_addrtype:1,64,32;h_length:1,96,32;h_addr_list:288,128,32;;netent:T289=s16n_name:93,0,32;n_aliases:288,32,32;n_addrtype:1,64,32;n_net:282,96,32;;servent:T290=s16s_name:93,0,32;s_aliases:288,32,32;s_port:1,64,32;s_proto:93,96,32;;protoent:T291=s12p_name:93,0,32;p_aliases:288,32,32;p_proto:1,64,32;;rpcent:T292=s12r_name:93,0,32;r_aliases:288,32,32;r_number:1,64,32;;group:T293=s16gr_name:93,0,32;gr_passwd:93,32,32;gr_gid:80,64,32;gr_mem:288,96,32;;server_port:G1query_string:G21socket_timeout:G1show_help:G1show_license:G1show_version:G1main:F1argc:P1argv:P288sd:1rc:r1result:r1send_packet:22receive_packet:22bytes_to_send:1bytes_to_recv:1process_arguments:F1argc:P1argv:P288x:r1alarm_handler:F19sig:P1server_name:G294=ar1;0;255;2utils.c/home/benny/temp/nrpe-1.8/src/utils.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19packet_struct:T20=s1040packet_type:1,0,32;packet_version:1,32,32;result_code:1,64,32;buffer_length:1,96,32;buffer:21=ar1;0;1023;2,128,8192;;packet:t22=20__gnuc_va_list:t23=24=*19int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29FILE:t155=156=s16__cnt:1,0,32;__ptr:157=*11,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t158=159=s44__cnt:1,0,32;__ptr:157,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:157,128,32;__newbase:157,160,32;__smbuf:160=ar1;0;15;11,192,128;__unused:24,320,32;;__va_list:t161=162=*13__va_list__:t163=162div_t:t164=165=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t166=167=s8quot:3,0,32;rem:3,32,32;;wchar_t:t168=4sigval:T169=u4__svi_int_s:170=s4__svi_int:1,0,32;;,0,32;__sival_ptr:24,0,32;;sigval_t:t171=169pthread_attr_t:t172=1sigevent:T173=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:171,64,32;__sigev_notify_function:174=*175=f19,96,32;__sigev_notify_attributes:176=*172,128,32;__sigev_reserved:177=ar1;0;7;1,160,256;;sigevent_t:t178=173__sigev_types:T179=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T180=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T181=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t182=181itimerspec:T183=s16it_interval:181,0,64;it_value:181,64,64;;__clockid_t:T184=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t185=184timer_t:t186=5timeval:T187=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T188=s16it_interval:187,0,64;it_value:187,64,64;;timezone:T189=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T190=s8hi:30,0,32;lo:30,32,32;;cycles_t:t191=190ki_timeval:T192=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t193=34rlimit:T194=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T195=s76ru_utime:187,0,64;ru_stime:187,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T196=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T197=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:171,96,32;__data:198=u12__proc:199=s8__pid:78,0,32;__pdata:200=u4__kill:201=s4__uid:81,0,32;;,0,32;__SIGCLD:202=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:203=s4__addr:24,0,32;;,0,32;__file:204=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:205=s12__addr:24,0,32;__lockpage:24,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:206=ar1;0;8;3,224,288;;siginfo_t:t207=197__sigset_t:T208=s32sigset:209=ar1;0;7;4,0,256;;sigset_t:t210=208__fp_dbl_block:T211=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t212=211__fp_int_block:T213=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t214=213__reg64:T215=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:216=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t217=215__reg32:T218=s512ss_reserved:219=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:220=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t221=218__ss_narrow:T222=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t223=222__save_state:T224=s1152ss_flags:1,0,32;ss_narrow:223,32,1984;ss_pad:1,2016,32;ss_fpblock:225=u256fpdbl:212,0,2048;fpint:214,0,2048;;,2048,2048;ss_xor:226=ar1;0;127;2,4096,1024;ss_wide:227=u512ss_64:217,0,4096;ss_32:221,0,4096;;,5120,4096;;save_state_t:t228=224__stack:T229=s12ss_sp:24,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t230=229mcontext_t:t231=228__sub_ctxt:T232=s48__uc_link:233=*234=xs__ucontext:,0,32;__uc_sigmask:210,32,256;__uc_stack:230,288,96;;__sub_ctxt_t:t235=232__ucontext:T234=s1240uc_mcontext:231,0,9216;uc_spares:177,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:232,9504,384;;ucontext_t:t236=234sig_atomic_t:t237=4sigaction:T238=s40__handler:239=u4__sa_sigaction:240=*241=f19,0,32;__sa_handler:242=*243=f19,0,32;;,0,32;sa_mask:210,32,256;sa_flags:1,288,32;;pthread_t:t244=1sigstack:T245=s8ss_sp:24,0,32;ss_onstack:1,32,32;;sigvec:T246=s12sv_handler:242,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T247=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t248=247siglocal_misc:T249=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:250=ar1;0;3;3,192,128;;siglocal_misc_t:t251=249siglocal:T252=s1192sl_misc:249,0,320;sl_ss:228,320,9216;;siglocalx:T253=s1344sl_misc:249,0,320;sl_uc:236,320,9920;sl_si:207,10240,512;;__xsi:T254=s116sc:232,0,384;__padding:1,384,32;si:207,416,512;;__xsi_t:t255=254sigcontext:T256=s1392sc_ctxt:257=u1344sl:252,0,9536;sx:253,0,10752;;,0,10752;sc_args:250,10752,128;sc_sfm:247,10880,256;; :T258=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t259=258wait:T260=u4w_status:1,0,32;w_T:261=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:262=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T263=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t264=265=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T266=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T267=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;utimbuf:T268=s8actime:86,0,32;modtime:86,32,32;;stat:T269=s104st_dev:57,0,32;st_ino:60,32,32;st_mode:61,64,16;st_nlink:62,80,16;st_reserved1:9,96,16;st_reserved2:9,112,16;st_rdev:57,128,32;st_size:71,160,32;st_atime:86,192,32;st_spare1:1,224,32;st_mtime:86,256,32;st_spare2:1,288,32;st_ctime:86,320,32;st_spare3:1,352,32;st_blksize:3,384,32;st_blocks:77,416,32;st_pad:4,448,29;st_sysVacl:4,477,1;st_acl:4,478,1;st_remote:4,479,1;st_netdev:57,480,32;st_netino:60,512,32;st_cnode:85,544,16;st_rcnode:85,560,16;st_netsite:84,576,16;st_fstype:8,592,16;st_realdev:57,608,32;st_basemode:9,640,16;st_spareshort:9,656,16;st_uid:81,672,32;st_gid:80,704,32;st_spare4:270=ar1;0;2;29,736,96;;flock:T271=s16l_type:8,0,16;l_whence:8,16,16;l_start:71,32,32;l_len:71,64,32;l_pid:78,96,32;;iovec:T272=s8iov_base:24,0,32;iov_len:87,32,32;;uio_rw:T273=eUIO_READ:1,UIO_WRITE:2,;linger:T274=s8l_onoff:1,0,32;l_linger:1,32,32;;socklen_t:t275=87sockaddr:T276=s16sa_family:9,0,16;sa_data:277=ar1;0;13;2,16,112;;sockproto:T278=s4sp_family:9,0,16;sp_protocol:9,16,16;;msghdr:T279=s24msg_name:95,0,32;msg_namelen:1,32,32;msg_iov:280=*272,64,32;msg_iovlen:1,96,32;msg_accrights:95,128,32;msg_accrightslen:1,160,32;;msghdr2:T281=s28msg_name:95,0,32;msg_namelen:275,32,32;msg_iov:280,64,32;msg_iovlen:104,96,32;msg_control:95,128,32;msg_controllen:275,160,32;msg_flags:1,192,32;;in_addr_t:t282=5in_addr:T283=s4s_addr:282,0,32;;sockaddr_in:T284=s16sin_family:8,0,16;sin_port:103,16,16;sin_addr:283,32,32;sin_zero:285=ar1;0;7;2,64,64;;ip_mreq:T286=s8imr_multiaddr:283,0,32;imr_interface:283,32,32;;hostent:T287=s20h_name:93,0,32;h_aliases:288=*93,32,32;h_addrtype:1,64,32;h_length:1,96,32;h_addr_list:288,128,32;;netent:T289=s16n_name:93,0,32;n_aliases:288,32,32;n_addrtype:1,64,32;n_net:282,96,32;;servent:T290=s16s_name:93,0,32;s_aliases:288,32,32;s_port:1,64,32;s_proto:93,96,32;;protoent:T291=s12p_name:93,0,32;p_aliases:288,32,32;p_proto:1,64,32;;rpcent:T292=s12r_name:93,0,32;r_aliases:288,32,32;r_number:1,64,32;;group:T293=s16gr_name:93,0,32;gr_passwd:93,32,32;gr_gid:80,64,32;gr_mem:288,96,32;;my_tcp_connect:F1host_name:P93port:P1sd:P294=*1my_connect:F1host_name:P93port:P1sd:P294proto:P93servaddr:284hp:r295=*287ptrp:r296=*291my_inet_aton:F1cp:P297=*2addr:P298=*283val:r4base:r1n:r1c:r2parts:299=ar1;0;3;104pp:r300=*104strip:F19buffer:P93x:r1index:r1sendall:F1s:P1buf:P93len:P294total:r1bytesleft:r1n:r1recvall:F1s:P1buf:P93len:P294timeout:P1total:r1bytesleft:r1n:r1start_time:86current_time:86display_license:F19libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19__do_global_dtors:F19_exit_dummy_ref:G289=*1__do_global_ctors:F19__main:F19libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19__CTOR_LIST__:G289=ar1;0;1;286__DTOR_LIST__:G289libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19_exit_dummy_decl:G1ELd'x-d'x:asπH̀,DqɀՀb@p:;<=À>р?ABGHN.O?XNY^cqfilorԀux{~$7K`tǀր%4:?DJ.S;YO_citouƀ׀ &3@M[k|Ҁ$4"D.R3a7p89:;<=€>Ѐ?߀@AB D E )F 9 I X h z    Q ̀T ۀU V X 6 \Y j[ wa q  bz t|    3 >   %2 C lx | # À' $ L!^(tGH[ArmĀ0CR"4cspBI.@!"")-b)-u1΀s12Հ23-23>53R3J3р4oV4)45'Q585k56C?6[7&#7?7y7Ȁ8U888ր89:W8:;;<>>?'?M?}??р@ @A>bAOApAۀBBBC;CCƀD D) D: DL DY !Di "Dy$+(hD@+D@+D+D6,D40D64D48D6@D8lD9tD:D;D<D=D>D?D@DCDEDFDGDH DI,DJ<DKHDLTDMdDNlDOxDPDQDRDSDTDUDVDYDZD\D]Dd DaDdDaDd Dg(DjDDmLDsTDpXDn\Dp`DodDphDnlDplDqtDq|DtDsDtDvDwDxDyDzD~D~DDDDDDDDDDD$D,D,D8D<DLD\DhDpDxDD,(D@-D@.D/D0Dɀ1,Dـ20$D$,8D@E@DDHDPDXDXDlDtDDDDDDDDDDDDD$D4D<D@DLDTDdDlDxDDDDDDDDDDHE@H$HE$.E'@DDD$$E. d.E d.(d.0Wiŀ>€":gˀX@f:;<=>ǀ?րABGHN$O5XDYTcgf|ilorʀu݀x{~-AVj̀%ۀ4:?DJ$S1YE_Yijoyù߀ )6CQarȀ܀*":.H3W7f8u9:;<=>ƀ?Հ@ABD E F / ? N ^ p    Q ÀT рU V X , RY `[ ma z q  Xz j| v   3 >   2 C bx y| # ' $ B!T(j=HQ7hm}&9Hx*Ysf8I$6!"ր")-X)-k1Ās1ۀ2ˀ23#23453H3J3ǀ4eV4y)45Q5.5a569?6Q7#757o77U888̀8ހ9:M8:;y;<>>??C?s??ǀ?@A4bAEAfAрBBB܀C1CwCD$%.D"@%D0@%D8@%D%D&D(D*D+ $ DC$//XDQ@/D_@/Dg@/Do@/D/D5D/D5 D/$D50D:8D6<D7@D:DD6LD:LD=XD>`D?hD@lDCtDGDHDIDMDNDODPDTDUDV DX<DYLD[LD\XD^XD_hDahDdpDgxDhDy0D@1D@2$D$n1pD@nD@n DnDuDnDsDn Du$Dn,DuPD~XDDDDDDDDDDDDD$DhDDDDDwDD DDHDPDXD`DpDxDDDDDD@oD@pD@pD@qDrD@s $E$4`E@DDD$DDDPE@E"@P$\E+$4E6@E;@EC@DD D$D(D0D4D@DPDXDXD\DEL@EU@Eb@$Eg$5Er@ Ew@E@E@ DD(D,D4D8D@DDD LD PD TD XD `D `D!dDpDDDDDDDD$D'D$D(E@E@E@EE $E$,6D,D.D/D0 D1,D28D3DD4PD5\D6hD7tD8$d70@ d70$d700Wiŀ>€":gˀlG:;<=ɀ>׀?ABGH$N4OEXTYdcwfiloŀrڀux{~*=Qfz̀܀%4:?D$J4SAYU_iizoù݀,9FSaqǀ؀   * :" J. X3 g7 v8 9 : ; < = Ȁ> ր? @ A B D E /F ? O ^ n     ĀQ ӀT U V &X < bY p[ }a q % hz z|    3 ǀ >   +# V' $ ! ( ߀H:ـ m\ȀۀV̀s=ڀIɀۀ8P!"{")2,)-1is12p22ɀ22ڀ523WJ3m4 V4)434ÀQ4Ԁ55N5?56À#6܀77e7U7808s89598:I; ;;2<C<x=|==H>?Pv?a?oX?Y?Z?[?\?^?Ȁ_?׀h?@@B5@]$ 7H$d@s 1@$ 67$@$ G8h$Ld8@ d8$d80Wiŀ>€":gˀlG:;<=ɀ>׀?ABGH$N4OEXTYdcwfiloŀrڀux{~*=Qfz̀܀%4:?D$J4SAYU_iizoù݀,9FSaqǀ؀   * :" J. X3 g7 v8 9 : ; < = Ȁ> ր? @ A B D E /F ? O ^ n     ĀQ ӀT U V &X < bY p[ }a q % hz z|    3 ǀ >   +# V' $ ! ( ߀H:ـ m\ȀۀV̀s=ڀIɀۀ8P!"{")2,)-1is12p22ɀ22ڀ523WJ3m4 V4)434ÀQ4Ԁ55N5?56À#6܀77e7U7808s89598:I; ;;2<C<x=|==H>?Pv?a?oX?Y?Z?[?\?^?Ȁ_?׀h?@@B5@] h@| id8@t d8$d80Wiŀ>€":gˀlG:;<=ɀ>׀?ABGH$N4OEXTYdcwfiloŀrڀux{~*=Qfz̀܀%4:?D$J4SAYU_iizoù݀,9FSaqǀ؀   * :" J. X3 g7 v8 9 : ; < = Ȁ> ր? @ A B D E /F ? O ^ n     ĀQ ӀT U V &X < bY p[ }a q % hz z|    3 ǀ >   +# V' $ ! ( ߀H:ـ m\ȀۀV̀s=ڀIɀۀ8P!"{")2,)-1is12p22ɀ22ڀ523WJ3m4 V4)434ÀQ4Ԁ55N5?56À#6܀77e7U7808s89598:I; ;;2<C<x=|==H>?Pv?a?oX?Y?Z?[?\?^?Ȁ_?׀h?@@B5@] d8NRPE/NRPE/opt/nrpe/bin/nrpe010055500000000000000000004700440763417603500156270ustar00rootroot00000100000151@{p$@|L?p**$Go(VP@x  92453-07B11.13>p 92453-07B11.097H@`HX"P  LX \HHtX!\H5`H5`X xQxX 8 b X H f X IfX Xf(>(@`>(@<>( @P>( H@ Hh>(&PP@PP >('(@(>((@>(R@0>HQ8Q8>I8^Q8^Y PV? @>@ $PRIVATE$$DLT$$PLT$ $SHLIB_DATA$$TEXT$ $SHLIB_INFO$ $DATA_START$ $MILLICODE$$CODE$$LIT$$UNWIND_START$$UNWIND$MILLICODE$$UNWIND$ $UNWIND_END$$RECOVER_START$$RECOVER$MILLICODE$ $RECOVER$ $RECOVER_END$ $PFA_COUNTER$$PFA_COUNTER_END$$DATA$ $SHORTDATA$$GLOBAL$ $SHORTBSS$$BSS$ $GDB_DEBUG$ $GDB_SYMBOLS$ $GDB_STRINGS$00$ 08@0@0 @{0 @0  @0  @% <0  @0  @0  @  \  U@!   ,@*U` 0 @0 ,@$ D 0 <@0 H@'0 \@/0 l@K0 |b 0 f 0 f0 f0 @0 @0 @00 @0  @0 , @0 8 @0L @0` @ P @@ P`S lQ x@& #p@ AS @&S Q|@@@0@0@$@ A% @&s @& @& @'S @&00@0f0@$ @'s '  @' 4@'3 H @ P`' XR ( A( `Rx0@ p@+0  @+ @+0 4@+0 @ @U L,hU X+U d0 V0 p @0 @ U, (R0 @0 @0 @U,PU +0 @0 @0 @U,0 @ 4Zt @V0, @ LS  X\0@ @0P @ dV\ p\U`0UlH6U|0U5 |[ Xx \  @ \ X [ [l X$ X4 W [  [4 W $W 0X <X  HX TZ `X lZ x\X Y Z  Y Y \ [ Y \x YL [ Zx [ X Z ,ZX 8Y  D\ P\, \Yt hV tT` Th T T U0 Ut U U ^l ^d V  ^` ^X T0 S (S 4^0 @ @^| L^p XR dR pS |S$ S8 SD ST Sx S ^T ^H V ]0 ] V` W  @  $Wx 0Wh <WX HW TW  `V lV x]X ]U, ^DU, ^@ ^ VP ]U-0@;  >8Up;0@?8U ?U C U?0@CU8@0Ux@?UD6UP81U\,8Uh10Utp6U@60@1`0@5x0U@@H0A@C :0@>`Uh4U10A@E0A(@408@6 AUTH0U``C8 /Up0CP AU|Ch D`UCU,U(,UX, U+0@O80@Q + $D 0D <DTU, H0xU C0A@-(UCU C T:|U0?U@U(6(0Q4@MU@P6@0L@?U\6pUhX6XUt6 `8 l:0U@N@ x8 9 : : :d0A@J@ ; ;Ux?pU84U? 3l 4DU1HUP@U? U5U5 =H =l ` 4;  46 45x 44 4E\G _H _ L^ `h p^ |^ _ _0 `@ t` d^ ` _l (^ a (_ a X^ a\ a,Ul(I IUxI0U@H( NU`J  I ,ItUxHUGUGUhG0Q@G G 8IUI DN0 @M0UMU$J(U4N( PN O 4N@ 4H( 4J@ 4M0 4M 4G 4O80T @8 X @0 @@ ( @(0h @@0|@O0@Ph OUPP QX0 @H0@Qp0 @, 4O 4Q 4Ph QX QX QX QX 4Qp   0 0@# 0 H@;0df0p@0|@$0@\+++++lG++x+T++h+`++++ d+8+++x4G+xGh+++ +++t+G+ L+G`+++p+P++l+@++GGt+G|+GO$G+\+ X++ +(+|+++D+++++G++0A@-(+0 l@HK0L@?>0@CB0@QpQX0|@OOmain __text_start ___stack_zero __data_startcrt0.oPA-RISC 2.0 Assembler HP92453-03UX.11.01.10 (ROSE)../mapdld.c /CLO/Components/LINKER/Src/csu/CRT_DBG ccom options = -ESlit -DA1.1 -DS1.1 -Oq02,al,ag,cn,Lm,sz,Ic,vo,lc,Mf,Po,es,rs,sp,in,vc,Pi,fa,pe,Rr,Fl,pv,pa,nf,cp,lx,st,ap,Pg,ug,Lu,lb,uj,dp,Fs,bp,wp,Ex,mp,rp,ap,dn,Sg,pt,kt,Em,pc,np! -AcHPC HP92453-01 W.11.01.../maptsd.c /CLO/Components/LINKER/Src/csu/CRT_DBG ccom options = -ESlit -DA1.1 -DS1.1 -Oq02,al,ag,cn,Lm,sz,Ic,vo,lc,Mf,Po,es,rs,sp,in,vc,Pi,fa,pe,Rr,Fl,pv,pa,nf,cp,lx,st,ap,Pg,ug,Lu,lb,uj,dp,Fs,bp,wp,Ex,mp,rp,ap,dn,Sg,pt,kt,Em,pc,np! -Acset_tpL$0007_is_89_0L$0002L$0004L$0001 __map_dldL$0005__do_thread_initL$0008 DS$mapdlderrorC$14writestrlenitoa__exit S$17DD$itoa get_environopenreadlseekmmapclose_utssyssyserrorlwp_setprivatelwp_getprivate DS$maptsdC$2 S$11DD$itoa__set_tp__get_tp$global$$START$$ARGV_environ _fp_status _CPU_REVISION_CPU_KEYBITS_1 _FPU_MODEL_start $$dyncall __tool_init_mcount_clear_counters _sr4export__d_trap $UNWIND_START $UNWIND_END$RECOVER_START $RECOVER_END __dld_flags __dld_hook __dld_list __SYSTEM_ID _SYSTEM_ID _FPU_REVISIONenviron __d_trap_fptr $PFA_C_START $PFA_C_ENDerrno__ismt_tepv_ktepv__islwp__cxperf_dld_hook __dld_loc__tdsize _thread_init_etext_endtaddrL$C0023L$C0000L$C0060L$C0024L$C0004L$C0105L$C0027L$C0095L$C0088L$C0046L$C0098L$C0054L$C0096L$C0047L$C0085L$C0084L$C0044L$C0045L$C0038L$C0082L$C0083L$C0039L$C0040L$C0041L$C0042L$C0043L$C0063L$C0048L$C0062L$C0092L$C0053L$C0058L$C0055L$C0056L$C0090L$C0089L$C0057L$C0093L$C0051L$C0087L$C0061L$C0086L$C0049L$C0081L$C0059L$C0050L$C0094L$C0091L$C0052L$C0030L$C0014L$C0015L$C0016L$C0017L$C0018L$C0019L$C0020L$C0021L$C0119L$C0118L$C0022L$C0117L$C0116L$C0013L$C0012L$C0011L$C0122L$C0121L$C0120L$C0001L$C0002L$C0003L$C0005L$C0006L$C0007L$C0008L$C0009L$C0010L$C0115L$C0114L$C0025L$C0107L$C0106L$C0028L$C0037L$C0097L$C0036L$C0035L$C0034L$C0033L$C0032L$C0029L$C0031L$C0108L$C0109L$C0113L$C0112L$C0111L$C0026L$C0110L$0110L$0072L$0162L$0017L$0178L$0185 L$text0000L$0200L$0192L$0199L$0013L$0096L$0105L$0098L$0106L$0086L$0109L$0108L$0107L$0134L$0135L$0058L$0020L$0138L$0126L$0137L$0120L$0136L$text_end0000$CODE$debugsyslogprintfstrcmp command_list show_license show_help allowed_hosts config_fileexit use_inetd show_versioncommand_timeoutstrncpy server_portserver_address nrpe_user nrpe_groupstrtoksnprintfatoistrerrorsocket_timeoutforksignalhandle_connectionfcntl free_memoryalarmstrspntimemy_system_sighandlerkillbzerostrdupstrncatfgetswaitpid inet_ntoaread_config_file find_command my_systemdrop_privilegesis_an_allowed_hoststrcpystrstrprocess_arguments add_commandwait_for_connectionsfopengetgrnamgetegidsetgidsetuidchdirsetsidgetcwdopenlogdisplay_license__mainumaskgetpwnamgeteuid initgroupspopenbindsendalllisten sighandleracceptsleep getpeernamerecvall my_inet_atonpipemallocsetpgidfclosepclosefreesocket setsockoptL$0011L$0104L$0022L$0021L$0023L$0114L$0113 __SB_masksisascii_isdigit my_connect_islowerconnectgetprotobynamememcpy gethostbynamemy_tcp_connect _isxdigitstripsend_isspacerecvinitialized___9 __CTOR_LIST__ __DTOR_LIST____do_global_dtors__do_global_ctorsatexit_exit_dummy_decl__gcc_plt_call_exit_dummy_refdyncallUUX.11.01.06 (ROSE)noshlibs$$dyncall_external$$dyncall_external_20etextedataend_etext_edata_end __SYSTEM_ID _fp_status__tdsizeLXt7@7@7H6Xt7J7 M45Xt7N45Xt6L6LyT/X  P J pO48˚v8v;Ahůt 4L4R'-(K6L'HVL&ЮHl!xyP6 e!x)D+y 4 sYEuR g mTL/}^\ kD!=hhv!x݋:4l kD sE!xЭg6e\kQ0@A֘ kD6u-smT !x/P'6&f&] y@ /!x gyh!xn ƿݶ̱b/5z˚v8vhů;An bltD8rP.4R'-(;6LΜ'HVLΦЮHlxzP6ex)D+ 7 sY5uRg mTL/ ^\kG=hhx݈::lkG s5xӭg8e\͈k_0\1֘dkG6tsmW x/ 6&f/&੤] y0/šx gzhxm   '@-@4@:@A@K@UV@Ud@ Uo@$Ut@Uu@Uv+U{HU {@xU >U@U BU@U QXU@U OU@U } $+16;COT[bqx).3;@FKRY_fo{ z    (  0 nrpe/usr/lib/libnsl.1/usr/lib/libc.2_tepv_ktepverrno__ismt__dld_loc_SYSTEM_ID_CPU_REVISION_FPU_MODEL_end_environacceptsignalsetsockoptchdiralarmisasciipopenmallocwritefopenpclosesleepgetgrnamstrcpyfcntlpipestrcmpkillreadfork_startrecvgeteuid_isdigitfgetsfcloseumaskexitopenstrncpygetpeernamesendsetuidsysloggetprotobynamestrtokgetpwnamsetsidgetegidstrdupinet_ntoasnprintflistengetcwd_islowergethostbynamewaitpidconnectsetgid_isxdigitatexit_isspacestrlenstrncatprintfopenloginitgroupsbindatoisetpgidtimebzerofreestrstrsocketclosememcpystrerrorstrspnmain__d_trapsighandlermy_system_sighandler__gcc_plt_call__do_global_dtors__SB_masks_tepv_ktepv__ismterrno k? k?k?@@K?@ @Ku<1Ks<9 k?#`87{7 +h#P+h8'y 4yEe'y 7D7%767+4>#+0744445 rנjb+h%p+h%x (4Ц @Ц D(43 H?(ਃ 43 ` 7+4>7D7%7744z## 74444@H@7D7%7#%7444+H87D7%77+`H6X 24M74444#0(7@@@@ 7K?@ @@@@k?7k?#B k? 7Ypk?4@4 @@K?K?7@4K? *@K? K? 7@@4K? rKa?H:@7?!# 74@4@x7?!7?!7@4#" 794@4Ka?@xH:K>@7? 44@B7?@B?7?B?@k?ok?7?" 'E' 86P0.&40N 1N 7?9AE'E1!881N 0N 9!F'F9AE881N 1$N 1A'1a0 0 1$N 1DN9aJ'J2 9@9@2N1dN2 ' 8G1@' X1@ 2N1dN 2 ' 8G 'V1@ 9G4`1dN9%G'X:E1@ 'E887A`1dN'W3N:Et"1DN 8K7C`0 'E18 V!9eG1!6`8:G' F9eG1DN 1$N  'G9aH9GS9G' H9AE4` 'E'G'F6 # 4W`7=$ |6`6`= 37`!/K?YK?@O?k?ok)4`@54`< G>-( 44_4+H6pK>9K>QK>ik< *K>y4 ߟ444K>IKa $k?459@ 4 7+4: P4_4X54K>a59k?4@4"`75K<@K4k>+k>4!Pk>+`H?@k>+H5pg k>+4=`k>+47xk>Ka?49k? Ka?4:k? 4b c?Ka?4=K?k?+`438k?1@ k?+44P!k?!k?)44_47=)44_4G=-+4: P4_m4+4: P4_=4+4: P4_ 4u k?)+`H?Pk?9k?A k?Ik?Q@k?Q+`Kqh% K>Ak?( k?49k?(k?q4: k?+`k> 4"`k?yk>7>7>444? ]7K@7?ςK>ك ( 4z7W56 267346?7B? C? (?7W4@ˀ@  4 "@R@@@  4 "@@@@  4 "@@@@  4 "@@@@  4 "@R@@@  4& "@@@@  4 "@@@@  4 "@@@@  4 "@R@@@  4r "@@@@Ka?4!4! <4?@@k?7k?#B k? 7Yk?4_4 @@K?K?7_4K? *@K? K? 7_4K? rKa?H:@7?!# 7 4_-4@x7?!7?!7_4#" 7904_4Ka?_H:K>@7? 44@B7?@B?7?B?@k?ok?7?" 'E' 860.&40N 1N 7?9AE'E1!881N 0N 9!F'F9AE881N 1$N 1A'1a0 0 1$N 1DN9aJ'J2 9@9@2N1dN2 ' 8G1@' X1@ 2N1dN 2 ' 8G 'V1@ 9G4`1dN9%G'X:E1@ 'E887A`1dN'W3N:Et"1DN 8K7C`0 'E18 V!9eG1!6`8:G' F9eG1DN 1$N  'G9aH9GS9G' H9AE4` 'E'G'F6 # 4W`7=$ |6`6`= 37`!/K?YK?@O?k?7+`H6@+ H4?P44477K?Y@7??K?Yk?4?k?474_4$+`7 h<H_E@eK?Y# +7@4: _E4%K?Y@z@@`@@K?@ @Ku>QKs>Y k?KuaKs>i k?KuAKs>I k?Ku>1Ks>9 k?Ku=Ks=  k?KuKs> k?Ku>Ks> k?Ku=aKs=i k?Ku " 4_M49PȜ>Z_]6Y PZ_mZ+4Ch< "b X6y0_6 0ZY Z_-4a _69Џ P7/_}7/4#" Y_Z a_5h PZ_54_5\=U#" Y@4B7/_5 PZ_Z+@h< 4Hh3 8h _E5y (Z_Z+h< P_5Y0 (#"0_mZ+h< XZ_79H H#"0_Z+@Xh< @#"0X79hX79W_]4H4?7/4_X;C/_Z4K.K?K?K?!K?)K?1K?9K?AK?IK?QK?YK?aK?iK?qK?yK?K?@7/Ku;aKs;i k?Ku;Ks; k?k?oEk?Dk?_e4H| 4?Z_mY4z@_UY+UJ H+H4 hs@ 0j H#"0X79`W_44K?YK?K?@O?k?+ok?H# H` @DZ_eY \Hc@`?Z4K?YK?@O?Ku>Ks> k?Ku?!Ks?) k?Ku;Ks; k?Ku>Ks> k?Ku>Ks> k?Ku=Ks= k?Ku;Ks; k?Ku:Ks: k?Kuȼ`4Ka?C_%Hz#"0Hx4W_ 79_4k>XZk?7>_?`04#"04_ 79_]4+g>7>4D3 _g>+4# _Z ZHk>@7> (#"04_79@_4Z7>_4 `XKa?C_eHz#"0Hx4W_E79_4Z_4 a#"0Ka?C_Hz#"0Hx4W_79_4_Hz#"0Hx4W_m79Z_u4BKa?D_%H#"0H4W79@_4BX4 _798"`84Jd8_MYY_54+HH3 b XIG>#"079`_U4#"0+`794_%48PKa?4G!B0!b0!0!0!0_4Z4_4|0Ka?Hf?Ch?@_@Ȝ_u@!_MZ4 7>k>ZY_57>}I b 2_=HD5YX_4H_7>FZY5x_Wc>@0Z (I3 54X_ 4B0b 5@_4@HZI b (Z5xX_4Z_4BH_]4_ZZ44_4B=yK>YK?K? K?K?K?!K?)K?1K?9K?AK?IK?QK?Y@7>Ku;Ks; k?k?+7!k>Hk?Fk? 4H3 k>k?k?b k>#"04_79Z4#_4 +k>Z7H7 8@L7>ч@(K>#"0479_e4Bc #"0479h_54BKb #"0Kb H 479_4Bb (7#"0X79@_4#"0Z_ ]79 7.#0" ZC76@_4H b"pc>#"0479X_4B@_Z˜H 7.#0W7Z_=4CH b (c>#"0479_QX4b (7@#"04790_ X"b +Bt (D6g (7.4ZH @7>k?WC@Pc.K>َb 8E#0H @7XZ4_4BHY_Z #0Z7_48c>#"0W794X_4_qZ7? | (7&_AZ| c?7&4 _Z44k&Zk&_k&7&k&Y_!44 Zk>Y7>@(c.H b 8KY#"0X79 0W_a4KYK>K>K?K? K?K?@7k?+`749Pk?4E7/k? 0_k?!Cc?7/_-4 h< P4_=Z 4y h 4_4<4K.K?K?K?!@7/@ @K?@ @k?@H7_y4Ku>Ks> k?k?+oH$ H 0K?YZ_H@ȄZK?Y@O?Ku;Ks; k?Ku>Ks> k?Ku>Ks> k?Ku;1Ks;9 k?Ku;QKs;Y k?Ku;qKs;y k?Ku;Ks; k?Ku<Ks< k?Ku<Ks<  k?k?7k?AJk?IIk?Qk?Y4k?iEk?ak?qk?yw K."b Bt (`t i H4_7?K?4_#K?4_}#_m7?!_I@D #07/7 p_ 4` 0c?Z7/_5?h b`?_K?_K?04!_yK?4_4"`84_Jy@_ Z#" Z_79 |p4#"0479 _7/47/_ic?K?77/_u4B7/_X_}ZZk?)_ 4F_7/K?7_7/_K?_u4_Z_K?Z7?)_ e4_7?1C?-144` PKa?EK?Y_5?G 8Hh?K? ` "b Bt (`t j `K?1K?! j`@4Z4_i3Z_4_iK?\K.K?AK?IK?QK?YK?aK?iK?qK?y@7/@ @K?@ @k?4_q7Ku?1Ks?9 k?Ku;Ks; k?Ku=QKs=Y k?Ku=Ks= k?Ku=1Ks=9 k?KuqKs>y k?KuK? K?K?K?!@O?k?ok?AJk?Q4k?aFk? k?k?k?!k?)k?1k?9k?Ik?Yk?ik?q@k?y4?4B+4S5C+"B0I""0"0!0!0!0!0!b06g "b0Hz?_A6y H "0b84? hZ4_ i4`Hz?_49 "b0Hz?_6y i xx4IZ_q6Y Hz?_Q69 i% x 4Hz?_6 Hz?_5 ȏ +Sje `Hz?_5 ؇ Hz?_5 +S`je hHz?_Y5 "Hz?_95y @4?+Sje p4]4c04?K>K? K?K?K?!K?)K?1K?9K?AK?IK?QK?YK?aK?iK?qK?y@O?k?"07@6 K?Y@7?Ku=Ks= k?Ku?Ks? k?Ku=Ks= k?Ku=Ks= k?k?7k?AEk?I7?Dk?14 Gk?9F_ak?Q7?4g?ZY@g? Z_Z˜#B0Y`7Z (K ZK_eJy_ZȜ8#"0#B0Y7Z X_@4Z_79 H404_4Z@`(h#B0_Q7Z 47?_4 `Ka?4H4 `#B0@4ʂ X#B0j4ފ X#B0#B07Z _4BH7Z_4B0#B07Z`_a4B_Q7Z44K>K?1K?9K?AK?IK?Q@7?KuKs>  k?Ku=Ks= k?Ku>!Ks>) k?k?Ka?7k?1k?9Mk?Q7?k?Y NIk?qFk?k?Ak?Ik?ak?ik?yk?@cI3` "c s@044_Z#44`s P4 034ct 4s 4 034 c4 4 4 _Z I3` c ` r_5Z Zk?'k?' 04:G'VK?43?s E҃!4\_Z I3` *c ` 0I34\_Z I34d` 0ԥc s` 84??(4?_}Z 4??4? eE 03-c4\s 7?)Sz 03 E` p _Z!8I3` "c @0 p4_Z s6sh@@4@ 0`4`K?s @K?K?֔ s  tT` EK?X4K?K?!s ֔  Sֵ  S eE i4K>K?1K?9K?AK?IK?QK?YK?aK?iK?qK?yK?K?@7?k?o^%C4@\@X7? |su Tz t r K?Y b`K?Y@O?KuK? K?K?K?!@O?KuK?!K?)K?1K?9K?AK?IK?QK?Y@7?k?#B07^7Z#B0^7Zh#B0^7Z#C^7Z#C^7Z#C^u7ZX#C^]7Z#C^E7ZX#C^-7Z#C^7Z@#C^7ZK?Y@7?@ @K?@ @k?+7H!k?Dk?k?H4+H! (0 8CHvBS h0?HvK?YK?@O?Ku>Ks> k?+k?7Uk?Tk?k?JJ @DJJ 460?6u P++H! # YBS4c?`?++H!_H:SK?YK?@O?+k?7Tk?Uk?JJ (DJ4_MjSK?Y@O?@ @K?@ @k?JJ BK?@ @? crt0: errno: DLD_PATH/usr/lib/dld.slERROR couldn't open ERROR reading ERROR bad magic number/system id for ERROR bad hpux aux header for (text) (bss) (data)? crt0: errno: tsd NRPE - Nagios Remote Plugin Executor Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org) Version: %s 1.8Last Modified: %s 01-16-2003License: GPL Usage: %s -c [mode] Options: = Name of config file to use [mode] = Determines how NRPE should run. Valid modes: --inetd = Run as a service under inetd or xinetd --daemon = Run as a standalone daemon Notes: This program is designed to process requests from the check_nrpe plugin on the host(s) running Nagios. It can run as a service under inetd or xinetd (read the docs for info on this), or as a standalone daemon. Once a request is received from an authorized host, NRPE will execute the command/plugin (as defined in the config file) and return the plugin output and return code to the check_nrpe plugin. nrpe/Config file '%s' contained errors, bailing out.../dev/nullrUnable to open config file '%s' for reading =No variable name specified in config file '%s' - Line %d No variable value specified in config file '%s' - Line %d server_portInvalid port number specified in config file '%s' - Line %d server_addressallowed_hostsAllowed hosts list too long in config file '%s' - Line %d command[[]Invalid command specified in config file '%s' - Line %d debugnrpe_usernrpe_groupcommand_timeoutInvalid command_timeout specified in config file '%s' - Line %d Unknown option specified in config file '%s' - Line %d Added command[%s]=%s Network server socket failure (%d: %s)Could not set reuse address option on socket! Server address is not a valid IP address Network server bind failure (%d: %s) Network server listen failure (%d: %s) Starting up daemonListening for connections on port %d Allowing connections from: %s Network server accept failure (%d: %s)Error: Network server getpeername() failure (%d: %s)Connection from %s port %d%sHost %s is not allowed to talk to us!Host address checks out okConnection from %s closed.TerminatingHandling the connection...Could not read request from client, bailing out...Data packet from client was too short, bailing out...Received invalid packet from client, bailing out...Host is asking for command '%s' to be run..._NRPE_CHECKNRPE v%sResponse: %sNRPE: Command '%s' not definedRunning command: %sNRPE: Command timed out after %d seconds NRPE: Unable to read output Bad return code for [%s]: %dReturn Code: %d, Output: %s,NRPE: Call to fork() failed NRPE: Call to popen() failed 0123456789Warning: Could not get group entry for '%s'Warning: Could not set effective GID=%dWarning: Could not get passwd entry for '%s'Warning: Unable to change supplementary groups using initgroups()Warning: Possibly root user failed dropping privileges with initgroups()Warning: Could not set effective UID=%d-c-d--daemon-i--inetd-h--help-l--license-V--versiontcpInvalid host name '%s' Cannot map "%s" to protocol number udpSocket creation failed Connection refused by host Timeout while attempting connection Network is unreachable Connection refused or timed out This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  48Dx  $$((,DHHLLP ,0LP!!%8%%%%%&D&H&L&P&l&p&&&&&&&&' '','0'L'P'l'p''''(|(((((**+,+0+++++++-(01`445t5x56; ; >X>`>???8?l@HBCCCE|EGGGH(IJ@M, M0MMN$N@O4O8OOPHPhQQQPQpQH ` + + Z0 04 5 H; > ? ?p 6B C 0G I M N( O PP QX @z$Revision: 92453-07 linker linker crt0.o B.11.13 DBG 990903 $ERROR: mmap failed for dldERROR: mmap failed for TSDnrpe.cfg"0.0.0.0 <@@@@H@6p,5,?I?4?0@6XC84;?p0@0@,`N(CI101H,+-,6MC,hG0C,CP1666@, JG6HChIPPJ(,P,8++C6(0??6? 15,G5C H>BQXO@@0@8@@@(G@@@@nrpe.c/home/benny/temp/nrpe-1.8/src/nrpe.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19packet_struct:T20=s1040packet_type:1,0,32;packet_version:1,32,32;result_code:1,64,32;buffer_length:1,96,32;buffer:21=ar1;0;1023;2,128,8192;;packet:t22=20__gnuc_va_list:t23=24=*19int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29FILE:t155=156=s16__cnt:1,0,32;__ptr:157=*11,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t158=159=s44__cnt:1,0,32;__ptr:157,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:157,128,32;__newbase:157,160,32;__smbuf:160=ar1;0;15;11,192,128;__unused:24,320,32;;__va_list:t161=162=*13__va_list__:t163=162div_t:t164=165=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t166=167=s8quot:3,0,32;rem:3,32,32;;wchar_t:t168=4sigval:T169=u4__svi_int_s:170=s4__svi_int:1,0,32;;,0,32;__sival_ptr:24,0,32;;sigval_t:t171=169pthread_attr_t:t172=1sigevent:T173=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:171,64,32;__sigev_notify_function:174=*175=f19,96,32;__sigev_notify_attributes:176=*172,128,32;__sigev_reserved:177=ar1;0;7;1,160,256;;sigevent_t:t178=173__sigev_types:T179=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T180=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T181=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t182=181itimerspec:T183=s16it_interval:181,0,64;it_value:181,64,64;;__clockid_t:T184=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t185=184timer_t:t186=5timeval:T187=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T188=s16it_interval:187,0,64;it_value:187,64,64;;timezone:T189=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T190=s8hi:30,0,32;lo:30,32,32;;cycles_t:t191=190ki_timeval:T192=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t193=34rlimit:T194=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T195=s76ru_utime:187,0,64;ru_stime:187,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T196=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T197=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:171,96,32;__data:198=u12__proc:199=s8__pid:78,0,32;__pdata:200=u4__kill:201=s4__uid:81,0,32;;,0,32;__SIGCLD:202=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:203=s4__addr:24,0,32;;,0,32;__file:204=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:205=s12__addr:24,0,32;__lockpage:24,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:206=ar1;0;8;3,224,288;;siginfo_t:t207=197__sigset_t:T208=s32sigset:209=ar1;0;7;4,0,256;;sigset_t:t210=208__fp_dbl_block:T211=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t212=211__fp_int_block:T213=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t214=213__reg64:T215=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:216=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t217=215__reg32:T218=s512ss_reserved:219=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:220=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t221=218__ss_narrow:T222=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t223=222__save_state:T224=s1152ss_flags:1,0,32;ss_narrow:223,32,1984;ss_pad:1,2016,32;ss_fpblock:225=u256fpdbl:212,0,2048;fpint:214,0,2048;;,2048,2048;ss_xor:226=ar1;0;127;2,4096,1024;ss_wide:227=u512ss_64:217,0,4096;ss_32:221,0,4096;;,5120,4096;;save_state_t:t228=224__stack:T229=s12ss_sp:24,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t230=229mcontext_t:t231=228__sub_ctxt:T232=s48__uc_link:233=*234=xs__ucontext:,0,32;__uc_sigmask:210,32,256;__uc_stack:230,288,96;;__sub_ctxt_t:t235=232__ucontext:T234=s1240uc_mcontext:231,0,9216;uc_spares:177,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:232,9504,384;;ucontext_t:t236=234sig_atomic_t:t237=4sigaction:T238=s40__handler:239=u4__sa_sigaction:240=*241=f19,0,32;__sa_handler:242=*243=f19,0,32;;,0,32;sa_mask:210,32,256;sa_flags:1,288,32;;pthread_t:t244=1sigstack:T245=s8ss_sp:24,0,32;ss_onstack:1,32,32;;sigvec:T246=s12sv_handler:242,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T247=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t248=247siglocal_misc:T249=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:250=ar1;0;3;3,192,128;;siglocal_misc_t:t251=249siglocal:T252=s1192sl_misc:249,0,320;sl_ss:228,320,9216;;siglocalx:T253=s1344sl_misc:249,0,320;sl_uc:236,320,9920;sl_si:207,10240,512;;__xsi:T254=s116sc:232,0,384;__padding:1,384,32;si:207,416,512;;__xsi_t:t255=254sigcontext:T256=s1392sc_ctxt:257=u1344sl:252,0,9536;sx:253,0,10752;;,0,10752;sc_args:250,10752,128;sc_sfm:247,10880,256;; :T258=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t259=258wait:T260=u4w_status:1,0,32;w_T:261=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:262=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T263=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t264=265=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T266=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T267=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;utimbuf:T268=s8actime:86,0,32;modtime:86,32,32;;stat:T269=s104st_dev:57,0,32;st_ino:60,32,32;st_mode:61,64,16;st_nlink:62,80,16;st_reserved1:9,96,16;st_reserved2:9,112,16;st_rdev:57,128,32;st_size:71,160,32;st_atime:86,192,32;st_spare1:1,224,32;st_mtime:86,256,32;st_spare2:1,288,32;st_ctime:86,320,32;st_spare3:1,352,32;st_blksize:3,384,32;st_blocks:77,416,32;st_pad:4,448,29;st_sysVacl:4,477,1;st_acl:4,478,1;st_remote:4,479,1;st_netdev:57,480,32;st_netino:60,512,32;st_cnode:85,544,16;st_rcnode:85,560,16;st_netsite:84,576,16;st_fstype:8,592,16;st_realdev:57,608,32;st_basemode:9,640,16;st_spareshort:9,656,16;st_uid:81,672,32;st_gid:80,704,32;st_spare4:270=ar1;0;2;29,736,96;;flock:T271=s16l_type:8,0,16;l_whence:8,16,16;l_start:71,32,32;l_len:71,64,32;l_pid:78,96,32;;iovec:T272=s8iov_base:24,0,32;iov_len:87,32,32;;uio_rw:T273=eUIO_READ:1,UIO_WRITE:2,;linger:T274=s8l_onoff:1,0,32;l_linger:1,32,32;;socklen_t:t275=87sockaddr:T276=s16sa_family:9,0,16;sa_data:277=ar1;0;13;2,16,112;;sockproto:T278=s4sp_family:9,0,16;sp_protocol:9,16,16;;msghdr:T279=s24msg_name:95,0,32;msg_namelen:1,32,32;msg_iov:280=*272,64,32;msg_iovlen:1,96,32;msg_accrights:95,128,32;msg_accrightslen:1,160,32;;msghdr2:T281=s28msg_name:95,0,32;msg_namelen:275,32,32;msg_iov:280,64,32;msg_iovlen:104,96,32;msg_control:95,128,32;msg_controllen:275,160,32;msg_flags:1,192,32;;in_addr_t:t282=5in_addr:T283=s4s_addr:282,0,32;;sockaddr_in:T284=s16sin_family:8,0,16;sin_port:103,16,16;sin_addr:283,32,32;sin_zero:285=ar1;0;7;2,64,64;;ip_mreq:T286=s8imr_multiaddr:283,0,32;imr_interface:283,32,32;;hostent:T287=s20h_name:93,0,32;h_aliases:288=*93,32,32;h_addrtype:1,64,32;h_length:1,96,32;h_addr_list:288,128,32;;netent:T289=s16n_name:93,0,32;n_aliases:288,32,32;n_addrtype:1,64,32;n_net:282,96,32;;servent:T290=s16s_name:93,0,32;s_aliases:288,32,32;s_port:1,64,32;s_proto:93,96,32;;protoent:T291=s12p_name:93,0,32;p_aliases:288,32,32;p_proto:1,64,32;;rpcent:T292=s12r_name:93,0,32;r_aliases:288,32,32;r_number:1,64,32;;group:T293=s16gr_name:93,0,32;gr_passwd:93,32,32;gr_gid:80,64,32;gr_mem:288,96,32;;command_struct:T294=s1060command_name:295=ar1;0;31;2,0,256;command_line:21,256,8192;next:296=*294,8448,32;;command:t297=294config_file:G298=ar1;0;2047;2server_port:G1server_address:G299=ar1;0;15;2socket_timeout:G1command_timeout:G1command_list:G300=*297nrpe_user:G93nrpe_group:G93show_help:G1show_license:G1show_version:G1use_inetd:G1debug:G1main:F1argc:P1argv:P288result:r1buffer:298read_config_file:F1filename:P93fp:r301=*155input_buffer:298temp_buffer:r93varname:r93varvalue:r93line:r1add_command:F1command_name:P93command_line:P93new_command:r300find_command:F300command_name:P93temp_command:r300wait_for_connections:F19myname:284addr:276sock:r1new_sd:r1addrlen:1connecting_host:299pid:r78flag:1handle_connection:F19sock:P1temp_command:r300receive_packet:22send_packet:22bytes_to_send:1bytes_to_recv:1buffer:298result:r1early_timeout:1is_an_allowed_host:F1connecting_host:P93temp_buffer:298temp_ptr:r93sighandler:F19sig:P1free_memory:F19this_command:r300next_command:r300my_system:F1command:P93timeout:P1early_timeout:P302=*1output:P93output_length:p1output_length:r1pid:r78status:1result:r1buffer:298fd:303=ar1;0;1;1fp:r301bytes_read:r1start_time:86end_time:86my_system_sighandler:F19sig:P1drop_privileges:F1user:P93group:P93uid:r81gid:r80grp:r304=*293pw:r305=*266process_arguments:F1argc:P1argv:P288x:r1have_mode:r1allowed_hosts:G298utils.c/home/benny/temp/nrpe-1.8/src/utils.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19packet_struct:T20=s1040packet_type:1,0,32;packet_version:1,32,32;result_code:1,64,32;buffer_length:1,96,32;buffer:21=ar1;0;1023;2,128,8192;;packet:t22=20__gnuc_va_list:t23=24=*19int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29FILE:t155=156=s16__cnt:1,0,32;__ptr:157=*11,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t158=159=s44__cnt:1,0,32;__ptr:157,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:157,128,32;__newbase:157,160,32;__smbuf:160=ar1;0;15;11,192,128;__unused:24,320,32;;__va_list:t161=162=*13__va_list__:t163=162div_t:t164=165=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t166=167=s8quot:3,0,32;rem:3,32,32;;wchar_t:t168=4sigval:T169=u4__svi_int_s:170=s4__svi_int:1,0,32;;,0,32;__sival_ptr:24,0,32;;sigval_t:t171=169pthread_attr_t:t172=1sigevent:T173=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:171,64,32;__sigev_notify_function:174=*175=f19,96,32;__sigev_notify_attributes:176=*172,128,32;__sigev_reserved:177=ar1;0;7;1,160,256;;sigevent_t:t178=173__sigev_types:T179=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T180=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T181=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t182=181itimerspec:T183=s16it_interval:181,0,64;it_value:181,64,64;;__clockid_t:T184=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t185=184timer_t:t186=5timeval:T187=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T188=s16it_interval:187,0,64;it_value:187,64,64;;timezone:T189=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T190=s8hi:30,0,32;lo:30,32,32;;cycles_t:t191=190ki_timeval:T192=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t193=34rlimit:T194=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T195=s76ru_utime:187,0,64;ru_stime:187,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T196=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T197=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:171,96,32;__data:198=u12__proc:199=s8__pid:78,0,32;__pdata:200=u4__kill:201=s4__uid:81,0,32;;,0,32;__SIGCLD:202=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:203=s4__addr:24,0,32;;,0,32;__file:204=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:205=s12__addr:24,0,32;__lockpage:24,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:206=ar1;0;8;3,224,288;;siginfo_t:t207=197__sigset_t:T208=s32sigset:209=ar1;0;7;4,0,256;;sigset_t:t210=208__fp_dbl_block:T211=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t212=211__fp_int_block:T213=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t214=213__reg64:T215=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:216=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t217=215__reg32:T218=s512ss_reserved:219=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:220=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t221=218__ss_narrow:T222=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t223=222__save_state:T224=s1152ss_flags:1,0,32;ss_narrow:223,32,1984;ss_pad:1,2016,32;ss_fpblock:225=u256fpdbl:212,0,2048;fpint:214,0,2048;;,2048,2048;ss_xor:226=ar1;0;127;2,4096,1024;ss_wide:227=u512ss_64:217,0,4096;ss_32:221,0,4096;;,5120,4096;;save_state_t:t228=224__stack:T229=s12ss_sp:24,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t230=229mcontext_t:t231=228__sub_ctxt:T232=s48__uc_link:233=*234=xs__ucontext:,0,32;__uc_sigmask:210,32,256;__uc_stack:230,288,96;;__sub_ctxt_t:t235=232__ucontext:T234=s1240uc_mcontext:231,0,9216;uc_spares:177,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:232,9504,384;;ucontext_t:t236=234sig_atomic_t:t237=4sigaction:T238=s40__handler:239=u4__sa_sigaction:240=*241=f19,0,32;__sa_handler:242=*243=f19,0,32;;,0,32;sa_mask:210,32,256;sa_flags:1,288,32;;pthread_t:t244=1sigstack:T245=s8ss_sp:24,0,32;ss_onstack:1,32,32;;sigvec:T246=s12sv_handler:242,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T247=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t248=247siglocal_misc:T249=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:250=ar1;0;3;3,192,128;;siglocal_misc_t:t251=249siglocal:T252=s1192sl_misc:249,0,320;sl_ss:228,320,9216;;siglocalx:T253=s1344sl_misc:249,0,320;sl_uc:236,320,9920;sl_si:207,10240,512;;__xsi:T254=s116sc:232,0,384;__padding:1,384,32;si:207,416,512;;__xsi_t:t255=254sigcontext:T256=s1392sc_ctxt:257=u1344sl:252,0,9536;sx:253,0,10752;;,0,10752;sc_args:250,10752,128;sc_sfm:247,10880,256;; :T258=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t259=258wait:T260=u4w_status:1,0,32;w_T:261=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:262=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T263=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t264=265=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T266=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T267=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;utimbuf:T268=s8actime:86,0,32;modtime:86,32,32;;stat:T269=s104st_dev:57,0,32;st_ino:60,32,32;st_mode:61,64,16;st_nlink:62,80,16;st_reserved1:9,96,16;st_reserved2:9,112,16;st_rdev:57,128,32;st_size:71,160,32;st_atime:86,192,32;st_spare1:1,224,32;st_mtime:86,256,32;st_spare2:1,288,32;st_ctime:86,320,32;st_spare3:1,352,32;st_blksize:3,384,32;st_blocks:77,416,32;st_pad:4,448,29;st_sysVacl:4,477,1;st_acl:4,478,1;st_remote:4,479,1;st_netdev:57,480,32;st_netino:60,512,32;st_cnode:85,544,16;st_rcnode:85,560,16;st_netsite:84,576,16;st_fstype:8,592,16;st_realdev:57,608,32;st_basemode:9,640,16;st_spareshort:9,656,16;st_uid:81,672,32;st_gid:80,704,32;st_spare4:270=ar1;0;2;29,736,96;;flock:T271=s16l_type:8,0,16;l_whence:8,16,16;l_start:71,32,32;l_len:71,64,32;l_pid:78,96,32;;iovec:T272=s8iov_base:24,0,32;iov_len:87,32,32;;uio_rw:T273=eUIO_READ:1,UIO_WRITE:2,;linger:T274=s8l_onoff:1,0,32;l_linger:1,32,32;;socklen_t:t275=87sockaddr:T276=s16sa_family:9,0,16;sa_data:277=ar1;0;13;2,16,112;;sockproto:T278=s4sp_family:9,0,16;sp_protocol:9,16,16;;msghdr:T279=s24msg_name:95,0,32;msg_namelen:1,32,32;msg_iov:280=*272,64,32;msg_iovlen:1,96,32;msg_accrights:95,128,32;msg_accrightslen:1,160,32;;msghdr2:T281=s28msg_name:95,0,32;msg_namelen:275,32,32;msg_iov:280,64,32;msg_iovlen:104,96,32;msg_control:95,128,32;msg_controllen:275,160,32;msg_flags:1,192,32;;in_addr_t:t282=5in_addr:T283=s4s_addr:282,0,32;;sockaddr_in:T284=s16sin_family:8,0,16;sin_port:103,16,16;sin_addr:283,32,32;sin_zero:285=ar1;0;7;2,64,64;;ip_mreq:T286=s8imr_multiaddr:283,0,32;imr_interface:283,32,32;;hostent:T287=s20h_name:93,0,32;h_aliases:288=*93,32,32;h_addrtype:1,64,32;h_length:1,96,32;h_addr_list:288,128,32;;netent:T289=s16n_name:93,0,32;n_aliases:288,32,32;n_addrtype:1,64,32;n_net:282,96,32;;servent:T290=s16s_name:93,0,32;s_aliases:288,32,32;s_port:1,64,32;s_proto:93,96,32;;protoent:T291=s12p_name:93,0,32;p_aliases:288,32,32;p_proto:1,64,32;;rpcent:T292=s12r_name:93,0,32;r_aliases:288,32,32;r_number:1,64,32;;group:T293=s16gr_name:93,0,32;gr_passwd:93,32,32;gr_gid:80,64,32;gr_mem:288,96,32;;my_tcp_connect:F1host_name:P93port:P1sd:P294=*1my_connect:F1host_name:P93port:P1sd:P294proto:P93servaddr:284hp:r295=*287ptrp:r296=*291my_inet_aton:F1cp:P297=*2addr:P298=*283val:r4base:r1n:r1c:r2parts:299=ar1;0;3;104pp:r300=*104strip:F19buffer:P93x:r1index:r1sendall:F1s:P1buf:P93len:P294total:r1bytesleft:r1n:r1recvall:F1s:P1buf:P93len:P294timeout:P1total:r1bytesleft:r1n:r1start_time:86current_time:86display_license:F19libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19__do_global_dtors:F19_exit_dummy_ref:G289=*1__do_global_ctors:F19__main:F19libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19__CTOR_LIST__:G289=ar1;0;1;286__DTOR_LIST__:G289libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19_exit_dummy_decl:G1KId+'d+.UgÀ<ހ  8eɀV@d~:;<=>ŀ?ԀABGHN"O3XBYRcefzilorȀuۀx{~+?Th~ʀ%ـ4:?DJ"S/YC_Wihowuˀ݀ '4AO_p}ƀڀ("8.F3U7d8s9:;<=>Ā?Ӏ@ABD E F - = L \ n    Q T πU ހV X * PY ^[ ka x q  Vz h| t   3 >   2 C `x w| # ' $ @!R(h;HO5fm{$7Fv(Wsd6߀I"4߀!"Ԁ")-V)-i1€s1ـ2ɀ2߀3!23253F3J3ŀ4cV4w)45Q5,5_567?6O7#737m77U8 88ʀ8܀9:K8:;w;<>>??A?q??ŀ?@A2bACAdAπBBBڀC/CuCDDz#D .D 0D 1D 2D 3D 5E 7E! 8E0 :E= ;EM <E] =Ej >Es$B-(E{@BE@BDBDJ,DH0DJ4DH8DJ@DLlDM|DNDODPDQDRDUDWDXDYDZ D[D\$D]0D^<D_DD`PDa\DbhDctDdDeDfDgDjDkDmDnDrDuDxD| Dy$D}(D|0D}4D<DPDTDpDtD|DDDDDDDDDDDDDDD D,DHDPDxE@DEFx$xE$1`E@DDDD DDDPDXD`DtD|DDDDDDDDDDDDD DD D(D4D<DLDXD\DdDlDtDDDDDDDDDDDD D D  D ,D 4D@DHDXDlD|DDDDDDD!D$D(D*D+TE@EЀE@E@E@F @T$TF$04F!@0F2@0D0D4D5 D8(D94D<@D?LD<TD?XD@`DBxDCFC@1$FT$H5xFf@HDHDKDK DLDK0DO<DPPFw@IP$PF$U6DUDVD]D`D]D` D]D`D] D`HDcPDdXDeDfDiDjDkDlDpDoDqDpDqDtDuDwDxDyD~$D<D`DhD|DDDDDDDDD$D0DDDXDpDDDDDDDDDDDDDDDDDDD0D<D@DTDXDhD|D|DDDDDDDDDDDFVFXF@ZF@ZFȀZ<FҀ[(F@\F]8$F$; G @DDDDD D$D4D<DLDXD`DdDhD|DDD!D$D&D*D-D/D3D4D7D9 D=D9D=,D=0D>8DAPDEPDFXDH`DL|DLDMDPDUDVDYDZDYDZDYDZD]DZD]D]D^ D_(D`<DeLDhTDhhDppDqDtDwDxDwDzDxDzD{DzD{DDDDD|DDDDG@G%G7GF0GV(Gf(Gq@G{ ,$<G$>`G@DDDD DDDDD D$D(D0D4D8DLD\DdDtDGG@$G$?G@DDD $G$?8DDDDDDD$D,G@H @,$8H$@HH)@H5@ H@@ HV@HaDD D$D8D@DLDTD\DdDtDDDDDDDDDDDDDDDDD(D0D DD HD LD hDhDtD|DDDDD!D$D&D-D0D3D6D9D=DADBDCDDDG$DH0DK8DLTDOXDO`DPhDTtD[|D\Hr@H@HH@HHH@H@HЀHހ$H$aCI@aDaDd$I $jCI@jI&@jDjDkDlDkDkDq Dt(DuHDvPDwXDy\DztD~tDDDDDDDDDDDDDD,D8DDDLD\DlDDI0@kI8@lI@@mIN@n$I[$EIp@Ix@ DDDDLDTD\DDDDDDDDDD D,D0D8DXDhDDDDDDD$I@I@$$$I /dGE dG(dG0Wiŀ>€":gˀX@f:;<=>ǀ?րABGHN$O5XDYTcgf|ilorʀu݀x{~-AVj̀%ۀ4:?DJ$S1YE_Yijoyù߀ )6CQarȀ܀*":.H3W7f8u9:;<=>ƀ?Հ@ABD E F / ? N ^ p    Q ÀT рU V X , RY `[ ma z q  Xz j| v   3 >   2 C bx y| # ' $ B!T(j=HQ7hm}&9Hx*Ysf8I$6!"ր")-X)-k1Ās1ۀ2ˀ23#23453H3J3ǀ4eV4y)45Q5.5a569?6Q7#757o77U888̀8ހ9:M8:;y;<>>??C?s??ǀ?@A4bAEAfAрBBB܀C1CwCD$%GD"@%D0@%D8@%D%D&D(D*D+ $ DC$/H(DQ@/D_@/Dg@/Do@/D/D5D/D5 D/$D50D:8D6<D7@D:DD6LD:LD=XD>`D?hD@lDCtDGDHDIDMDNDODPDTDUDV DX<DYLD[LD\XD^XD_hDahDdpDgxDhDy0D@1D@2$D$nJ@D@nD@n DnDuDnDsDn Du$Dn,DuPD~XDDDDDDDDDDDDD$DhDDDDDwDD DDHDPDXD`DpDxDDDDDD@oD@pD@pD@qDrD@s $E$M0E@DDD$DDDPE@E"@P$\E+$ME6@E;@EC@DD D$D(D0D4D@DPDXDXD\DEL@EU@Eb@$Eg$N@Er@ Ew@E@E@ DD(D,D4D8D@DDD LD PD TD XD `D `D!dDpDDDDDDDD$D'D$D(E@E@E@EE $E$,O8D,D.D/D0 D1,D28D3DD4PD5\D6hD7tD8$dO@ dO$dO0Wiŀ>€":gˀlG:;<=ɀ>׀?ABGH$N4OEXTYdcwfiloŀrڀux{~*=Qfz̀܀%4:?D$J4SAYU_iizoù݀,9FSaqǀ؀   * :" J. X3 g7 v8 9 : ; < = Ȁ> ր? @ A B D E /F ? O ^ n     ĀQ ӀT U V &X < bY p[ }a q % hz z|    3 ǀ >   +# V' $ ! ( ߀H:ـ m\ȀۀV̀s=ڀIɀۀ8P!"{")2,)-1is12p22ɀ22ڀ523WJ3m4 V4)434ÀQ4Ԁ55N5?56À#6܀77e7U7808s89598:I; ;;2<C<x=|==H>?Pv?a?oX?Y?Z?[?\?^?Ȁ_?׀h?@@B5@]$ O$d@s 1@$ 6Ph$@$ GQ$LdQX@ dQX$dQX0Wiŀ>€":gˀlG:;<=ɀ>׀?ABGH$N4OEXTYdcwfiloŀrڀux{~*=Qfz̀܀%4:?D$J4SAYU_iizoù݀,9FSaqǀ؀   * :" J. X3 g7 v8 9 : ; < = Ȁ> ր? @ A B D E /F ? O ^ n     ĀQ ӀT U V &X < bY p[ }a q % hz z|    3 ǀ >   +# V' $ ! ( ߀H:ـ m\ȀۀV̀s=ڀIɀۀ8P!"{")2,)-1is12p22ɀ22ڀ523WJ3m4 V4)434ÀQ4Ԁ55N5?56À#6܀77e7U7808s89598:I; ;;2<C<x=|==H>?Pv?a?oX?Y?Z?[?\?^?Ȁ_?׀h?@@B5@] h@| idQX@t dQX$dQX0Wiŀ>€":gˀlG:;<=ɀ>׀?ABGH$N4OEXTYdcwfiloŀrڀux{~*=Qfz̀܀%4:?D$J4SAYU_iizoù݀,9FSaqǀ؀   * :" J. X3 g7 v8 9 : ; < = Ȁ> ր? @ A B D E /F ? O ^ n     ĀQ ӀT U V &X < bY p[ }a q % hz z|    3 ǀ >   +# V' $ ! ( ߀H:ـ m\ȀۀV̀s=ڀIɀۀ8P!"{")2,)-1is12p22ɀ22ڀ523WJ3m4 V4)434ÀQ4Ԁ55N5?56À#6܀77e7U7808s89598:I; ;;2<C<x=|==H>?Pv?a?oX?Y?Z?[?\?^?Ȁ_?׀h?@@B5@] dQX