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, 03:24 AM
Rizwan Abbasi
 
Posts: n/a
Default p650 1.45Ghz Performance

Dears, need the group wisdom to solve this issue I have an IBMp650 orignally
configured for two LPARs with two cpus each but with pathetic performance
now a single lpar with all the 4 CPUs but performance still not good as in
vmstat output. Pls note that the same application was running excelent
under IBM old S80 with 6CPUs of 450MHz. Any help/hints or tips will be most
apprecaited.



System Configuration: lcpu=4 mem=6144MB

kthr memory page faults cpu

----- ----------- ------------------------ ------------ -----------

r b avm fre re pi po fr sr cy in sy cs us sy id wa

21 1 431992 745 0 0 0 345 887 0 908 123949 917 10 38 49 3

40 0 431997 719 0 0 0 0 0 0 697 276607 708 16 84 0 0

40 0 431997 706 0 0 0 0 0 0 693 277172 688 16 84 0 0

40 0 431997 696 0 0 0 0 0 0 696 276998 699 17 83 0 0

40 0 431997 672 0 0 0 0 0 0 692 277235 696 20 80 0 0

40 0 431997 648 0 0 0 0 0 0 694 292152 734 17 83 0 0

40 0 431997 624 0 0 0 0 0 0 690 277085 699 18 82 0 0

40 0 431997 610 0 0 0 0 0 0 695 277311 708 16 84 0 0

40 0 431997 570 0 0 0 0 0 0 695 277084 703 17 83 0 0

40 0 431997 554 0 0 0 0 0 0 692 277030 701 16 84 0 0



Here is the details for OS etc.

OSLEVE: 5.2 ML04

Machine: IBM p650 (4 CPU)

RAM: 6GB

Application: MFGPRO

Databse: Progress 9.1D07

No of users : 130 (concurrent approx 100 sessions)

Printers: 40+

Java version 32bit 1.3.1

OS Kernel : 32bit (64bit kernel not supported by progress)

Avg CPU load: 100%

Run que Avg: 28-34

Block Que Avg: 1,2

Paging: 1%


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 03:24 AM
Douglas R. Probst
 
Posts: n/a
Default Re: p650 1.45Ghz Performance


"Rizwan Abbasi" <abbasi2@attglobal.net> wrote in message
news:41627237_4@news2.prserv.net...
> Dears, need the group wisdom to solve this issue I have an IBMp650

orignally
> configured for two LPARs with two cpus each but with pathetic performance
> now a single lpar with all the 4 CPUs but performance still not good as in
> vmstat output. Pls note that the same application was running excelent
> under IBM old S80 with 6CPUs of 450MHz. Any help/hints or tips will be

most
> apprecaited.
>
>
>
> System Configuration: lcpu=4 mem=6144MB
>
> kthr memory page faults cpu
>
> ----- ----------- ------------------------ ------------ -----------
>
> r b avm fre re pi po fr sr cy in sy cs us sy id wa
>
> 21 1 431992 745 0 0 0 345 887 0 908 123949 917 10 38 49 3
>
> 40 0 431997 719 0 0 0 0 0 0 697 276607 708 16 84 0 0
>
> 40 0 431997 706 0 0 0 0 0 0 693 277172 688 16 84 0 0
>
> 40 0 431997 696 0 0 0 0 0 0 696 276998 699 17 83 0 0
>
> 40 0 431997 672 0 0 0 0 0 0 692 277235 696 20 80 0 0
>
> 40 0 431997 648 0 0 0 0 0 0 694 292152 734 17 83 0 0
>
> 40 0 431997 624 0 0 0 0 0 0 690 277085 699 18 82 0 0
>
> 40 0 431997 610 0 0 0 0 0 0 695 277311 708 16 84 0 0
>
> 40 0 431997 570 0 0 0 0 0 0 695 277084 703 17 83 0 0
>
> 40 0 431997 554 0 0 0 0 0 0 692 277030 701 16 84 0 0
>
>
>
> Here is the details for OS etc.
>
> OSLEVE: 5.2 ML04
>
> Machine: IBM p650 (4 CPU)
>
> RAM: 6GB
>
> Application: MFGPRO
>
> Databse: Progress 9.1D07
>
> No of users : 130 (concurrent approx 100 sessions)
>
> Printers: 40+
>
> Java version 32bit 1.3.1
>
> OS Kernel : 32bit (64bit kernel not supported by progress)
>
> Avg CPU load: 100%
>
> Run que Avg: 28-34
>
> Block Que Avg: 1,2
>
> Paging: 1%
>
>



Is your database the top process? I would download nmon and take a look at
the top process.
http://www-106.ibm.com/developerwork...s/analyze_aix/
Was the old box 5.2 ML4?
Is the application certified to run on 5.2?
Is the firmware on the 650 current?( it changes almost monthly)
lscfg -vp | grep -p Plat
Platform Firmware:
ROM Level.(alterable).......3K040323
This was current a few weeks ago, IBMs firmware site is down at the moment.

Did anything in your database change when you moved hardware? (binaries,
config, code)
We have a bunch of 650 and no performance issues. Of course we don't have
the same application.
One thing to note, the cpus are different. If the app was compiled with
flags for the old architecture this may be
a problem on the new cpus.
Keep digging you will find it!

Doug


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 03:24 AM
sasa queer
 
Posts: n/a
Default Re: p650 1.45Ghz Performance

hi
System seems CPU bound....upgrade CPUs
SASA

"Rizwan Abbasi" <abbasi2@attglobal.net> wrote in message news:<41627237_4@news2.prserv.net>...
> Dears, need the group wisdom to solve this issue I have an IBMp650 orignally
> configured for two LPARs with two cpus each but with pathetic performance
> now a single lpar with all the 4 CPUs but performance still not good as in
> vmstat output. Pls note that the same application was running excelent
> under IBM old S80 with 6CPUs of 450MHz. Any help/hints or tips will be most
> apprecaited.
>
>
>
> System Configuration: lcpu=4 mem=6144MB
>
> kthr memory page faults cpu
>
> ----- ----------- ------------------------ ------------ -----------
>
> r b avm fre re pi po fr sr cy in sy cs us sy id wa
>
> 21 1 431992 745 0 0 0 345 887 0 908 123949 917 10 38 49 3
>
> 40 0 431997 719 0 0 0 0 0 0 697 276607 708 16 84 0 0
>
> 40 0 431997 706 0 0 0 0 0 0 693 277172 688 16 84 0 0
>
> 40 0 431997 696 0 0 0 0 0 0 696 276998 699 17 83 0 0
>
> 40 0 431997 672 0 0 0 0 0 0 692 277235 696 20 80 0 0
>
> 40 0 431997 648 0 0 0 0 0 0 694 292152 734 17 83 0 0
>
> 40 0 431997 624 0 0 0 0 0 0 690 277085 699 18 82 0 0
>
> 40 0 431997 610 0 0 0 0 0 0 695 277311 708 16 84 0 0
>
> 40 0 431997 570 0 0 0 0 0 0 695 277084 703 17 83 0 0
>
> 40 0 431997 554 0 0 0 0 0 0 692 277030 701 16 84 0 0
>
>
>
> Here is the details for OS etc.
>
> OSLEVE: 5.2 ML04
>
> Machine: IBM p650 (4 CPU)
>
> RAM: 6GB
>
> Application: MFGPRO
>
> Databse: Progress 9.1D07
>
> No of users : 130 (concurrent approx 100 sessions)
>
> Printers: 40+
>
> Java version 32bit 1.3.1
>
> OS Kernel : 32bit (64bit kernel not supported by progress)
>
> Avg CPU load: 100%
>
> Run que Avg: 28-34
>
> Block Que Avg: 1,2
>
> Paging: 1%

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 03:24 AM
Douglas R. Probst
 
Posts: n/a
Default Re: p650 1.45Ghz Performance


"sasa queer" <sasa1973pk@yahoo.com> wrote in message
news:702930ee.0410050959.15a658df@posting.google.c om...
> hi
> System seems CPU bound....upgrade CPUs
> SASA


The box in question has 1.4 GHz cpus in it and you can't up grade them.
Doug

>
> "Rizwan Abbasi" <abbasi2@attglobal.net> wrote in message

news:<41627237_4@news2.prserv.net>...
> > Dears, need the group wisdom to solve this issue I have an IBMp650

orignally
> > configured for two LPARs with two cpus each but with pathetic

performance
> > now a single lpar with all the 4 CPUs but performance still not good as

in
> > vmstat output. Pls note that the same application was running excelent
> > under IBM old S80 with 6CPUs of 450MHz. Any help/hints or tips will be

