Hello,
I have an error when I run your simulation with 1 core:
SOURCE REGION: 1 CONTAINS THE NODE: 7796
SOURCE REGION: 2 CONTAINS THE NODE: 700
SOURCE REGION: 3 CONTAINS THE NODE: 557
SOURCE REGION: 4 CONTAINS THE NODE: 2190
SOURCE REGION: 5 CONTAINS THE NODE: 6385
SOURCE REGION: 6 CONTAINS THE NODE: 181
SOURCE REGION: 7 CONTAINS THE NODE: 1138
SOURCE REGION: 8 CONTAINS THE NODE: 402
THE REGION 9IS OUTSIDE THE DOMAIN
OR IT DOES NOT CONTAIN ANY NODE OF THE MESH
For region #9, the polygon does not seem to include any node, this is an error for me.
Why do you use sources defined by regions if you only need 1 punctual source each time? The feature sources by regions is useful when you want to manage several sources located on different nodes and close to them each other.
Anyway, it is good to know that the listing file is written for every subdomain with "local" information (except for balance). It can appear strange when you are not aware. You can read them in the temporary folder with name PE***.LOG with the number of subdomain.
E.g. if an error message appears, it is only written in the subdomain(s) where the error appears, which can help to find for which subdomain the error is located. You can have a look at the PE*LOG files, in particular if 1 one of them has a different size than the others.
Hope this helps,
Chi-Tuan