Hi Steelblue,
During the dynamic RP election, several routers are configured as Candidate-BootStrap Routers (C-BSRs) and Candidate-Rendezvous Points (C-RPs). A BSR is dynamically elected from C-BSRs. The BSR collects C-RP information and summarizes C-RP information into an RP-Set. The RP-Set is encapsulated in a Bootstrap message and advertised to all the routers in the PIM domain. Then, the C-RPs elect an RP based on a uniform election rule.
The priority in the display pim rp-info command output indicates the RP priority. A smaller value indicates a higher priority.
The priority in the display pim rp-info command output is the priority of the BSR. A larger value indicates a higher priority.
The default value of both priorities is 0, and the value ranges from 0 to 255.
Therefore, you can see that core 1 is elected as the BSR because the priority of the C-BSR is set to 255. And the C-RP priorities of the other three devices are greater than 0. Therefore, core 1 is also elected as the RP.
I hope this helps.