Open ligerzero-ai opened 1 year ago
Greetings! For a start you might try getting a smaller allocation and running flux with a non-interactive "initial program" (what comes after flux start) and some PMI debugging:
$ FLUX_PMI_DEBUG=1 mpirun flux start /bin/true
You might see some output similar to (this is for 2 nodes):
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=1 size=2 name=-: success
boot_pmi: simple: initialize: rank=0 size=2 name=-: success
boot_pmi: simple: get key=flux.instance-level: invalid key argument
boot_pmi: simple: get key=flux.instance-level: invalid key argument
boot_pmi: simple: get key=flux.taskmap: invalid key argument
boot_pmi: simple: get key=flux.taskmap: invalid key argument
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,1,2)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,1,2)): success
boot_pmi: simple: put key=1 value={"hostname":"system76-pc","pubkey":"sa)Zs}@7U}9*0iukx0F(SS$@fQt7b]zX/>ICATg=","uri":""}: success
boot_pmi: simple: put key=0 value={"hostname":"system76-pc","pubkey":"Q.1u>Twr>676eV)f3y>5UJJ#t6#B2PuVg#+X{rYA","uri":"ipc:///tmp/flux-i9vMHd/tbon-0"}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=1 value={"hostname":"system76-pc","pubkey":"sa)Zs}@7U}9*0iukx0F(SS$@fQt7b]zX/>ICATg=","uri":""}: success
boot_pmi: simple: get key=0 value={"hostname":"system76-pc","pubkey":"Q.1u>Twr>676eV)f3y>5UJJ#t6#B2PuVg#+X{rYA","uri":"ipc:///tmp/flux-i9vMHd/tbon-0"}: success
boot_pmi: simple: get key=0 value={"hostname":"system76-pc","pubkey":"Q.1u>Twr>676eV)f3y>5UJJ#t6#B2PuVg#+X{rYA","uri":"ipc:///tmp/flux-i9vMHd/tbon-0"}: success
boot_pmi: simple: get key=0 value={"hostname":"system76-pc","pubkey":"Q.1u>Twr>676eV)f3y>5UJJ#t6#B2PuVg#+X{rYA","uri":"ipc:///tmp/flux-i9vMHd/tbon-0"}: success
boot_pmi: simple: get key=1 value={"hostname":"system76-pc","pubkey":"sa)Zs}@7U}9*0iukx0F(SS$@fQt7b]zX/>ICATg=","uri":""}: success
boot_pmi: simple: get key=1 value={"hostname":"system76-pc","pubkey":"sa)Zs}@7U}9*0iukx0F(SS$@fQt7b]zX/>ICATg=","uri":""}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
Or you might see that it can't find a PMI method that works and falls back to "single" in which case all your flux brokers think they are rank 0, and sadness results :sob:
My guess is that your openmpi module is only offering "pmix" as a bootstrap method which flux does not support natively. There is a flux-pmix add-on which you could pursue if that is the only option, but maybe you have mvapich or mpich installed and could load that module instead? mpich's mpirun offers plain old simple pmi and should be able to bootstrap flux.
If we can get flux to parallel bootstrap then maybe we can move on to figuring out how to get an interactive flux shell to work?
See some of this output? - I requested two nodes and this is the resultant output. I cut some of the middle stuff out.
Is it working as intended?
I tried openmpi with no success - I did have some (?) success with intel mpi?
intel-mpi/2021.8.0
Appreciate any handholding that you might have to do - still very new to all this mpi technical stuff :)
(pyiron) [hlm562@gadi-cpu-clx-2785 test_flux_2]$ FLUX_PMI_DEBUG=1 mpirun flux start flux start python -m pyiron_base.cli wrapper -p /scratch/v43/hlm562/test_flux/scrst_flux/script.h5/script
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=8 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=2 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=0 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=10 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=1 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=5 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=6 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=11 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=9 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=14 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: initialize: rank=4 size=96 name=kvs_1285817_0: success
boot_pmi: simple: put key=8 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"-F2e8gVu!@DpZByM}93Pm7[e8CH(-<P7r-thfO%.","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=7 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=16 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=3 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=62 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=48 size=96 name=kvs_1285817_0: success
boot_pmi: simple: put key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=48 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l}7W?[&S%@gYtNIjt*pOh)Ku7F3biz[]B@y7n5q%","uri":""}: success
boot_pmi: simple: initialize: rank=61 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=61 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: initialize: rank=57 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=56 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=57 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"hw23lAVe]va*s@g4mKEDF1:*ogI2Y3x%M.?y{AKh","uri":""}: success
boot_pmi: simple: put key=56 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"486kGbqX]E<WF}[iHKj[7TADZ[%L:nf^}*g7B2}R","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=54 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=54 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SbMU6g/(Rp-DFlQRBL9g]D(rkRkxUX-FZNawse8}","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=17 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=13 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=12 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=60 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=60 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Ec.*(iP5=13HvdBPgXATVY5#Q51PM<Zn!3@UUuxX","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: initialize: rank=18 size=96 name=kvs_1285817_0: success
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=65 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: initialize: rank=15 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=19 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=20 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=52 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=52 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"4*<m>?I6Q6N]u1>[!s0rF.wN0M4siY7<)@oNAl%g","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: initialize: rank=21 size=96 name=kvs_1285817_0: success
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=58 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=47 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=24 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=22 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=25 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=58 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-T=>Mn%vyXkl1G3!tXbhmbCC*3S4tMDCqlM2po#<","uri":""}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=37 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=29 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=23 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=27 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=31 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=36 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=26 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=35 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=38 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=32 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=34 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=30 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=39 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=33 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=41 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=28 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=44 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=43 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=59 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=45 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=59 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"q1HQzcxVgK<G}B/Z{4^alM1^kH&JexcI2-8ak3Tx","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=51 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=63 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=53 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=42 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=51 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"=Q2iM&)B:!/&Qg}lxut!Un^%Z)Q0AtFyk.eUMW]?","uri":""}: success
boot_pmi: simple: put key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: put key=53 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c2LG(l$V<Nhc0A-.A}Vj5SWeQ(VefW9CRh7]d.W?","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=46 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=67 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=49 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=49 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"p6P?Nh3dYiNWZMZn{{kHuAXz#1S064(T(].J>KTW","uri":""}: success
boot_pmi: simple: put key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: initialize: rank=64 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=40 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: initialize: rank=66 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: put key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=55 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=50 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=71 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=68 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: put key=55 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"K.s*(ytQSr[?)0y&2Ps8t/QR}rWZ*/L085GAOZ7[","uri":""}: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=50 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+1%+FjX6b^S$H-Oiu@]EXGiQ=7<F=3o6wB>gg2cD","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: initialize: rank=70 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=69 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=74 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=72 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=75 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=77 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=83 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=73 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=76 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=78 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=80 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=79 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: put key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: put key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=85 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=82 size=96 name=kvs_1285817_0: success
boot_pmi: simple: initialize: rank=92 size=96 name=kvs_1285817_0: success
boot_pmi: simple: put key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: initialize: rank=81 size=96 name=kvs_1285817_0: success
boot_pmi: simple: put key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=93 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=90 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: put key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: put key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: initialize: rank=86 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: put key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=88 size=96 name=kvs_1285817_0: success
boot_pmi: simple: put key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: initialize: rank=84 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=87 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: initialize: rank=91 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: put key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: initialize: rank=94 size=96 name=kvs_1285817_0: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=95 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: put key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: initialize: rank=89 size=96 name=kvs_1285817_0: success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: put key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,48)): success
boot_pmi: simple: put key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: put key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=10 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":".C!hRFkg<5x^:$]/8SWfE$&4(6e)WT4f?XmXyr9H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=16 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"kn%g7Nut>]9{Jcl0wthN13YA9E/G9B/91Kw%iA&7","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=14 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Ec{.3RLmX(8zg:}^MKH=!nFVupjg}>eu/lw7p+&x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=6 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ENVD<r7k+g6rUS)}fx7V0kf3@D4c/$D7Gbj932}i","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=9 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"29nsVF3H!+HWE(Si<IH=q=J2yS8=&wC)2eJGiqCC","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=11 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"H/t.jH$7LfAkA@4.A%/k=eU!V?ntPvEERm.jvQhl","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=7 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"UR5KZ%e-ts%e11yV6(.@x/sHw%jb0xE.Q.ek$rdO","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: put key=12 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ch620A5$SPPf&}t6AF49L>M*<=F{$Ie+kD^NPY+k","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=13 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Vk}b!^Ci6tTUFY$Rr+C)TZY(S/&@Z6I/oi0s(u>a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=17 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"c-bWSRZXATyinOqRg9V()gSY)bQmzz(7{[cd=!-o","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=18 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"RwX[0AJt{w0SO97Nw>U*MY#HW0XE)mk7]-1pD!.x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=15 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"{Bf*q^yKgdjxUC&a9LO&6r5)x6]c]b9k3wgc5cs(","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=21 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"n3BY$H^rL.q[x5[cZMZ4(bVzAnZ^Nx-$cf4]nE9:","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=23 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L@S/lNsmEGP35>x5pInV:B#h7wDwUWYtXov>R&IO","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=24 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"xgosW9{khvMMLM0dj0g9ilY{N-BKHHmIeUx6463g","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=19 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"NZhwiblk6i4ZH)SC3qg-ZsjrK}]+=0iO-YiZm3*a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=27 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"!TKI<JI@ahIgi(kU%qin{^+m}cr@W-(?eeNKmISK","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=30 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"yDvpvax2>?AAcsm&tqmXsXnPty-=L=L*$bwmPnF}","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=37 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"aXt5ang{!u7oUW$-hb5FXTI62qVyj<A5QAV&Mf=2","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=38 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"0RJN(@f87ZlB*MT>uSBKnFBJ.?Jq9/7PR*)@f=T.","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=20 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"73^.pD[pn1i7AePLH(Haw#$(<vp!ukzcr!2VMp$H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=44 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"[bkCAQE]fRTOIpnAg/3b?m64>D.he}EzX}?+&b2$","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=47 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Y3rcjPIB]tuw=}Ltuki#t5YpFJ:2>pE(n>V:ZgSv","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=33 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"aB6Rubc@@}RO)pl{BKWZ!3!t}.b#lveRY6+jwVq1","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=22 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"!I2dh7th:iEf2T-7CJ)9C7-mbd^/FLDLyFRo0Kde","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=32 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"x=#@kEq&6nTk{p]VfO/S%b4.{]]2/S9YfD$v5]Vl","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=29 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"+FgSfoJ/s&O6*y}A)2Z1:$UsV2NW.AD.RGhZy%Tn","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=41 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"S=?d=??8Y<OSDfT)f{g)GBp]!E4M}1cr*=+93>bW","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=26 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"D:LCqtShu?OKD2brAAJHp6BV+iVww@9mdInr6/W^","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=35 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":")-qy$K[-=(Kb}8zBdZ6{J(+Sf1WF]%w&EO1eG}CY","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=40 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2IwZ:Jb}mbHsqQN-1gMG-Y@NpvsYL@RY9Hw^jJJ!","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=28 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"62A<%ueUkBKs7/ueRHRouAmQVfS>^uqnX[c^/F&b","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=36 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"h}ryZ10$G2?f%:^?=rYf[^C&^32?&0^Ako=GyvRp","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=39 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"vmy]>{y:ItJlWE.v2sPsvDKt<@2&gZ8&GtE@!U[a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=25 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Tv(u@r#AtkWQOO/=D+d5Eiq#H/lfL*A89C{QbqTg","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=34 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"pko+.!Olf^WFrWf4Um:g?ychdvV]fK-Jib1IX{wt","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=31 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"%mr!JPWo$+ATKQ:W0wBd?>ilhsEn7{g+qKkz7>Gw","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=42 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"E6OXyj)w]6KLV<}A0B!QQI}$G3!{BvtX1AmmsZ}n","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=43 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"RD#]+x$YiX7%-gai=@^rcKaFs?(:wPg!X7z)VZ%7","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=45 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"4D<Xj]koW)Dlj8(Sa3$o)h*SnZ}rQLv3COyH9u1H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: put key=46 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"p4?qpYx:dEu8qdM7MAN%M9}PcrZ?@K+#GW/Q&W*&","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=6 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ENVD<r7k+g6rUS)}fx7V0kf3@D4c/$D7Gbj932}i","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=6 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ENVD<r7k+g6rUS)}fx7V0kf3@D4c/$D7Gbj932}i","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=7 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"UR5KZ%e-ts%e11yV6(.@x/sHw%jb0xE.Q.ek$rdO","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=7 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"UR5KZ%e-ts%e11yV6(.@x/sHw%jb0xE.Q.ek$rdO","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=8 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"-F2e8gVu!@DpZByM}93Pm7[e8CH(-<P7r-thfO%.","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=8 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"-F2e8gVu!@DpZByM}93Pm7[e8CH(-<P7r-thfO%.","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=9 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"29nsVF3H!+HWE(Si<IH=q=J2yS8=&wC)2eJGiqCC","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=9 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"29nsVF3H!+HWE(Si<IH=q=J2yS8=&wC)2eJGiqCC","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=10 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":".C!hRFkg<5x^:$]/8SWfE$&4(6e)WT4f?XmXyr9H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=10 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":".C!hRFkg<5x^:$]/8SWfE$&4(6e)WT4f?XmXyr9H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=11 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"H/t.jH$7LfAkA@4.A%/k=eU!V?ntPvEERm.jvQhl","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=11 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"H/t.jH$7LfAkA@4.A%/k=eU!V?ntPvEERm.jvQhl","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=12 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ch620A5$SPPf&}t6AF49L>M*<=F{$Ie+kD^NPY+k","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=12 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ch620A5$SPPf&}t6AF49L>M*<=F{$Ie+kD^NPY+k","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=13 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Vk}b!^Ci6tTUFY$Rr+C)TZY(S/&@Z6I/oi0s(u>a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=13 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Vk}b!^Ci6tTUFY$Rr+C)TZY(S/&@Z6I/oi0s(u>a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=14 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Ec{.3RLmX(8zg:}^MKH=!nFVupjg}>eu/lw7p+&x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=14 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Ec{.3RLmX(8zg:}^MKH=!nFVupjg}>eu/lw7p+&x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=15 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"{Bf*q^yKgdjxUC&a9LO&6r5)x6]c]b9k3wgc5cs(","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=15 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"{Bf*q^yKgdjxUC&a9LO&6r5)x6]c]b9k3wgc5cs(","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=16 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"kn%g7Nut>]9{Jcl0wthN13YA9E/G9B/91Kw%iA&7","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=16 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"kn%g7Nut>]9{Jcl0wthN13YA9E/G9B/91Kw%iA&7","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=17 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"c-bWSRZXATyinOqRg9V()gSY)bQmzz(7{[cd=!-o","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=17 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"c-bWSRZXATyinOqRg9V()gSY)bQmzz(7{[cd=!-o","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=19 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"NZhwiblk6i4ZH)SC3qg-ZsjrK}]+=0iO-YiZm3*a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=7 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"UR5KZ%e-ts%e11yV6(.@x/sHw%jb0xE.Q.ek$rdO","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=9 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"29nsVF3H!+HWE(Si<IH=q=J2yS8=&wC)2eJGiqCC","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=11 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"H/t.jH$7LfAkA@4.A%/k=eU!V?ntPvEERm.jvQhl","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=13 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Vk}b!^Ci6tTUFY$Rr+C)TZY(S/&@Z6I/oi0s(u>a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=15 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"{Bf*q^yKgdjxUC&a9LO&6r5)x6]c]b9k3wgc5cs(","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=17 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"c-bWSRZXATyinOqRg9V()gSY)bQmzz(7{[cd=!-o","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=21 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"n3BY$H^rL.q[x5[cZMZ4(bVzAnZ^Nx-$cf4]nE9:","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=23 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L@S/lNsmEGP35>x5pInV:B#h7wDwUWYtXov>R&IO","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=27 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"!TKI<JI@ahIgi(kU%qin{^+m}cr@W-(?eeNKmISK","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=29 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"+FgSfoJ/s&O6*y}A)2Z1:$UsV2NW.AD.RGhZy%Tn","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=31 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"%mr!JPWo$+ATKQ:W0wBd?>ilhsEn7{g+qKkz7>Gw","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=33 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"aB6Rubc@@}RO)pl{BKWZ!3!t}.b#lveRY6+jwVq1","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=35 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":")-qy$K[-=(Kb}8zBdZ6{J(+Sf1WF]%w&EO1eG}CY","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=37 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"aXt5ang{!u7oUW$-hb5FXTI62qVyj<A5QAV&Mf=2","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=39 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"vmy]>{y:ItJlWE.v2sPsvDKt<@2&gZ8&GtE@!U[a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=41 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"S=?d=??8Y<OSDfT)f{g)GBp]!E4M}1cr*=+93>bW","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=43 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"RD#]+x$YiX7%-gai=@^rcKaFs?(:wPg!X7z)VZ%7","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=45 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"4D<Xj]koW)Dlj8(Sa3$o)h*SnZ}rQLv3COyH9u1H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=47 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Y3rcjPIB]tuw=}Ltuki#t5YpFJ:2>pE(n>V:ZgSv","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=49 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"p6P?Nh3dYiNWZMZn{{kHuAXz#1S064(T(].J>KTW","uri":""}: success
boot_pmi: simple: get key=51 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"=Q2iM&)B:!/&Qg}lxut!Un^%Z)Q0AtFyk.eUMW]?","uri":""}: success
boot_pmi: simple: get key=53 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c2LG(l$V<Nhc0A-.A}Vj5SWeQ(VefW9CRh7]d.W?","uri":""}: success
boot_pmi: simple: get key=55 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"K.s*(ytQSr[?)0y&2Ps8t/QR}rWZ*/L085GAOZ7[","uri":""}: success
boot_pmi: simple: get key=57 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"hw23lAVe]va*s@g4mKEDF1:*ogI2Y3x%M.?y{AKh","uri":""}: success
boot_pmi: simple: get key=59 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"q1HQzcxVgK<G}B/Z{4^alM1^kH&JexcI2-8ak3Tx","uri":""}: success
boot_pmi: simple: get key=61 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=18 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"RwX[0AJt{w0SO97Nw>U*MY#HW0XE)mk7]-1pD!.x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=18 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"RwX[0AJt{w0SO97Nw>U*MY#HW0XE)mk7]-1pD!.x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=19 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"NZhwiblk6i4ZH)SC3qg-ZsjrK}]+=0iO-YiZm3*a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=20 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"73^.pD[pn1i7AePLH(Haw#$(<vp!ukzcr!2VMp$H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=20 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"73^.pD[pn1i7AePLH(Haw#$(<vp!ukzcr!2VMp$H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=21 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"n3BY$H^rL.q[x5[cZMZ4(bVzAnZ^Nx-$cf4]nE9:","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=22 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"!I2dh7th:iEf2T-7CJ)9C7-mbd^/FLDLyFRo0Kde","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=22 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"!I2dh7th:iEf2T-7CJ)9C7-mbd^/FLDLyFRo0Kde","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=6 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ENVD<r7k+g6rUS)}fx7V0kf3@D4c/$D7Gbj932}i","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=8 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"-F2e8gVu!@DpZByM}93Pm7[e8CH(-<P7r-thfO%.","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=10 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":".C!hRFkg<5x^:$]/8SWfE$&4(6e)WT4f?XmXyr9H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=12 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ch620A5$SPPf&}t6AF49L>M*<=F{$Ie+kD^NPY+k","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=14 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Ec{.3RLmX(8zg:}^MKH=!nFVupjg}>eu/lw7p+&x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=16 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"kn%g7Nut>]9{Jcl0wthN13YA9E/G9B/91Kw%iA&7","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=18 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"RwX[0AJt{w0SO97Nw>U*MY#HW0XE)mk7]-1pD!.x","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=19 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"NZhwiblk6i4ZH)SC3qg-ZsjrK}]+=0iO-YiZm3*a","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=22 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"!I2dh7th:iEf2T-7CJ)9C7-mbd^/FLDLyFRo0Kde","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=24 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"xgosW9{khvMMLM0dj0g9ilY{N-BKHHmIeUx6463g","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=25 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Tv(u@r#AtkWQOO/=D+d5Eiq#H/lfL*A89C{QbqTg","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=28 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"62A<%ueUkBKs7/ueRHRouAmQVfS>^uqnX[c^/F&b","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=30 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"yDvpvax2>?AAcsm&tqmXsXnPty-=L=L*$bwmPnF}","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=32 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"x=#@kEq&6nTk{p]VfO/S%b4.{]]2/S9YfD$v5]Vl","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=36 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"h}ryZ10$G2?f%:^?=rYf[^C&^32?&0^Ako=GyvRp","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=38 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"0RJN(@f87ZlB*MT>uSBKnFBJ.?Jq9/7PR*)@f=T.","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=40 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2IwZ:Jb}mbHsqQN-1gMG-Y@NpvsYL@RY9Hw^jJJ!","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=42 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"E6OXyj)w]6KLV<}A0B!QQI}$G3!{BvtX1AmmsZ}n","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=44 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"[bkCAQE]fRTOIpnAg/3b?m64>D.he}EzX}?+&b2$","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=46 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"p4?qpYx:dEu8qdM7MAN%M9}PcrZ?@K+#GW/Q&W*&","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=48 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l}7W?[&S%@gYtNIjt*pOh)Ku7F3biz[]B@y7n5q%","uri":""}: success
boot_pmi: simple: get key=50 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+1%+FjX6b^S$H-Oiu@]EXGiQ=7<F=3o6wB>gg2cD","uri":""}: success
boot_pmi: simple: get key=52 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"4*<m>?I6Q6N]u1>[!s0rF.wN0M4siY7<)@oNAl%g","uri":""}: success
boot_pmi: simple: get key=54 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SbMU6g/(Rp-DFlQRBL9g]D(rkRkxUX-FZNawse8}","uri":""}: success
boot_pmi: simple: get key=56 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"486kGbqX]E<WF}[iHKj[7TADZ[%L:nf^}*g7B2}R","uri":""}: success
boot_pmi: simple: get key=58 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-T=>Mn%vyXkl1G3!tXbhmbCC*3S4tMDCqlM2po#<","uri":""}: success
boot_pmi: simple: get key=60 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Ec.*(iP5=13HvdBPgXATVY5#Q51PM<Zn!3@UUuxX","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=23 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L@S/lNsmEGP35>x5pInV:B#h7wDwUWYtXov>R&IO","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=26 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"D:LCqtShu?OKD2brAAJHp6BV+iVww@9mdInr6/W^","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=34 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"pko+.!Olf^WFrWf4Um:g?ychdvV]fK-Jib1IX{wt","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=20 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"73^.pD[pn1i7AePLH(Haw#$(<vp!ukzcr!2VMp$H","uri":"tcp://[::ffff:10.6.76.4
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=2 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"WI2+Kt4r%Z.EHeq>fnRZBzlBUD%hYo40!Hwo^pw+","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=4 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"KC$:=T%fGUJ{ZSIL<Stp<ic39[gpz9?[@/8J)pYv","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=3 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"HuVXp!L-B{uin:(tH!2nV*nu2Os:Sf]%icC<[5lV","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"2pzaae-:-yl{(!vBt#93ey%6@pYmz-.xyPU/]Zeu","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=6 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"ENVD<r7k+g6rUS)}fx7V0kf3@D4c/$D7Gbj932}i","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"L?B4/zb?(Q7*>T310<5g0<#ctkJlc#gjQoUCs$td","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[::ffff:10.6.76.49
boot_pmi: simple: get key=5 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"f722<Kd6iA]k+^!SQpy[mVe8G5eWD>5mj>IeuJ?y","uri":"tcp://[:
(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: get key=61 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: get key=61 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=56 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"486kGbqX]E<WF}[iHKj[7TADZ[%L:nf^}*g7B2}R","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=57 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"hw23lAVe]va*s@g4mKEDF1:*ogI2Y3x%M.?y{AKh","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=58 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-T=>Mn%vyXkl1G3!tXbhmbCC*3S4tMDCqlM2po#<","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=59 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"q1HQzcxVgK<G}B/Z{4^alM1^kH&JexcI2-8ak3Tx","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=60 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Ec.*(iP5=13HvdBPgXATVY5#Q51PM<Zn!3@UUuxX","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=61 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=45 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"4D<Xj]koW)Dlj8(Sa3$o)h*SnZ}rQLv3COyH9u1H","uri":"tcp://[::ffff:10.6.76.49]:49245"}: success
boot_pmi: simple: get key=46 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"p4?qpYx:dEu8qdM7MAN%M9}PcrZ?@K+#GW/Q&W*&","uri":"tcp://[::ffff:10.6.76.49]:49246"}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=47 value={"hostname":"gadi-cpu-clx-2785.gadi.nci.org.au","pubkey":"Y3rcjPIB]tuw=}Ltuki#t5YpFJ:2>pE(n>V:ZgSv","uri":"tcp://[::ffff:10.6.76.49]:49228"}: success
boot_pmi: simple: get key=48 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l}7W?[&S%@gYtNIjt*pOh)Ku7F3biz[]B@y7n5q%","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=49 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"p6P?Nh3dYiNWZMZn{{kHuAXz#1S064(T(].J>KTW","uri":""}: success
boot_pmi: simple: get key=50 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+1%+FjX6b^S$H-Oiu@]EXGiQ=7<F=3o6wB>gg2cD","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=51 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"=Q2iM&)B:!/&Qg}lxut!Un^%Z)Q0AtFyk.eUMW]?","uri":""}: success
boot_pmi: simple: get key=52 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"4*<m>?I6Q6N]u1>[!s0rF.wN0M4siY7<)@oNAl%g","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=53 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c2LG(l$V<Nhc0A-.A}Vj5SWeQ(VefW9CRh7]d.W?","uri":""}: success
boot_pmi: simple: get key=54 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SbMU6g/(Rp-DFlQRBL9g]D(rkRkxUX-FZNawse8}","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=55 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"K.s*(ytQSr[?)0y&2Ps8t/QR}rWZ*/L085GAOZ7[","uri":""}: success
boot_pmi: simple: get key=56 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"486kGbqX]E<WF}[iHKj[7TADZ[%L:nf^}*g7B2}R","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=57 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"hw23lAVe]va*s@g4mKEDF1:*ogI2Y3x%M.?y{AKh","uri":""}: success
boot_pmi: simple: get key=58 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-T=>Mn%vyXkl1G3!tXbhmbCC*3S4tMDCqlM2po#<","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=59 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"q1HQzcxVgK<G}B/Z{4^alM1^kH&JexcI2-8ak3Tx","uri":""}: success
boot_pmi: simple: get key=60 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Ec.*(iP5=13HvdBPgXATVY5#Q51PM<Zn!3@UUuxX","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=61 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"(Y&tvAi^&Q8{po.DmO6g{PHPsW]k6KWL3dxX9z1f","uri":""}: success
boot_pmi: simple: get key=62 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"IvJ$kO[F5%aRrpIxGEfF@qHGPo{g(c%5BW$Bzj6A","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=63 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Vb&a60cH+5^KD@%PSvnnF4eUdI]oO(V??]z1Kp%#","uri":""}: success
boot_pmi: simple: get key=64 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Rz=Z$nhKYc)U4{>QE*N-J)]z]9kWXd%0+R{XxbKR","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=65 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"+UAVcU2E.R0W{IvTdEaIYExvnc{tpyJm*)8oNfz:","uri":""}: success
boot_pmi: simple: get key=66 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SkWvxOkbXfax40RI>yxvptsj:l8KsBOALY0)eJ.1","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=67 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"W9!%[^ZKsg-Xm}O[LrgBlAra>[829/@Zpf3*F(s9","uri":""}: success
boot_pmi: simple: get key=68 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":":VgOn)e}e#Ok0kAs.&R=dpxKX?C#3KcGzP1bO9jt","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=69 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":")=bos3qLk:G9jjo!Kvox6Xvtz-gAoJI1-BK(Sphr","uri":""}: success
boot_pmi: simple: get key=70 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rn[Hd-8dDUn-xAJ0]u>PT>S=73O+ag@deQvF.dH-","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=71 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":">@S[*%1yEF16Uz7]LqPZgh1o50mG@I6D*Jut-@-l","uri":""}: success
boot_pmi: simple: get key=72 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rpgXF/Olg5-n6j{r604NadALsAjTH(F0G+PUzf!&","uri":""}: success
boot_pmi: simple: get key=73 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"tTUybS)-%GotDpnXpf{[EnGRNT2GPowJv+2oPYw/","uri":""}: success
boot_pmi: simple: get key=74 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"fFnB3e9&uV<Ok2gkbL!3}4D8=gS2^.@Nz9x5dMV4","uri":""}: success
boot_pmi: simple: get key=75 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"CE&]D<:=&yk2eqX?^@^Bm2/$6{lQalu)3meALSq=","uri":""}: success
boot_pmi: simple: get key=76 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"JWw78?sH(P.ES#Qs/}$[n%W!DZ0PhyT%hr^<:Lrr","uri":""}: success
boot_pmi: simple: get key=77 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"sYBrmXVJ>Xt>!C7zF!YwuSgB+x5})8{]WJgT2SyD","uri":""}: success
boot_pmi: simple: get key=78 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"zdr9W4kvc$J#Ov5(%v:Fm9HORaG>5T781#+[Md}v","uri":""}: success
boot_pmi: simple: get key=79 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"bT9@Hgbv3N2.Kk/5gGfr(RNVW.6i!+9Lo5zvo%#)","uri":""}: success
boot_pmi: simple: get key=80 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"}$}9(tOL!&@(V*Z85wEg[{V(23L7P{7]!LBQAC:S","uri":""}: success
boot_pmi: simple: get key=81 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"ETs)m*JD?33s3ExdM?l[7I^Td.8sV)af{^RfcT:j","uri":""}: success
boot_pmi: simple: get key=82 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Z[(0484Qh5mN=W]BA2UKZFBbf>UfO5Y1J7olTuM]","uri":""}: success
boot_pmi: simple: get key=83 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"rPLxx1Yw.9up.Mk&]6TA[W}fya:[GzIZ>b)tBj:$","uri":""}: success
boot_pmi: simple: get key=84 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"Dg9qXhuk4CXXW-a*(U&*D]mmCq30Q.BJ6Iz49!n+","uri":""}: success
boot_pmi: simple: get key=85 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"0g2x?RG}xxHw>q3{a]$]E4y1/iy0QJXmGJnjiE%L","uri":""}: success
boot_pmi: simple: get key=86 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"D&r.hiWQ}$Jsi$n8aj99881NkpX<h)YrMjadg{I1","uri":""}: success
boot_pmi: simple: get key=87 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"l)ZG-E2#C[C%fC?6A/3}!6ZY8}N4%PE[eFRx9>Ft","uri":""}: success
boot_pmi: simple: get key=88 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"R=.m<Lk1t*Wxj]!)$}4/h{w{I3/DXPkABRE@tfq&","uri":""}: success
boot_pmi: simple: get key=89 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"c4q!U6wc8HoAv>iwW)-dYqyg]}H#oN:(PZPt@Uwz","uri":""}: success
boot_pmi: simple: get key=90 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"SpH:!cfaO0YTwK&4XG{=Ow%ZcWUf+Q5CUvU@GUn}","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: get key=91 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"TdyU[f&BF08X*GkTp^+6T^?7HH%1*0lP!mNn{xCR","uri":""}: success
boot_pmi: simple: get key=92 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"M>:lZ}tsa@Iw^[gRq(s@yf37#DYv8K5GyE@hGb:6","uri":""}: success
boot_pmi: simple: get key=93 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"-UORfbb(%:oR0PO*#p1q&%p)xRA@k]nF+jzy6zZM","uri":""}: success
boot_pmi: simple: get key=94 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"RA>8g0E4VR>(bfh}3yb!M?L9T&sLn//(V=:.xpVL","uri":""}: success
boot_pmi: simple: get key=95 value={"hostname":"gadi-cpu-clx-1491.gadi.nci.org.au","pubkey":"J<b@]Z*vK%.A4+5{q>q-WVk{YG]U?yVmo>0!{OkJ","uri":""}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: PMI_FD not found in environ
boot_pmi: flux-pmi-client: trying 'libpmi2'
boot_pmi: libpmi2: libpmi2.so: cannot open shared object file: No such file or directory
boot_pmi: flux-pmi-client: trying 'libpmi'
boot_pmi: libpmi: libpmi.so: cannot open shared object file: No such file or directory
boot_pmi: flux-pmi-client: trying 'single'
boot_pmi: single: selected
boot_pmi: single: initialize: rank=0 size=1 name=single: success
boot_pmi: single: get key=flux.instance-level: key not found
boot_pmi: single: finalize: success
2023-05-23 12:14:52,626 - pyiron_log - INFO - job: script id: None, status: finished, run job (modal)
FLUX_PMI_DEBUG=1 mpirun flux start flux start python -m pyiron_base.cli wrapper ...
One issue might be dual flux start flux start
here, can you retry with just FLUX_PMI_DEBUG=1 mpirun flux start python -m pyiron_base.cli ...
?
How's this?
This looks like bootstrap worked. The command to try is flux resource list
FYI I don't see a way to get an interactive pty from mpirun
. If you're interested in that, let us know - you can use flux-proxy
to get a shell that can access your job remotely.
Tried flux resource list
after the job completed:
Got:
(pyiron) [hlm562@gadi-cpu-clx-1436 ~]$ flux resource list flux-resource: ERROR: Unable to connect to Flux: broker socket /run/flux/local was not found
is that normal? Does the job have to be running?
Sorry, I misread the log and thought you had gotten a shell under flux start
. Any flux commands would have to be directed to your job either by flux proxy
as suggested by @garlick, or within an interactive shell started by flux start
The other thing to try just to see if things are working at is is to replace everything after flux start
with flux resource list
, e.g.
> mpirun flux start flux resource list
You might want to try on a small allocation first, then scale up to something larger, and ensure the resource list looks correct. Then you can replace flux resource list
with a script that runs your workload.
Thanks for the quick response! they are very much appreciated:
Just a little more to go - How do I get this running so that it recognises that there are 2 nodes and not 96 individual ones? The output from mpirun flux start flux resource list
:
STATE NNODES NCORES NODELIST
free 96 96 gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au
allocated 0 0
down 0 0
Ah, mpirun is probably running one flux start per core. Is there some way to force it to only run one copy of the command per node? Sorry, I don't know mpirun well enough to suggest anything.
Headed to bed so will try to help more in the morning!
On Mon, May 22, 2023, 10:11 PM Han @.***> wrote:
Thanks for the quick response! they are very much appreciated:
Just a little more to go - How do I get this running so that it recognises that there are 2 nodes and not 96 individual ones? The output from mpirun flux start flux resource list:
STATE NNODES NCORES NODELIST free 96 96 gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0645.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au,gadi-cpu-clx-0648.gadi.nci.org.au
allocated 0 0 down 0 0
— Reply to this email directly, view it on GitHub https://github.com/flux-framework/flux-core/issues/5192#issuecomment-1558532854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVEUVMBVLQZ7OP6YPGQG3XHRBJ3ANCNFSM6AAAAAAYLEJQ74 . You are receiving this because you commented.Message ID: @.***>
Naively assigning 2 processes via mpirun -np 2
results in a 2 nnode
subdivision - but I am not so sure that it is actually partioning across two separate nodes, which is the desired behaviour. Will explore further tomorrow.
(pyiron) [hlm562@gadi-cpu-clx-1742 ~]$ mpirun -np 2 flux start flux resource list
STATE NNODES NCORES NODELIST
free 2 48 gadi-cpu-clx-1742.gadi.nci.org.au,gadi-cpu-clx-1742.gadi.nci.org.au
allocated 0 0
down 0 0
Figured it out before I headed to bed -
the magic incantation is:
FLUX_PMI_DEBUG=1 mpirun -n 2 -ppn 1 -hosts $(sort -u $PBS_NODEFILE | paste -sd "," -) flux start flux resource list
This sees everything.
Output:
(pyiron) [hlm562@gadi-cpu-clx-2872 ~]$ FLUX_PMI_DEBUG=1 mpirun -n 2 -ppn 1 -hosts $(sort -u $PBS_NODEFILE | paste -sd "," -) flux start flux resource list
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=0 size=2 name=kvs_3546177_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,1)): success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=1 size=2 name=kvs_3546177_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: put key=0 value={"hostname":"gadi-cpu-clx-2872.gadi.nci.org.au","pubkey":"C*xgU3PmpN5AV[Em[4O&ZY.}tEPL=el<GdR:#bCi","uri":"tcp://[::ffff:10.6.77.64]:49152"}: success
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,1)): success
boot_pmi: simple: put key=1 value={"hostname":"gadi-cpu-clx-2877.gadi.nci.org.au","pubkey":"g]bN1XKEs(F8@*N2>$[*de5bIDV6O>ZBT^bs/ru=","uri":""}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2877.gadi.nci.org.au","pubkey":"g]bN1XKEs(F8@*N2>$[*de5bIDV6O>ZBT^bs/ru=","uri":""}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2872.gadi.nci.org.au","pubkey":"C*xgU3PmpN5AV[Em[4O&ZY.}tEPL=el<GdR:#bCi","uri":"tcp://[::ffff:10.6.77.64]:49152"}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2872.gadi.nci.org.au","pubkey":"C*xgU3PmpN5AV[Em[4O&ZY.}tEPL=el<GdR:#bCi","uri":"tcp://[::ffff:10.6.77.64]:49152"}: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2877.gadi.nci.org.au","pubkey":"g]bN1XKEs(F8@*N2>$[*de5bIDV6O>ZBT^bs/ru=","uri":""}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-2872.gadi.nci.org.au","pubkey":"C*xgU3PmpN5AV[Em[4O&ZY.}tEPL=el<GdR:#bCi","uri":"tcp://[::ffff:10.6.77.64]:49152"}: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-2877.gadi.nci.org.au","pubkey":"g]bN1XKEs(F8@*N2>$[*de5bIDV6O>ZBT^bs/ru=","uri":""}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
STATE NNODES NCORES NODELIST
free 2 96 gadi-cpu-clx-2872.gadi.nci.org.au,gadi-cpu-clx-2877.gadi.nci.org.au
allocated 0 0
down 0 0
I still need to be hand held through the flux-proxy setup though :P
How would I interact with my session on the flux-proxy side? I've skimmed the documentation but it's a little too cryptic for me to understand as a newbie.
Much appreciated!
I guess one other important thing that I should ask: Say I am running a bunch of flux jobs that require a different mpi - namely one built into vasp modules that I am loading (open-mpi) Is this possible to do underneath flux? Is each job inheriting the modules loaded in the initial flux spawn? Or are they fresh jobs essentially?
tl;dr will it cause weirdness if I need a different conflicting mpi in a separate module that I need to load in the jobs that I run underneath a flux session?
Great! Congrats!
To get proxy access you'll need to get a URI for Flux that works remotely. That's set in the environment of the initial program so you could have the initial program print it. When the initial program exits, flux exits, so I've added a sleep inf
to keep it going but you could have it do anything you want.
$ mpirun [options] flux start sh -c 'flux uri --remote $FLUX_URI; sleep inf'
ssh://system76-pc/tmp/flux-UsDJhJ/local-0
Then elsewhere on the cluster (that has ssh access to your node) you can run
$ flux proxy ssh:/tmp/flux-UsDJhJ/local-0
$ flux resource
...
The new shell started by flux-proxy has FLUX_URI pointing to the remote flux instance, so flux commands work there like they would in the initial program.
On the question of conflicting mpis, I believe mpirun will pass all environment variables on to flux, but flux itself doesn't require MPI so it should be OK to unload the intel module from the flux initial program and load a different one before launching flux jobs.
Not sure whether or not this is flux related - but I figured I might give it a shot and see if you guys have any ideas anyway :) Any ideas why its giving this cryptic error?
May 26 17:35:07.316567 broker.err[0]: rc2.0: ./vasp_flux_run.sh Exited (rc=1) 1.5s
After the below command?
(pyiron) [hlm562@gadi-cpu-clx-1477 test_flux_vasp]$ module load intel-mpi; FLUX_PMI_DEBUG=1 mpirun -n 2 -ppn 1 -hosts $(sort -u $PBS_NODEFILE | paste -sd "," -) flux start ./vasp_flux_run.sh
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=1 size=2 name=kvs_1094678_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,1)): success
boot_pmi: simple: put key=1 value={"hostname":"gadi-cpu-clx-1478.gadi.nci.org.au","pubkey":"T2+zy5sx>!Bsqw#]6gzhkh}:+nE$B$TWNrs/Mm9n","uri":""}: success
boot_pmi: flux-pmi-client: trying 'simple'
boot_pmi: simple: selected
boot_pmi: simple: initialize: rank=0 size=2 name=kvs_1094678_0: success
boot_pmi: simple: get key=flux.instance-level: operation failed
boot_pmi: simple: get key=flux.taskmap: operation failed
boot_pmi: simple: get key=PMI_process_mapping value=(vector,(0,2,1)): success
boot_pmi: simple: put key=0 value={"hostname":"gadi-cpu-clx-1477.gadi.nci.org.au","pubkey":"G6ec{Tosb)lWm)ilgJ)L}gpQlP?ytpVbYUZKNu)<","uri":"tcp://[::ffff:10.6.55.37]:49152"}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-1478.gadi.nci.org.au","pubkey":"T2+zy5sx>!Bsqw#]6gzhkh}:+nE$B$TWNrs/Mm9n","uri":""}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-1477.gadi.nci.org.au","pubkey":"G6ec{Tosb)lWm)ilgJ)L}gpQlP?ytpVbYUZKNu)<","uri":"tcp://[::ffff:10.6.55.37]:49152"}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-1477.gadi.nci.org.au","pubkey":"G6ec{Tosb)lWm)ilgJ)L}gpQlP?ytpVbYUZKNu)<","uri":"tcp://[::ffff:10.6.55.37]:49152"}: success
boot_pmi: simple: get key=0 value={"hostname":"gadi-cpu-clx-1477.gadi.nci.org.au","pubkey":"G6ec{Tosb)lWm)ilgJ)L}gpQlP?ytpVbYUZKNu)<","uri":"tcp://[::ffff:10.6.55.37]:49152"}: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-1478.gadi.nci.org.au","pubkey":"T2+zy5sx>!Bsqw#]6gzhkh}:+nE$B$TWNrs/Mm9n","uri":""}: success
boot_pmi: simple: get key=1 value={"hostname":"gadi-cpu-clx-1478.gadi.nci.org.au","pubkey":"T2+zy5sx>!Bsqw#]6gzhkh}:+nE$B$TWNrs/Mm9n","uri":""}: success
boot_pmi: simple: barrier: success
boot_pmi: simple: barrier: success
boot_pmi: simple: finalize: success
boot_pmi: simple: finalize: success
/scratch/v43/hlm562/test_flux_vasp test_flux_vasp
STATE NNODES NCORES NODELIST
free 2 96 gadi-cpu-clx-1477.gadi.nci.org.au,gadi-cpu-clx-1478.gadi.nci.org.au
allocated 0 0
down 0 0
/apps/intel-mpi/2021.8.0/bin/mpirun
/g/data/v43/Han/mambaforge/envs/pyiron/bin/mpirun
Loading vasp/5.4.4-metagga
Loading requirement: openmpi/4.0.3
/apps/openmpi/4.0.3/bin/mpirun
May 26 17:35:07.316567 broker.err[0]: rc2.0: ./vasp_flux_run.sh Exited (rc=1) 1.5s
vasp_flux_run.sh contains:
#!/bin/bash
############### This is important for other programs ##########################
# The FLUX_PMI_LIBRARY_PATH variable is always created under a flux instance (flux start).
PMIPATH=$(dirname $FLUX_PMI_LIBRARY_PATH)
# This is to stack LD_LIBRARY_PATH exports to look at the conda environment and flux pmi paths
# Suggested by Danny /https://flux-framework.readthedocs.io/en/latest/tutorials/lab/coral2.html
# BOTH exports are needed for pretty much any MPI process under flux
CONDA_LD="${CONDA_PREFIX}/lib/"
export TMP_LD_LIBRARY_PATH=$CONDA_LD:$PMIPATH:$LD_LIBRARY_PATH
################################################################################
# Current dir
JOB_DIR=$(pwd)
JOB_NAME=$(basename $JOB_DIR)
echo $JOB_DIR $JOB_NAME
flux resource list
which mpirun
module unload intel-mpi
which mpirun
module load vasp/5.4.4-metagga
which mpirun
flux run -n48 --env=LD_LIBRARY_PATH=${TMP_LD_LIBRARY_PATH} vasp_std &> vasp.log
# flux run -n$1 --env=LD_LIBRARY_PATH=${TMP_LD_LIBRARY_PATH} lmp_mpi -sf omp -pk omp 1 -in control.inp;
Anything in vasp.log
? Looks to me like everything worked but the flux run... vasp_std
failed.
Aside: you can probably drop the FLUX_PMI_DEBUG=1 at this point since flux bootstrap is working.
Configuration - conda-installed flux
on slurm I can just run:
srun --mpi=pmi2 --pty flux start {{command}}
to get flux to see all nodes
Is there any equivalent command for a PBSPro queueing system?
I've tried:
mpiexec flux start
andmpirun flux start
with no real luck: