Increment AtomicInteger during a scenario with a lot of users

Hello,

I run a simulation with around 1000 distinct users. I need to authenticate each user with the following credentials: user00510 / Pass00510
I use an AtomicInteger which is increment for each user. The user user00510 will access to the app app10

Here is my scenario:

`