most
> > apprecaited.
> >
> >
> >
> > System Configuration: lcpu=4 mem=6144MB
> >
> > kthr memory page faults cpu
> >
> > ----- ----------- ------------------------ ------------ -----------
> >
> > r b avm fre re pi po fr sr cy in sy cs us sy id wa
> >
> > 21 1 431992 745 0 0 0 345 887 0 908 123949 917 10 38 49 3
> >
> > 40 0 431997 719 0 0 0 0 0 0 697 276607 708 16 84 0 0
> >
> > 40 0 431997 706 0 0 0 0 0 0 693 277172 688 16 84 0 0
> >
> > 40 0 431997 696 0 0 0 0 0 0 696 276998 699 17 83 0 0
> >
> > 40 0 431997 672 0 0 0 0 0 0 692 277235 696 20 80 0 0
> >
> > 40 0 431997 648 0 0 0 0 0 0 694 292152 734 17 83 0 0
> >
> > 40 0 431997 624 0 0 0 0 0 0 690 277085 699 18 82 0 0
> >
> > 40 0 431997 610 0 0 0 0 0 0 695 277311 708 16 84 0 0
> >
> > 40 0 431997 570 0 0 0 0 0 0 695 277084 703 17 83 0 0
> >
> > 40 0 431997 554 0 0 0 0 0 0 692 277030 701 16 84 0 0
> >
> >
> >
> > Here is the details for OS etc.
> >
> > OSLEVE: 5.2 ML04
> >
> > Machine: IBM p650 (4 CPU)
> >
> > RAM: 6GB
> >
> > Application: MFGPRO
> >
> > Databse: Progress 9.1D07
> >
> > No of users : 130 (concurrent approx 100 sessions)
> >
> > Printers: 40+
> >
> > Java version 32bit 1.3.1
> >
> > OS Kernel : 32bit (64bit kernel not supported by progress)
> >
> > Avg CPU load: 100%
> >
> > Run que Avg: 28-34
> >
> > Block Que Avg: 1,2
> >
> > Paging: 1%



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 03:24 AM
Eric.Jones
 
Posts: n/a
Default Re: p650 1.45Ghz Performance


>> System seems CPU bound....upgrade CPUs
>> SASA


> The box in question has 1.4 GHz cpus in it and you can't up grade them.
> Doug


Hmmm, doesn't IBM offer an upgrade option for p650 owners --> p5-570 ??
As I remember from the announcement letter, you were not limited to
the original number of processors, either.

From the high runqueue numbers posted, the system seems to have
more dispatchable work than CPUs to execute. With the Power5 SMT
feature might provide some benefits to this workload, & the ability
to have more than 4 CPUs would also be helpful.

Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 03:24 AM
Timothy J. Bogart
 
Posts: n/a
Default Re: p650 1.45Ghz Performance

Eric.Jones wrote:
>
>>> System seems CPU bound....upgrade CPUs SASA

>
>
>> The box in question has 1.4 GHz cpus in it and you can't up grade
>> them. Doug

>
>
> Hmmm, doesn't IBM offer an upgrade option for p650 owners --> p5-570 ??
> As I remember from the announcement letter, you were not limited to
> the original number of processors, either.
>
> From the high runqueue numbers posted, the system seems to have
> more dispatchable work than CPUs to execute. With the Power5 SMT
> feature might provide some benefits to this workload, & the ability
> to have more than 4 CPUs would also be helpful.
>
> Eric


Umm, folks, the OP already told us that it ran acceptably on 6 450 MHz
previous generation processors - so it should be smokin on this machine.

Shouldn't we be asking for more info, like:

Was it running on 5.2000-04 on the other machine?

What differences in the progress configuration to tune it to less
processors?

Doesn't it seem a bit odd it is sys not usr that is hogging all the cpu?

Even if one doesn't want to get and set up nmon, even topas or sar will
give more information as to just what is hogging the system ....b
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-05-2008, 03:24 AM
Douglas R. Probst
 
Posts: n/a
Default Re: p650 1.45Ghz Performance


"Timothy J. Bogart" <tbogart@frii.net> wrote in message
news:416328d2$0$202$75868355@news.frii.net...
> Eric.Jones wrote:
> >
> >>> System seems CPU bound....upgrade CPUs SASA

> >
> >
> >> The box in question has 1.4 GHz cpus in it and you can't up grade
> >> them. Doug

> >
> >
> > Hmmm, doesn't IBM offer an upgrade option for p650 owners --> p5-570 ??
> > As I remember from the announcement letter, you were not limited to
> > the original number of processors, either.
> >
> > From the high runqueue numbers posted, the system seems to have
> > more dispatchable work than CPUs to execute. With the Power5 SMT
> > feature might provide some benefits to this workload, & the ability
> > to have more than 4 CPUs would also be helpful.
> >
> > Eric

