Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 02:48 AM
Arne S
 
Posts: n/a
Default AIX machine with high load

AIX'ers!

I have a machine that have problems with performance.
Output from vmstat shows:

kthr memory page faults cpu
----- ----------- ------------------------ ------------ -----------
r b avm fre re pi po fr sr cy in sy cs us sy id wa
18 0 8483035 1571613 0 0 0 0 0 0 6499 99823 13804 68 22 4 7
17 1 8482913 1571734 0 0 0 0 0 0 6778 86403 14977 78 13 6 4
8 2 8483831 1570812 0 0 0 0 0 0 6969 79401 16112 67 15 10 8
8 1 8489595 1565047 0 0 0 0 0 0 6191 209083 17598 70 18 6 6
11 1 8482764 1571877 0 0 0 0 0 0 6049 271784 15108 68 20 5 7
10 1 8482126 1572515 0 0 0 0 0 0 6051 73168 14993 57 11 18 13
12 1 8481532 1573107 0 0 0 0 0 0 6081 87441 15317 60 15 13 12
10 1 8481446 1573193 0 0 0 0 0 0 6344 75612 14889 71 14 7 7
16 1 8483620 1571017 0 0 0 0 0 0 7486 65699 16522 74 13 6 7

I believe this machine has serious problems with CPU and not with memory (columns "pi" and
"po" are always 0).

But my question is: Why is the column "us" under CPU so high instead of the column "sy"?

Anybody have other comments to the output?

We run AIX 5.2, HACMP 5 and Oracle9 RAC. (2 node cluster) The other machine has the same
problem too.


TIA!

Arne S
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 02:48 AM
Steve Nottingham
 
Posts: n/a
Default Re: AIX machine with high load

Arne S <apsodal@NOSPAM.online.no> wrote in message news:<40fccb2a$1@news.broadpark.no>...
> kthr memory page faults cpu
> ----- ----------- ------------------------ ------------ -----------
> r b avm fre re pi po fr sr cy in sy cs us sy id wa
> 18 0 8483035 1571613 0 0 0 0 0 0 6499 99823 13804 68 22 4 7
> 17 1 8482913 1571734 0 0 0 0 0 0 6778 86403 14977 78 13 6 4
> 8 2 8483831 1570812 0 0 0 0 0 0 6969 79401 16112 67 15 10 8
> 8 1 8489595 1565047 0 0 0 0 0 0 6191 209083 17598 70 18 6 6
> 11 1 8482764 1571877 0 0 0 0 0 0 6049 271784 15108 68 20 5 7
> 10 1 8482126 1572515 0 0 0 0 0 0 6051 73168 14993 57 11 18 13
> 12 1 8481532 1573107 0 0 0 0 0 0 6081 87441 15317 60 15 13 12
> 10 1 8481446 1573193 0 0 0 0 0 0 6344 75612 14889 71 14 7 7
> 16 1 8483620 1571017 0 0 0 0 0 0 7486 65699 16522 74 13 6 7
>
> I believe this machine has serious problems with CPU and not with memory (columns "pi" and
> "po" are always 0).
>
> But my question is: Why is the column "us" under CPU so high instead of the column "sy"?
>
> Anybody have other comments to the output?
>


us is for user processes, sys is for system processes, Oracle and HA
will come under us. System looks fine to me, no 0's under idle You
have a bit of I/O wait, but if you have very fast processors then that
is normal, as disk speeds ahve increased as fast as processor speeds.

I wouldn't be concerned about this system, yet, when you start getting
0 in the id column for a long time, then you have a CPU bottleneck.
Are users complaining of slow response ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 02:48 AM
Arne S
 
Posts: n/a
Default Re: AIX machine with high load

Steve Nottingham wrote:

