Starting NetworkExample3
INFO Starting CloudSim Plus 4.0.4INFO DatacenterSimple1 is starting...INFO DatacenterSimple2 is starting...INFO DatacenterBrokerSimple3 is starting...INFO DatacenterBrokerSimple4 is starting...INFO Entities started.INFO 0.0: DatacenterBrokerSimple3: List of 2 datacenters(s) received.INFO 0.0: DatacenterBrokerSimple3: Trying to Create Vm 0/Broker 3 in DatacenterSimple1INFO 0.0: DatacenterBrokerSimple4: List of 2 datacenters(s) received.INFO 0.0: DatacenterBrokerSimple4: Trying to Create Vm 1/Broker 4 in DatacenterSimple1INFO 3.0: VmAllocationPolicySimple: Vm 1/Broker 4 has been allocated to Host 0/DC 1WARN 3.9: VmAllocationPolicySimple: No suitable host found for Vm 0/Broker 3 in Datacenter 1INFO 6.1: DatacenterBrokerSimple4: Sending Cloudlet 1 to Vm 1/Broker 4 in Host 0/DC 1.INFO 6.1: DatacenterBrokerSimple4: All waiting Cloudlets submitted to some VM.INFO 7.9: DatacenterBrokerSimple3: Trying to Create Vm 0/Broker 3 in DatacenterSimple2 (due to lack of a suitable Host in previous one)INFO 12.9: VmAllocationPolicySimple: Vm 0/Broker 3 has been allocated to Host 0/DC 2INFO 18.0: DatacenterBrokerSimple3: Sending Cloudlet 0 to Vm 0/Broker 3 in Host 0/DC 2.INFO 18.0: DatacenterBrokerSimple3: All waiting Cloudlets submitted to some VM.INFO 172.1: DatacenterBrokerSimple4: Cloudlet 1 finished and returned to broker.INFO 188.0: DatacenterBrokerSimple3: Cloudlet 0 finished and returned to broker.INFO 188.0: Processing last events before simulation shutdown.INFO 188.0: DatacenterBrokerSimple3 is shutting down...INFO 188.0: DatacenterBrokerSimple3: Requesting Vm 0/Broker 3 destruction.INFO 188.0: DatacenterBrokerSimple4 is shutting down...INFO 188.0: DatacenterBrokerSimple4: Requesting Vm 1/Broker 4 destruction.INFO 191.00: DatacenterSimple: Vm 1/Broker 4 destroyed on Host 0/DC 1.
INFO 193.00: DatacenterSimple: Vm 0/Broker 3 destroyed on Host 0/DC 2.
INFO Simulation: No more future events
INFO CloudInformationService0: Notify all CloudSim Plus entities to shutdown.
INFO 193.0: DatacenterSimple1 is shutting down...INFO 193.0: DatacenterSimple2 is shutting down...INFO ================== Simulation finished at time 193.00 ==================
Broker DatacenterBrokerSimple3
Cloudlet|Status |DC|Host|Host PEs |VM|VM PEs |CloudletLen|CloudletPEs|StartTime|FinishTime|ExecTime ID| |ID| ID|CPU cores|ID|CPU cores| MI| CPU cores| Seconds| Seconds| Seconds----------------------------------------------------------------------------------------------------- 0|SUCCESS| 2| 0| 1| 0| 1| 40000| 1| 23| 183| 160-----------------------------------------------------------------------------------------------------
Broker DatacenterBrokerSimple4
Cloudlet|Status |DC|Host|Host PEs |VM|VM PEs |CloudletLen|CloudletPEs|StartTime|FinishTime|ExecTime ID| |ID| ID|CPU cores|ID|CPU cores| MI| CPU cores| Seconds| Seconds| Seconds----------------------------------------------------------------------------------------------------- 1|SUCCESS| 1| 0| 1| 1| 1| 40000| 1| 9| 169| 160-----------------------------------------------------------------------------------------------------NetworkExample3 finished!
Process finished with exit code 0
Topology: ( 5 Nodes, 8 Edges )
Model (1 - RTWaxman): 5 5 5 1 2 0.15000000596046448 0.20000000298023224 1 1 10.0 1024.0
Nodes: ( 5 )
0 1 3 3 3 -1 RT_NODE
1 0 3 3 3 -1 RT_NODE
2 4 3 3 3 -1 RT_NODE
3 3 1 3 3 -1 RT_NODE
4 3 3 4 4 -1 RT_NODE
Edges: ( 8 )
1 3 0 2.8284271247461903 3.9 10.0 -1 -1 E_RT U
2 4 2 1.0 4.0 10.0 -1 -1 E_RT U
Starting NetworkExample3INFO Starting CloudSim Plus 4.0.4INFO DatacenterSimple1 is starting...INFO DatacenterSimple2 is starting...INFO DatacenterBrokerSimple3 is starting...INFO DatacenterBrokerSimple4 is starting...INFO Entities started.INFO 0.0: DatacenterBrokerSimple3: List of 2 datacenters(s) received.INFO 0.0: DatacenterBrokerSimple3: Trying to Create Vm 0/Broker 3 in DatacenterSimple1INFO 0.0: DatacenterBrokerSimple4: List of 2 datacenters(s) received.INFO 0.0: DatacenterBrokerSimple4: Trying to Create Vm 1/Broker 4 in DatacenterSimple1INFO 3.9: VmAllocationPolicySimple: Vm 0/Broker 3 has been allocated to Host 0/DC 1INFO 7.9: DatacenterBrokerSimple3: Sending Cloudlet 0 to Vm 0/Broker 3 in Host 0/DC 1.INFO 7.9: DatacenterBrokerSimple3: All waiting Cloudlets submitted to some VM.INFO 175.70000000000002: DatacenterBrokerSimple3: Cloudlet 0 finished and returned to broker.WARN 1.7976931348623157E308: VmAllocationPolicySimple: No suitable host found for Vm 1/Broker 4 in Datacenter 1INFO Infinity: DatacenterBrokerSimple4: Trying to Create Vm 1/Broker 4 in DatacenterSimple2 (due to lack of a suitable Host in previous one)INFO Infinity: VmAllocationPolicySimple: Vm 1/Broker 4 has been allocated to Host 0/DC 2INFO Infinity: DatacenterBrokerSimple4: Sending Cloudlet 1 to Vm 1/Broker 4 in Host 0/DC 2.INFO Infinity: DatacenterBrokerSimple4: All waiting Cloudlets submitted to some VM.
1.7976931348623157E308 since there is no edge between node 0 and 4 it means there is 0 bandwidth between them (this is how the simulator works) so the time to transfer a message between the 2 will be infinite.
3-An info to note in your brite file with those 2 edges there it is not possible to have spanning tree, i.e if there was an edge between 3 and 2 there would be an indirect connection between 4 and 0 and your example would have worked since the cloudsim (this existed since original cloudsim) is capable of finding indirect routes in the topology graph.
4- I repeat that your Brite never affects "default" policies unless you write some on your own that take its content in consideration.
--
If you received an answer that worked for you, please be kind and reply to let everybody knows it worked.
http://cloudsimplus.org
---
You received this message because you are subscribed to the Google Groups "CloudSim Plus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudsim-plu...@googlegroups.com.
To post to this group, send email to clouds...@googlegroups.com.
Visit this group at https://groups.google.com/group/cloudsim-plus.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudsim-plus/3fb3e5e1-a357-4c9c-b5e1-92fe271406ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.