>
> Umm, folks, the OP already told us that it ran acceptably on 6 450 MHz
> previous generation processors - so it should be smokin on this machine.
>
> Shouldn't we be asking for more info, like:


Yep, that is why I asked all those questions .
You have to go back a few since the questions were sniped buy the IBM
salesmen ;-)
Doug


>
> Was it running on 5.2000-04 on the other machine?
>
> What differences in the progress configuration to tune it to less
> processors?
>
> Doesn't it seem a bit odd it is sys not usr that is hogging all the cpu?
>
> Even if one doesn't want to get and set up nmon, even topas or sar will
> give more information as to just what is hogging the system ....b



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-05-2008, 03:24 AM
Rizwan Abbasi
 
Posts: n/a
Default Re: p650 1.45Ghz Performance more data

Hi,
Many thanks for the groups valuable thoughts, The old s80 was running AIX
4.3.3 and memeory there was 6GB,
here is the sar output
System Configuration: lcpu=4


11:29:46 %usr %sys %wio %idle

11:29:56 13 87 0 0

11:30:06 12 88 0 0

11:30:16 13 87 0 0


Average 12 88 0 0


here is the data requested from the topas

Kernel: 87.4%
User:12.6%
Idle:0%

Name PID CPU% PgSp Owner % Used 0.7

_progres 34166 10.8 3.9 tascsd1 NFS (calls/sec) % Free 99.2

_progres 152118 10.5 3.3 exaud10 ServerV2 0

_progres 123042 10.1 2.4 mahfcl3 ClientV2 0 Press:

_progres 151626 9.8 3.1 afticf9 ServerV3 0 "h" for help

_progres 129912 9.7 3.0 basktf6 ClientV3 0 "q" to quit

ksh 53210 9.2 95.2 support



Any help or hints or tips will be most apprecaited.


"Douglas R. Probst" <doug@catseye.pha.pa.us> wrote in message
news:cjviud$h62$1@bob.news.rcn.net...
>
> "Timothy J. Bogart" <tbogart@frii.net> wrote in message
> news:416328d2$0$202$75868355@news.frii.net...
> > Eric.Jones wrote:
> > >
> > >>> System seems CPU bound....upgrade CPUs SASA
> > >
> > >
> > >> The box in question has 1.4 GHz cpus in it and you can't up grade
> > >> them. Doug
> > >
> > >
> > > Hmmm, doesn't IBM offer an upgrade option for p650 owners --> p5-570

??
> > > As I remember from the announcement letter, you were not limited to
> > > the original number of processors, either.
> > >
> > > From the high runqueue numbers posted, the system seems to have
> > > more dispatchable work than CPUs to execute. With the Power5 SMT
> > > feature might provide some benefits to this workload, & the ability
> > > to have more than 4 CPUs would also be helpful.
> > >
> > > Eric

> >
> > Umm, folks, the OP already told us that it ran acceptably on 6 450 MHz
> > previous generation processors - so it should be smokin on this machine.
> >
> > Shouldn't we be asking for more info, like:

>
> Yep, that is why I asked all those questions .
> You have to go back a few since the questions were sniped buy the IBM
> salesmen ;-)
> Doug
>
>
> >
> > Was it running on 5.2000-04 on the other machine?
> >
> > What differences in the progress configuration to tune it to less
> > processors?
> >
> > Doesn't it seem a bit odd it is sys not usr that is hogging all the cpu?
> >
> > Even if one doesn't want to get and set up nmon, even topas or sar will
> > give more information as to just what is hogging the system ....b

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-05-2008, 03:24 AM
Rizwan Abbasi
 
Posts: n/a
Default Re: p650 1.45Ghz Performance more data

Hi,

Just to add the data just posted is of new p650.

Thanks
Riz

"Rizwan Abbasi" <abbasi2@attglobal.net> wrote in message
news:41639869_3@news2.prserv.net...
> Hi,
> Many thanks for the groups valuable thoughts, The old s80 was running AIX
> 4.3.3 and memeory there was 6GB,
> here is the sar output
> System Configuration: lcpu=4
>
>
> 11:29:46 %usr %sys %wio %idle
>
> 11:29:56 13 87 0 0
>
> 11:30:06 12 88 0 0
>
> 11:30:16 13 87 0 0
>
>
> Average 12 88 0 0
>
>
> here is the data requested from the topas
>
> Kernel: 87.4%
> User:12.6%
> Idle:0%
>
> Name PID CPU% PgSp Owner % Used 0.7
>
> _progres 34166 10.8 3.9 tascsd1 NFS (calls/sec) % Free