> Arne S <apsodal@NOSPAM.online.no> wrote in message news:<40fccb2a$1@news.broadpark.no>...
>
>>kthr memory page faults cpu
>>----- ----------- ------------------------ ------------ -----------
>> r b avm fre re pi po fr sr cy in sy cs us sy id wa
>>18 0 8483035 1571613 0 0 0 0 0 0 6499 99823 13804 68 22 4 7
>>17 1 8482913 1571734 0 0 0 0 0 0 6778 86403 14977 78 13 6 4
>> 8 2 8483831 1570812 0 0 0 0 0 0 6969 79401 16112 67 15 10 8
>> 8 1 8489595 1565047 0 0 0 0 0 0 6191 209083 17598 70 18 6 6
>>11 1 8482764 1571877 0 0 0 0 0 0 6049 271784 15108 68 20 5 7
>>10 1 8482126 1572515 0 0 0 0 0 0 6051 73168 14993 57 11 18 13
>>12 1 8481532 1573107 0 0 0 0 0 0 6081 87441 15317 60 15 13 12
>>10 1 8481446 1573193 0 0 0 0 0 0 6344 75612 14889 71 14 7 7
>>16 1 8483620 1571017 0 0 0 0 0 0 7486 65699 16522 74 13 6 7
>>
>>I believe this machine has serious problems with CPU and not with memory (columns "pi" and
>>"po" are always 0).
>>
>>But my question is: Why is the column "us" under CPU so high instead of the column "sy"?
>>
>>Anybody have other comments to the output?
>>

>
>
> us is for user processes, sys is for system processes, Oracle and HA
> will come under us. System looks fine to me, no 0's under idle You
> have a bit of I/O wait, but if you have very fast processors then that
> is normal, as disk speeds ahve increased as fast as processor speeds.
>
> I wouldn't be concerned about this system, yet, when you start getting
> 0 in the id column for a long time, then you have a CPU bottleneck.
> Are users complaining of slow response ?

Thanks for response!

