Why do i have so many processes spawned with the same name? [duplicate]

Solution 1:

What you are looking at are multiple tasks of the same process. This is expected behavior as they can be processed in parallel.

relevant Stackoverflow post.