I am trying to run multiple ExecutorService 1000 times where in every step it removes the first element of first list and adds it to the beginning of the second list. And in the end we just stop the...