I thought if sum of "us" and "sy" was above 80%, then you had a CPU bottleneck. True or not?
I have done some measures for a week or so, and the "id" is quite low between 07:00 am and
04:00 pm (from 5% to 10%). And yes, the users complain about slow performance....
The oracle procs are stealing the most of the CPU power, and many of the oracle procs have
lots of CPU time (Oracle db procs (smon, pmon,arch... not included).

The column "r" to the left from vmstat output often shows a value above 30, is that
normal? I have even seen the value 98 in this column, I think that is too high to get good
performance?

Both of the nodes have 6 CPU's.

Arne S
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 02:49 AM
Don Davis
 
Posts: n/a
Default Re: AIX machine with high load

Arne S <apsodal@NOSPAM.online.no> wrote in message news:<40FD2C54.60400@NOSPAM.online.no>...
> Steve Nottingham wrote:
>
> > Arne S <apsodal@NOSPAM.online.no> wrote in message news:<40fccb2a$1@news.broadpark.no>...
> >
> >>kthr memory page faults cpu
> >>----- ----------- ------------------------ ------------ -----------
> >> r b avm fre re pi po fr sr cy in sy cs us sy id wa
> >>18 0 8483035 1571613 0 0 0 0 0 0 6499 99823 13804 68 22 4 7
> >>17 1 8482913 1571734 0 0 0 0 0 0 6778 86403 14977 78 13 6 4
> >> 8 2 8483831 1570812 0 0 0 0 0 0 6969 79401 16112 67 15 10 8
> >> 8 1 8489595 1565047 0 0 0 0 0 0 6191 209083 17598 70 18 6 6
> >>11 1 8482764 1571877 0 0 0 0 0 0 6049 271784 15108 68 20 5 7
> >>10 1 8482126 1572515 0 0 0 0 0 0 6051 73168 14993 57 11 18 13
> >>12 1 8481532 1573107 0 0 0 0 0 0 6081 87441 15317 60 15 13 12
> >>10 1 8481446 1573193 0 0 0 0 0 0 6344 75612 14889 71 14 7 7
> >>16 1 8483620 1571017 0 0 0 0 0 0 7486 65699 16522 74 13 6 7
> >>
> >>I believe this machine has serious problems with CPU and not with memory (columns "pi" and
> >>"po" are always 0).
> >>
> >>But my question is: Why is the column "us" under CPU so high instead of the column "sy"?
> >>
> >>Anybody have other comments to the output?
> >>

> >
> >
> > us is for user processes, sys is for system processes, Oracle and HA
> > will come under us. System looks fine to me, no 0's under idle You
> > have a bit of I/O wait, but if you have very fast processors then that
> > is normal, as disk speeds ahve increased as fast as processor speeds.
> >
> > I wouldn't be concerned about this system, yet, when you start getting
> > 0 in the id column for a long time, then you have a CPU bottleneck.
> > Are users complaining of slow response ?

> Thanks for response!
>
> I thought if sum of "us" and "sy" was above 80%, then you had a CPU bottleneck. True or not?
> I have done some measures for a week or so, and the "id" is quite low between 07:00 am and
> 04:00 pm (from 5% to 10%). And yes, the users complain about slow performance....
> The oracle procs are stealing the most of the CPU power, and many of the oracle procs have
> lots of CPU time (Oracle db procs (smon, pmon,arch... not included).
>
> The column "r" to the left from vmstat output often shows a value above 30, is that
> normal? I have even seen the value 98 in this column, I think that is too high to get good
> performance?
>
> Both of the nodes have 6 CPU's.
>
> Arne S



The "r" column is way too high (kernel threads in the run queue). I
would expect
poor performance when this starts to exceed 2 X the number of cpu's. I
bet when
this number is 10 or less your performance is fine. Also, you have a
very large amount of "freelist" (fre). AIX would normally keep the
free list fairly low.
(maybe Oracle is using raw area's)

Post some additional info, like:
Release of Oracle (32 or 64 bit)
Operating system release, and maint level.
output from vmtune (/usr/samples/kernel/vmtune) (vmo -L command for
Aix 5.2)
we need to see settings for
minfree
maxfree
minperm
maxperm
are your filesystems for Oracle raw? jfs? jfs2?
asyncronous io server settings if using jfs(2)

Should be pretty easy to trouble shoot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 02:49 AM
Arne S
 
Posts: n/a
Default Re: AIX machine with high load

Don Davis wrote:

> Arne S <apsodal@NOSPAM.online.no> wrote in message news:<40FD2C54.60400@NOSPAM.online.no>...
>
>>Steve Nottingham wrote:
>>
>>
>>>Arne S <apsodal@NOSPAM.online.no> wrote in message news:<40fccb2a$1@news.broadpark.no>...
>>>
>>>
>>>>kthr memory page faults cpu
>>>>----- ----------- ------------------------ ------------ -----------
>>>> r b avm fre re pi po fr sr cy in sy cs us sy id wa
>>>>18 0 8483035 1571613 0 0 0 0 0 0 6499 99823 13804 68 22 4 7
>>>>17 1 8482913 1571734 0 0 0 0 0 0 6778 86403 14977 78 13 6 4
>>>> 8 2 8483831 1570812 0 0 0 0 0 0 6969 79401 16112 67 15 10 8
>>>> 8 1 8489595 1565047 0 0 0 0 0 0 6191 209083 17598 70 18 6 6
>>>>11 1 8482764 1571877 0 0 0 0 0 0 6049 271784 15108 68 20 5 7
>>>>10 1 8482126 1572515 0 0 0 0 0 0 6051 73168 14993 57 11 18 13
>>>>12 1 8481532 1573107 0 0 0 0 0 0 6081 87441 15317 60 15 13 12
>>>>10 1 8481446 1573193 0 0 0 0 0 0 6344 75612 14889 71 14 7 7
>>>>16 1 8483620 1571017 0 0 0 0 0 0 7486 65699 16522 74 13 6 7
>>>>
>>>>I believe this machine has serious problems with CPU and not with memory (columns "pi" and
>>>>"po" are always 0).
>>>>
>>>>But my question is: Why is the column "us" under CPU so high instead of the column "sy"?
>>>>
>>>>Anybody have other comments to the output?
>>>>
>>>
>>>
>>>us is for user processes, sys is for system processes, Oracle and HA
>>>will come under us. System looks fine to me, no 0's under idle You
>>>have a bit of I/O wait, but if you have very fast processors then that
>>>is normal, as disk speeds ahve increased as fast as processor speeds.
>>>
>>>I wouldn't be concerned about this system, yet, when you start getting
>>>0 in the id column for a long time, then you have a CPU bottleneck.
>>>Are users complaining of slow response ?

>>
>>Thanks for response!
>>
>>I thought if sum of "us" and "sy" was above 80%, then you had a CPU bottleneck. True or not?
>>I have done some measures for a week or so, and the "id" is quite low between 07:00 am and
>>04:00 pm (from 5% to 10%). And yes, the users complain about slow performance....
>>The oracle procs are stealing the most of the CPU power, and many of the oracle procs have
>>lots of CPU time (Oracle db procs (smon, pmon,arch... not included).
>>
>>The column "r" to the left from vmstat output often shows a value above 30, is that
>>normal? I have even seen the value 98 in this column, I think that is too high to get good
>>performance?
>>
>>Both of the nodes have 6 CPU's.
>>
>>Arne S

>
>
>
> The "r" column is way too high (kernel threads in the run queue). I
> would expect
> poor performance when this starts to exceed 2 X the number of cpu's. I
> bet when
> this number is 10 or less your performance is fine. Also, you have a
> very large amount of "freelist" (fre). AIX would normally keep the
> free list fairly low.
> (maybe Oracle is using raw area's)
>
> Post some additional info, like:
> Release of Oracle (32 or 64 bit)
> Operating system release, and maint level.
> output from vmtune (/usr/samples/kernel/vmtune) (vmo -L command for
> Aix 5.2)
> we need to see settings for
> minfree
> maxfree
> minperm
> maxperm
> are your filesystems for Oracle raw? jfs? jfs2?
> asyncronous io server settings if using jfs(2)
>
> Should be pretty easy to trouble shoot.


Output:
Release of Oracle (32 or 64 bit)
== 64-bit on Oracle9 RAC and HACMP version 4.5 with concurrent disks
Operating system release, and maint level.
== AIX 5200-02
output from vmtune (/usr/samples/kernel/vmtune) (vmo -L command for Aix 5.2)
== vmtune:
memory_frames = 12582912
pinnable_frames = 11467818
maxfree = 512
minfree = 504
minperm% = 10
minperm = 1185164
maxperm% = 20
maxperm = 2370330
strict_maxperm = 0
maxpin% = 80
maxpin = 10066330
maxclient% = 20
lrubucket = 131072
defps = 1
nokilluid = 0
numpsblks = 16187392
npskill = 126464
npswarn = 505856
v_pinshm = 0
pta_balance_threshold = 0
pagecoloring = 0
framesets = 2
mempools = 1
lgpg_size = 0
lgpg_regions = 0
num_spec_dataseg = 0
spec_dataseg_int = 512
memory_affinity = 1
htabscale = -1
force_relalias_lite = 0
relalias_percentage = 0
minpgahead = 2
maxpgahead = 256
pd_npages = 65536
maxrandwrt = 0
numclust = 1
numfsbufs = 196
sync_release_ilock = 0
lvm_bufcnt = 9
j2_minPageReadAhead = 2
j2_maxPageReadAhead = 8
j2_nBufferPerPagerDevice = 512
j2_nPagesPerWriteBehindCluster = 32
j2_maxRandomWrite = 0
j2_nRandomCluster = 0
jfs_clread_enabled = 0
jfs_use_read_lock = 1
hd_pvs_opn = 19
hd_pbuf_cnt = 2944
hd_pendqblked = 5274
psbufwaitcnt = 0
fsbufwaitcnt = 7479
rfsbufwaitcnt = 0
xpagerbufwaitcnt = 14219

== vmo -L:
NAME CUR DEF BOOT MIN MAX UNIT TYPE
DEPENDENCIES
--------------------------------------------------------------------------------
memory_frames 12M 12M 4KB pages S
--------------------------------------------------------------------------------
pinnable_frames 11199K 11199K 4KB pages S
--------------------------------------------------------------------------------
maxfree 512 128 512 16 200K 4KB pages D
minfree
memory_frames
--------------------------------------------------------------------------------
minfree 504 504 504 8 200K 4KB pages D
maxfree
memory_frames
--------------------------------------------------------------------------------
minperm% 10 20 10 1 100 % memory D
maxperm%
--------------------------------------------------------------------------------
minperm 1157K 1157K S
--------------------------------------------------------------------------------
maxperm% 20 80 20 1 100 % memory D
minperm%
maxclient%
--------------------------------------------------------------------------------
maxperm 2314K 2314K S
--------------------------------------------------------------------------------
strict_maxperm 0 0 0 0 1 boolean D
--------------------------------------------------------------------------------
maxpin% 80 80 80 1 99 % memory D
pinnable_frames
memory_frames
--------------------------------------------------------------------------------
maxpin 9830K 9830K S
--------------------------------------------------------------------------------
maxclient% 20 80 20 1 100 % memory D
maxperm%
--------------------------------------------------------------------------------
lrubucket 128K 128K 128K 64K 4KB pages D
--------------------------------------------------------------------------------
defps 1 1 1 0 1 boolean D
--------------------------------------------------------------------------------
nokilluid 0 0 0 0 4095M uid D
--------------------------------------------------------------------------------
numpsblks 15808K 15808K 4KB pages S
--------------------------------------------------------------------------------
npskill 126464 126464 126464 1 15807K 4KB pages D
--------------------------------------------------------------------------------
npswarn 494K 494K 494K 0 15807K 4KB pages D
--------------------------------------------------------------------------------
v_pinshm 0 0 0 0 1 boolean D
--------------------------------------------------------------------------------
pta_balance_threshold n/a 50 50 1 99 % pta segment R
--------------------------------------------------------------------------------
pagecoloring n/a 0 0 0 1 boolean B
--------------------------------------------------------------------------------
framesets 2 2 2 1 10 B
--------------------------------------------------------------------------------
mempools 1 1 1 1 6 B
--------------------------------------------------------------------------------
lgpg_size 0 0 0 0 256M bytes B
lgpg_regions
--------------------------------------------------------------------------------
lgpg_regions 0 0 0 0 B
lgpg_size
--------------------------------------------------------------------------------
num_spec_dataseg 0 0 0 0 B
--------------------------------------------------------------------------------
spec_dataseg_int 512 512 512 0 B
--------------------------------------------------------------------------------
memory_affinity 1 1 1 0 1 boolean B
--------------------------------------------------------------------------------
htabscale -1 -1 -1 -2 0 B
--------------------------------------------------------------------------------
force_relalias_lite 0 0 0 0 1 boolean D
--------------------------------------------------------------------------------
relalias_percentage 0 0 0 0 32767 D
--------------------------------------------------------------------------------
we need to see settings for
minfree
maxfree
minperm
maxperm
are your filesystems for Oracle raw? jfs? jfs2?
== raw devices for all 30 Oracle dabases
asyncronous io server settings if using jfs(2)
== lsattr -E -l aio0 shows (even if we don't use aio):
autoconfig available STATE to be configured at system restart True
fastpath enable State of fast path True
kprocprio 39 Server PRIORITY True
maxreqs 16384 Maximum number of REQUESTS True
maxservers 100 MAXIMUM number of servers per cpu True
minservers 50 MINIMUM number of servers True

TIA!

Arne S
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 02:52 AM
Dean Burdick
 
Posts: n/a
Default Re: AIX machine with high load


"Arne S" <apsodal@NOSPAM.online.no> wrote in message
news:40FD2C54.60400@NOSPAM.online.no...
> Steve Nottingham wrote:
>
> > Arne S <apsodal@NOSPAM.online.no> wrote in message

news:<40fccb2a$1@news.broadpark.no>...
> >
> >>kthr memory page faults cpu
> >>----- ----------- ------------------------ ------------ -----------
> >> r b avm fre re pi po fr sr cy in sy cs us sy id wa
> >>18 0 8483035 1571613 0 0 0 0 0 0 6499 99823 13804 68 22 4

7
> >>17 1 8482913 1571734 0 0 0 0 0 0 6778 86403 14977 78 13 6

4
> >> 8 2 8483831 1570812 0 0 0 0 0 0 6969 79401 16112 67 15

10 8
> >> 8 1 8489595 1565047 0 0 0 0 0 0 6191 209083 17598 70 18

6 6
> >>11 1 8482764 1571877 0 0 0 0 0 0 6049 271784 15108 68 20

5 7
> >>10 1 8482126 1572515 0 0 0 0 0 0 6051 73168 14993 57 11 18

13
> >>12 1 8481532 1573107 0 0 0 0 0 0 6081 87441 15317 60 15 13

12
> >>10 1 8481446 1573193 0 0 0 0 0 0 6344 75612 14889 71 14 7

7
> >>16 1 8483620 1571017 0 0 0 0 0 0 7486 65699 16522 74 13 6

7
> >>
> >>I believe this machine has serious problems with CPU and not with memory

(columns "pi" and
> >>"po" are always 0).
> >>
> >>But my question is: Why is the column "us" under CPU so high instead of

the column "sy"?
> >>
> >>Anybody have other comments to the output?
> >>

> >
> >
> > us is for user processes, sys is for system processes, Oracle and HA
> > will come under us. System looks fine to me, no 0's under idle You
> > have a bit of I/O wait, but if you have very fast processors then that
> > is normal, as disk speeds ahve increased as fast as processor speeds.
> >
> > I wouldn't be concerned about this system, yet, when you start getting
> > 0 in the id column for a long time, then you have a CPU bottleneck.
> > Are users complaining of slow response ?

> Thanks for response!
>
> I thought if sum of "us" and "sy" was above 80%, then you had a CPU

bottleneck. True or not?
> I have done some measures for a week or so, and the "id" is quite low

between 07:00 am and
> 04:00 pm (from 5% to 10%). And yes, the users complain about slow

performance....
> The oracle procs are stealing the most of the CPU power, and many of the

oracle procs have
> lots of CPU time (Oracle db procs (smon, pmon,arch... not included).
>
> The column "r" to the left from vmstat output often shows a value above

30, is that
> normal? I have even seen the value 98 in this column, I think that is too

high to get good
> performance?
>
> Both of the nodes have 6 CPU's.
>
> Arne S


us is not for user process, it's for time the processor spent running user
instructions,
sy is for time spent running kernel instructions. a user process can
accumulate both.
80% cpu utilization does not represent a bottleneck. in fact neither does
100%. the only
relevant number here seems to the the kthr number, which corresponds to the
load
average and seems a little high.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-05-2008, 02:52 AM
aarg
 
Posts: n/a
Default Re: AIX machine with high load

> System looks fine to me, no 0's under idle

Yes but what is the sample time of that vmstat command ?
vmstat results are MEAN values over the sample time.
So if it is too long, say more than 15 secondes, low values of %idle
are a concern since they account for underlying repetiting zero
values.


dav'
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 05:38 AM.


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 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582