Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > HP-UX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 06:01 AM
rajeshjangam@gmail.com
 
Posts: n/a
Default Application hangs

I have a single threaded application (daemon) which links to the
pthread library on HPUX 11.11.
The daemon listens on a socket and forks off a new process to serve
the incoming connection. It also does a waitpid for its children on
receipt of SIGCHLD.

It hangs after running for sometime (2-3 hours) in ksleep. This code
has been working fine on all other platforms:
Solaris, Linux, AIX.

Basically, the application code calls some non-thread safe functions.
To implement critical section around this, we use pthread_mutex_lock
and pthread_mutex_unlock.

Thought our application is single threaded, we have critical sections
since, this code is a part of a shared library (used by other
multithreaded applications)

Is this a problem with the pthread library implementation on HP 11.11?
Because, it is not reproducible on HP 11.31.

gdb does not show any useful information Here is the output of
tusc:

igvec(SIGCLD, 0x7f7f10a0,
0x7f7f10b0) .................................................. ..................................................
= 0
Received signal 18, SIGCLD, in setpgrp(), [caught], no siginfo
setpgrp(2) .................................................. .................................................. ............................
ERR#1 EPERM
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 14006
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f1650,
0x7f7f1660) .................................................. ..................................................
= 0
sigprocmask(SIG_BLOCK, 0x7f7f0c6c,
0x7f7f0c8c) .................................................. ..........................................
= 0
fork() .................................................. .................................................. ................................
= 14009
sigprocmask(SIG_SETMASK, 0x7f7f0c8c,
NULL) .................................................. ..............................................
= 0
close(5) .................................................. .................................................. ..............................
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f10a0,
0x7f7f10b0) .................................................. ..................................................
= 0
select(5, 0x7f7f0c00, NULL, NULL,
NULL) .................................................. .................................................
= 1
accept(4, 0x7f7f0d80,
0x7f7f0d7c) .................................................. .................................................. .....
= 5
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f10a0,
0x7f7f10b0) .................................................. ..................................................
= 0
setpgrp(2) .................................................. .................................................. ............................
ERR#1 EPERM
sigprocmask(SIG_BLOCK, 0x7f7f0c6c,
0x7f7f0c8c) .................................................. ..........................................
= 0
fork() .................................................. .................................................. ................................
= 14010
sigprocmask(SIG_SETMASK, 0x7f7f0c8c,
NULL) .................................................. ..............................................
= 0
close(5) .................................................. .................................................. ..............................
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f10a0,
0x7f7f10b0) .................................................. ..................................................
= 0
select(5, 0x7f7f0c00, NULL, NULL,
NULL) .................................................. .................................................
= 1
accept(4, 0x7f7f0d80,
0x7f7f0d7c) .................................................. .................................................. .....
= 5
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
Received signal 18, SIGCLD, in waitpid(), [caught], no siginfo
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 14005
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f1b10,
0x7f7f1b20) .................................................. ..................................................
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f10a0,
0x7f7f10b0) .................................................. ..................................................
= 0
setpgrp(2) .................................................. .................................................. ............................
ERR#1 EPERM
sigprocmask(SIG_BLOCK, 0x7f7f0c6c,
0x7f7f0c8c) .................................................. ..........................................
= 0
fork() .................................................. .................................................. ................................
= 14011
Received signal 18, SIGCLD, in sigprocmask(), [caught], no siginfo
sigprocmask(SIG_SETMASK, 0x7f7f0c8c,
NULL) .................................................. ..............................................
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 14007
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f1710,
0x7f7f1720) .................................................. ..................................................
= 0
close(5) .................................................. .................................................. ..............................
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
sigvec(SIGCLD, 0x7f7f10a0,
0x7f7f10b0) .................................................. ..................................................
= 0
select(5, 0x7f7f0c00, NULL, NULL,
NULL) .................................................. .................................................
= 1
accept(4, 0x7f7f0d80,
0x7f7f0d7c) .................................................. .................................................. .....
= 5
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
Received signal 18, SIGCLD, in user mode, [caught], no siginfo
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 14008
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
waitpid(-1, WIFEXITED(0),
WNOHANG) .................................................. .................................................. ....
= 0
ksleep(PTH_MUTEX_OBJECT, 0x7b031178, 0x7b031180,
NULL) .................................................. ..................................
[sleeping]
( Detaching from process 8625 ("bin/rscd") )





--------------------------------------------------------------------------------------------------------------------------------------------
Reading symbols from /usr/lib/libnss_dns.1...done.
Reading symbols from /usr/lib/libnsl.1...done.
Reading symbols from /usr/lib/libxti.2...done.
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/lib/libnss_files.1...done.
0xc01feb68 in ?? () from /lib/libc.2
(gdb) thread apply all bt
(gdb) where
#0 0xc01feb68 in ?? () from /lib/libc.2
#1 0xc003da4c in ?? () from /lib/libpthread.1
#2 0xc0210668 in ?? () from /lib/libc.2
#3 0xc0207cc8 in ?? () from /lib/libc.2
#4 0xc0207c48 in ?? () from /lib/libc.2
(gdb) thread apply all bt
(gdb) bt
#0 0xc01feb68 in ?? () from /lib/libc.2
#1 0xc003da4c in ?? () from /lib/libpthread.1
#2 0xc0210668 in ?? () from /lib/libc.2
#3 0xc0207cc8 in ?? () from /lib/libc.2
#4 0xc0207c48 in ?? () from /lib/libc.2
(gdb) thread bt
Thread ID 0 not known. Use the "info threads" command to
see the IDs of currently known threads.
(gdb) thread apply all bt
(gdb) bt
#0 0xc01feb68 in ?? () from /lib/libc.2
#1 0xc003da4c in ?? () from /lib/libpthread.1
#2 0xc0210668 in ?? () from /lib/libc.2
#3 0xc0207cc8 in ?? () from /lib/libc.2
#4 0xc0207c48 in ?? () from /lib/libc.2
(gdb) where
#0 0xc01feb68 in ?? () from /lib/libc.2
#1 0xc003da4c in ?? () from /lib/libpthread.1
#2 0xc0210668 in ?? () from /lib/libc.2
#3 0xc0207cc8 in ?? () from /lib/libc.2
#4 0xc0207c48 in ?? () from /lib/libc.2
(gdb) help
List of classes of commands:

aliases -- Aliases of other commands

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 06:01 AM
rajeshjangam@gmail.com
 
Posts: n/a
Default Re: Application hangs

There is an another variation of this issue that i came accross:

[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0
[13783] ksleep(RELATIVE_TIMEOUT_VALUE|PTH_SPINLOCK_OBJECT, 0x7b02f748,
NULL, 0x7f7f2350) .................................................. =
-ETIMEDOUT
[13783]
sched_yield() .................................................. .................................................. .................
= 0

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 06:01 AM
rajeshjangam@gmail.com
 
Posts: n/a
Default Re: Application hangs

I installed patch PHKL_34534: ( SR:8606424910 CR:JAGaf84430 ) An
application using pthread library can hang intermittently.

But still no use. The application continues to hang

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 06:01 AM
Rick Jones
 
Posts: n/a
Default Re: Application hangs

rajeshjangam@gmail.com wrote:

> Basically, the application code calls some non-thread safe
> functions. To implement critical section around this, we use
> pthread_mutex_lock and pthread_mutex_unlock.


> Thought our application is single threaded, we have critical
> sections since, this code is a part of a shared library (used by
> other multithreaded applications)


Are you sure that the other multithreaded applications are making the
same pthread_mutex_lock/unlock calls around their calls (if any) to
the non-thread-safe functions?

If it _always_ hangs after two or three hours you might consider
tuscing the entire run, although that would create a _lot_ of data,
and unless the mutex actually blocks, it won't go through a
system-call path. While I won't rule-out a problem with the pthread
library, my first instinct (naturally, given my position would be
to wonder if there were a path which slipped a mutex call somewhere.
Perhaps something got nested that wasn't meant to be.

rick jones
--
The glass is neither half-empty nor half-full. The glass has a leak.
The real question is "Can it be patched?"
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 06:01 AM
rajeshjangam@gmail.com
 
Posts: n/a
Default Re: Application hangs

Rick,

My responses inline:

Yes these are lock/unlock calls implemented around functions like
"gethostbyname" and "inet_ntoa".
I removed the lock/unlock calls temporarily, rebuilt the application
and tried it again. But still it hangs consitently after around 2-3
hours.

Thanks,
Rajesh


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 06:01 AM
Rick Jones
 
Posts: n/a
Default Re: Application hangs

rajeshjangam@gmail.com wrote:
> Yes these are lock/unlock calls implemented around functions like
> "gethostbyname" and "inet_ntoa".


Um, I was under the impression that gethostbyname() was threadsave on
HP-UX. I recall being involved in questions concering the
thread-scalability of that call. What leads you to believe that HP-UX
11i gethostbyname() is not thread-safe?

Drifting... folks should be migrating from gethostbyname() to
getaddrinfo() by now...

> I removed the lock/unlock calls temporarily, rebuilt the application
> and tried it again. But still it hangs consitently after around 2-3
> hours.


Well, if you can get it distilled down to a small test case, then it
would be good to phone the Response Centre.

rick jones
--
oxymoron n, commuter in a gas-guzzling luxury SUV with an American flag
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 06:02 AM
rajeshjangam@gmail.com
 
Posts: n/a
Default Re: Application hangs

On Jul 2, 11:40 am, Rick Jones <rick.jon...@hp.com> wrote:
> Um, I was under the impression that gethostbyname() was threadsave on
> HP-UX. I recall being involved in questions concering the
> thread-scalability of that call. What leads you to believe that HP-UX
> 11i gethostbyname() is not thread-safe?


This is common code for all Operating systems So to be on the safer
side of it, was enclosed by the lock/unlock calls. Yes we'll consider
moving to getaddrinfo now.

> Well, if you can get it distilled down to a small test case, then it
> would be good to phone the Response Centre.

Someone suggested me (on one of the ITRC HPUX forums) to apply the
pthread library cumulative patch PHCO_36229. This did not help either.
I just discovered that if I remove the linking to pthread library
completely, the application works fine without hanging. As you
suggested, I am going to create a sample program to demonstrate this
particular problem and send it to HP support.

Best Regards,
Rajesh

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2008, 06:02 AM
Vasudevan S
 
Posts: n/a
Default Re: Application hangs

Rajesh,

rajeshjangam@gmail.com wrote:
> It hangs after running for sometime (2-3 hours) in ksleep.


The process hangs here while trying to acquire a mutex. The very
likely reason for this is that this mutex is in a "locked" state
and the lock owner has already exited without doing the unlock.

Do you know if this process ever became multi-threaded before it
got hung? To get more insights, would you please do the following
after you attach thru' gdb and post the output:
(gdb) f 1
(gdb) x /40x $r26

While it does appear like some 'libc' mutex, it is hard to
tell which mutex is this without a proper stacktrace. It will
be very helpful, if you could come with a test case. If not,
we at least need a good stacktrace. Are you running the latest
version of 'gdb' from HP?

Thanks,
--Vasu
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:03 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514