99.2
>
> _progres 152118 10.5 3.3 exaud10 ServerV2 0
>
> _progres 123042 10.1 2.4 mahfcl3 ClientV2 0 Press:
>
> _progres 151626 9.8 3.1 afticf9 ServerV3 0 "h" for

help
>
> _progres 129912 9.7 3.0 basktf6 ClientV3 0 "q" to quit
>
> ksh 53210 9.2 95.2 support
>
>
>
> Any help or hints or tips will be most apprecaited.
>
>
> "Douglas R. Probst" <doug@catseye.pha.pa.us> wrote in message
> news:cjviud$h62$1@bob.news.rcn.net...
> >
> > "Timothy J. Bogart" <tbogart@frii.net> wrote in message
> > news:416328d2$0$202$75868355@news.frii.net...
> > > Eric.Jones wrote:
> > > >
> > > >>> System seems CPU bound....upgrade CPUs SASA
> > > >
> > > >
> > > >> The box in question has 1.4 GHz cpus in it and you can't up grade
> > > >> them. Doug
> > > >
> > > >
> > > > Hmmm, doesn't IBM offer an upgrade option for p650 owners --> p5-570

> ??
> > > > As I remember from the announcement letter, you were not limited to
> > > > the original number of processors, either.
> > > >
> > > > From the high runqueue numbers posted, the system seems to have
> > > > more dispatchable work than CPUs to execute. With the Power5 SMT
> > > > feature might provide some benefits to this workload, & the ability
> > > > to have more than 4 CPUs would also be helpful.
> > > >
> > > > Eric
> > >
> > > Umm, folks, the OP already told us that it ran acceptably on 6 450 MHz
> > > previous generation processors - so it should be smokin on this

machine.
> > >
> > > Shouldn't we be asking for more info, like:

> >
> > Yep, that is why I asked all those questions .
> > You have to go back a few since the questions were sniped buy the IBM
> > salesmen ;-)
> > Doug
> >
> >
> > >
> > > Was it running on 5.2000-04 on the other machine?
> > >
> > > What differences in the progress configuration to tune it to less
> > > processors?
> > >
> > > Doesn't it seem a bit odd it is sys not usr that is hogging all the

cpu?
> > >
> > > Even if one doesn't want to get and set up nmon, even topas or sar

will
> > > give more information as to just what is hogging the system ....b

> >
> >

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-05-2008, 03:25 AM
Patrick Begou
 
Posts: n/a
Default Re: p650 1.45Ghz Performance

Rizwan Abbasi wrote:
> Dears, need the group wisdom to solve this issue I have an IBMp650 orignally
> configured for two LPARs with two cpus each but with pathetic performance
> now a single lpar with all the 4 CPUs but performance still not good as in
> vmstat output. Pls note that the same application was running excelent
> under IBM old S80 with 6CPUs of 450MHz. Any help/hints or tips will be most
> apprecaited.
>
>
>
> System Configuration: lcpu=4 mem=6144MB
>
> kthr memory page faults cpu
>
> ----- ----------- ------------------------ ------------ -----------
>
> r b avm fre re pi po fr sr cy in sy cs us sy id wa
>
> 21 1 431992 745 0 0 0 345 887 0 908 123949 917 10 38 49 3
>
> 40 0 431997 719 0 0 0 0 0 0 697 276607 708 16 84 0 0
> ^ ^

Your system shows that you have a lot of system calls (276607) and that
your application only use 16% of cpu for calculations. I don't know what
your system calls are. File access ?
Can you check with the command:

iostat 4
or
iostat -d 4 (just disks activity)

the activity of your disks (every 4 seconds in this example)?

You are also using most of the RAM (small free list: 719).

May be your database is quite big and cannot be "cached" in RAM. So most
of the cpu time is used for disk I/O. But I'm not working with database
and I have not a large knowledge for optimization of such aplications.

Patrick



..
..
..
>
> Avg CPU load: 100% <<========Yes but 84% is system time
>
> Run que Avg: 28-34
>
> Block Que Avg: 1,2
>
> Paging: 1% <<===== your system do not swap, so you have enought memory

for your application but may be you need more for file
caching.

>
>

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 10:01 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