From: Frederic Suter Date: Mon, 20 Jun 2016 12:56:58 +0000 (+0200) Subject: today is doomsday: platform.xml is sacrificed for the greater good X-Git-Tag: v3_14~935 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eba5ae1edf4ba60747de3d624ab2a34bdc2f5b84 today is doomsday: platform.xml is sacrificed for the greater good --- diff --git a/examples/java/app/bittorrent/app_bittorrent.tesh b/examples/java/app/bittorrent/app_bittorrent.tesh index 2f5d4968c1..06e28450dd 100644 --- a/examples/java/app/bittorrent/app_bittorrent.tesh +++ b/examples/java/app/bittorrent/app_bittorrent.tesh @@ -3,23 +3,22 @@ ! output sort 19 ! timeout 15 -$ java -classpath ${classpath:=.} app/bittorrent/Main ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/app/bittorrent/bittorrent.xml +$ java -classpath ${classpath:=.} app/bittorrent/Main ${srcdir:=.}/../platforms/cluster.xml ${srcdir:=.}/app/bittorrent/bittorrent.xml > [0.000000] [jmsg/INFO] Using regular java threads. -> [5000.832370] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... -> [Boivin:app.bittorrent.Peer:(2) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 2 -> [Boivin:app.bittorrent.Peer:(2) 5000.048881] [jmsg/INFO] Here is my current status: 1111111111 -> [Disney:app.bittorrent.Peer:(6) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 6 -> [Disney:app.bittorrent.Peer:(6) 5000.131405] [jmsg/INFO] Here is my current status: 1111111111 -> [Geoff:app.bittorrent.Peer:(5) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 5 -> [Geoff:app.bittorrent.Peer:(5) 5000.764583] [jmsg/INFO] Here is my current status: 1111111111 -> [Jacquelin:app.bittorrent.Tracker:(1) 0.000000] [jmsg/INFO] Tracker launched. -> [Jacquelin:app.bittorrent.Tracker:(1) 3000.000000] [jmsg/INFO] Tracker is leaving -> [Jean_Yves:app.bittorrent.Peer:(3) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 3 -> [Jean_Yves:app.bittorrent.Peer:(3) 5000.832370] [jmsg/INFO] Here is my current status: 1111111111 -> [McGee:app.bittorrent.Peer:(8) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 8 -> [McGee:app.bittorrent.Peer:(8) 5000.783574] [jmsg/INFO] Here is my current status: 1111111111 -> [TeX:app.bittorrent.Peer:(4) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 4 -> [TeX:app.bittorrent.Peer:(4) 5000.304959] [jmsg/INFO] Here is my current status: 1111111111 -> [iRMX:app.bittorrent.Peer:(7) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 7 -> [iRMX:app.bittorrent.Peer:(7) 5000.729205] [jmsg/INFO] Here is my current status: 1111111111 - +> [5000.046836] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... +> [node-0.acme.org:app.bittorrent.Tracker:(1) 0.000000] [jmsg/INFO] Tracker launched. +> [node-0.acme.org:app.bittorrent.Tracker:(1) 3000.000000] [jmsg/INFO] Tracker is leaving +> [node-1.acme.org:app.bittorrent.Peer:(2) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 2 +> [node-1.acme.org:app.bittorrent.Peer:(2) 5000.007806] [jmsg/INFO] Here is my current status: 1111111111 +> [node-2.acme.org:app.bittorrent.Peer:(3) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 3 +> [node-2.acme.org:app.bittorrent.Peer:(3) 5000.023418] [jmsg/INFO] Here is my current status: 1111111111 +> [node-3.acme.org:app.bittorrent.Peer:(4) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 4 +> [node-3.acme.org:app.bittorrent.Peer:(4) 5000.023418] [jmsg/INFO] Here is my current status: 1111111111 +> [node-4.acme.org:app.bittorrent.Peer:(5) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 5 +> [node-4.acme.org:app.bittorrent.Peer:(5) 5000.007806] [jmsg/INFO] Here is my current status: 1111111111 +> [node-5.acme.org:app.bittorrent.Peer:(6) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 6 +> [node-5.acme.org:app.bittorrent.Peer:(6) 5000.039030] [jmsg/INFO] Here is my current status: 1111111111 +> [node-6.acme.org:app.bittorrent.Peer:(7) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 7 +> [node-6.acme.org:app.bittorrent.Peer:(7) 5000.031224] [jmsg/INFO] Here is my current status: 1111111111 +> [node-7.acme.org:app.bittorrent.Peer:(8) 0.000000] [jmsg/INFO] Hi, I'm joining the network with id 8 +> [node-7.acme.org:app.bittorrent.Peer:(8) 5000.046836] [jmsg/INFO] Here is my current status: 1111111111 diff --git a/examples/java/app/bittorrent/bittorrent.xml b/examples/java/app/bittorrent/bittorrent.xml index 4e19f07ec3..e65416f3f0 100644 --- a/examples/java/app/bittorrent/bittorrent.xml +++ b/examples/java/app/bittorrent/bittorrent.xml @@ -1,37 +1,39 @@ - + + - - - - + + + + - - - + + + - - - + + + - - - + + + + - - - + + + - + - + - - - + + + diff --git a/examples/java/app/masterworker/app_masterworker.tesh b/examples/java/app/masterworker/app_masterworker.tesh index be6140e6c2..8b571e05e2 100644 --- a/examples/java/app/masterworker/app_masterworker.tesh +++ b/examples/java/app/masterworker/app_masterworker.tesh @@ -2,22 +2,21 @@ ! output sort 19 -$ java -classpath ${classpath:=.} app/masterworker/Main ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/app/masterworker/masterworker.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ java -classpath ${classpath:=.} app/masterworker/Main ${srcdir:=.}/../platforms/small_platform.xml ${srcdir:=.}/app/masterworker/masterworker.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:maestro@) Using regular java threads. > [ 0.000000] (1:app.masterworker.Master@Jacquelin) Hello! Got 7 workers and 5 tasks to process -> [ 3.043675] (2:app.masterworker.Worker@iRMX) Received "Task_0". Processing it. -> [ 4.058373] (3:app.masterworker.Worker@Bousquet) Received "Task_1". Processing it. -> [ 5.502067] (4:app.masterworker.Worker@Soucy) Received "Task_2". Processing it. -> [ 6.359383] (5:app.masterworker.Worker@Kuenning) Received "Task_3". Processing it. -> [ 7.332717] (1:app.masterworker.Master@Jacquelin) All tasks have been dispatched. Let's tell everybody the computation is over. -> [ 7.332717] (6:app.masterworker.Worker@Browne) Received "Task_4". Processing it. -> [ 10.376375] (2:app.masterworker.Worker@iRMX) Received Finalize. I'm done. See you! -> [ 11.391053] (3:app.masterworker.Worker@Bousquet) Received Finalize. I'm done. See you! -> [ 12.834740] (4:app.masterworker.Worker@Soucy) Received Finalize. I'm done. See you! -> [ 13.692048] (5:app.masterworker.Worker@Kuenning) Received Finalize. I'm done. See you! -> [ 14.665378] (6:app.masterworker.Worker@Browne) Received Finalize. I'm done. See you! -> [ 16.536717] (7:app.masterworker.Worker@Stephen) Received Finalize. I'm done. See you! -> [ 18.348671] (0:maestro@) MSG_main finished; Cleaning up the simulation... -> [ 18.348671] (1:app.masterworker.Master@Jacquelin) Goodbye now! -> [ 18.348671] (8:app.masterworker.Worker@Robert) Received Finalize. I'm done. See you! - +> [ 0.860026] (2:app.masterworker.Worker@Tremblay) Received "Task_0". Processing it. +> [ 1.752187] (3:app.masterworker.Worker@Fafard) Received "Task_1". Processing it. +> [ 1.757531] (4:app.masterworker.Worker@Bourassa) Received "Task_2". Processing it. +> [ 2.806417] (5:app.masterworker.Worker@Boivin) Received "Task_3". Processing it. +> [ 2.811761] (1:app.masterworker.Master@Jacquelin) All tasks have been dispatched. Let's tell everybody the computation is over. +> [ 2.811761] (6:app.masterworker.Worker@Ginette) Received "Task_4". Processing it. +> [ 3.671783] (2:app.masterworker.Worker@Tremblay) Received Finalize. I'm done. See you! +> [ 4.563940] (3:app.masterworker.Worker@Fafard) Received Finalize. I'm done. See you! +> [ 4.569280] (4:app.masterworker.Worker@Bourassa) Received Finalize. I'm done. See you! +> [ 5.618161] (5:app.masterworker.Worker@Boivin) Received Finalize. I'm done. See you! +> [ 5.623501] (6:app.masterworker.Worker@Ginette) Received Finalize. I'm done. See you! +> [ 5.628842] (7:app.masterworker.Worker@Jupiter) Received Finalize. I'm done. See you! +> [ 5.629037] (0:maestro@) MSG_main finished; Cleaning up the simulation... +> [ 5.629037] (1:app.masterworker.Master@Jacquelin) Goodbye now! +> [ 5.629037] (8:app.masterworker.Worker@Jacquelin) Received Finalize. I'm done. See you! diff --git a/examples/java/app/masterworker/masterworker.xml b/examples/java/app/masterworker/masterworker.xml index bff3dcd18e..15a8a8a917 100644 --- a/examples/java/app/masterworker/masterworker.xml +++ b/examples/java/app/masterworker/masterworker.xml @@ -8,11 +8,11 @@ - - - - - - - + + + + + + + diff --git a/examples/java/app/pingpong/app_pingpong.tesh b/examples/java/app/pingpong/app_pingpong.tesh index 0c704bfca0..f910881c38 100644 --- a/examples/java/app/pingpong/app_pingpong.tesh +++ b/examples/java/app/pingpong/app_pingpong.tesh @@ -2,7 +2,7 @@ ! output sort 19 -$ java -classpath ${classpath:=.} app/pingpong/Main ${srcdir:=.}/../platforms/platform.xml +$ java -classpath ${classpath:=.} app/pingpong/Main ${srcdir:=.}/../platforms/small_platform.xml > [0.000000] [jmsg/INFO] Using regular java threads. > [1.048882] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... > [Boivin:Receiver:(2) 0.000000] [jmsg/INFO] hello! diff --git a/examples/java/async/dsend/Sender.java b/examples/java/async/dsend/Sender.java index d80429af6f..03e3f7a801 100644 --- a/examples/java/async/dsend/Sender.java +++ b/examples/java/async/dsend/Sender.java @@ -36,7 +36,7 @@ public class Sender extends Process { Msg.info("All tasks have been (asynchronously) dispatched."+ " Let's sleep for 10s so that nobody gets a message from a terminated process."); - waitFor(10); + waitFor(20); Msg.info("Goodbye now!"); } diff --git a/examples/java/async/dsend/async_dsend.tesh b/examples/java/async/dsend/async_dsend.tesh index 484f90b38e..1e1cc73dfd 100644 --- a/examples/java/async/dsend/async_dsend.tesh +++ b/examples/java/async/dsend/async_dsend.tesh @@ -4,19 +4,25 @@ ! timeout 30 $ java -classpath ${classpath:=.} async/dsend/Main ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:maestro@) Using regular java threads. -> [ 0.000000] (1:Sender@Fafard) Hello! Got 4 receivers to contact -> [ 0.000000] (1:Sender@Fafard) Sending "Task_1" to "Tremblay" -> [ 0.000000] (1:Sender@Fafard) Sending "Task_2" to "Bourassa" -> [ 0.000000] (1:Sender@Fafard) Sending "Task_3" to "Jupiter" -> [ 0.000000] (1:Sender@Fafard) Sending "Task_4" to "Ginette" -> [ 0.000000] (1:Sender@Fafard) All tasks have been (asynchronously) dispatched. Let's sleep for 10s so that nobody gets a message from a terminated process. -> [ 0.000000] (2:Receiver@Tremblay) Receiving on 'Tremblay' -> [ 0.000000] (3:Receiver@Bourassa) Receiving on 'Bourassa' -> [ 0.000000] (4:Receiver@Jupiter) Receiving on 'Jupiter' -> [ 0.000000] (5:Receiver@Ginette) Receiving on 'Ginette' -> [ 1.947550] (3:Receiver@Bourassa) Received a task. I'm done. See you! -> [ 2.084248] (5:Receiver@Ginette) Received a task. I'm done. See you! -> [ 2.432373] (2:Receiver@Tremblay) Received a task. I'm done. See you! -> [ 2.690554] (4:Receiver@Jupiter) Received a task. I'm done. See you! -> [ 10.000000] (0:maestro@) MSG_main finished; Cleaning up the simulation... -> [ 10.000000] (1:Sender@Fafard) Goodbye now! +> [ 0.000000] (1:Sender@Jacquelin) Hello! Got 6 receivers to contact +> [ 0.000000] (1:Sender@Jacquelin) Sending "Task_1" to "Fafard" +> [ 0.000000] (1:Sender@Jacquelin) Sending "Task_2" to "Tremblay" +> [ 0.000000] (1:Sender@Jacquelin) Sending "Task_3" to "Bourassa" +> [ 0.000000] (1:Sender@Jacquelin) Sending "Task_4" to "Jupiter" +> [ 0.000000] (1:Sender@Jacquelin) Sending "Task_5" to "Boivin" +> [ 0.000000] (1:Sender@Jacquelin) Sending "Task_6" to "Ginette" +> [ 0.000000] (1:Sender@Jacquelin) All tasks have been (asynchronously) dispatched. Let's sleep for 10s so that nobody gets a message from a terminated process. +> [ 0.000000] (2:Receiver@Fafard) Receiving on 'Fafard' +> [ 0.000000] (3:Receiver@Tremblay) Receiving on 'Tremblay' +> [ 0.000000] (4:Receiver@Bourassa) Receiving on 'Bourassa' +> [ 0.000000] (5:Receiver@Jupiter) Receiving on 'Jupiter' +> [ 0.000000] (6:Receiver@Boivin) Receiving on 'Boivin' +> [ 0.000000] (7:Receiver@Ginette) Receiving on 'Ginette' +> [ 6.801793] (4:Receiver@Bourassa) Received a task. I'm done. See you! +> [ 6.801793] (5:Receiver@Jupiter) Received a task. I'm done. See you! +> [ 6.801793] (7:Receiver@Ginette) Received a task. I'm done. See you! +> [ 11.931226] (3:Receiver@Tremblay) Received a task. I'm done. See you! +> [ 12.364875] (2:Receiver@Fafard) Received a task. I'm done. See you! +> [ 12.575806] (6:Receiver@Boivin) Received a task. I'm done. See you! +> [ 20.000000] (0:maestro@) MSG_main finished; Cleaning up the simulation... +> [ 20.000000] (1:Sender@Jacquelin) Goodbye now! diff --git a/examples/java/cloud/masterworker/cloud_masterworker.tesh b/examples/java/cloud/masterworker/cloud_masterworker.tesh index acecc006a1..1ae841afbd 100644 --- a/examples/java/cloud/masterworker/cloud_masterworker.tesh +++ b/examples/java/cloud/masterworker/cloud_masterworker.tesh @@ -2,7 +2,7 @@ ! output sort 19 -$ java -classpath ${classpath:=.} cloud/masterworker/Main ${srcdir:=.}/../platforms/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ java -classpath ${classpath:=.} cloud/masterworker/Main ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:maestro@) Using regular java threads. > [ 0.000000] (0:maestro@) Start 2 hosts > [ 0.000000] (1:Master@Jacquelin) create VM00 @@ -14,20 +14,20 @@ $ java -classpath ${classpath:=.} cloud/masterworker/Main ${srcdir:=.}/../platfo > [ 0.000000] (1:Master@Jacquelin) Sending to WRK00 > [ 0.000000] (2:WRK00@VM00) WRK00 is listenning on MBOX:WRK00 > [ 0.000000] (3:WRK01@VM01) WRK01 is listenning on MBOX:WRK01 -> [ 0.918721] (1:Master@Jacquelin) Sending to WRK01 -> [ 0.918721] (2:WRK00@VM00) Received "Task00". Processing it. -> [ 0.918721] (2:WRK00@VM00) WRK00 executed task (Task00) -> [ 2.798398] (1:Master@Jacquelin) Suspend all VMs -> [ 2.798398] (1:Master@Jacquelin) Suspend VM00 -> [ 2.798398] (1:Master@Jacquelin) Suspend VM01 -> [ 2.798398] (1:Master@Jacquelin) Wait a while -> [ 2.798398] (3:WRK01@VM01) Received "Task01". Processing it. -> [ 4.798398] (1:Master@Jacquelin) Resume all VMs. -> [ 4.798398] (1:Master@Jacquelin) Sleep long enough for everyone to be done with previous batch of work -> [ 4.798398] (3:WRK01@VM01) WRK01 executed task (Task01) -> [1000.000000] (1:Master@Jacquelin) Migrate everyone to Fernand -> [1000.000000] (1:Master@Jacquelin) Migrate VM00fromIntelto Fernand -> [3467.577368] (1:Master@Jacquelin) Migrate VM01fromProvostto Fernand -> [5931.433875] (0:maestro@) MSG_main finished; Cleaning up the simulation... -> [5931.433875] (1:Master@Jacquelin) Let's shut down the simulation and kill everyone. -> [5931.433875] (1:Master@Jacquelin) Master done. +> [ 0.892161] (1:Master@Jacquelin) Sending to WRK01 +> [ 0.892161] (2:WRK00@VM00) Received "Task00". Processing it. +> [ 0.892161] (2:WRK00@VM00) WRK00 executed task (Task00) +> [ 1.752187] (1:Master@Jacquelin) Suspend all VMs +> [ 1.752187] (1:Master@Jacquelin) Suspend VM00 +> [ 1.752187] (1:Master@Jacquelin) Suspend VM01 +> [ 1.752187] (1:Master@Jacquelin) Wait a while +> [ 1.752187] (3:WRK01@VM01) Received "Task01". Processing it. +> [ 3.752187] (1:Master@Jacquelin) Resume all VMs. +> [ 3.752187] (1:Master@Jacquelin) Sleep long enough for everyone to be done with previous batch of work +> [ 3.752187] (3:WRK01@VM01) WRK01 executed task (Task01) +> [1000.000000] (1:Master@Jacquelin) Migrate everyone to Bourassa +> [1000.000000] (1:Master@Jacquelin) Migrate VM00fromFafardto Bourassa +> [1142.492264] (1:Master@Jacquelin) Migrate VM01fromTremblayto Bourassa +> [1257.631750] (0:maestro@) MSG_main finished; Cleaning up the simulation... +> [1257.631750] (1:Master@Jacquelin) Let's shut down the simulation and kill everyone. +> [1257.631750] (1:Master@Jacquelin) Master done. diff --git a/examples/java/dht/chord/chord.xml b/examples/java/dht/chord/chord.xml index 7ef7e66c7c..8d48c85524 100644 --- a/examples/java/dht/chord/chord.xml +++ b/examples/java/dht/chord/chord.xml @@ -1,50 +1,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/examples/java/dht/chord/dht_chord.tesh b/examples/java/dht/chord/dht_chord.tesh index 92fc55ad10..73fafbce00 100644 --- a/examples/java/dht/chord/dht_chord.tesh +++ b/examples/java/dht/chord/dht_chord.tesh @@ -2,13 +2,15 @@ ! output sort 19 -$ java -classpath ${classpath:=.} dht/chord/Main ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/dht/chord/chord.xml +$ java -classpath ${classpath:=.} dht/chord/Main ${srcdir:=.}/../platforms/cluster.xml ${srcdir:=.}/dht/chord/chord.xml > [0.000000] [jmsg/INFO] Using regular java threads. -> [652.540924] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... -> [Boivin:dht.chord.Node:(7) 0.000000] [jmsg/INFO] Joining the ring with id 8 knowing node 1 -> [Gatien:dht.chord.Node:(1) 0.000000] [jmsg/INFO] Joining the ring with id 48 knowing node 1 -> [Geoff:dht.chord.Node:(4) 0.000000] [jmsg/INFO] Joining the ring with id 32 knowing node 1 -> [Jean_Yves:dht.chord.Node:(6) 0.000000] [jmsg/INFO] Joining the ring with id 14 knowing node 1 -> [McGee:dht.chord.Node:(2) 0.000000] [jmsg/INFO] Joining the ring with id 42 knowing node 1 -> [TeX:dht.chord.Node:(5) 0.000000] [jmsg/INFO] Joining the ring with id 21 knowing node 1 -> [iRMX:dht.chord.Node:(3) 0.000000] [jmsg/INFO] Joining the ring with id 38 knowing node 1 +> [1046.787586] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... +> [node-1.acme.org:dht.chord.Node:(2) 0.000000] [jmsg/INFO] Joining the ring with id 366680 knowing node 42 +> [node-2.acme.org:dht.chord.Node:(3) 0.000000] [jmsg/INFO] Joining the ring with id 533744 knowing node 366680 +> [node-3.acme.org:dht.chord.Node:(4) 0.000000] [jmsg/INFO] Joining the ring with id 1319738 knowing node 42 +> [node-4.acme.org:dht.chord.Node:(5) 0.000000] [jmsg/INFO] Joining the ring with id 16509405 knowing node 366680 +> [node-5.acme.org:dht.chord.Node:(6) 0.000000] [jmsg/INFO] Joining the ring with id 10874876 knowing node 533744 +> [node-6.acme.org:dht.chord.Node:(7) 0.000000] [jmsg/INFO] Joining the ring with id 16728096 knowing node 1319738 +> [node-7.acme.org:dht.chord.Node:(8) 0.000000] [jmsg/INFO] Joining the ring with id 10004760 knowing node 16509405 +> [node-8.acme.org:dht.chord.Node:(9) 0.000000] [jmsg/INFO] Joining the ring with id 6518808 knowing node 42 +> [node-9.acme.org:dht.chord.Node:(10) 0.000000] [jmsg/INFO] Joining the ring with id 2015253 knowing node 1319738 diff --git a/examples/java/dht/kademlia/dht_kademlia.tesh b/examples/java/dht/kademlia/dht_kademlia.tesh index 19dc2c333b..fbe70e89b6 100644 --- a/examples/java/dht/kademlia/dht_kademlia.tesh +++ b/examples/java/dht/kademlia/dht_kademlia.tesh @@ -2,15 +2,14 @@ ! output sort 19 -$ java -classpath ${classpath:=.} dht/kademlia/Main ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/dht/kademlia/kademlia.xml +$ java -classpath ${classpath:=.} dht/kademlia/Main ${srcdir:=.}/../platforms/cluster.xml ${srcdir:=.}/dht/kademlia/kademlia.xml > [0.000000] [jmsg/INFO] Using regular java threads. > [900.000000] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... -> [Boivin:dht.kademlia.Node:(2) 0.000000] [jmsg/INFO] Hi, I'm going to join the network with the id 1! -> [Boivin:dht.kademlia.Node:(2) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. -> [Jacquelin:dht.kademlia.Node:(1) 0.000000] [jmsg/INFO] Hi, I'm going to create the network with the id 0! -> [Jacquelin:dht.kademlia.Node:(1) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. -> [Jean_Yves:dht.kademlia.Node:(3) 0.000000] [jmsg/INFO] Hi, I'm going to join the network with the id 2! -> [Jean_Yves:dht.kademlia.Node:(3) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. -> [TeX:dht.kademlia.Node:(4) 0.000000] [jmsg/INFO] Hi, I'm going to join the network with the id 4! -> [TeX:dht.kademlia.Node:(4) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. - +> [node-0.acme.org:dht.kademlia.Node:(1) 0.000000] [jmsg/INFO] Hi, I'm going to create the network with the id 0! +> [node-0.acme.org:dht.kademlia.Node:(1) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. +> [node-1.acme.org:dht.kademlia.Node:(2) 0.000000] [jmsg/INFO] Hi, I'm going to join the network with the id 1! +> [node-1.acme.org:dht.kademlia.Node:(2) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. +> [node-2.acme.org:dht.kademlia.Node:(3) 0.000000] [jmsg/INFO] Hi, I'm going to join the network with the id 2! +> [node-2.acme.org:dht.kademlia.Node:(3) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. +> [node-3.acme.org:dht.kademlia.Node:(4) 0.000000] [jmsg/INFO] Hi, I'm going to join the network with the id 4! +> [node-3.acme.org:dht.kademlia.Node:(4) 900.000000] [jmsg/INFO] 8/8 FIND_NODE have succedded. diff --git a/examples/java/dht/kademlia/kademlia.xml b/examples/java/dht/kademlia/kademlia.xml index 61a828b530..2b113e8362 100644 --- a/examples/java/dht/kademlia/kademlia.xml +++ b/examples/java/dht/kademlia/kademlia.xml @@ -1,23 +1,27 @@ - + + - + + - + + - + + - + diff --git a/examples/java/process/kill/process_kill.tesh b/examples/java/process/kill/process_kill.tesh index b0dae507cb..2b8dabaf26 100644 --- a/examples/java/process/kill/process_kill.tesh +++ b/examples/java/process/kill/process_kill.tesh @@ -2,7 +2,7 @@ ! output sort 19 -$ java -classpath ${classpath:=.} process/kill/Main ${srcdir:=.}/../platforms/platform.xml --lof=no_loc +$ java -classpath ${classpath:=.} process/kill/Main ${srcdir:=.}/../platforms/small_platform.xml --lof=no_loc > [0.000000] [jmsg/INFO] Using regular java threads. > [11.000000] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... > [Boivin:victim:(2) 0.000000] [jmsg/INFO] Hello! diff --git a/examples/java/process/migration/process_migration.tesh b/examples/java/process/migration/process_migration.tesh index 38c7228521..af87d2c9f1 100644 --- a/examples/java/process/migration/process_migration.tesh +++ b/examples/java/process/migration/process_migration.tesh @@ -2,7 +2,7 @@ ! output sort 19 -$ java -classpath ${classpath:=.} process/migration/Main ${srcdir:=.}/../platforms/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ java -classpath ${classpath:=.} process/migration/Main ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:maestro@) Using regular java threads. > [ 0.000000] (2:emigrant@Jacquelin) I'll look for a new job on another machine where the grass is greener. > [ 0.000000] (2:emigrant@Boivin) Yeah, found something to do diff --git a/examples/java/process/suspend/process_suspend.tesh b/examples/java/process/suspend/process_suspend.tesh index c1d9cc7e54..1aa5e54589 100644 --- a/examples/java/process/suspend/process_suspend.tesh +++ b/examples/java/process/suspend/process_suspend.tesh @@ -1,7 +1,7 @@ #! tesh ! output sort 19 -$ java -classpath ${classpath:=.} process/suspend/Main ${srcdir:=.}/../platforms/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ java -classpath ${classpath:=.} process/suspend/Main ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:maestro@) Using regular java threads. > [ 0.000000] (1:DreamMaster@Jacquelin) Let's create a lazy guy. > [ 0.000000] (1:DreamMaster@Jacquelin) Let's wait a little bit... diff --git a/examples/java/trace/pingpong/Main.java b/examples/java/trace/pingpong/Main.java index da7d657207..ed126d8263 100644 --- a/examples/java/trace/pingpong/Main.java +++ b/examples/java/trace/pingpong/Main.java @@ -25,9 +25,9 @@ public class Main { /* construct the platform and deploy the application */ Msg.createEnvironment(args[0]); - new Sender("Jacquelin", "Sender", new String[] {"Boivin", "Marcel"}).start(); + new Sender("Jacquelin", "Sender", new String[] {"Boivin", "Tremblay"}).start(); new Receiver ("Boivin", "Receiver", null).start(); - new Receiver ("Marcel", "Receiver", null).start(); + new Receiver ("Tremblay", "Receiver", null).start(); /* Initialize some state for the hosts */ Trace.hostStateDeclare ("PM_STATE"); diff --git a/examples/java/trace/pingpong/trace_pingpong.tesh b/examples/java/trace/pingpong/trace_pingpong.tesh index e302f26bb7..a3b011a336 100644 --- a/examples/java/trace/pingpong/trace_pingpong.tesh +++ b/examples/java/trace/pingpong/trace_pingpong.tesh @@ -2,12 +2,12 @@ ! output sort 19 -$ java -classpath ${classpath:=.} trace/pingpong/Main ${srcdir:=.}/../platforms/platform.xml --cfg=tracing:yes --cfg=tracing/filename:simulation.trace --cfg=tracing/platform:yes +$ java -classpath ${classpath:=.} trace/pingpong/Main ${srcdir:=.}/../platforms/small_platform.xml --cfg=tracing:yes --cfg=tracing/filename:simulation.trace --cfg=tracing/platform:yes > [0.000000] [jmsg/INFO] Using regular java threads. > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'simulation.trace' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to 'yes' -> [4.474401] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... +> [3.817809] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... > [Boivin:Receiver:(2) 0.000000] [jmsg/INFO] hello! > [Boivin:Receiver:(2) 0.000000] [jmsg/INFO] try to get a task > [Boivin:Receiver:(2) 1.048882] [jmsg/INFO] Got at time 1.0488818628325232 @@ -23,17 +23,17 @@ $ java -classpath ${classpath:=.} trace/pingpong/Main ${srcdir:=.}/../platforms/ > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] Communication time : 2.0977637256650463 > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] --- bw 4.7669810845021345E7 ---- > [Jacquelin:Sender:(1) 2.097764] [jmsg/INFO] sender time: 2.0977637256650463 -> [Jacquelin:Sender:(1) 4.474401] [jmsg/INFO] Got at time 4.47440072325564 -> [Jacquelin:Sender:(1) 4.474401] [jmsg/INFO] Was sent at time 2.0977637256650463 -> [Jacquelin:Sender:(1) 4.474401] [jmsg/INFO] Communication time : 2.376636997590594 -> [Jacquelin:Sender:(1) 4.474401] [jmsg/INFO] --- bw 4.2076261583648995E7 ---- -> [Jacquelin:Sender:(1) 4.474401] [jmsg/INFO] goodbye! -> [Marcel:Receiver:(3) 0.000000] [jmsg/INFO] hello! -> [Marcel:Receiver:(3) 0.000000] [jmsg/INFO] try to get a task -> [Marcel:Receiver:(3) 3.057925] [jmsg/INFO] Got at time 3.0579254576553434 -> [Marcel:Receiver:(3) 3.057925] [jmsg/INFO] Was sent at time 2.0977637256650463 -> [Marcel:Receiver:(3) 3.057925] [jmsg/INFO] Communication time : 0.9601617319902971 -> [Marcel:Receiver:(3) 3.057925] [jmsg/INFO] --- bw 1.0414912057858452E8 ---- -> [Marcel:Receiver:(3) 4.474401] [jmsg/INFO] goodbye! +> [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] Got at time 3.8178087458100927 +> [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] Was sent at time 2.0977637256650463 +> [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] Communication time : 1.7200450201450463 +> [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] --- bw 5.813801315012516E7 ---- +> [Jacquelin:Sender:(1) 3.817809] [jmsg/INFO] goodbye! +> [Tremblay:Receiver:(3) 0.000000] [jmsg/INFO] hello! +> [Tremblay:Receiver:(3) 0.000000] [jmsg/INFO] try to get a task +> [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] Got at time 2.9577862357375695 +> [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] Was sent at time 2.0977637256650463 +> [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] Communication time : 0.8600225100725232 +> [Tremblay:Receiver:(3) 2.957786] [jmsg/INFO] --- bw 1.1627602630025032E8 ---- +> [Tremblay:Receiver:(3) 3.817809] [jmsg/INFO] goodbye! $ rm -rf simulation.trace diff --git a/examples/msg/app-chainsend/app-chainsend.tesh b/examples/msg/app-chainsend/app-chainsend.tesh index b20d4176ce..e1f45f6a01 100644 --- a/examples/msg/app-chainsend/app-chainsend.tesh +++ b/examples/msg/app-chainsend/app-chainsend.tesh @@ -4,13 +4,13 @@ p Testing the chainsend MSG implementation ! timeout 60 ! output sort 19 -$ $SG_TEST_EXENV ${bindir:=.}/chainsend ${srcdir:=.}/platform.xml ${srcdir:=.}/../msg/app-chainsend/app-chainsend_d.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" -> [ 587.704210] (2:peer@Boivin) ### 587.704224 16777216 bytes (Avg 0.027225 MB/s); copy finished (simulated). -> [ 786.931829] (3:peer@Jean_Yves) ### 786.931824 16777216 bytes (Avg 0.020332 MB/s); copy finished (simulated). -> [ 788.837385] (4:peer@TeX) ### 788.837402 16777216 bytes (Avg 0.020283 MB/s); copy finished (simulated). -> [ 790.677240] (5:peer@Geoff) ### 790.677246 16777216 bytes (Avg 0.020236 MB/s); copy finished (simulated). -> [ 870.974270] (6:peer@Disney) ### 870.974243 16777216 bytes (Avg 0.018370 MB/s); copy finished (simulated). -> [ 873.276724] (7:peer@iRMX) ### 873.276733 16777216 bytes (Avg 0.018322 MB/s); copy finished (simulated). -> [ 873.752754] (9:peer@Gatien) ### 873.752747 16777216 bytes (Avg 0.018312 MB/s); copy finished (simulated). -> [ 873.752754] (8:peer@McGee) ### 873.752747 16777216 bytes (Avg 0.018312 MB/s); copy finished (simulated). -> [ 873.752754] (0:maestro@) Total simulation time: 8.737528e+02 +$ $SG_TEST_EXENV ${bindir:=.}/chainsend ${srcdir:=.}/cluster.xml ${srcdir:=.}/../msg/app-chainsend/app-chainsend_d.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" +> [ 2.214423] (2:peer@node-1.acme.org) ### 2.214423 16777216 bytes (Avg 7.225359 MB/s); copy finished (simulated). +> [ 2.222796] (3:peer@node-2.acme.org) ### 2.222796 16777216 bytes (Avg 7.198141 MB/s); copy finished (simulated). +> [ 2.231170] (4:peer@node-3.acme.org) ### 2.231170 16777216 bytes (Avg 7.171126 MB/s); copy finished (simulated). +> [ 2.239543] (5:peer@node-4.acme.org) ### 2.239543 16777216 bytes (Avg 7.144314 MB/s); copy finished (simulated). +> [ 2.247917] (6:peer@node-5.acme.org) ### 2.247917 16777216 bytes (Avg 7.117701 MB/s); copy finished (simulated). +> [ 2.256290] (7:peer@node-6.acme.org) ### 2.256290 16777216 bytes (Avg 7.091286 MB/s); copy finished (simulated). +> [ 2.264637] (0:maestro@) Total simulation time: 2.264637e+00 +> [ 2.264637] (8:peer@node-7.acme.org) ### 2.264637 16777216 bytes (Avg 7.065151 MB/s); copy finished (simulated). +> [ 2.264637] (9:peer@node-8.acme.org) ### 2.264637 16777216 bytes (Avg 7.065151 MB/s); copy finished (simulated). diff --git a/examples/msg/app-chainsend/app-chainsend_d.xml b/examples/msg/app-chainsend/app-chainsend_d.xml index c4f0ce74a6..e59faea6ce 100644 --- a/examples/msg/app-chainsend/app-chainsend_d.xml +++ b/examples/msg/app-chainsend/app-chainsend_d.xml @@ -3,18 +3,18 @@ - + - - - - - - - - + + + + + + + + diff --git a/examples/msg/cloud-capping/cloud-capping.c b/examples/msg/cloud-capping/cloud-capping.c index 91fcdbe730..bf6bff6746 100644 --- a/examples/msg/cloud-capping/cloud-capping.c +++ b/examples/msg/cloud-capping/cloud-capping.c @@ -65,9 +65,7 @@ static int worker_busy_loop_main(int argc, char *argv[]) static void test_dynamic_change(void) { - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); msg_host_t vm0 = MSG_vm_create_core(pm0, "VM0"); msg_host_t vm1 = MSG_vm_create_core(pm0, "VM1"); @@ -197,10 +195,8 @@ static void test_two_tasks(msg_host_t hostA, msg_host_t hostB) static int master_main(int argc, char *argv[]) { - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - msg_host_t pm1 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); + msg_host_t pm1 = MSG_host_by_name("Fafard"); XBT_INFO("# 1. Put a single task on a PM. "); test_one_task(pm0); @@ -313,10 +309,8 @@ int main(int argc, char *argv[]) MSG_create_environment(argv[1]); - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); + msg_host_t pm0 = MSG_host_by_name("Fafard"); launch_master(pm0); - xbt_dynar_free(&hosts_dynar); int res = MSG_main(); XBT_INFO("Bye (simulation time %g)", MSG_get_clock()); diff --git a/examples/msg/cloud-masterworker/cloud-masterworker.c b/examples/msg/cloud-masterworker/cloud-masterworker.c index ab016267fb..181b22e822 100644 --- a/examples/msg/cloud-masterworker/cloud-masterworker.c +++ b/examples/msg/cloud-masterworker/cloud-masterworker.c @@ -118,7 +118,7 @@ static int master_fun(int argc, char *argv[]) } XBT_INFO("# Sleep long enough for everyone to be done with previous batch of work"); - MSG_process_sleep(1000 - MSG_get_clock()); + MSG_process_sleep(10 - MSG_get_clock()); XBT_INFO("# Add one more process on each VM"); xbt_dynar_foreach(vms, i, vm) { @@ -179,7 +179,7 @@ int main(int argc, char *argv[]) const int nb_workers = 2; MSG_init(&argc, argv); - xbt_assert(argc >1,"Usage: %s example/msg/msg_platform.xml\n", argv[0]); + xbt_assert(argc >1,"Usage: %s example/platforms/cluster.xml\n", argv[0]); /* Load the platform file */ MSG_create_environment(argv[1]); diff --git a/examples/msg/cloud-masterworker/cloud-masterworker.tesh b/examples/msg/cloud-masterworker/cloud-masterworker.tesh index 94119926b0..58500f14a9 100644 --- a/examples/msg/cloud-masterworker/cloud-masterworker.tesh +++ b/examples/msg/cloud-masterworker/cloud-masterworker.tesh @@ -2,59 +2,59 @@ p Testing the Cloud API with a simple master/workers -$ $SG_TEST_EXENV ${bindir:=.}/cloud-masterworker$EXEEXT --log=no_loc ${srcdir:=.}/platform.xml -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] # Launch 2 VMs -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] create VM00 on PM(Intel) -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] put a process (WRK00) on VM00 +$ $SG_TEST_EXENV ${bindir:=.}/cloud-masterworker$EXEEXT --log=no_loc ${srcdir:=.}/cluster.xml +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] # Launch 2 VMs +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] create VM00 on PM(node-69.acme.org) +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] put a process (WRK00) on VM00 > [VM00:WRK00:(2) 0.000000] [msg_test/INFO] WRK00 is listening on mailbox(MBOX:WRK00) -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] create VM01 on PM(Provost) -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] put a process (WRK01) on VM01 +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] create VM01 on PM(node-97.acme.org) +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] put a process (WRK01) on VM01 > [VM01:WRK01:(3) 0.000000] [msg_test/INFO] WRK01 is listening on mailbox(MBOX:WRK01) -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] # Send a task to 2 worker process -> [Jacquelin:master:(1) 0.000000] [msg_test/INFO] Send task(Task00) to mailbox(MBOX:WRK00) -> [VM00:WRK00:(2) 23.846402] [msg_test/INFO] WRK00 received task(Task00) from mailbox(MBOX:WRK00) -> [Jacquelin:master:(1) 23.846402] [msg_test/INFO] Send task(Task01) to mailbox(MBOX:WRK01) -> [VM00:WRK00:(2) 23.919218] [msg_test/INFO] WRK00 executed task(Task00) -> [VM01:WRK01:(3) 48.653760] [msg_test/INFO] WRK01 received task(Task01) from mailbox(MBOX:WRK01) -> [Jacquelin:master:(1) 48.653760] [msg_test/INFO] # Suspend all VMs -> [Jacquelin:master:(1) 48.653760] [msg_test/INFO] suspend VM00 -> [Jacquelin:master:(1) 48.653760] [msg_test/INFO] suspend VM01 -> [Jacquelin:master:(1) 48.653760] [msg_test/INFO] # Wait a while -> [Jacquelin:master:(1) 50.653760] [msg_test/INFO] # Resume all VMs -> [Jacquelin:master:(1) 50.653760] [msg_test/INFO] # Sleep long enough for everyone to be done with previous batch of work -> [VM01:WRK01:(3) 50.726576] [msg_test/INFO] WRK01 executed task(Task01) -> [Jacquelin:master:(1) 1000.000000] [msg_test/INFO] # Add one more process on each VM -> [Jacquelin:master:(1) 1000.000000] [msg_test/INFO] put a process (WRK02) on VM00 -> [VM00:WRK02:(4) 1000.000000] [msg_test/INFO] WRK02 is listening on mailbox(MBOX:WRK02) -> [Jacquelin:master:(1) 1000.000000] [msg_test/INFO] put a process (WRK03) on VM01 -> [VM01:WRK03:(5) 1000.000000] [msg_test/INFO] WRK03 is listening on mailbox(MBOX:WRK03) -> [Jacquelin:master:(1) 1000.000000] [msg_test/INFO] # Send a task to 4 worker process -> [Jacquelin:master:(1) 1000.000000] [msg_test/INFO] Send task(Task00) to mailbox(MBOX:WRK00) -> [VM00:WRK00:(2) 1023.846402] [msg_test/INFO] WRK00 received task(Task00) from mailbox(MBOX:WRK00) -> [Jacquelin:master:(1) 1023.846402] [msg_test/INFO] Send task(Task01) to mailbox(MBOX:WRK01) -> [VM00:WRK00:(2) 1023.919218] [msg_test/INFO] WRK00 executed task(Task00) -> [VM01:WRK01:(3) 1048.653760] [msg_test/INFO] WRK01 received task(Task01) from mailbox(MBOX:WRK01) -> [Jacquelin:master:(1) 1048.653760] [msg_test/INFO] Send task(Task02) to mailbox(MBOX:WRK02) -> [VM01:WRK01:(3) 1048.726576] [msg_test/INFO] WRK01 executed task(Task01) -> [VM00:WRK02:(4) 1072.500163] [msg_test/INFO] WRK02 received task(Task02) from mailbox(MBOX:WRK02) -> [Jacquelin:master:(1) 1072.500163] [msg_test/INFO] Send task(Task03) to mailbox(MBOX:WRK03) -> [VM00:WRK02:(4) 1072.572978] [msg_test/INFO] WRK02 executed task(Task02) -> [VM01:WRK03:(5) 1097.307521] [msg_test/INFO] WRK03 received task(Task03) from mailbox(MBOX:WRK03) -> [Jacquelin:master:(1) 1097.307521] [msg_test/INFO] # Migrate all VMs to PM(Intel) -> [Intel:__pr_mig_tx:VM00(Intel-Intel):(7) 1097.307521] [msg_vm/WARNING] use the default max_downtime value 30ms -> [VM01:WRK03:(5) 1097.380336] [msg_test/INFO] WRK03 executed task(Task03) -> [Provost:__pr_mig_tx:VM01(Provost-Intel):(9) 1100.382717] [msg_vm/WARNING] use the default max_downtime value 30ms -> [Jacquelin:master:(1) 3567.161124] [msg_test/INFO] # Migrate all VMs to PM(Provost) -> [Intel:__pr_mig_tx:VM00(Intel-Provost):(11) 3567.161124] [msg_vm/WARNING] use the default max_downtime value 30ms -> [Intel:__pr_mig_tx:VM01(Intel-Provost):(13) 6034.900487] [msg_vm/WARNING] use the default max_downtime value 30ms -> [Jacquelin:master:(1) 8502.639850] [msg_test/INFO] # Shutdown the half of worker processes gracefully. The remaining half will be forcibly killed. -> [VM00:WRK00:(2) 8504.519504] [msg_test/INFO] WRK00 received task(finalize) from mailbox(MBOX:WRK00) -> [VM01:WRK01:(3) 8506.399157] [msg_test/INFO] WRK01 received task(finalize) from mailbox(MBOX:WRK01) -> [Jacquelin:master:(1) 8506.399157] [msg_test/INFO] # Wait a while before effective shutdown. -> [Jacquelin:master:(1) 8508.399157] [msg_test/INFO] # Shutdown and destroy all the VMs. The remaining worker processes will be forcibly killed. -> [Jacquelin:master:(1) 8508.399157] [msg_test/INFO] shutdown VM00 -> [Jacquelin:master:(1) 8508.399157] [msg_test/INFO] destroy VM00 -> [Jacquelin:master:(1) 8508.399157] [msg_test/INFO] shutdown VM01 -> [Jacquelin:master:(1) 8508.399157] [msg_test/INFO] destroy VM01 -> [Jacquelin:master:(1) 8508.399157] [msg_test/INFO] # Goodbye now! -> [8508.399157] [msg_test/INFO] Bye (simulation time 8508.4) +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] # Send a task to 2 worker process +> [node-77.acme.org:master:(1) 0.000000] [msg_test/INFO] Send task(Task00) to mailbox(MBOX:WRK00) +> [VM00:WRK00:(2) 0.090280] [msg_test/INFO] WRK00 received task(Task00) from mailbox(MBOX:WRK00) +> [node-77.acme.org:master:(1) 0.090280] [msg_test/INFO] Send task(Task01) to mailbox(MBOX:WRK01) +> [VM00:WRK00:(2) 0.100280] [msg_test/INFO] WRK00 executed task(Task00) +> [VM01:WRK01:(3) 0.180560] [msg_test/INFO] WRK01 received task(Task01) from mailbox(MBOX:WRK01) +> [node-77.acme.org:master:(1) 0.180560] [msg_test/INFO] # Suspend all VMs +> [node-77.acme.org:master:(1) 0.180560] [msg_test/INFO] suspend VM00 +> [node-77.acme.org:master:(1) 0.180560] [msg_test/INFO] suspend VM01 +> [node-77.acme.org:master:(1) 0.180560] [msg_test/INFO] # Wait a while +> [node-77.acme.org:master:(1) 2.180560] [msg_test/INFO] # Resume all VMs +> [node-77.acme.org:master:(1) 2.180560] [msg_test/INFO] # Sleep long enough for everyone to be done with previous batch of work +> [VM01:WRK01:(3) 2.190560] [msg_test/INFO] WRK01 executed task(Task01) +> [node-77.acme.org:master:(1) 10.000000] [msg_test/INFO] # Add one more process on each VM +> [node-77.acme.org:master:(1) 10.000000] [msg_test/INFO] put a process (WRK02) on VM00 +> [VM00:WRK02:(4) 10.000000] [msg_test/INFO] WRK02 is listening on mailbox(MBOX:WRK02) +> [node-77.acme.org:master:(1) 10.000000] [msg_test/INFO] put a process (WRK03) on VM01 +> [VM01:WRK03:(5) 10.000000] [msg_test/INFO] WRK03 is listening on mailbox(MBOX:WRK03) +> [node-77.acme.org:master:(1) 10.000000] [msg_test/INFO] # Send a task to 4 worker process +> [node-77.acme.org:master:(1) 10.000000] [msg_test/INFO] Send task(Task00) to mailbox(MBOX:WRK00) +> [VM00:WRK00:(2) 10.090280] [msg_test/INFO] WRK00 received task(Task00) from mailbox(MBOX:WRK00) +> [node-77.acme.org:master:(1) 10.090280] [msg_test/INFO] Send task(Task01) to mailbox(MBOX:WRK01) +> [VM00:WRK00:(2) 10.100280] [msg_test/INFO] WRK00 executed task(Task00) +> [VM01:WRK01:(3) 10.180560] [msg_test/INFO] WRK01 received task(Task01) from mailbox(MBOX:WRK01) +> [node-77.acme.org:master:(1) 10.180560] [msg_test/INFO] Send task(Task02) to mailbox(MBOX:WRK02) +> [VM01:WRK01:(3) 10.190560] [msg_test/INFO] WRK01 executed task(Task01) +> [VM00:WRK02:(4) 10.270841] [msg_test/INFO] WRK02 received task(Task02) from mailbox(MBOX:WRK02) +> [node-77.acme.org:master:(1) 10.270841] [msg_test/INFO] Send task(Task03) to mailbox(MBOX:WRK03) +> [VM00:WRK02:(4) 10.280841] [msg_test/INFO] WRK02 executed task(Task02) +> [VM01:WRK03:(5) 10.361121] [msg_test/INFO] WRK03 received task(Task03) from mailbox(MBOX:WRK03) +> [node-77.acme.org:master:(1) 10.361121] [msg_test/INFO] # Migrate all VMs to PM(node-69.acme.org) +> [node-69.acme.org:__pr_mig_tx:VM00(node-69.acme.org-node-69.acme.org):(7) 10.361121] [msg_vm/WARNING] use the default max_downtime value 30ms +> [VM01:WRK03:(5) 10.371121] [msg_test/INFO] WRK03 executed task(Task03) +> [node-97.acme.org:__pr_mig_tx:VM01(node-97.acme.org-node-69.acme.org):(9) 19.682922] [msg_vm/WARNING] use the default max_downtime value 30ms +> [node-77.acme.org:master:(1) 28.561942] [msg_test/INFO] # Migrate all VMs to PM(node-97.acme.org) +> [node-69.acme.org:__pr_mig_tx:VM00(node-69.acme.org-node-97.acme.org):(11) 28.561942] [msg_vm/WARNING] use the default max_downtime value 30ms +> [node-69.acme.org:__pr_mig_tx:VM01(node-69.acme.org-node-97.acme.org):(13) 37.440963] [msg_vm/WARNING] use the default max_downtime value 30ms +> [node-77.acme.org:master:(1) 46.319984] [msg_test/INFO] # Shutdown the half of worker processes gracefully. The remaining half will be forcibly killed. +> [VM00:WRK00:(2) 46.327790] [msg_test/INFO] WRK00 received task(finalize) from mailbox(MBOX:WRK00) +> [VM01:WRK01:(3) 46.335596] [msg_test/INFO] WRK01 received task(finalize) from mailbox(MBOX:WRK01) +> [node-77.acme.org:master:(1) 46.335596] [msg_test/INFO] # Wait a while before effective shutdown. +> [node-77.acme.org:master:(1) 48.335596] [msg_test/INFO] # Shutdown and destroy all the VMs. The remaining worker processes will be forcibly killed. +> [node-77.acme.org:master:(1) 48.335596] [msg_test/INFO] shutdown VM00 +> [node-77.acme.org:master:(1) 48.335596] [msg_test/INFO] destroy VM00 +> [node-77.acme.org:master:(1) 48.335596] [msg_test/INFO] shutdown VM01 +> [node-77.acme.org:master:(1) 48.335596] [msg_test/INFO] destroy VM01 +> [node-77.acme.org:master:(1) 48.335596] [msg_test/INFO] # Goodbye now! +> [48.335596] [msg_test/INFO] Bye (simulation time 48.3356) diff --git a/examples/msg/cloud-migration/cloud-migration.c b/examples/msg/cloud-migration/cloud-migration.c index ffb593e890..c9c7108728 100644 --- a/examples/msg/cloud-migration/cloud-migration.c +++ b/examples/msg/cloud-migration/cloud-migration.c @@ -52,11 +52,9 @@ static void vm_migrate_async(msg_vm_t vm, msg_host_t dst_pm) static int master_main(int argc, char *argv[]) { - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - msg_host_t pm1 = xbt_dynar_get_as(hosts_dynar, 1, msg_host_t); - msg_host_t pm2 = xbt_dynar_get_as(hosts_dynar, 2, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); + msg_host_t pm1 = MSG_host_by_name("Tremblay"); + msg_host_t pm2 = MSG_host_by_name("Bourassa"); msg_vm_t vm0, vm1; s_vm_params_t params; memset(¶ms, 0, sizeof(params)); @@ -136,9 +134,7 @@ int main(int argc, char *argv[]) /* load the platform file */ MSG_create_environment(argv[1]); - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); launch_master(pm0); int res = MSG_main(); diff --git a/examples/msg/cloud-simple/cloud-simple.c b/examples/msg/cloud-simple/cloud-simple.c index d62c24c9b4..9be4c049c7 100644 --- a/examples/msg/cloud-simple/cloud-simple.c +++ b/examples/msg/cloud-simple/cloud-simple.c @@ -109,14 +109,11 @@ static void launch_communication_worker(msg_host_t tx_host, msg_host_t rx_host) static int master_main(int argc, char *argv[]) { - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - msg_host_t pm1 = xbt_dynar_get_as(hosts_dynar, 1, msg_host_t); - msg_host_t pm2 = xbt_dynar_get_as(hosts_dynar, 2, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); + msg_host_t pm1 = MSG_host_by_name("Tremblay"); + msg_host_t pm2 = MSG_host_by_name("Bourassa"); msg_vm_t vm0, vm1; - XBT_INFO("## Test 1 (started): check computation on normal PMs"); XBT_INFO("### Put a task on a PM"); @@ -256,7 +253,6 @@ static int master_main(int argc, char *argv[]) MSG_vm_destroy(vm0); XBT_INFO("## Test 6 (ended)"); - xbt_dynar_free(&hosts_dynar); return 0; } @@ -279,14 +275,11 @@ int main(int argc, char *argv[]) xbt_assert(argc == 2); MSG_create_environment(argv[1]); - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); launch_master(pm0); int res = MSG_main(); XBT_INFO("Bye (simulation time %g)", MSG_get_clock()); - xbt_dynar_free(&hosts_dynar); return !(res == MSG_OK); } diff --git a/examples/msg/cloud-two-tasks/cloud-two-tasks.c b/examples/msg/cloud-two-tasks/cloud-two-tasks.c index dbb462e7ca..285a69a2cf 100644 --- a/examples/msg/cloud-two-tasks/cloud-two-tasks.c +++ b/examples/msg/cloud-two-tasks/cloud-two-tasks.c @@ -56,8 +56,7 @@ static void launch_computation_worker(msg_host_t host) static int master_main(int argc, char *argv[]) { xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - msg_host_t pm0 = xbt_dynar_get_as(hosts_dynar, 0, msg_host_t); - xbt_dynar_free(&hosts_dynar); + msg_host_t pm0 = MSG_host_by_name("Fafard"); msg_vm_t vm0; vm0 = MSG_vm_create_core(pm0, "VM0"); MSG_vm_start(vm0); @@ -93,13 +92,10 @@ int main(int argc, char *argv[]){ xbt_assert(argc == 2); MSG_create_environment(argv[1]); - xbt_dynar_t hosts_dynar = MSG_hosts_as_dynar(); - launch_master(xbt_dynar_get_as(hosts_dynar, 0, msg_host_t)); - xbt_dynar_free(&hosts_dynar); + launch_master(MSG_host_by_name("Fafard")); int res = MSG_main(); XBT_INFO("Bye (simulation time %g)", MSG_get_clock()); - xbt_dynar_free(&hosts_dynar); return !(res == MSG_OK); } diff --git a/examples/msg/mc/bugged1_liveness.tesh b/examples/msg/mc/bugged1_liveness.tesh index 316ef1429e..f816cd34e5 100644 --- a/examples/msg/mc/bugged1_liveness.tesh +++ b/examples/msg/mc/bugged1_liveness.tesh @@ -3,7 +3,7 @@ ! expect return 2 ! timeout 20 ! output ignore -$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/platform.xml ${srcdir:=.}/deploy_bugged1_liveness.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=contexts/stack_size:256 --cfg=model-check/property:promela_bugged1_liveness +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/small_platform.xml ${srcdir:=.}/deploy_bugged1_liveness.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=contexts/stack_size:256 --cfg=model-check/property:promela_bugged1_liveness > [ 0.000000] (0:maestro@) Check the liveness property promela_bugged1_liveness > [ 0.000000] (2:client@Boivin) Ask the request > [ 0.000000] (3:client@Fafard) Ask the request diff --git a/examples/msg/mc/bugged1_liveness_sparse.tesh b/examples/msg/mc/bugged1_liveness_sparse.tesh index e7355864ae..cdd83a9a79 100644 --- a/examples/msg/mc/bugged1_liveness_sparse.tesh +++ b/examples/msg/mc/bugged1_liveness_sparse.tesh @@ -3,7 +3,7 @@ ! expect return 2 ! timeout 20 ! output ignore -$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/platform.xml ${srcdir:=.}/deploy_bugged1_liveness.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=contexts/stack_size:256 --cfg=model-check/sparse-checkpoint:yes --cfg=model-check/property:promela_bugged1_liveness +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/small_platform.xml ${srcdir:=.}/deploy_bugged1_liveness.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=contexts/stack_size:256 --cfg=model-check/sparse-checkpoint:yes --cfg=model-check/property:promela_bugged1_liveness > [ 0.000000] (0:maestro@) Check the liveness property promela_bugged1_liveness > [ 0.000000] (2:client@Boivin) Ask the request > [ 0.000000] (3:client@Fafard) Ask the request diff --git a/examples/msg/mc/bugged1_liveness_visited.tesh b/examples/msg/mc/bugged1_liveness_visited.tesh index ae285b607a..20b4b49bc2 100644 --- a/examples/msg/mc/bugged1_liveness_visited.tesh +++ b/examples/msg/mc/bugged1_liveness_visited.tesh @@ -3,7 +3,7 @@ ! expect return 2 ! timeout 20 ! output ignore -$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/platform.xml ${srcdir:=.}/deploy_bugged1_liveness_visited.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=model-check/visited:100 --cfg=contexts/stack_size:256 --cfg=model-check/property:promela_bugged1_liveness +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/small_platform.xml ${srcdir:=.}/deploy_bugged1_liveness_visited.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=model-check/visited:100 --cfg=contexts/stack_size:256 --cfg=model-check/property:promela_bugged1_liveness > [ 0.000000] (0:maestro@) Check the liveness property promela_bugged1_liveness > [ 0.000000] (2:client@Boivin) Ask the request > [ 0.000000] (3:client@Fafard) Ask the request diff --git a/examples/msg/mc/bugged1_liveness_visited_sparse.tesh b/examples/msg/mc/bugged1_liveness_visited_sparse.tesh index a717b1ecec..01f6827cb2 100644 --- a/examples/msg/mc/bugged1_liveness_visited_sparse.tesh +++ b/examples/msg/mc/bugged1_liveness_visited_sparse.tesh @@ -3,7 +3,7 @@ ! expect return 2 ! timeout 20 ! output ignore -$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/platform.xml ${srcdir:=.}/deploy_bugged1_liveness_visited.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=model-check/visited:100 --cfg=contexts/stack_size:256 --cfg=model-check/sparse-checkpoint:yes --cfg=model-check/property:promela_bugged1_liveness +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/bugged1_liveness ${srcdir:=.}/../../platforms/small_platform.xml ${srcdir:=.}/deploy_bugged1_liveness_visited.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=contexts/factory:ucontext --cfg=model-check/visited:100 --cfg=contexts/stack_size:256 --cfg=model-check/sparse-checkpoint:yes --cfg=model-check/property:promela_bugged1_liveness > [ 0.000000] (0:maestro@) Check the liveness property promela_bugged1_liveness > [ 0.000000] (2:client@Boivin) Ask the request > [ 0.000000] (3:client@Fafard) Ask the request diff --git a/examples/msg/process-migration/process-migration.tesh b/examples/msg/process-migration/process-migration.tesh index 5f1afdf913..635f3ba59f 100644 --- a/examples/msg/process-migration/process-migration.tesh +++ b/examples/msg/process-migration/process-migration.tesh @@ -3,7 +3,7 @@ p Testing the migration feature of MSG ! output sort 19 -$ $SG_TEST_EXENV ${bindir:=.}/process-migration ${srcdir:=.}/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/process-migration ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:emigrant@Jacquelin) I'll look for a new job on another machine ('Boivin') where the grass is greener. > [ 0.000000] (1:emigrant@Boivin) Yeah, found something to do > [ 0.000000] (2:policeman@Boivin) Wait at the checkpoint. diff --git a/examples/msg/process-suspend/process-suspend.tesh b/examples/msg/process-suspend/process-suspend.tesh index 41283ec5c5..7b2ecbff87 100644 --- a/examples/msg/process-suspend/process-suspend.tesh +++ b/examples/msg/process-suspend/process-suspend.tesh @@ -3,7 +3,7 @@ p Testing the suspend/resume feature of MSG ! output sort 19 -$ $SG_TEST_EXENV ${bindir:=.}/process-suspend ${srcdir:=.}/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/process-suspend ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:dream_master@Jacquelin) Let's create a lazy guy. > [ 0.000000] (1:dream_master@Jacquelin) Let's wait a little bit... > [ 0.000000] (2:Lazy@Jacquelin) Nobody's watching me ? Let's go to sleep. diff --git a/examples/msg/synchro-semaphore/synchro-semaphore.c b/examples/msg/synchro-semaphore/synchro-semaphore.c index 9a464ba2b0..bfbae35aef 100644 --- a/examples/msg/synchro-semaphore/synchro-semaphore.c +++ b/examples/msg/synchro-semaphore/synchro-semaphore.c @@ -36,9 +36,7 @@ int main(int argc, char* argv[]) MSG_init(&argc, argv); MSG_create_environment(argv[1]); - xbt_dynar_t hosts = MSG_hosts_as_dynar(); - msg_host_t h = xbt_dynar_get_as(hosts,0,msg_host_t); - xbt_dynar_free(&hosts); + msg_host_t h = MSG_host_by_name("Fafard"); sem = MSG_sem_init(1); char** aliceTimes = xbt_new(char*, 9); diff --git a/examples/msg/trace-link-user-variables/trace-link-user-variables.tesh b/examples/msg/trace-link-user-variables/trace-link-user-variables.tesh index d9d0f5550c..130aff3705 100644 --- a/examples/msg/trace-link-user-variables/trace-link-user-variables.tesh +++ b/examples/msg/trace-link-user-variables/trace-link-user-variables.tesh @@ -121,20 +121,35 @@ $ tail -n +3 simgrid.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 3 0 LINK -> 6 0 6 3 0 "6" +> 6 0 8 3 0 "6" > 1 4 3 bandwidth "1 1 1" > 1 5 3 latency "1 1 1" -> 6 0 7 3 0 "3" -> 6 0 8 3 0 "7" -> 6 0 9 3 0 "9" -> 6 0 10 3 0 "2" -> 6 0 11 3 0 "8" -> 6 0 12 3 0 "1" -> 6 0 13 3 0 "4" -> 6 0 14 3 0 "0" -> 6 0 15 3 0 "5" -> 6 0 16 3 0 "loopback" +> 6 0 9 3 0 "3" +> 6 0 10 3 0 "7" +> 6 0 11 3 0 "9" +> 6 0 12 3 0 "2" +> 6 0 13 3 0 "8" +> 6 0 14 3 0 "1" +> 6 0 15 3 0 "4" +> 6 0 16 3 0 "0" +> 6 0 17 3 0 "5" +> 6 0 18 3 0 "145" +> 6 0 19 3 0 "10" +> 6 0 20 3 0 "11" +> 6 0 21 3 0 "16" +> 6 0 22 3 0 "17" +> 6 0 23 3 0 "44" +> 6 0 24 3 0 "47" +> 6 0 25 3 0 "54" +> 6 0 26 3 0 "56" +> 6 0 27 3 0 "59" +> 6 0 28 3 0 "78" +> 6 0 29 3 0 "79" +> 6 0 30 3 0 "80" +> 6 0 31 3 0 "loopback" > 4 6 0 3 3 0-LINK3-LINK3 > 4 7 0 1 3 0-HOST1-LINK3 > 4 8 0 3 1 0-LINK3-HOST1 @@ -143,343 +158,444 @@ $ tail -n +3 simgrid.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 4 6 41279125.000000 -> 8 0 5 6 0.000060 -> 8 0 4 7 34285625.000000 -> 8 0 5 7 0.000514 -> 8 0 4 8 11618875.000000 -> 8 0 5 8 0.000190 -> 8 0 4 9 7209750.000000 -> 8 0 5 9 0.001462 -> 8 0 4 10 118682500.000000 -> 8 0 5 10 0.000137 -> 8 0 4 11 8158000.000000 -> 8 0 5 11 0.000271 -> 8 0 4 12 34285625.000000 -> 8 0 5 12 0.000514 -> 8 0 4 13 10099625.000000 -> 8 0 5 13 0.000480 -> 8 0 4 14 41279125.000000 -> 8 0 5 14 0.000060 -> 8 0 4 15 27946250.000000 -> 8 0 5 15 0.000278 -> 8 0 4 16 498000000.000000 -> 8 0 5 16 0.000015 -> 15 0 6 0 topology 13 0 -> 16 0 6 0 topology 7 0 -> 15 0 6 0 topology 6 1 -> 16 0 6 0 topology 8 1 -> 15 0 7 0 topology 1 2 -> 16 0 7 0 topology 13 2 -> 15 0 7 0 topology 1 3 -> 16 0 7 0 topology 9 3 -> 15 0 8 0 topology 9 4 -> 16 0 8 0 topology 2 4 -> 15 0 6 0 topology 10 5 -> 16 0 6 0 topology 14 5 -> 15 0 6 0 topology 12 6 -> 16 0 6 0 topology 11 6 -> 15 0 6 0 topology 9 7 -> 16 0 6 0 topology 13 7 -> 15 0 8 0 topology 8 8 -> 16 0 8 0 topology 5 8 -> 15 0 6 0 topology 14 9 -> 16 0 6 0 topology 12 9 -> 15 0 8 0 topology 15 10 -> 16 0 8 0 topology 4 10 -> 15 0 6 0 topology 10 11 -> 16 0 6 0 topology 15 11 -> 15 0 6 0 topology 7 12 -> 16 0 6 0 topology 15 12 -> 15 0 8 0 topology 11 13 -> 16 0 8 0 topology 3 13 -> 15 0 6 0 topology 7 14 -> 16 0 6 0 topology 10 14 -> 15 0 6 0 topology 12 15 -> 16 0 6 0 topology 6 15 -> 15 0 6 0 topology 11 16 -> 16 0 6 0 topology 6 16 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 4 8 41279125.000000 +> 8 0 5 8 0.000060 +> 8 0 4 9 34285625.000000 +> 8 0 5 9 0.000514 +> 8 0 4 10 11618875.000000 +> 8 0 5 10 0.000190 +> 8 0 4 11 7209750.000000 +> 8 0 5 11 0.001462 +> 8 0 4 12 118682500.000000 +> 8 0 5 12 0.000137 +> 8 0 4 13 8158000.000000 +> 8 0 5 13 0.000271 +> 8 0 4 14 34285625.000000 +> 8 0 5 14 0.000514 +> 8 0 4 15 10099625.000000 +> 8 0 5 15 0.000480 +> 8 0 4 16 41279125.000000 +> 8 0 5 16 0.000060 +> 8 0 4 17 27946250.000000 +> 8 0 5 17 0.000278 +> 8 0 4 18 2583375.000000 +> 8 0 5 18 0.000410 +> 8 0 4 19 34285625.000000 +> 8 0 5 19 0.000514 +> 8 0 4 20 118682500.000000 +> 8 0 5 20 0.000137 +> 8 0 4 21 34285625.000000 +> 8 0 5 21 0.000514 +> 8 0 4 22 118682500.000000 +> 8 0 5 22 0.000137 +> 8 0 4 23 10314625.000000 +> 8 0 5 23 0.006933 +> 8 0 4 24 10314625.000000 +> 8 0 5 24 0.006933 +> 8 0 4 25 15376875.000000 +> 8 0 5 25 0.035083 +> 8 0 4 26 21414750.000000 +> 8 0 5 26 0.029589 +> 8 0 4 27 11845375.000000 +> 8 0 5 27 0.000371 +> 8 0 4 28 27946250.000000 +> 8 0 5 28 0.000278 +> 8 0 4 29 8427250.000000 +> 8 0 5 29 0.000156 +> 8 0 4 30 15376875.000000 +> 8 0 5 30 0.035083 +> 8 0 4 31 498000000.000000 +> 8 0 5 31 0.000015 +> 15 0 6 0 topology 19 0 +> 16 0 6 0 topology 20 0 +> 15 0 6 0 topology 15 1 +> 16 0 6 0 topology 9 1 +> 15 0 6 0 topology 27 2 +> 16 0 6 0 topology 18 2 +> 15 0 7 0 topology 5 3 +> 16 0 7 0 topology 24 3 +> 15 0 6 0 topology 8 4 +> 16 0 6 0 topology 10 4 +> 15 0 6 0 topology 21 5 +> 16 0 6 0 topology 22 5 +> 15 0 7 0 topology 1 6 +> 16 0 7 0 topology 9 6 +> 15 0 6 0 topology 23 7 +> 16 0 6 0 topology 24 7 +> 15 0 7 0 topology 1 8 +> 16 0 7 0 topology 15 8 +> 15 0 7 0 topology 1 9 +> 16 0 7 0 topology 11 9 +> 15 0 6 0 topology 26 10 +> 16 0 6 0 topology 27 10 +> 15 0 7 0 topology 5 11 +> 16 0 7 0 topology 18 11 +> 15 0 8 0 topology 11 12 +> 16 0 8 0 topology 2 12 +> 15 0 6 0 topology 28 13 +> 16 0 6 0 topology 29 13 +> 15 0 6 0 topology 12 14 +> 16 0 6 0 topology 16 14 +> 15 0 6 0 topology 9 15 +> 16 0 6 0 topology 16 15 +> 15 0 6 0 topology 14 16 +> 16 0 6 0 topology 13 16 +> 15 0 6 0 topology 29 17 +> 16 0 6 0 topology 11 17 +> 15 0 7 0 topology 3 18 +> 16 0 7 0 topology 30 18 +> 15 0 6 0 topology 11 19 +> 16 0 6 0 topology 15 19 +> 15 0 7 0 topology 2 20 +> 16 0 7 0 topology 24 20 +> 15 0 8 0 topology 18 21 +> 16 0 8 0 topology 6 21 +> 15 0 8 0 topology 10 22 +> 16 0 8 0 topology 5 22 +> 15 0 6 0 topology 8 23 +> 16 0 6 0 topology 19 23 +> 15 0 6 0 topology 12 24 +> 16 0 6 0 topology 25 24 +> 15 0 7 0 topology 4 25 +> 16 0 7 0 topology 24 25 +> 15 0 6 0 topology 16 26 +> 16 0 6 0 topology 14 26 +> 15 0 8 0 topology 17 27 +> 16 0 8 0 topology 4 27 +> 15 0 6 0 topology 12 28 +> 16 0 6 0 topology 17 28 +> 15 0 6 0 topology 9 29 +> 16 0 6 0 topology 17 29 +> 15 0 6 0 topology 21 30 +> 16 0 6 0 topology 19 30 +> 15 0 6 0 topology 22 31 +> 16 0 6 0 topology 25 31 +> 15 0 8 0 topology 24 32 +> 16 0 8 0 topology 7 32 +> 15 0 7 0 topology 3 33 +> 16 0 7 0 topology 28 33 +> 15 0 6 0 topology 25 34 +> 16 0 6 0 topology 26 34 +> 15 0 6 0 topology 8 35 +> 16 0 6 0 topology 20 35 +> 15 0 8 0 topology 13 36 +> 16 0 8 0 topology 3 36 +> 15 0 7 0 topology 2 37 +> 16 0 7 0 topology 18 37 +> 15 0 6 0 topology 9 38 +> 16 0 6 0 topology 12 38 +> 15 0 6 0 topology 14 39 +> 16 0 6 0 topology 8 39 +> 15 0 6 0 topology 20 40 +> 16 0 6 0 topology 23 40 +> 15 0 7 0 topology 4 41 +> 16 0 7 0 topology 18 41 +> 15 0 6 0 topology 13 42 +> 16 0 6 0 topology 8 42 +> 15 0 6 0 topology 11 43 +> 16 0 6 0 topology 8 43 +> 15 0 6 0 topology 16 44 +> 16 0 6 0 topology 21 44 +> 15 0 6 0 topology 30 45 +> 16 0 6 0 topology 28 45 > 1 9 3 Link_Capacity "1 1 1" > 1 10 3 Link_Utilization "0.9 0.1 0.1" -> 8 0 9 6 12.340000 -> 8 0 9 7 56.780000 -> 8 0 10 7 1.200000 -> 8 0 10 6 3.400000 -> 8 0 9 6 12.340000 -> 8 0 9 7 56.780000 -> 8 0 10 7 1.200000 -> 8 0 10 6 3.400000 -> 8 0 9 6 12.340000 -> 8 0 9 7 56.780000 -> 8 0 10 7 1.200000 -> 8 0 10 6 3.400000 -> 8 0 9 6 12.340000 -> 8 0 9 7 56.780000 -> 8 0 10 7 1.200000 -> 8 0 10 6 3.400000 -> 8 0 9 6 12.340000 -> 8 0 9 7 56.780000 -> 8 0 10 7 1.200000 -> 8 0 10 6 3.400000 -> 8 0 9 6 12.340000 -> 8 0 9 7 56.780000 -> 8 0 10 7 1.200000 -> 8 0 10 6 3.400000 -> 9 0.013107 10 7 5.600000 -> 9 0.013107 10 6 7.800000 -> 9 0.013107 10 7 5.600000 -> 9 0.013107 10 6 7.800000 -> 9 0.020388 10 7 5.600000 -> 9 0.020388 10 6 7.800000 -> 9 0.020388 10 7 5.600000 -> 9 0.020388 10 6 7.800000 -> 9 0.020622 10 7 5.600000 -> 9 0.020622 10 6 7.800000 -> 9 0.020622 10 7 5.600000 -> 9 0.020622 10 6 7.800000 -> 9 0.026214 10 7 5.600000 -> 9 0.026214 10 6 7.800000 -> 9 0.026214 10 7 5.600000 -> 9 0.026214 10 6 7.800000 -> 9 0.039321 10 7 5.600000 -> 9 0.039321 10 6 7.800000 -> 9 0.039321 10 7 5.600000 -> 9 0.039321 10 6 7.800000 -> 9 0.040777 10 7 5.600000 -> 9 0.040777 10 6 7.800000 -> 9 0.040777 10 7 5.600000 -> 9 0.040777 10 6 7.800000 -> 9 0.041244 10 7 5.600000 -> 9 0.041244 10 6 7.800000 -> 9 0.041244 10 7 5.600000 -> 9 0.041244 10 6 7.800000 -> 9 0.052427 10 7 5.600000 -> 9 0.052427 10 6 7.800000 -> 9 0.052427 10 7 5.600000 -> 9 0.052427 10 6 7.800000 -> 9 0.061165 10 7 5.600000 -> 9 0.061165 10 6 7.800000 -> 9 0.061165 10 7 5.600000 -> 9 0.061165 10 6 7.800000 -> 9 0.061866 10 7 5.600000 -> 9 0.061866 10 6 7.800000 -> 9 0.061866 10 7 5.600000 -> 9 0.061866 10 6 7.800000 -> 9 0.065534 10 7 5.600000 -> 9 0.065534 10 6 7.800000 -> 9 0.065534 10 7 5.600000 -> 9 0.065534 10 6 7.800000 -> 9 0.078641 10 7 5.600000 -> 9 0.078641 10 6 7.800000 -> 9 0.078641 10 7 5.600000 -> 9 0.078641 10 6 7.800000 -> 9 0.081554 10 7 5.600000 -> 9 0.081554 10 6 7.800000 -> 9 0.081554 10 7 5.600000 -> 9 0.081554 10 6 7.800000 -> 9 0.082488 10 7 5.600000 -> 9 0.082488 10 6 7.800000 -> 9 0.082488 10 7 5.600000 -> 9 0.082488 10 6 7.800000 -> 9 0.091748 10 7 5.600000 -> 9 0.091748 10 6 7.800000 -> 9 0.091748 10 7 5.600000 -> 9 0.091748 10 6 7.800000 -> 9 0.101942 10 7 5.600000 -> 9 0.101942 10 6 7.800000 -> 9 0.101942 10 7 5.600000 -> 9 0.101942 10 6 7.800000 -> 9 0.103110 10 7 5.600000 -> 9 0.103110 10 6 7.800000 -> 9 0.103110 10 7 5.600000 -> 9 0.103110 10 6 7.800000 -> 9 0.104855 10 7 5.600000 -> 9 0.104855 10 6 7.800000 -> 9 0.104855 10 7 5.600000 -> 9 0.104855 10 6 7.800000 -> 9 0.117962 10 7 5.600000 -> 9 0.117962 10 6 7.800000 -> 9 0.117962 10 7 5.600000 -> 9 0.117962 10 6 7.800000 -> 9 0.122330 10 7 5.600000 -> 9 0.122330 10 6 7.800000 -> 9 0.122330 10 7 5.600000 -> 9 0.122330 10 6 7.800000 -> 9 0.123732 10 7 5.600000 -> 9 0.123732 10 6 7.800000 -> 9 0.123732 10 7 5.600000 -> 9 0.123732 10 6 7.800000 -> 9 0.131068 10 7 5.600000 -> 9 0.131068 10 6 7.800000 -> 9 0.131068 10 7 5.600000 -> 9 0.131068 10 6 7.800000 -> 9 0.142719 10 7 5.600000 -> 9 0.142719 10 6 7.800000 -> 9 0.142719 10 7 5.600000 -> 9 0.142719 10 6 7.800000 -> 10 0.144175 10 7 3.400000 -> 10 0.144175 10 6 5.600000 -> 10 0.144175 10 7 3.400000 -> 10 0.144175 10 6 5.600000 -> 9 0.144354 10 7 5.600000 -> 9 0.144354 10 6 7.800000 -> 9 0.144354 10 7 5.600000 -> 9 0.144354 10 6 7.800000 -> 10 0.157282 10 7 3.400000 -> 10 0.157282 10 6 5.600000 -> 10 0.157282 10 7 3.400000 -> 10 0.157282 10 6 5.600000 -> 9 0.163107 10 7 5.600000 -> 9 0.163107 10 6 7.800000 -> 9 0.163107 10 7 5.600000 -> 9 0.163107 10 6 7.800000 -> 9 0.164976 10 7 5.600000 -> 9 0.164976 10 6 7.800000 -> 9 0.164976 10 7 5.600000 -> 9 0.164976 10 6 7.800000 -> 10 0.170389 10 7 3.400000 -> 10 0.170389 10 6 5.600000 -> 10 0.170389 10 7 3.400000 -> 10 0.170389 10 6 5.600000 -> 9 0.183496 10 7 5.600000 -> 9 0.183496 10 6 7.800000 -> 9 0.183496 10 7 5.600000 -> 9 0.183496 10 6 7.800000 -> 10 0.183496 10 7 3.400000 -> 10 0.183496 10 6 5.600000 -> 10 0.183496 10 7 3.400000 -> 10 0.183496 10 6 5.600000 -> 9 0.185598 10 7 5.600000 -> 9 0.185598 10 6 7.800000 -> 9 0.185598 10 7 5.600000 -> 9 0.185598 10 6 7.800000 -> 10 0.196602 10 7 3.400000 -> 10 0.196602 10 6 5.600000 -> 10 0.196602 10 7 3.400000 -> 10 0.196602 10 6 5.600000 -> 9 0.203884 10 7 5.600000 -> 9 0.203884 10 6 7.800000 -> 9 0.203884 10 7 5.600000 -> 9 0.203884 10 6 7.800000 -> 9 0.206220 10 7 5.600000 -> 9 0.206220 10 6 7.800000 -> 9 0.206220 10 7 5.600000 -> 9 0.206220 10 6 7.800000 -> 10 0.209709 10 7 3.400000 -> 10 0.209709 10 6 5.600000 -> 10 0.209709 10 7 3.400000 -> 10 0.209709 10 6 5.600000 -> 10 0.222816 10 7 3.400000 -> 10 0.222816 10 6 5.600000 -> 10 0.222816 10 7 3.400000 -> 10 0.222816 10 6 5.600000 -> 10 0.224272 10 7 3.400000 -> 10 0.224272 10 6 5.600000 -> 10 0.224272 10 7 3.400000 -> 10 0.224272 10 6 5.600000 -> 10 0.226842 10 7 3.400000 -> 10 0.226842 10 6 5.600000 -> 10 0.226842 10 7 3.400000 -> 10 0.226842 10 6 5.600000 -> 10 0.235923 10 7 3.400000 -> 10 0.235923 10 6 5.600000 -> 10 0.235923 10 7 3.400000 -> 10 0.235923 10 6 5.600000 -> 10 0.244661 10 7 3.400000 -> 10 0.244661 10 6 5.600000 -> 10 0.244661 10 7 3.400000 -> 10 0.244661 10 6 5.600000 -> 10 0.247463 10 7 3.400000 -> 10 0.247463 10 6 5.600000 -> 10 0.247463 10 7 3.400000 -> 10 0.247463 10 6 5.600000 -> 10 0.249030 10 7 3.400000 -> 10 0.249030 10 6 5.600000 -> 10 0.249030 10 7 3.400000 -> 10 0.249030 10 6 5.600000 -> 10 0.262137 10 7 3.400000 -> 10 0.262137 10 6 5.600000 -> 10 0.262137 10 7 3.400000 -> 10 0.262137 10 6 5.600000 -> 10 0.265049 10 7 3.400000 -> 10 0.265049 10 6 5.600000 -> 10 0.265049 10 7 3.400000 -> 10 0.265049 10 6 5.600000 -> 10 0.268085 10 7 3.400000 -> 10 0.268085 10 6 5.600000 -> 10 0.268085 10 7 3.400000 -> 10 0.268085 10 6 5.600000 -> 10 0.285438 10 7 3.400000 -> 10 0.285438 10 6 5.600000 -> 10 0.285438 10 7 3.400000 -> 10 0.285438 10 6 5.600000 -> 10 0.288707 10 7 3.400000 -> 10 0.288707 10 6 5.600000 -> 10 0.288707 10 7 3.400000 -> 10 0.288707 10 6 5.600000 -> 10 0.305826 10 7 3.400000 -> 10 0.305826 10 6 5.600000 -> 10 0.305826 10 7 3.400000 -> 10 0.305826 10 6 5.600000 -> 10 0.309329 10 7 3.400000 -> 10 0.309329 10 6 5.600000 -> 10 0.309329 10 7 3.400000 -> 10 0.309329 10 6 5.600000 -> 10 0.326214 10 7 3.400000 -> 10 0.326214 10 6 5.600000 -> 10 0.326214 10 7 3.400000 -> 10 0.326214 10 6 5.600000 -> 10 0.329951 10 7 3.400000 -> 10 0.329951 10 6 5.600000 -> 10 0.329951 10 7 3.400000 -> 10 0.329951 10 6 5.600000 -> 10 0.346603 10 7 3.400000 -> 10 0.346603 10 6 5.600000 -> 10 0.346603 10 7 3.400000 -> 10 0.346603 10 6 5.600000 -> 10 0.350573 10 7 3.400000 -> 10 0.350573 10 6 5.600000 -> 10 0.350573 10 7 3.400000 -> 10 0.350573 10 6 5.600000 -> 10 0.366991 10 7 3.400000 -> 10 0.366991 10 6 5.600000 -> 10 0.366991 10 7 3.400000 -> 10 0.366991 10 6 5.600000 -> 10 0.371195 10 7 3.400000 -> 10 0.371195 10 6 5.600000 -> 10 0.371195 10 7 3.400000 -> 10 0.371195 10 6 5.600000 -> 10 0.387380 10 7 3.400000 -> 10 0.387380 10 6 5.600000 -> 10 0.387380 10 7 3.400000 -> 10 0.387380 10 6 5.600000 -> 10 0.391817 10 7 3.400000 -> 10 0.391817 10 6 5.600000 -> 10 0.391817 10 7 3.400000 -> 10 0.391817 10 6 5.600000 -> 10 0.407768 10 7 3.400000 -> 10 0.407768 10 6 5.600000 -> 10 0.407768 10 7 3.400000 -> 10 0.407768 10 6 5.600000 -> 10 0.412439 10 7 3.400000 -> 10 0.412439 10 6 5.600000 -> 10 0.412439 10 7 3.400000 -> 10 0.412439 10 6 5.600000 +> 8 0 9 8 12.340000 +> 8 0 9 9 56.780000 +> 8 0 10 9 1.200000 +> 8 0 10 8 3.400000 +> 8 0 9 8 12.340000 +> 8 0 9 9 56.780000 +> 8 0 10 9 1.200000 +> 8 0 10 8 3.400000 +> 8 0 9 8 12.340000 +> 8 0 9 9 56.780000 +> 8 0 10 9 1.200000 +> 8 0 10 8 3.400000 +> 8 0 9 8 12.340000 +> 8 0 9 9 56.780000 +> 8 0 10 9 1.200000 +> 8 0 10 8 3.400000 +> 8 0 9 8 12.340000 +> 8 0 9 9 56.780000 +> 8 0 10 9 1.200000 +> 8 0 10 8 3.400000 +> 8 0 9 8 12.340000 +> 8 0 9 9 56.780000 +> 8 0 10 9 1.200000 +> 8 0 10 8 3.400000 +> 9 0.013107 10 9 5.600000 +> 9 0.013107 10 8 7.800000 +> 9 0.013107 10 9 5.600000 +> 9 0.013107 10 8 7.800000 +> 9 0.020388 10 9 5.600000 +> 9 0.020388 10 8 7.800000 +> 9 0.020388 10 9 5.600000 +> 9 0.020388 10 8 7.800000 +> 9 0.020622 10 9 5.600000 +> 9 0.020622 10 8 7.800000 +> 9 0.020622 10 9 5.600000 +> 9 0.020622 10 8 7.800000 +> 9 0.026214 10 9 5.600000 +> 9 0.026214 10 8 7.800000 +> 9 0.026214 10 9 5.600000 +> 9 0.026214 10 8 7.800000 +> 9 0.039321 10 9 5.600000 +> 9 0.039321 10 8 7.800000 +> 9 0.039321 10 9 5.600000 +> 9 0.039321 10 8 7.800000 +> 9 0.040777 10 9 5.600000 +> 9 0.040777 10 8 7.800000 +> 9 0.040777 10 9 5.600000 +> 9 0.040777 10 8 7.800000 +> 9 0.041244 10 9 5.600000 +> 9 0.041244 10 8 7.800000 +> 9 0.041244 10 9 5.600000 +> 9 0.041244 10 8 7.800000 +> 9 0.052427 10 9 5.600000 +> 9 0.052427 10 8 7.800000 +> 9 0.052427 10 9 5.600000 +> 9 0.052427 10 8 7.800000 +> 9 0.061165 10 9 5.600000 +> 9 0.061165 10 8 7.800000 +> 9 0.061165 10 9 5.600000 +> 9 0.061165 10 8 7.800000 +> 9 0.061866 10 9 5.600000 +> 9 0.061866 10 8 7.800000 +> 9 0.061866 10 9 5.600000 +> 9 0.061866 10 8 7.800000 +> 9 0.065534 10 9 5.600000 +> 9 0.065534 10 8 7.800000 +> 9 0.065534 10 9 5.600000 +> 9 0.065534 10 8 7.800000 +> 9 0.078641 10 9 5.600000 +> 9 0.078641 10 8 7.800000 +> 9 0.078641 10 9 5.600000 +> 9 0.078641 10 8 7.800000 +> 9 0.081554 10 9 5.600000 +> 9 0.081554 10 8 7.800000 +> 9 0.081554 10 9 5.600000 +> 9 0.081554 10 8 7.800000 +> 9 0.082488 10 9 5.600000 +> 9 0.082488 10 8 7.800000 +> 9 0.082488 10 9 5.600000 +> 9 0.082488 10 8 7.800000 +> 9 0.091748 10 9 5.600000 +> 9 0.091748 10 8 7.800000 +> 9 0.091748 10 9 5.600000 +> 9 0.091748 10 8 7.800000 +> 9 0.101942 10 9 5.600000 +> 9 0.101942 10 8 7.800000 +> 9 0.101942 10 9 5.600000 +> 9 0.101942 10 8 7.800000 +> 9 0.103110 10 9 5.600000 +> 9 0.103110 10 8 7.800000 +> 9 0.103110 10 9 5.600000 +> 9 0.103110 10 8 7.800000 +> 9 0.104855 10 9 5.600000 +> 9 0.104855 10 8 7.800000 +> 9 0.104855 10 9 5.600000 +> 9 0.104855 10 8 7.800000 +> 9 0.117962 10 9 5.600000 +> 9 0.117962 10 8 7.800000 +> 9 0.117962 10 9 5.600000 +> 9 0.117962 10 8 7.800000 +> 9 0.122330 10 9 5.600000 +> 9 0.122330 10 8 7.800000 +> 9 0.122330 10 9 5.600000 +> 9 0.122330 10 8 7.800000 +> 9 0.123732 10 9 5.600000 +> 9 0.123732 10 8 7.800000 +> 9 0.123732 10 9 5.600000 +> 9 0.123732 10 8 7.800000 +> 9 0.131068 10 9 5.600000 +> 9 0.131068 10 8 7.800000 +> 9 0.131068 10 9 5.600000 +> 9 0.131068 10 8 7.800000 +> 9 0.142719 10 9 5.600000 +> 9 0.142719 10 8 7.800000 +> 9 0.142719 10 9 5.600000 +> 9 0.142719 10 8 7.800000 +> 10 0.144175 10 9 3.400000 +> 10 0.144175 10 8 5.600000 +> 10 0.144175 10 9 3.400000 +> 10 0.144175 10 8 5.600000 +> 9 0.144354 10 9 5.600000 +> 9 0.144354 10 8 7.800000 +> 9 0.144354 10 9 5.600000 +> 9 0.144354 10 8 7.800000 +> 10 0.157282 10 9 3.400000 +> 10 0.157282 10 8 5.600000 +> 10 0.157282 10 9 3.400000 +> 10 0.157282 10 8 5.600000 +> 9 0.163107 10 9 5.600000 +> 9 0.163107 10 8 7.800000 +> 9 0.163107 10 9 5.600000 +> 9 0.163107 10 8 7.800000 +> 9 0.164976 10 9 5.600000 +> 9 0.164976 10 8 7.800000 +> 9 0.164976 10 9 5.600000 +> 9 0.164976 10 8 7.800000 +> 10 0.170389 10 9 3.400000 +> 10 0.170389 10 8 5.600000 +> 10 0.170389 10 9 3.400000 +> 10 0.170389 10 8 5.600000 +> 9 0.183496 10 9 5.600000 +> 9 0.183496 10 8 7.800000 +> 9 0.183496 10 9 5.600000 +> 9 0.183496 10 8 7.800000 +> 10 0.183496 10 9 3.400000 +> 10 0.183496 10 8 5.600000 +> 10 0.183496 10 9 3.400000 +> 10 0.183496 10 8 5.600000 +> 9 0.185598 10 9 5.600000 +> 9 0.185598 10 8 7.800000 +> 9 0.185598 10 9 5.600000 +> 9 0.185598 10 8 7.800000 +> 10 0.196602 10 9 3.400000 +> 10 0.196602 10 8 5.600000 +> 10 0.196602 10 9 3.400000 +> 10 0.196602 10 8 5.600000 +> 9 0.203884 10 9 5.600000 +> 9 0.203884 10 8 7.800000 +> 9 0.203884 10 9 5.600000 +> 9 0.203884 10 8 7.800000 +> 9 0.206220 10 9 5.600000 +> 9 0.206220 10 8 7.800000 +> 9 0.206220 10 9 5.600000 +> 9 0.206220 10 8 7.800000 +> 10 0.209709 10 9 3.400000 +> 10 0.209709 10 8 5.600000 +> 10 0.209709 10 9 3.400000 +> 10 0.209709 10 8 5.600000 +> 10 0.222816 10 9 3.400000 +> 10 0.222816 10 8 5.600000 +> 10 0.222816 10 9 3.400000 +> 10 0.222816 10 8 5.600000 +> 10 0.224272 10 9 3.400000 +> 10 0.224272 10 8 5.600000 +> 10 0.224272 10 9 3.400000 +> 10 0.224272 10 8 5.600000 +> 10 0.226842 10 9 3.400000 +> 10 0.226842 10 8 5.600000 +> 10 0.226842 10 9 3.400000 +> 10 0.226842 10 8 5.600000 +> 10 0.235923 10 9 3.400000 +> 10 0.235923 10 8 5.600000 +> 10 0.235923 10 9 3.400000 +> 10 0.235923 10 8 5.600000 +> 10 0.244661 10 9 3.400000 +> 10 0.244661 10 8 5.600000 +> 10 0.244661 10 9 3.400000 +> 10 0.244661 10 8 5.600000 +> 10 0.247463 10 9 3.400000 +> 10 0.247463 10 8 5.600000 +> 10 0.247463 10 9 3.400000 +> 10 0.247463 10 8 5.600000 +> 10 0.249030 10 9 3.400000 +> 10 0.249030 10 8 5.600000 +> 10 0.249030 10 9 3.400000 +> 10 0.249030 10 8 5.600000 +> 10 0.262137 10 9 3.400000 +> 10 0.262137 10 8 5.600000 +> 10 0.262137 10 9 3.400000 +> 10 0.262137 10 8 5.600000 +> 10 0.265049 10 9 3.400000 +> 10 0.265049 10 8 5.600000 +> 10 0.265049 10 9 3.400000 +> 10 0.265049 10 8 5.600000 +> 10 0.268085 10 9 3.400000 +> 10 0.268085 10 8 5.600000 +> 10 0.268085 10 9 3.400000 +> 10 0.268085 10 8 5.600000 +> 10 0.285438 10 9 3.400000 +> 10 0.285438 10 8 5.600000 +> 10 0.285438 10 9 3.400000 +> 10 0.285438 10 8 5.600000 +> 10 0.288707 10 9 3.400000 +> 10 0.288707 10 8 5.600000 +> 10 0.288707 10 9 3.400000 +> 10 0.288707 10 8 5.600000 +> 10 0.305826 10 9 3.400000 +> 10 0.305826 10 8 5.600000 +> 10 0.305826 10 9 3.400000 +> 10 0.305826 10 8 5.600000 +> 10 0.309329 10 9 3.400000 +> 10 0.309329 10 8 5.600000 +> 10 0.309329 10 9 3.400000 +> 10 0.309329 10 8 5.600000 +> 10 0.326214 10 9 3.400000 +> 10 0.326214 10 8 5.600000 +> 10 0.326214 10 9 3.400000 +> 10 0.326214 10 8 5.600000 +> 10 0.329951 10 9 3.400000 +> 10 0.329951 10 8 5.600000 +> 10 0.329951 10 9 3.400000 +> 10 0.329951 10 8 5.600000 +> 10 0.346603 10 9 3.400000 +> 10 0.346603 10 8 5.600000 +> 10 0.346603 10 9 3.400000 +> 10 0.346603 10 8 5.600000 +> 10 0.350573 10 9 3.400000 +> 10 0.350573 10 8 5.600000 +> 10 0.350573 10 9 3.400000 +> 10 0.350573 10 8 5.600000 +> 10 0.366991 10 9 3.400000 +> 10 0.366991 10 8 5.600000 +> 10 0.366991 10 9 3.400000 +> 10 0.366991 10 8 5.600000 +> 10 0.371195 10 9 3.400000 +> 10 0.371195 10 8 5.600000 +> 10 0.371195 10 9 3.400000 +> 10 0.371195 10 8 5.600000 +> 10 0.387380 10 9 3.400000 +> 10 0.387380 10 8 5.600000 +> 10 0.387380 10 9 3.400000 +> 10 0.387380 10 8 5.600000 +> 10 0.391817 10 9 3.400000 +> 10 0.391817 10 8 5.600000 +> 10 0.391817 10 9 3.400000 +> 10 0.391817 10 8 5.600000 +> 10 0.407768 10 9 3.400000 +> 10 0.407768 10 8 5.600000 +> 10 0.407768 10 9 3.400000 +> 10 0.407768 10 8 5.600000 +> 10 0.412439 10 9 3.400000 +> 10 0.412439 10 8 5.600000 +> 10 0.412439 10 9 3.400000 +> 10 0.412439 10 8 5.600000 +> 7 0.412439 1 6 > 7 0.412439 1 3 +> 7 0.412439 3 28 +> 7 0.412439 3 29 +> 7 0.412439 3 23 +> 7 0.412439 3 30 +> 7 0.412439 3 24 +> 7 0.412439 3 18 > 7 0.412439 1 1 +> 7 0.412439 3 19 +> 7 0.412439 3 20 +> 7 0.412439 3 21 +> 7 0.412439 3 22 +> 7 0.412439 3 25 +> 7 0.412439 3 26 +> 7 0.412439 3 31 +> 7 0.412439 3 27 > 7 0.412439 3 16 > 7 0.412439 3 14 > 7 0.412439 3 12 -> 7 0.412439 3 10 -> 7 0.412439 3 7 -> 7 0.412439 3 13 +> 7 0.412439 3 9 > 7 0.412439 3 15 -> 7 0.412439 3 6 +> 7 0.412439 3 17 > 7 0.412439 3 8 +> 7 0.412439 3 10 +> 7 0.412439 3 13 > 7 0.412439 3 11 -> 7 0.412439 3 9 > 7 0.412439 1 5 > 7 0.412439 1 2 +> 7 0.412439 1 7 > 7 0.412439 1 4 $ rm -f simgrid.trace diff --git a/examples/msg/trace-platform/trace-platform.tesh b/examples/msg/trace-platform/trace-platform.tesh index ee478a0b0f..0e9b21b6f0 100644 --- a/examples/msg/trace-platform/trace-platform.tesh +++ b/examples/msg/trace-platform/trace-platform.tesh @@ -122,20 +122,35 @@ $ tail -n +3 trace_platform.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 3 0 LINK -> 6 0 6 3 0 "6" +> 6 0 8 3 0 "6" > 1 4 3 bandwidth "1 1 1" > 1 5 3 latency "1 1 1" -> 6 0 7 3 0 "3" -> 6 0 8 3 0 "7" -> 6 0 9 3 0 "9" -> 6 0 10 3 0 "2" -> 6 0 11 3 0 "8" -> 6 0 12 3 0 "1" -> 6 0 13 3 0 "4" -> 6 0 14 3 0 "0" -> 6 0 15 3 0 "5" -> 6 0 16 3 0 "loopback" +> 6 0 9 3 0 "3" +> 6 0 10 3 0 "7" +> 6 0 11 3 0 "9" +> 6 0 12 3 0 "2" +> 6 0 13 3 0 "8" +> 6 0 14 3 0 "1" +> 6 0 15 3 0 "4" +> 6 0 16 3 0 "0" +> 6 0 17 3 0 "5" +> 6 0 18 3 0 "145" +> 6 0 19 3 0 "10" +> 6 0 20 3 0 "11" +> 6 0 21 3 0 "16" +> 6 0 22 3 0 "17" +> 6 0 23 3 0 "44" +> 6 0 24 3 0 "47" +> 6 0 25 3 0 "54" +> 6 0 26 3 0 "56" +> 6 0 27 3 0 "59" +> 6 0 28 3 0 "78" +> 6 0 29 3 0 "79" +> 6 0 30 3 0 "80" +> 6 0 31 3 0 "loopback" > 4 6 0 3 3 0-LINK3-LINK3 > 4 7 0 1 3 0-HOST1-LINK3 > 4 8 0 3 1 0-LINK3-HOST1 @@ -144,77 +159,178 @@ $ tail -n +3 trace_platform.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 4 6 41279125.000000 -> 8 0 5 6 0.000060 -> 8 0 4 7 34285625.000000 -> 8 0 5 7 0.000514 -> 8 0 4 8 11618875.000000 -> 8 0 5 8 0.000190 -> 8 0 4 9 7209750.000000 -> 8 0 5 9 0.001462 -> 8 0 4 10 118682500.000000 -> 8 0 5 10 0.000137 -> 8 0 4 11 8158000.000000 -> 8 0 5 11 0.000271 -> 8 0 4 12 34285625.000000 -> 8 0 5 12 0.000514 -> 8 0 4 13 10099625.000000 -> 8 0 5 13 0.000480 -> 8 0 4 14 41279125.000000 -> 8 0 5 14 0.000060 -> 8 0 4 15 27946250.000000 -> 8 0 5 15 0.000278 -> 8 0 4 16 498000000.000000 -> 8 0 5 16 0.000015 -> 15 0 6 0 topology 13 0 -> 16 0 6 0 topology 7 0 -> 15 0 6 0 topology 6 1 -> 16 0 6 0 topology 8 1 -> 15 0 7 0 topology 1 2 -> 16 0 7 0 topology 13 2 -> 15 0 7 0 topology 1 3 -> 16 0 7 0 topology 9 3 -> 15 0 8 0 topology 9 4 -> 16 0 8 0 topology 2 4 -> 15 0 6 0 topology 10 5 -> 16 0 6 0 topology 14 5 -> 15 0 6 0 topology 12 6 -> 16 0 6 0 topology 11 6 -> 15 0 6 0 topology 9 7 -> 16 0 6 0 topology 13 7 -> 15 0 8 0 topology 8 8 -> 16 0 8 0 topology 5 8 -> 15 0 6 0 topology 14 9 -> 16 0 6 0 topology 12 9 -> 15 0 8 0 topology 15 10 -> 16 0 8 0 topology 4 10 -> 15 0 6 0 topology 10 11 -> 16 0 6 0 topology 15 11 -> 15 0 6 0 topology 7 12 -> 16 0 6 0 topology 15 12 -> 15 0 8 0 topology 11 13 -> 16 0 8 0 topology 3 13 -> 15 0 6 0 topology 7 14 -> 16 0 6 0 topology 10 14 -> 15 0 6 0 topology 12 15 -> 16 0 6 0 topology 6 15 -> 15 0 6 0 topology 11 16 -> 16 0 6 0 topology 6 16 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 4 8 41279125.000000 +> 8 0 5 8 0.000060 +> 8 0 4 9 34285625.000000 +> 8 0 5 9 0.000514 +> 8 0 4 10 11618875.000000 +> 8 0 5 10 0.000190 +> 8 0 4 11 7209750.000000 +> 8 0 5 11 0.001462 +> 8 0 4 12 118682500.000000 +> 8 0 5 12 0.000137 +> 8 0 4 13 8158000.000000 +> 8 0 5 13 0.000271 +> 8 0 4 14 34285625.000000 +> 8 0 5 14 0.000514 +> 8 0 4 15 10099625.000000 +> 8 0 5 15 0.000480 +> 8 0 4 16 41279125.000000 +> 8 0 5 16 0.000060 +> 8 0 4 17 27946250.000000 +> 8 0 5 17 0.000278 +> 8 0 4 18 2583375.000000 +> 8 0 5 18 0.000410 +> 8 0 4 19 34285625.000000 +> 8 0 5 19 0.000514 +> 8 0 4 20 118682500.000000 +> 8 0 5 20 0.000137 +> 8 0 4 21 34285625.000000 +> 8 0 5 21 0.000514 +> 8 0 4 22 118682500.000000 +> 8 0 5 22 0.000137 +> 8 0 4 23 10314625.000000 +> 8 0 5 23 0.006933 +> 8 0 4 24 10314625.000000 +> 8 0 5 24 0.006933 +> 8 0 4 25 15376875.000000 +> 8 0 5 25 0.035083 +> 8 0 4 26 21414750.000000 +> 8 0 5 26 0.029589 +> 8 0 4 27 11845375.000000 +> 8 0 5 27 0.000371 +> 8 0 4 28 27946250.000000 +> 8 0 5 28 0.000278 +> 8 0 4 29 8427250.000000 +> 8 0 5 29 0.000156 +> 8 0 4 30 15376875.000000 +> 8 0 5 30 0.035083 +> 8 0 4 31 498000000.000000 +> 8 0 5 31 0.000015 +> 15 0 6 0 topology 19 0 +> 16 0 6 0 topology 20 0 +> 15 0 6 0 topology 15 1 +> 16 0 6 0 topology 9 1 +> 15 0 6 0 topology 27 2 +> 16 0 6 0 topology 18 2 +> 15 0 7 0 topology 5 3 +> 16 0 7 0 topology 24 3 +> 15 0 6 0 topology 8 4 +> 16 0 6 0 topology 10 4 +> 15 0 6 0 topology 21 5 +> 16 0 6 0 topology 22 5 +> 15 0 7 0 topology 1 6 +> 16 0 7 0 topology 9 6 +> 15 0 6 0 topology 23 7 +> 16 0 6 0 topology 24 7 +> 15 0 7 0 topology 1 8 +> 16 0 7 0 topology 15 8 +> 15 0 7 0 topology 1 9 +> 16 0 7 0 topology 11 9 +> 15 0 6 0 topology 26 10 +> 16 0 6 0 topology 27 10 +> 15 0 7 0 topology 5 11 +> 16 0 7 0 topology 18 11 +> 15 0 8 0 topology 11 12 +> 16 0 8 0 topology 2 12 +> 15 0 6 0 topology 28 13 +> 16 0 6 0 topology 29 13 +> 15 0 6 0 topology 12 14 +> 16 0 6 0 topology 16 14 +> 15 0 6 0 topology 9 15 +> 16 0 6 0 topology 16 15 +> 15 0 6 0 topology 14 16 +> 16 0 6 0 topology 13 16 +> 15 0 6 0 topology 29 17 +> 16 0 6 0 topology 11 17 +> 15 0 7 0 topology 3 18 +> 16 0 7 0 topology 30 18 +> 15 0 6 0 topology 11 19 +> 16 0 6 0 topology 15 19 +> 15 0 7 0 topology 2 20 +> 16 0 7 0 topology 24 20 +> 15 0 8 0 topology 18 21 +> 16 0 8 0 topology 6 21 +> 15 0 8 0 topology 10 22 +> 16 0 8 0 topology 5 22 +> 15 0 6 0 topology 8 23 +> 16 0 6 0 topology 19 23 +> 15 0 6 0 topology 12 24 +> 16 0 6 0 topology 25 24 +> 15 0 7 0 topology 4 25 +> 16 0 7 0 topology 24 25 +> 15 0 6 0 topology 16 26 +> 16 0 6 0 topology 14 26 +> 15 0 8 0 topology 17 27 +> 16 0 8 0 topology 4 27 +> 15 0 6 0 topology 12 28 +> 16 0 6 0 topology 17 28 +> 15 0 6 0 topology 9 29 +> 16 0 6 0 topology 17 29 +> 15 0 6 0 topology 21 30 +> 16 0 6 0 topology 19 30 +> 15 0 6 0 topology 22 31 +> 16 0 6 0 topology 25 31 +> 15 0 8 0 topology 24 32 +> 16 0 8 0 topology 7 32 +> 15 0 7 0 topology 3 33 +> 16 0 7 0 topology 28 33 +> 15 0 6 0 topology 25 34 +> 16 0 6 0 topology 26 34 +> 15 0 6 0 topology 8 35 +> 16 0 6 0 topology 20 35 +> 15 0 8 0 topology 13 36 +> 16 0 8 0 topology 3 36 +> 15 0 7 0 topology 2 37 +> 16 0 7 0 topology 18 37 +> 15 0 6 0 topology 9 38 +> 16 0 6 0 topology 12 38 +> 15 0 6 0 topology 14 39 +> 16 0 6 0 topology 8 39 +> 15 0 6 0 topology 20 40 +> 16 0 6 0 topology 23 40 +> 15 0 7 0 topology 4 41 +> 16 0 7 0 topology 18 41 +> 15 0 6 0 topology 13 42 +> 16 0 6 0 topology 8 42 +> 15 0 6 0 topology 11 43 +> 16 0 6 0 topology 8 43 +> 15 0 6 0 topology 16 44 +> 16 0 6 0 topology 21 44 +> 15 0 6 0 topology 30 45 +> 16 0 6 0 topology 28 45 +> 7 0 1 6 > 7 0 1 3 +> 7 0 3 28 +> 7 0 3 29 +> 7 0 3 23 +> 7 0 3 30 +> 7 0 3 24 +> 7 0 3 18 > 7 0 1 1 +> 7 0 3 19 +> 7 0 3 20 +> 7 0 3 21 +> 7 0 3 22 +> 7 0 3 25 +> 7 0 3 26 +> 7 0 3 31 +> 7 0 3 27 > 7 0 3 16 > 7 0 3 14 > 7 0 3 12 -> 7 0 3 10 -> 7 0 3 7 -> 7 0 3 13 +> 7 0 3 9 > 7 0 3 15 -> 7 0 3 6 +> 7 0 3 17 > 7 0 3 8 +> 7 0 3 10 +> 7 0 3 13 > 7 0 3 11 -> 7 0 3 9 > 7 0 1 5 > 7 0 1 2 +> 7 0 1 7 > 7 0 1 4 $ rm -f trace_platform.trace diff --git a/examples/msg/trace-process-migration/trace-process-migration.tesh b/examples/msg/trace-process-migration/trace-process-migration.tesh index 2a870846ab..fb4b0eda24 100644 --- a/examples/msg/trace-process-migration/trace-process-migration.tesh +++ b/examples/msg/trace-process-migration/trace-process-migration.tesh @@ -131,178 +131,266 @@ $ tail -n +3 procmig.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 11 0 LINK -> 6 0 6 11 0 "6" -> 6 0 7 11 0 "3" -> 6 0 8 11 0 "7" -> 6 0 9 11 0 "9" -> 6 0 10 11 0 "2" -> 6 0 11 11 0 "8" -> 6 0 12 11 0 "1" -> 6 0 13 11 0 "4" -> 6 0 14 11 0 "0" -> 6 0 15 11 0 "5" -> 6 0 16 11 0 "loopback" +> 6 0 8 11 0 "6" +> 6 0 9 11 0 "3" +> 6 0 10 11 0 "7" +> 6 0 11 11 0 "9" +> 6 0 12 11 0 "2" +> 6 0 13 11 0 "8" +> 6 0 14 11 0 "1" +> 6 0 15 11 0 "4" +> 6 0 16 11 0 "0" +> 6 0 17 11 0 "5" +> 6 0 18 11 0 "145" +> 6 0 19 11 0 "10" +> 6 0 20 11 0 "11" +> 6 0 21 11 0 "16" +> 6 0 22 11 0 "17" +> 6 0 23 11 0 "44" +> 6 0 24 11 0 "47" +> 6 0 25 11 0 "54" +> 6 0 26 11 0 "56" +> 6 0 27 11 0 "59" +> 6 0 28 11 0 "78" +> 6 0 29 11 0 "79" +> 6 0 30 11 0 "80" +> 6 0 31 11 0 "loopback" > 4 12 0 11 11 0-LINK11-LINK11 > 4 13 0 1 11 0-HOST1-LINK11 > 4 14 0 11 1 0-LINK11-HOST1 -> 15 0 12 0 topology 13 0 -> 16 0 12 0 topology 7 0 -> 15 0 12 0 topology 6 1 -> 16 0 12 0 topology 8 1 -> 15 0 13 0 topology 1 2 -> 16 0 13 0 topology 13 2 -> 15 0 13 0 topology 1 3 -> 16 0 13 0 topology 9 3 -> 15 0 14 0 topology 9 4 -> 16 0 14 0 topology 2 4 -> 15 0 12 0 topology 10 5 -> 16 0 12 0 topology 14 5 -> 15 0 12 0 topology 12 6 -> 16 0 12 0 topology 11 6 -> 15 0 12 0 topology 9 7 -> 16 0 12 0 topology 13 7 -> 15 0 14 0 topology 8 8 -> 16 0 14 0 topology 5 8 -> 15 0 12 0 topology 14 9 -> 16 0 12 0 topology 12 9 -> 15 0 14 0 topology 15 10 -> 16 0 14 0 topology 4 10 -> 15 0 12 0 topology 10 11 -> 16 0 12 0 topology 15 11 -> 15 0 12 0 topology 7 12 -> 16 0 12 0 topology 15 12 -> 15 0 14 0 topology 11 13 -> 16 0 14 0 topology 3 13 -> 15 0 12 0 topology 7 14 -> 16 0 12 0 topology 10 14 -> 15 0 12 0 topology 12 15 -> 16 0 12 0 topology 6 15 -> 15 0 12 0 topology 11 16 -> 16 0 12 0 topology 6 16 -> 6 0 17 2 3 "emigrant-1" -> 6 0 18 2 1 "policeman-2" -> 12 0 3 17 5 -> 12 0 3 18 7 -> 15 0 10 0 SR 18 p0 -> 13 2.000000 3 17 -> 12 2.000000 3 17 6 -> 13 2.025708 3 18 -> 12 2.025708 3 18 7 -> 15 2.025708 10 0 SR 18 p1 -> 13 2.025708 3 17 -> 16 2.025708 10 0 SR 17 p0 -> 15 2.025708 9 0 M 17 0 -> 7 2.025708 2 17 -> 6 2.025708 19 2 1 "emigrant-1" -> 16 2.025708 9 0 M 19 0 -> 12 2.025708 3 19 5 -> 13 4.025708 3 19 -> 12 4.025708 3 19 6 -> 13 4.025903 3 18 -> 12 4.025903 3 18 7 -> 15 4.025903 10 0 SR 18 p2 -> 13 4.025903 3 19 -> 16 4.025903 10 0 SR 19 p1 -> 15 4.025903 9 0 M 19 1 -> 7 4.025903 2 19 -> 6 4.025903 20 2 2 "emigrant-1" -> 16 4.025903 9 0 M 20 1 -> 12 4.025903 3 20 5 -> 13 6.025903 3 20 -> 12 6.025903 3 20 6 -> 13 6.044918 3 18 -> 12 6.044918 3 18 7 -> 15 6.044918 10 0 SR 18 p3 -> 13 6.044918 3 20 -> 16 6.044918 10 0 SR 20 p2 -> 15 6.044918 9 0 M 20 2 -> 7 6.044918 2 20 -> 6 6.044918 21 2 3 "emigrant-1" -> 16 6.044918 9 0 M 21 2 -> 12 6.044918 3 21 5 -> 13 8.044918 3 21 -> 12 8.044918 3 21 6 -> 13 8.070626 3 18 -> 12 8.070626 3 18 7 -> 15 8.070626 10 0 SR 18 p4 -> 13 8.070626 3 21 -> 16 8.070626 10 0 SR 21 p3 -> 15 8.070626 9 0 M 21 3 -> 7 8.070626 2 21 -> 6 8.070626 22 2 4 "emigrant-1" -> 16 8.070626 9 0 M 22 3 -> 12 8.070626 3 22 5 -> 13 10.070626 3 22 -> 12 10.070626 3 22 6 -> 13 10.087178 3 18 -> 12 10.087178 3 18 7 -> 15 10.087178 10 0 SR 18 p5 -> 13 10.087178 3 22 -> 16 10.087178 10 0 SR 22 p4 -> 15 10.087178 9 0 M 22 4 -> 7 10.087178 2 22 -> 6 10.087178 23 2 5 "emigrant-1" -> 16 10.087178 9 0 M 23 4 -> 12 10.087178 3 23 5 -> 13 12.087178 3 23 -> 12 12.087178 3 23 6 -> 13 12.112617 3 18 -> 12 12.112617 3 18 7 -> 15 12.112617 10 0 SR 18 p6 -> 13 12.112617 3 23 -> 16 12.112617 10 0 SR 23 p5 -> 15 12.112617 9 0 M 23 5 -> 7 12.112617 2 23 -> 6 12.112617 24 2 3 "emigrant-1" -> 16 12.112617 9 0 M 24 5 -> 12 12.112617 3 24 5 -> 13 14.112617 3 24 -> 12 14.112617 3 24 6 -> 13 14.138325 3 18 -> 12 14.138325 3 18 7 -> 15 14.138325 10 0 SR 18 p7 -> 13 14.138325 3 24 -> 16 14.138325 10 0 SR 24 p6 -> 15 14.138325 9 0 M 24 6 -> 7 14.138325 2 24 -> 6 14.138325 25 2 1 "emigrant-1" -> 16 14.138325 9 0 M 25 6 -> 12 14.138325 3 25 5 -> 13 16.138325 3 25 -> 12 16.138325 3 25 6 -> 13 16.138521 3 18 -> 12 16.138521 3 18 7 -> 15 16.138521 10 0 SR 18 p8 -> 13 16.138521 3 25 -> 16 16.138521 10 0 SR 25 p7 -> 15 16.138521 9 0 M 25 7 -> 7 16.138521 2 25 -> 6 16.138521 26 2 4 "emigrant-1" -> 16 16.138521 9 0 M 26 7 -> 12 16.138521 3 26 5 -> 13 18.138521 3 26 -> 12 18.138521 3 26 6 -> 13 18.155073 3 18 -> 7 18.155073 2 18 -> 13 18.155073 3 26 -> 16 18.155073 10 0 SR 26 p8 -> 7 18.155073 2 26 +> 15 0 12 0 topology 19 0 +> 16 0 12 0 topology 20 0 +> 15 0 12 0 topology 15 1 +> 16 0 12 0 topology 9 1 +> 15 0 12 0 topology 27 2 +> 16 0 12 0 topology 18 2 +> 15 0 13 0 topology 5 3 +> 16 0 13 0 topology 24 3 +> 15 0 12 0 topology 8 4 +> 16 0 12 0 topology 10 4 +> 15 0 12 0 topology 21 5 +> 16 0 12 0 topology 22 5 +> 15 0 13 0 topology 1 6 +> 16 0 13 0 topology 9 6 +> 15 0 12 0 topology 23 7 +> 16 0 12 0 topology 24 7 +> 15 0 13 0 topology 1 8 +> 16 0 13 0 topology 15 8 +> 15 0 13 0 topology 1 9 +> 16 0 13 0 topology 11 9 +> 15 0 12 0 topology 26 10 +> 16 0 12 0 topology 27 10 +> 15 0 13 0 topology 5 11 +> 16 0 13 0 topology 18 11 +> 15 0 14 0 topology 11 12 +> 16 0 14 0 topology 2 12 +> 15 0 12 0 topology 28 13 +> 16 0 12 0 topology 29 13 +> 15 0 12 0 topology 12 14 +> 16 0 12 0 topology 16 14 +> 15 0 12 0 topology 9 15 +> 16 0 12 0 topology 16 15 +> 15 0 12 0 topology 14 16 +> 16 0 12 0 topology 13 16 +> 15 0 12 0 topology 29 17 +> 16 0 12 0 topology 11 17 +> 15 0 13 0 topology 3 18 +> 16 0 13 0 topology 30 18 +> 15 0 12 0 topology 11 19 +> 16 0 12 0 topology 15 19 +> 15 0 13 0 topology 2 20 +> 16 0 13 0 topology 24 20 +> 15 0 14 0 topology 18 21 +> 16 0 14 0 topology 6 21 +> 15 0 14 0 topology 10 22 +> 16 0 14 0 topology 5 22 +> 15 0 12 0 topology 8 23 +> 16 0 12 0 topology 19 23 +> 15 0 12 0 topology 12 24 +> 16 0 12 0 topology 25 24 +> 15 0 13 0 topology 4 25 +> 16 0 13 0 topology 24 25 +> 15 0 12 0 topology 16 26 +> 16 0 12 0 topology 14 26 +> 15 0 14 0 topology 17 27 +> 16 0 14 0 topology 4 27 +> 15 0 12 0 topology 12 28 +> 16 0 12 0 topology 17 28 +> 15 0 12 0 topology 9 29 +> 16 0 12 0 topology 17 29 +> 15 0 12 0 topology 21 30 +> 16 0 12 0 topology 19 30 +> 15 0 12 0 topology 22 31 +> 16 0 12 0 topology 25 31 +> 15 0 14 0 topology 24 32 +> 16 0 14 0 topology 7 32 +> 15 0 13 0 topology 3 33 +> 16 0 13 0 topology 28 33 +> 15 0 12 0 topology 25 34 +> 16 0 12 0 topology 26 34 +> 15 0 12 0 topology 8 35 +> 16 0 12 0 topology 20 35 +> 15 0 14 0 topology 13 36 +> 16 0 14 0 topology 3 36 +> 15 0 13 0 topology 2 37 +> 16 0 13 0 topology 18 37 +> 15 0 12 0 topology 9 38 +> 16 0 12 0 topology 12 38 +> 15 0 12 0 topology 14 39 +> 16 0 12 0 topology 8 39 +> 15 0 12 0 topology 20 40 +> 16 0 12 0 topology 23 40 +> 15 0 13 0 topology 4 41 +> 16 0 13 0 topology 18 41 +> 15 0 12 0 topology 13 42 +> 16 0 12 0 topology 8 42 +> 15 0 12 0 topology 11 43 +> 16 0 12 0 topology 8 43 +> 15 0 12 0 topology 16 44 +> 16 0 12 0 topology 21 44 +> 15 0 12 0 topology 30 45 +> 16 0 12 0 topology 28 45 +> 6 0 32 2 3 "emigrant-1" +> 6 0 33 2 1 "policeman-2" +> 12 0 3 32 5 +> 12 0 3 33 7 +> 15 0 10 0 SR 33 p0 +> 13 2.000000 3 32 +> 12 2.000000 3 32 6 +> 13 2.025708 3 33 +> 12 2.025708 3 33 7 +> 15 2.025708 10 0 SR 33 p1 +> 13 2.025708 3 32 +> 16 2.025708 10 0 SR 32 p0 +> 15 2.025708 9 0 M 32 0 +> 7 2.025708 2 32 +> 6 2.025708 34 2 1 "emigrant-1" +> 16 2.025708 9 0 M 34 0 +> 12 2.025708 3 34 5 +> 13 4.025708 3 34 +> 12 4.025708 3 34 6 +> 13 4.025903 3 33 +> 12 4.025903 3 33 7 +> 15 4.025903 10 0 SR 33 p2 +> 13 4.025903 3 34 +> 16 4.025903 10 0 SR 34 p1 +> 15 4.025903 9 0 M 34 1 +> 7 4.025903 2 34 +> 6 4.025903 35 2 2 "emigrant-1" +> 16 4.025903 9 0 M 35 1 +> 12 4.025903 3 35 5 +> 13 6.025903 3 35 +> 12 6.025903 3 35 6 +> 13 6.044918 3 33 +> 12 6.044918 3 33 7 +> 15 6.044918 10 0 SR 33 p3 +> 13 6.044918 3 35 +> 16 6.044918 10 0 SR 35 p2 +> 15 6.044918 9 0 M 35 2 +> 7 6.044918 2 35 +> 6 6.044918 36 2 3 "emigrant-1" +> 16 6.044918 9 0 M 36 2 +> 12 6.044918 3 36 5 +> 13 8.044918 3 36 +> 12 8.044918 3 36 6 +> 13 8.070626 3 33 +> 12 8.070626 3 33 7 +> 15 8.070626 10 0 SR 33 p4 +> 13 8.070626 3 36 +> 16 8.070626 10 0 SR 36 p3 +> 15 8.070626 9 0 M 36 3 +> 7 8.070626 2 36 +> 6 8.070626 37 2 4 "emigrant-1" +> 16 8.070626 9 0 M 37 3 +> 12 8.070626 3 37 5 +> 13 10.070626 3 37 +> 12 10.070626 3 37 6 +> 13 10.087178 3 33 +> 12 10.087178 3 33 7 +> 15 10.087178 10 0 SR 33 p5 +> 13 10.087178 3 37 +> 16 10.087178 10 0 SR 37 p4 +> 15 10.087178 9 0 M 37 4 +> 7 10.087178 2 37 +> 6 10.087178 38 2 5 "emigrant-1" +> 16 10.087178 9 0 M 38 4 +> 12 10.087178 3 38 5 +> 13 12.087178 3 38 +> 12 12.087178 3 38 6 +> 13 12.112617 3 33 +> 12 12.112617 3 33 7 +> 15 12.112617 10 0 SR 33 p6 +> 13 12.112617 3 38 +> 16 12.112617 10 0 SR 38 p5 +> 15 12.112617 9 0 M 38 5 +> 7 12.112617 2 38 +> 6 12.112617 39 2 3 "emigrant-1" +> 16 12.112617 9 0 M 39 5 +> 12 12.112617 3 39 5 +> 13 14.112617 3 39 +> 12 14.112617 3 39 6 +> 13 14.138325 3 33 +> 12 14.138325 3 33 7 +> 15 14.138325 10 0 SR 33 p7 +> 13 14.138325 3 39 +> 16 14.138325 10 0 SR 39 p6 +> 15 14.138325 9 0 M 39 6 +> 7 14.138325 2 39 +> 6 14.138325 40 2 1 "emigrant-1" +> 16 14.138325 9 0 M 40 6 +> 12 14.138325 3 40 5 +> 13 16.138325 3 40 +> 12 16.138325 3 40 6 +> 13 16.138521 3 33 +> 12 16.138521 3 33 7 +> 15 16.138521 10 0 SR 33 p8 +> 13 16.138521 3 40 +> 16 16.138521 10 0 SR 40 p7 +> 15 16.138521 9 0 M 40 7 +> 7 16.138521 2 40 +> 6 16.138521 41 2 4 "emigrant-1" +> 16 16.138521 9 0 M 41 7 +> 12 16.138521 3 41 5 +> 13 18.138521 3 41 +> 12 18.138521 3 41 6 +> 13 18.155073 3 33 +> 7 18.155073 2 33 +> 13 18.155073 3 41 +> 16 18.155073 10 0 SR 41 p8 +> 7 18.155073 2 41 +> 7 18.155073 1 6 > 7 18.155073 1 3 +> 7 18.155073 11 28 +> 7 18.155073 11 29 +> 7 18.155073 11 23 +> 7 18.155073 11 30 +> 7 18.155073 11 24 +> 7 18.155073 11 18 > 7 18.155073 1 1 +> 7 18.155073 11 19 +> 7 18.155073 11 20 +> 7 18.155073 11 21 +> 7 18.155073 11 22 +> 7 18.155073 11 25 +> 7 18.155073 11 26 +> 7 18.155073 11 31 +> 7 18.155073 11 27 > 7 18.155073 11 16 > 7 18.155073 11 14 > 7 18.155073 11 12 -> 7 18.155073 11 10 -> 7 18.155073 11 7 -> 7 18.155073 11 13 +> 7 18.155073 11 9 > 7 18.155073 11 15 -> 7 18.155073 11 6 +> 7 18.155073 11 17 > 7 18.155073 11 8 +> 7 18.155073 11 10 +> 7 18.155073 11 13 > 7 18.155073 11 11 -> 7 18.155073 11 9 > 7 18.155073 1 5 > 7 18.155073 1 2 +> 7 18.155073 1 7 > 7 18.155073 1 4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/categorized:yes --cfg=tracing/uncategorized:yes --cfg=tracing/buffer:yes --cfg=tracing/filename:procmig.trace --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml @@ -439,21 +527,36 @@ $ tail -n +3 procmig.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 13 0 LINK -> 6 0 6 13 0 "6" +> 6 0 8 13 0 "6" > 1 14 13 bandwidth "1 1 1" > 1 15 13 latency "1 1 1" > 1 16 13 bandwidth_used "0.5 0.5 0.5" -> 6 0 7 13 0 "3" -> 6 0 8 13 0 "7" -> 6 0 9 13 0 "9" -> 6 0 10 13 0 "2" -> 6 0 11 13 0 "8" -> 6 0 12 13 0 "1" -> 6 0 13 13 0 "4" -> 6 0 14 13 0 "0" -> 6 0 15 13 0 "5" -> 6 0 16 13 0 "loopback" +> 6 0 9 13 0 "3" +> 6 0 10 13 0 "7" +> 6 0 11 13 0 "9" +> 6 0 12 13 0 "2" +> 6 0 13 13 0 "8" +> 6 0 14 13 0 "1" +> 6 0 15 13 0 "4" +> 6 0 16 13 0 "0" +> 6 0 17 13 0 "5" +> 6 0 18 13 0 "145" +> 6 0 19 13 0 "10" +> 6 0 20 13 0 "11" +> 6 0 21 13 0 "16" +> 6 0 22 13 0 "17" +> 6 0 23 13 0 "44" +> 6 0 24 13 0 "47" +> 6 0 25 13 0 "54" +> 6 0 26 13 0 "56" +> 6 0 27 13 0 "59" +> 6 0 28 13 0 "78" +> 6 0 29 13 0 "79" +> 6 0 30 13 0 "80" +> 6 0 31 13 0 "loopback" > 4 17 0 13 13 0-LINK13-LINK13 > 4 18 0 1 13 0-HOST1-LINK13 > 4 19 0 13 1 0-LINK13-HOST1 @@ -462,334 +565,435 @@ $ tail -n +3 procmig.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 14 6 41279125.000000 -> 8 0 15 6 0.000060 -> 8 0 14 7 34285625.000000 -> 8 0 15 7 0.000514 -> 8 0 14 8 11618875.000000 -> 8 0 15 8 0.000190 -> 8 0 14 9 7209750.000000 -> 8 0 15 9 0.001462 -> 8 0 14 10 118682500.000000 -> 8 0 15 10 0.000137 -> 8 0 14 11 8158000.000000 -> 8 0 15 11 0.000271 -> 8 0 14 12 34285625.000000 -> 8 0 15 12 0.000514 -> 8 0 14 13 10099625.000000 -> 8 0 15 13 0.000480 -> 8 0 14 14 41279125.000000 -> 8 0 15 14 0.000060 -> 8 0 14 15 27946250.000000 -> 8 0 15 15 0.000278 -> 8 0 14 16 498000000.000000 -> 8 0 15 16 0.000015 -> 15 0 17 0 topology 13 0 -> 16 0 17 0 topology 7 0 -> 15 0 17 0 topology 6 1 -> 16 0 17 0 topology 8 1 -> 15 0 18 0 topology 1 2 -> 16 0 18 0 topology 13 2 -> 15 0 18 0 topology 1 3 -> 16 0 18 0 topology 9 3 -> 15 0 19 0 topology 9 4 -> 16 0 19 0 topology 2 4 -> 15 0 17 0 topology 10 5 -> 16 0 17 0 topology 14 5 -> 15 0 17 0 topology 12 6 -> 16 0 17 0 topology 11 6 -> 15 0 17 0 topology 9 7 -> 16 0 17 0 topology 13 7 -> 15 0 19 0 topology 8 8 -> 16 0 19 0 topology 5 8 -> 15 0 17 0 topology 14 9 -> 16 0 17 0 topology 12 9 -> 15 0 19 0 topology 15 10 -> 16 0 19 0 topology 4 10 -> 15 0 17 0 topology 10 11 -> 16 0 17 0 topology 15 11 -> 15 0 17 0 topology 7 12 -> 16 0 17 0 topology 15 12 -> 15 0 19 0 topology 11 13 -> 16 0 19 0 topology 3 13 -> 15 0 17 0 topology 7 14 -> 16 0 17 0 topology 10 14 -> 15 0 17 0 topology 12 15 -> 16 0 17 0 topology 6 15 -> 15 0 17 0 topology 11 16 -> 16 0 17 0 topology 6 16 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 14 8 41279125.000000 +> 8 0 15 8 0.000060 +> 8 0 14 9 34285625.000000 +> 8 0 15 9 0.000514 +> 8 0 14 10 11618875.000000 +> 8 0 15 10 0.000190 +> 8 0 14 11 7209750.000000 +> 8 0 15 11 0.001462 +> 8 0 14 12 118682500.000000 +> 8 0 15 12 0.000137 +> 8 0 14 13 8158000.000000 +> 8 0 15 13 0.000271 +> 8 0 14 14 34285625.000000 +> 8 0 15 14 0.000514 +> 8 0 14 15 10099625.000000 +> 8 0 15 15 0.000480 +> 8 0 14 16 41279125.000000 +> 8 0 15 16 0.000060 +> 8 0 14 17 27946250.000000 +> 8 0 15 17 0.000278 +> 8 0 14 18 2583375.000000 +> 8 0 15 18 0.000410 +> 8 0 14 19 34285625.000000 +> 8 0 15 19 0.000514 +> 8 0 14 20 118682500.000000 +> 8 0 15 20 0.000137 +> 8 0 14 21 34285625.000000 +> 8 0 15 21 0.000514 +> 8 0 14 22 118682500.000000 +> 8 0 15 22 0.000137 +> 8 0 14 23 10314625.000000 +> 8 0 15 23 0.006933 +> 8 0 14 24 10314625.000000 +> 8 0 15 24 0.006933 +> 8 0 14 25 15376875.000000 +> 8 0 15 25 0.035083 +> 8 0 14 26 21414750.000000 +> 8 0 15 26 0.029589 +> 8 0 14 27 11845375.000000 +> 8 0 15 27 0.000371 +> 8 0 14 28 27946250.000000 +> 8 0 15 28 0.000278 +> 8 0 14 29 8427250.000000 +> 8 0 15 29 0.000156 +> 8 0 14 30 15376875.000000 +> 8 0 15 30 0.035083 +> 8 0 14 31 498000000.000000 +> 8 0 15 31 0.000015 +> 15 0 17 0 topology 19 0 +> 16 0 17 0 topology 20 0 +> 15 0 17 0 topology 15 1 +> 16 0 17 0 topology 9 1 +> 15 0 17 0 topology 27 2 +> 16 0 17 0 topology 18 2 +> 15 0 18 0 topology 5 3 +> 16 0 18 0 topology 24 3 +> 15 0 17 0 topology 8 4 +> 16 0 17 0 topology 10 4 +> 15 0 17 0 topology 21 5 +> 16 0 17 0 topology 22 5 +> 15 0 18 0 topology 1 6 +> 16 0 18 0 topology 9 6 +> 15 0 17 0 topology 23 7 +> 16 0 17 0 topology 24 7 +> 15 0 18 0 topology 1 8 +> 16 0 18 0 topology 15 8 +> 15 0 18 0 topology 1 9 +> 16 0 18 0 topology 11 9 +> 15 0 17 0 topology 26 10 +> 16 0 17 0 topology 27 10 +> 15 0 18 0 topology 5 11 +> 16 0 18 0 topology 18 11 +> 15 0 19 0 topology 11 12 +> 16 0 19 0 topology 2 12 +> 15 0 17 0 topology 28 13 +> 16 0 17 0 topology 29 13 +> 15 0 17 0 topology 12 14 +> 16 0 17 0 topology 16 14 +> 15 0 17 0 topology 9 15 +> 16 0 17 0 topology 16 15 +> 15 0 17 0 topology 14 16 +> 16 0 17 0 topology 13 16 +> 15 0 17 0 topology 29 17 +> 16 0 17 0 topology 11 17 +> 15 0 18 0 topology 3 18 +> 16 0 18 0 topology 30 18 +> 15 0 17 0 topology 11 19 +> 16 0 17 0 topology 15 19 +> 15 0 18 0 topology 2 20 +> 16 0 18 0 topology 24 20 +> 15 0 19 0 topology 18 21 +> 16 0 19 0 topology 6 21 +> 15 0 19 0 topology 10 22 +> 16 0 19 0 topology 5 22 +> 15 0 17 0 topology 8 23 +> 16 0 17 0 topology 19 23 +> 15 0 17 0 topology 12 24 +> 16 0 17 0 topology 25 24 +> 15 0 18 0 topology 4 25 +> 16 0 18 0 topology 24 25 +> 15 0 17 0 topology 16 26 +> 16 0 17 0 topology 14 26 +> 15 0 19 0 topology 17 27 +> 16 0 19 0 topology 4 27 +> 15 0 17 0 topology 12 28 +> 16 0 17 0 topology 17 28 +> 15 0 17 0 topology 9 29 +> 16 0 17 0 topology 17 29 +> 15 0 17 0 topology 21 30 +> 16 0 17 0 topology 19 30 +> 15 0 17 0 topology 22 31 +> 16 0 17 0 topology 25 31 +> 15 0 19 0 topology 24 32 +> 16 0 19 0 topology 7 32 +> 15 0 18 0 topology 3 33 +> 16 0 18 0 topology 28 33 +> 15 0 17 0 topology 25 34 +> 16 0 17 0 topology 26 34 +> 15 0 17 0 topology 8 35 +> 16 0 17 0 topology 20 35 +> 15 0 19 0 topology 13 36 +> 16 0 19 0 topology 3 36 +> 15 0 18 0 topology 2 37 +> 16 0 18 0 topology 18 37 +> 15 0 17 0 topology 9 38 +> 16 0 17 0 topology 12 38 +> 15 0 17 0 topology 14 39 +> 16 0 17 0 topology 8 39 +> 15 0 17 0 topology 20 40 +> 16 0 17 0 topology 23 40 +> 15 0 18 0 topology 4 41 +> 16 0 18 0 topology 18 41 +> 15 0 17 0 topology 13 42 +> 16 0 17 0 topology 8 42 +> 15 0 17 0 topology 11 43 +> 16 0 17 0 topology 8 43 +> 15 0 17 0 topology 16 44 +> 16 0 17 0 topology 21 44 +> 15 0 17 0 topology 30 45 +> 16 0 17 0 topology 28 45 > 1 20 13 bmigration_order "0.800026 0.545312 0.857926" > 1 21 1 pmigration_order "0.800026 0.545312 0.857926" -> 6 0 17 4 3 "emigrant-1" -> 6 0 18 4 1 "policeman-2" -> 12 0 5 17 7 -> 12 0 5 18 9 -> 15 0 12 0 SR 18 p0 -> 13 2.000000 5 17 -> 12 2.000000 5 17 8 -> 8 2.025708 16 13 0.000000 -> 9 2.025708 16 13 7536438.095238 -> 10 2.025708 16 13 7536438.095238 -> 8 2.025708 16 7 0.000000 -> 9 2.025708 16 7 7536438.095238 -> 10 2.025708 16 7 7536438.095238 -> 8 2.025708 16 10 0.000000 -> 9 2.025708 16 10 7536438.095238 -> 10 2.025708 16 10 7536438.095238 -> 8 2.025708 16 14 0.000000 -> 9 2.025708 16 14 7536438.095238 -> 10 2.025708 16 14 7536438.095238 +> 6 0 32 4 3 "emigrant-1" +> 6 0 33 4 1 "policeman-2" +> 12 0 5 32 7 +> 12 0 5 33 9 +> 15 0 12 0 SR 33 p0 +> 13 2.000000 5 32 +> 12 2.000000 5 32 8 +> 8 2.025708 16 15 0.000000 +> 9 2.025708 16 15 7536438.095238 +> 10 2.025708 16 15 7536438.095238 +> 8 2.025708 16 9 0.000000 +> 9 2.025708 16 9 7536438.095238 +> 10 2.025708 16 9 7536438.095238 > 8 2.025708 16 12 0.000000 > 9 2.025708 16 12 7536438.095238 > 10 2.025708 16 12 7536438.095238 -> 8 2.025708 16 11 0.000000 -> 9 2.025708 16 11 7536438.095238 -> 10 2.025708 16 11 7536438.095238 -> 9 2.025708 16 11 376821.904762 -> 10 2.025708 16 11 376821.904762 -> 9 2.025708 16 12 376821.904762 -> 10 2.025708 16 12 376821.904762 -> 9 2.025708 16 14 376821.904762 -> 10 2.025708 16 14 376821.904762 -> 9 2.025708 16 10 376821.904762 -> 10 2.025708 16 10 376821.904762 -> 9 2.025708 16 7 376821.904762 -> 10 2.025708 16 7 376821.904762 +> 8 2.025708 16 16 0.000000 +> 9 2.025708 16 16 7536438.095238 +> 10 2.025708 16 16 7536438.095238 +> 8 2.025708 16 14 0.000000 +> 9 2.025708 16 14 7536438.095238 +> 10 2.025708 16 14 7536438.095238 +> 8 2.025708 16 13 0.000000 +> 9 2.025708 16 13 7536438.095238 +> 10 2.025708 16 13 7536438.095238 > 9 2.025708 16 13 376821.904762 > 10 2.025708 16 13 376821.904762 -> 13 2.025708 5 18 -> 12 2.025708 5 18 9 -> 15 2.025708 12 0 SR 18 p1 -> 13 2.025708 5 17 -> 16 2.025708 12 0 SR 17 p0 -> 15 2.025708 11 0 M 17 0 -> 7 2.025708 4 17 -> 6 2.025708 19 4 1 "emigrant-1" -> 16 2.025708 11 0 M 19 0 -> 12 2.025708 5 19 7 -> 13 4.025708 5 19 -> 12 4.025708 5 19 8 -> 8 4.025903 16 16 0.000000 -> 9 4.025903 16 16 483060000.000000 -> 10 4.025903 16 16 483060000.000000 -> 9 4.025903 16 16 24153000.000000 -> 10 4.025903 16 16 24153000.000000 -> 13 4.025903 5 18 -> 12 4.025903 5 18 9 -> 15 4.025903 12 0 SR 18 p2 -> 13 4.025903 5 19 -> 16 4.025903 12 0 SR 19 p1 -> 15 4.025903 11 0 M 19 1 -> 7 4.025903 4 19 -> 6 4.025903 20 4 2 "emigrant-1" -> 16 4.025903 11 0 M 20 1 -> 12 4.025903 5 20 7 -> 13 6.025903 5 20 -> 12 6.025903 5 20 8 -> 8 6.044918 16 9 0.000000 -> 9 6.044918 16 9 6660435.714286 -> 10 6.044918 16 9 6660435.714286 -> 9 6.044918 16 9 333021.785714 -> 10 6.044918 16 9 333021.785714 -> 13 6.044918 5 18 -> 12 6.044918 5 18 9 -> 15 6.044918 12 0 SR 18 p3 -> 13 6.044918 5 20 -> 16 6.044918 12 0 SR 20 p2 -> 15 6.044918 11 0 M 20 2 -> 7 6.044918 4 20 -> 6 6.044918 21 4 3 "emigrant-1" -> 16 6.044918 11 0 M 21 2 -> 12 6.044918 5 21 7 -> 13 8.044918 5 21 -> 12 8.044918 5 21 8 -> 9 8.070626 16 13 7536438.095238 -> 10 8.070626 16 13 7536438.095238 -> 9 8.070626 16 7 7536438.095238 -> 10 8.070626 16 7 7536438.095238 -> 9 8.070626 16 10 7536438.095238 -> 10 8.070626 16 10 7536438.095238 -> 9 8.070626 16 14 7536438.095238 -> 10 8.070626 16 14 7536438.095238 +> 9 2.025708 16 14 376821.904762 +> 10 2.025708 16 14 376821.904762 +> 9 2.025708 16 16 376821.904762 +> 10 2.025708 16 16 376821.904762 +> 9 2.025708 16 12 376821.904762 +> 10 2.025708 16 12 376821.904762 +> 9 2.025708 16 9 376821.904762 +> 10 2.025708 16 9 376821.904762 +> 9 2.025708 16 15 376821.904762 +> 10 2.025708 16 15 376821.904762 +> 13 2.025708 5 33 +> 12 2.025708 5 33 9 +> 15 2.025708 12 0 SR 33 p1 +> 13 2.025708 5 32 +> 16 2.025708 12 0 SR 32 p0 +> 15 2.025708 11 0 M 32 0 +> 7 2.025708 4 32 +> 6 2.025708 34 4 1 "emigrant-1" +> 16 2.025708 11 0 M 34 0 +> 12 2.025708 5 34 7 +> 13 4.025708 5 34 +> 12 4.025708 5 34 8 +> 8 4.025903 16 31 0.000000 +> 9 4.025903 16 31 483060000.000000 +> 10 4.025903 16 31 483060000.000000 +> 9 4.025903 16 31 24153000.000000 +> 10 4.025903 16 31 24153000.000000 +> 13 4.025903 5 33 +> 12 4.025903 5 33 9 +> 15 4.025903 12 0 SR 33 p2 +> 13 4.025903 5 34 +> 16 4.025903 12 0 SR 34 p1 +> 15 4.025903 11 0 M 34 1 +> 7 4.025903 4 34 +> 6 4.025903 35 4 2 "emigrant-1" +> 16 4.025903 11 0 M 35 1 +> 12 4.025903 5 35 7 +> 13 6.025903 5 35 +> 12 6.025903 5 35 8 +> 8 6.044918 16 11 0.000000 +> 9 6.044918 16 11 6660435.714286 +> 10 6.044918 16 11 6660435.714286 +> 9 6.044918 16 11 333021.785714 +> 10 6.044918 16 11 333021.785714 +> 13 6.044918 5 33 +> 12 6.044918 5 33 9 +> 15 6.044918 12 0 SR 33 p3 +> 13 6.044918 5 35 +> 16 6.044918 12 0 SR 35 p2 +> 15 6.044918 11 0 M 35 2 +> 7 6.044918 4 35 +> 6 6.044918 36 4 3 "emigrant-1" +> 16 6.044918 11 0 M 36 2 +> 12 6.044918 5 36 7 +> 13 8.044918 5 36 +> 12 8.044918 5 36 8 +> 9 8.070626 16 15 7536438.095238 +> 10 8.070626 16 15 7536438.095238 +> 9 8.070626 16 9 7536438.095238 +> 10 8.070626 16 9 7536438.095238 > 9 8.070626 16 12 7536438.095238 > 10 8.070626 16 12 7536438.095238 -> 9 8.070626 16 11 7536438.095238 -> 10 8.070626 16 11 7536438.095238 -> 9 8.070626 16 11 376821.904762 -> 10 8.070626 16 11 376821.904762 -> 9 8.070626 16 12 376821.904762 -> 10 8.070626 16 12 376821.904762 -> 9 8.070626 16 14 376821.904762 -> 10 8.070626 16 14 376821.904762 -> 9 8.070626 16 10 376821.904762 -> 10 8.070626 16 10 376821.904762 -> 9 8.070626 16 7 376821.904762 -> 10 8.070626 16 7 376821.904762 +> 9 8.070626 16 16 7536438.095238 +> 10 8.070626 16 16 7536438.095238 +> 9 8.070626 16 14 7536438.095238 +> 10 8.070626 16 14 7536438.095238 +> 9 8.070626 16 13 7536438.095238 +> 10 8.070626 16 13 7536438.095238 > 9 8.070626 16 13 376821.904762 > 10 8.070626 16 13 376821.904762 -> 13 8.070626 5 18 -> 12 8.070626 5 18 9 -> 15 8.070626 12 0 SR 18 p4 -> 13 8.070626 5 21 -> 16 8.070626 12 0 SR 21 p3 -> 15 8.070626 11 0 M 21 3 -> 7 8.070626 4 21 -> 6 8.070626 22 4 4 "emigrant-1" -> 16 8.070626 11 0 M 22 3 -> 12 8.070626 5 22 7 -> 13 10.070626 5 22 -> 12 10.070626 5 22 8 -> 9 10.087178 16 13 9330129.761905 -> 10 10.087178 16 13 9330129.761905 -> 9 10.087178 16 7 9330129.761905 -> 10 10.087178 16 7 9330129.761905 -> 8 10.087178 16 15 0.000000 +> 9 8.070626 16 14 376821.904762 +> 10 8.070626 16 14 376821.904762 +> 9 8.070626 16 16 376821.904762 +> 10 8.070626 16 16 376821.904762 +> 9 8.070626 16 12 376821.904762 +> 10 8.070626 16 12 376821.904762 +> 9 8.070626 16 9 376821.904762 +> 10 8.070626 16 9 376821.904762 +> 9 8.070626 16 15 376821.904762 +> 10 8.070626 16 15 376821.904762 +> 13 8.070626 5 33 +> 12 8.070626 5 33 9 +> 15 8.070626 12 0 SR 33 p4 +> 13 8.070626 5 36 +> 16 8.070626 12 0 SR 36 p3 +> 15 8.070626 11 0 M 36 3 +> 7 8.070626 4 36 +> 6 8.070626 37 4 4 "emigrant-1" +> 16 8.070626 11 0 M 37 3 +> 12 8.070626 5 37 7 +> 13 10.070626 5 37 +> 12 10.070626 5 37 8 > 9 10.087178 16 15 9330129.761905 > 10 10.087178 16 15 9330129.761905 +> 9 10.087178 16 9 9330129.761905 +> 10 10.087178 16 9 9330129.761905 +> 8 10.087178 16 17 0.000000 +> 9 10.087178 16 17 9330129.761905 +> 10 10.087178 16 17 9330129.761905 +> 9 10.087178 16 17 466506.488095 +> 10 10.087178 16 17 466506.488095 +> 9 10.087178 16 9 466506.488095 +> 10 10.087178 16 9 466506.488095 > 9 10.087178 16 15 466506.488095 > 10 10.087178 16 15 466506.488095 -> 9 10.087178 16 7 466506.488095 -> 10 10.087178 16 7 466506.488095 -> 9 10.087178 16 13 466506.488095 -> 10 10.087178 16 13 466506.488095 -> 13 10.087178 5 18 -> 12 10.087178 5 18 9 -> 15 10.087178 12 0 SR 18 p5 -> 13 10.087178 5 22 -> 16 10.087178 12 0 SR 22 p4 -> 15 10.087178 11 0 M 22 4 -> 7 10.087178 4 22 -> 6 10.087178 23 4 5 "emigrant-1" -> 16 10.087178 11 0 M 23 4 -> 12 10.087178 5 23 7 -> 13 12.087178 5 23 -> 12 12.087178 5 23 8 -> 9 12.112617 16 13 9330129.761905 -> 10 12.112617 16 13 9330129.761905 -> 9 12.112617 16 7 9330129.761905 -> 10 12.112617 16 7 9330129.761905 -> 9 12.112617 16 10 9330129.761905 -> 10 12.112617 16 10 9330129.761905 -> 9 12.112617 16 14 9330129.761905 -> 10 12.112617 16 14 9330129.761905 +> 13 10.087178 5 33 +> 12 10.087178 5 33 9 +> 15 10.087178 12 0 SR 33 p5 +> 13 10.087178 5 37 +> 16 10.087178 12 0 SR 37 p4 +> 15 10.087178 11 0 M 37 4 +> 7 10.087178 4 37 +> 6 10.087178 38 4 5 "emigrant-1" +> 16 10.087178 11 0 M 38 4 +> 12 10.087178 5 38 7 +> 13 12.087178 5 38 +> 12 12.087178 5 38 8 +> 9 12.112617 16 15 9330129.761905 +> 10 12.112617 16 15 9330129.761905 +> 9 12.112617 16 9 9330129.761905 +> 10 12.112617 16 9 9330129.761905 > 9 12.112617 16 12 9330129.761905 > 10 12.112617 16 12 9330129.761905 -> 8 12.112617 16 6 0.000000 -> 9 12.112617 16 6 9330129.761905 -> 10 12.112617 16 6 9330129.761905 +> 9 12.112617 16 16 9330129.761905 +> 10 12.112617 16 16 9330129.761905 +> 9 12.112617 16 14 9330129.761905 +> 10 12.112617 16 14 9330129.761905 > 8 12.112617 16 8 0.000000 > 9 12.112617 16 8 9330129.761905 > 10 12.112617 16 8 9330129.761905 +> 8 12.112617 16 10 0.000000 +> 9 12.112617 16 10 9330129.761905 +> 10 12.112617 16 10 9330129.761905 +> 9 12.112617 16 10 466506.488095 +> 10 12.112617 16 10 466506.488095 > 9 12.112617 16 8 466506.488095 > 10 12.112617 16 8 466506.488095 -> 9 12.112617 16 6 466506.488095 -> 10 12.112617 16 6 466506.488095 -> 9 12.112617 16 12 466506.488095 -> 10 12.112617 16 12 466506.488095 > 9 12.112617 16 14 466506.488095 > 10 12.112617 16 14 466506.488095 -> 9 12.112617 16 10 466506.488095 -> 10 12.112617 16 10 466506.488095 -> 9 12.112617 16 7 466506.488095 -> 10 12.112617 16 7 466506.488095 -> 9 12.112617 16 13 466506.488095 -> 10 12.112617 16 13 466506.488095 -> 13 12.112617 5 18 -> 12 12.112617 5 18 9 -> 15 12.112617 12 0 SR 18 p6 -> 13 12.112617 5 23 -> 16 12.112617 12 0 SR 23 p5 -> 15 12.112617 11 0 M 23 5 -> 7 12.112617 4 23 -> 6 12.112617 24 4 3 "emigrant-1" -> 16 12.112617 11 0 M 24 5 -> 12 12.112617 5 24 7 -> 13 14.112617 5 24 -> 12 14.112617 5 24 8 -> 9 14.138325 16 13 7536438.095238 -> 10 14.138325 16 13 7536438.095238 -> 9 14.138325 16 7 7536438.095238 -> 10 14.138325 16 7 7536438.095238 -> 9 14.138325 16 10 7536438.095238 -> 10 14.138325 16 10 7536438.095238 -> 9 14.138325 16 14 7536438.095238 -> 10 14.138325 16 14 7536438.095238 +> 9 12.112617 16 16 466506.488095 +> 10 12.112617 16 16 466506.488095 +> 9 12.112617 16 12 466506.488095 +> 10 12.112617 16 12 466506.488095 +> 9 12.112617 16 9 466506.488095 +> 10 12.112617 16 9 466506.488095 +> 9 12.112617 16 15 466506.488095 +> 10 12.112617 16 15 466506.488095 +> 13 12.112617 5 33 +> 12 12.112617 5 33 9 +> 15 12.112617 12 0 SR 33 p6 +> 13 12.112617 5 38 +> 16 12.112617 12 0 SR 38 p5 +> 15 12.112617 11 0 M 38 5 +> 7 12.112617 4 38 +> 6 12.112617 39 4 3 "emigrant-1" +> 16 12.112617 11 0 M 39 5 +> 12 12.112617 5 39 7 +> 13 14.112617 5 39 +> 12 14.112617 5 39 8 +> 9 14.138325 16 15 7536438.095238 +> 10 14.138325 16 15 7536438.095238 +> 9 14.138325 16 9 7536438.095238 +> 10 14.138325 16 9 7536438.095238 > 9 14.138325 16 12 7536438.095238 > 10 14.138325 16 12 7536438.095238 -> 9 14.138325 16 11 7536438.095238 -> 10 14.138325 16 11 7536438.095238 -> 9 14.138325 16 11 376821.904762 -> 10 14.138325 16 11 376821.904762 -> 9 14.138325 16 12 376821.904762 -> 10 14.138325 16 12 376821.904762 -> 9 14.138325 16 14 376821.904762 -> 10 14.138325 16 14 376821.904762 -> 9 14.138325 16 10 376821.904762 -> 10 14.138325 16 10 376821.904762 -> 9 14.138325 16 7 376821.904762 -> 10 14.138325 16 7 376821.904762 +> 9 14.138325 16 16 7536438.095238 +> 10 14.138325 16 16 7536438.095238 +> 9 14.138325 16 14 7536438.095238 +> 10 14.138325 16 14 7536438.095238 +> 9 14.138325 16 13 7536438.095238 +> 10 14.138325 16 13 7536438.095238 > 9 14.138325 16 13 376821.904762 > 10 14.138325 16 13 376821.904762 -> 13 14.138325 5 18 -> 12 14.138325 5 18 9 -> 15 14.138325 12 0 SR 18 p7 -> 13 14.138325 5 24 -> 16 14.138325 12 0 SR 24 p6 -> 15 14.138325 11 0 M 24 6 -> 7 14.138325 4 24 -> 6 14.138325 25 4 1 "emigrant-1" -> 16 14.138325 11 0 M 25 6 -> 12 14.138325 5 25 7 -> 13 16.138325 5 25 -> 12 16.138325 5 25 8 -> 9 16.138521 16 16 483060000.000000 -> 10 16.138521 16 16 483060000.000000 -> 9 16.138521 16 16 24153000.000000 -> 10 16.138521 16 16 24153000.000000 -> 13 16.138521 5 18 -> 12 16.138521 5 18 9 -> 15 16.138521 12 0 SR 18 p8 -> 13 16.138521 5 25 -> 16 16.138521 12 0 SR 25 p7 -> 15 16.138521 11 0 M 25 7 -> 7 16.138521 4 25 -> 6 16.138521 26 4 4 "emigrant-1" -> 16 16.138521 11 0 M 26 7 -> 12 16.138521 5 26 7 -> 13 18.138521 5 26 -> 12 18.138521 5 26 8 -> 9 18.155073 16 13 9330129.761905 -> 10 18.155073 16 13 9330129.761905 -> 9 18.155073 16 7 9330129.761905 -> 10 18.155073 16 7 9330129.761905 +> 9 14.138325 16 14 376821.904762 +> 10 14.138325 16 14 376821.904762 +> 9 14.138325 16 16 376821.904762 +> 10 14.138325 16 16 376821.904762 +> 9 14.138325 16 12 376821.904762 +> 10 14.138325 16 12 376821.904762 +> 9 14.138325 16 9 376821.904762 +> 10 14.138325 16 9 376821.904762 +> 9 14.138325 16 15 376821.904762 +> 10 14.138325 16 15 376821.904762 +> 13 14.138325 5 33 +> 12 14.138325 5 33 9 +> 15 14.138325 12 0 SR 33 p7 +> 13 14.138325 5 39 +> 16 14.138325 12 0 SR 39 p6 +> 15 14.138325 11 0 M 39 6 +> 7 14.138325 4 39 +> 6 14.138325 40 4 1 "emigrant-1" +> 16 14.138325 11 0 M 40 6 +> 12 14.138325 5 40 7 +> 13 16.138325 5 40 +> 12 16.138325 5 40 8 +> 9 16.138521 16 31 483060000.000000 +> 10 16.138521 16 31 483060000.000000 +> 9 16.138521 16 31 24153000.000000 +> 10 16.138521 16 31 24153000.000000 +> 13 16.138521 5 33 +> 12 16.138521 5 33 9 +> 15 16.138521 12 0 SR 33 p8 +> 13 16.138521 5 40 +> 16 16.138521 12 0 SR 40 p7 +> 15 16.138521 11 0 M 40 7 +> 7 16.138521 4 40 +> 6 16.138521 41 4 4 "emigrant-1" +> 16 16.138521 11 0 M 41 7 +> 12 16.138521 5 41 7 +> 13 18.138521 5 41 +> 12 18.138521 5 41 8 > 9 18.155073 16 15 9330129.761905 > 10 18.155073 16 15 9330129.761905 +> 9 18.155073 16 9 9330129.761905 +> 10 18.155073 16 9 9330129.761905 +> 9 18.155073 16 17 9330129.761905 +> 10 18.155073 16 17 9330129.761905 +> 9 18.155073 16 17 466506.488095 +> 10 18.155073 16 17 466506.488095 +> 9 18.155073 16 9 466506.488095 +> 10 18.155073 16 9 466506.488095 > 9 18.155073 16 15 466506.488095 > 10 18.155073 16 15 466506.488095 -> 9 18.155073 16 7 466506.488095 -> 10 18.155073 16 7 466506.488095 -> 9 18.155073 16 13 466506.488095 -> 10 18.155073 16 13 466506.488095 -> 13 18.155073 5 18 -> 7 18.155073 4 18 -> 13 18.155073 5 26 -> 16 18.155073 12 0 SR 26 p8 -> 7 18.155073 4 26 +> 13 18.155073 5 33 +> 7 18.155073 4 33 +> 13 18.155073 5 41 +> 16 18.155073 12 0 SR 41 p8 +> 7 18.155073 4 41 +> 7 18.155073 1 6 > 7 18.155073 1 3 +> 7 18.155073 13 28 +> 7 18.155073 13 29 +> 7 18.155073 13 23 +> 7 18.155073 13 30 +> 7 18.155073 13 24 +> 7 18.155073 13 18 > 7 18.155073 1 1 +> 7 18.155073 13 19 +> 7 18.155073 13 20 +> 7 18.155073 13 21 +> 7 18.155073 13 22 +> 7 18.155073 13 25 +> 7 18.155073 13 26 +> 7 18.155073 13 31 +> 7 18.155073 13 27 > 7 18.155073 13 16 > 7 18.155073 13 14 > 7 18.155073 13 12 -> 7 18.155073 13 10 -> 7 18.155073 13 7 -> 7 18.155073 13 13 +> 7 18.155073 13 9 > 7 18.155073 13 15 -> 7 18.155073 13 6 +> 7 18.155073 13 17 > 7 18.155073 13 8 +> 7 18.155073 13 10 +> 7 18.155073 13 13 > 7 18.155073 13 11 -> 7 18.155073 13 9 > 7 18.155073 1 5 > 7 18.155073 1 2 +> 7 18.155073 1 7 > 7 18.155073 1 4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing/categorized:yes --cfg=tracing/uncategorized:yes --cfg=tracing/buffer:no --cfg=tracing/filename:procmig.trace --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml @@ -925,21 +1129,36 @@ $ tail -n +3 procmig.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 13 0 LINK -> 6 0 6 13 0 "6" +> 6 0 8 13 0 "6" > 1 14 13 bandwidth "1 1 1" > 1 15 13 latency "1 1 1" > 1 16 13 bandwidth_used "0.5 0.5 0.5" -> 6 0 7 13 0 "3" -> 6 0 8 13 0 "7" -> 6 0 9 13 0 "9" -> 6 0 10 13 0 "2" -> 6 0 11 13 0 "8" -> 6 0 12 13 0 "1" -> 6 0 13 13 0 "4" -> 6 0 14 13 0 "0" -> 6 0 15 13 0 "5" -> 6 0 16 13 0 "loopback" +> 6 0 9 13 0 "3" +> 6 0 10 13 0 "7" +> 6 0 11 13 0 "9" +> 6 0 12 13 0 "2" +> 6 0 13 13 0 "8" +> 6 0 14 13 0 "1" +> 6 0 15 13 0 "4" +> 6 0 16 13 0 "0" +> 6 0 17 13 0 "5" +> 6 0 18 13 0 "145" +> 6 0 19 13 0 "10" +> 6 0 20 13 0 "11" +> 6 0 21 13 0 "16" +> 6 0 22 13 0 "17" +> 6 0 23 13 0 "44" +> 6 0 24 13 0 "47" +> 6 0 25 13 0 "54" +> 6 0 26 13 0 "56" +> 6 0 27 13 0 "59" +> 6 0 28 13 0 "78" +> 6 0 29 13 0 "79" +> 6 0 30 13 0 "80" +> 6 0 31 13 0 "loopback" > 4 17 0 13 13 0-LINK13-LINK13 > 4 18 0 1 13 0-HOST1-LINK13 > 4 19 0 13 1 0-LINK13-HOST1 @@ -948,334 +1167,435 @@ $ tail -n +3 procmig.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 14 6 41279125.000000 -> 8 0 15 6 0.000060 -> 8 0 14 7 34285625.000000 -> 8 0 15 7 0.000514 -> 8 0 14 8 11618875.000000 -> 8 0 15 8 0.000190 -> 8 0 14 9 7209750.000000 -> 8 0 15 9 0.001462 -> 8 0 14 10 118682500.000000 -> 8 0 15 10 0.000137 -> 8 0 14 11 8158000.000000 -> 8 0 15 11 0.000271 -> 8 0 14 12 34285625.000000 -> 8 0 15 12 0.000514 -> 8 0 14 13 10099625.000000 -> 8 0 15 13 0.000480 -> 8 0 14 14 41279125.000000 -> 8 0 15 14 0.000060 -> 8 0 14 15 27946250.000000 -> 8 0 15 15 0.000278 -> 8 0 14 16 498000000.000000 -> 8 0 15 16 0.000015 -> 15 0 17 0 topology 13 0 -> 16 0 17 0 topology 7 0 -> 15 0 17 0 topology 6 1 -> 16 0 17 0 topology 8 1 -> 15 0 18 0 topology 1 2 -> 16 0 18 0 topology 13 2 -> 15 0 18 0 topology 1 3 -> 16 0 18 0 topology 9 3 -> 15 0 19 0 topology 9 4 -> 16 0 19 0 topology 2 4 -> 15 0 17 0 topology 10 5 -> 16 0 17 0 topology 14 5 -> 15 0 17 0 topology 12 6 -> 16 0 17 0 topology 11 6 -> 15 0 17 0 topology 9 7 -> 16 0 17 0 topology 13 7 -> 15 0 19 0 topology 8 8 -> 16 0 19 0 topology 5 8 -> 15 0 17 0 topology 14 9 -> 16 0 17 0 topology 12 9 -> 15 0 19 0 topology 15 10 -> 16 0 19 0 topology 4 10 -> 15 0 17 0 topology 10 11 -> 16 0 17 0 topology 15 11 -> 15 0 17 0 topology 7 12 -> 16 0 17 0 topology 15 12 -> 15 0 19 0 topology 11 13 -> 16 0 19 0 topology 3 13 -> 15 0 17 0 topology 7 14 -> 16 0 17 0 topology 10 14 -> 15 0 17 0 topology 12 15 -> 16 0 17 0 topology 6 15 -> 15 0 17 0 topology 11 16 -> 16 0 17 0 topology 6 16 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 14 8 41279125.000000 +> 8 0 15 8 0.000060 +> 8 0 14 9 34285625.000000 +> 8 0 15 9 0.000514 +> 8 0 14 10 11618875.000000 +> 8 0 15 10 0.000190 +> 8 0 14 11 7209750.000000 +> 8 0 15 11 0.001462 +> 8 0 14 12 118682500.000000 +> 8 0 15 12 0.000137 +> 8 0 14 13 8158000.000000 +> 8 0 15 13 0.000271 +> 8 0 14 14 34285625.000000 +> 8 0 15 14 0.000514 +> 8 0 14 15 10099625.000000 +> 8 0 15 15 0.000480 +> 8 0 14 16 41279125.000000 +> 8 0 15 16 0.000060 +> 8 0 14 17 27946250.000000 +> 8 0 15 17 0.000278 +> 8 0 14 18 2583375.000000 +> 8 0 15 18 0.000410 +> 8 0 14 19 34285625.000000 +> 8 0 15 19 0.000514 +> 8 0 14 20 118682500.000000 +> 8 0 15 20 0.000137 +> 8 0 14 21 34285625.000000 +> 8 0 15 21 0.000514 +> 8 0 14 22 118682500.000000 +> 8 0 15 22 0.000137 +> 8 0 14 23 10314625.000000 +> 8 0 15 23 0.006933 +> 8 0 14 24 10314625.000000 +> 8 0 15 24 0.006933 +> 8 0 14 25 15376875.000000 +> 8 0 15 25 0.035083 +> 8 0 14 26 21414750.000000 +> 8 0 15 26 0.029589 +> 8 0 14 27 11845375.000000 +> 8 0 15 27 0.000371 +> 8 0 14 28 27946250.000000 +> 8 0 15 28 0.000278 +> 8 0 14 29 8427250.000000 +> 8 0 15 29 0.000156 +> 8 0 14 30 15376875.000000 +> 8 0 15 30 0.035083 +> 8 0 14 31 498000000.000000 +> 8 0 15 31 0.000015 +> 15 0 17 0 topology 19 0 +> 16 0 17 0 topology 20 0 +> 15 0 17 0 topology 15 1 +> 16 0 17 0 topology 9 1 +> 15 0 17 0 topology 27 2 +> 16 0 17 0 topology 18 2 +> 15 0 18 0 topology 5 3 +> 16 0 18 0 topology 24 3 +> 15 0 17 0 topology 8 4 +> 16 0 17 0 topology 10 4 +> 15 0 17 0 topology 21 5 +> 16 0 17 0 topology 22 5 +> 15 0 18 0 topology 1 6 +> 16 0 18 0 topology 9 6 +> 15 0 17 0 topology 23 7 +> 16 0 17 0 topology 24 7 +> 15 0 18 0 topology 1 8 +> 16 0 18 0 topology 15 8 +> 15 0 18 0 topology 1 9 +> 16 0 18 0 topology 11 9 +> 15 0 17 0 topology 26 10 +> 16 0 17 0 topology 27 10 +> 15 0 18 0 topology 5 11 +> 16 0 18 0 topology 18 11 +> 15 0 19 0 topology 11 12 +> 16 0 19 0 topology 2 12 +> 15 0 17 0 topology 28 13 +> 16 0 17 0 topology 29 13 +> 15 0 17 0 topology 12 14 +> 16 0 17 0 topology 16 14 +> 15 0 17 0 topology 9 15 +> 16 0 17 0 topology 16 15 +> 15 0 17 0 topology 14 16 +> 16 0 17 0 topology 13 16 +> 15 0 17 0 topology 29 17 +> 16 0 17 0 topology 11 17 +> 15 0 18 0 topology 3 18 +> 16 0 18 0 topology 30 18 +> 15 0 17 0 topology 11 19 +> 16 0 17 0 topology 15 19 +> 15 0 18 0 topology 2 20 +> 16 0 18 0 topology 24 20 +> 15 0 19 0 topology 18 21 +> 16 0 19 0 topology 6 21 +> 15 0 19 0 topology 10 22 +> 16 0 19 0 topology 5 22 +> 15 0 17 0 topology 8 23 +> 16 0 17 0 topology 19 23 +> 15 0 17 0 topology 12 24 +> 16 0 17 0 topology 25 24 +> 15 0 18 0 topology 4 25 +> 16 0 18 0 topology 24 25 +> 15 0 17 0 topology 16 26 +> 16 0 17 0 topology 14 26 +> 15 0 19 0 topology 17 27 +> 16 0 19 0 topology 4 27 +> 15 0 17 0 topology 12 28 +> 16 0 17 0 topology 17 28 +> 15 0 17 0 topology 9 29 +> 16 0 17 0 topology 17 29 +> 15 0 17 0 topology 21 30 +> 16 0 17 0 topology 19 30 +> 15 0 17 0 topology 22 31 +> 16 0 17 0 topology 25 31 +> 15 0 19 0 topology 24 32 +> 16 0 19 0 topology 7 32 +> 15 0 18 0 topology 3 33 +> 16 0 18 0 topology 28 33 +> 15 0 17 0 topology 25 34 +> 16 0 17 0 topology 26 34 +> 15 0 17 0 topology 8 35 +> 16 0 17 0 topology 20 35 +> 15 0 19 0 topology 13 36 +> 16 0 19 0 topology 3 36 +> 15 0 18 0 topology 2 37 +> 16 0 18 0 topology 18 37 +> 15 0 17 0 topology 9 38 +> 16 0 17 0 topology 12 38 +> 15 0 17 0 topology 14 39 +> 16 0 17 0 topology 8 39 +> 15 0 17 0 topology 20 40 +> 16 0 17 0 topology 23 40 +> 15 0 18 0 topology 4 41 +> 16 0 18 0 topology 18 41 +> 15 0 17 0 topology 13 42 +> 16 0 17 0 topology 8 42 +> 15 0 17 0 topology 11 43 +> 16 0 17 0 topology 8 43 +> 15 0 17 0 topology 16 44 +> 16 0 17 0 topology 21 44 +> 15 0 17 0 topology 30 45 +> 16 0 17 0 topology 28 45 > 1 20 13 bmigration_order "0.800026 0.545312 0.857926" > 1 21 1 pmigration_order "0.800026 0.545312 0.857926" -> 6 0 17 4 3 "emigrant-1" -> 6 0 18 4 1 "policeman-2" -> 12 0 5 17 7 -> 12 0 5 18 9 -> 15 0 12 0 SR 18 p0 -> 13 2.000000 5 17 -> 12 2.000000 5 17 8 -> 8 2.025708 16 13 0.000000 -> 9 2.025708 16 13 7536438.095238 -> 10 2.025708 16 13 7536438.095238 -> 8 2.025708 16 7 0.000000 -> 9 2.025708 16 7 7536438.095238 -> 10 2.025708 16 7 7536438.095238 -> 8 2.025708 16 10 0.000000 -> 9 2.025708 16 10 7536438.095238 -> 10 2.025708 16 10 7536438.095238 -> 8 2.025708 16 14 0.000000 -> 9 2.025708 16 14 7536438.095238 -> 10 2.025708 16 14 7536438.095238 +> 6 0 32 4 3 "emigrant-1" +> 6 0 33 4 1 "policeman-2" +> 12 0 5 32 7 +> 12 0 5 33 9 +> 15 0 12 0 SR 33 p0 +> 13 2.000000 5 32 +> 12 2.000000 5 32 8 +> 8 2.025708 16 15 0.000000 +> 9 2.025708 16 15 7536438.095238 +> 10 2.025708 16 15 7536438.095238 +> 8 2.025708 16 9 0.000000 +> 9 2.025708 16 9 7536438.095238 +> 10 2.025708 16 9 7536438.095238 > 8 2.025708 16 12 0.000000 > 9 2.025708 16 12 7536438.095238 > 10 2.025708 16 12 7536438.095238 -> 8 2.025708 16 11 0.000000 -> 9 2.025708 16 11 7536438.095238 -> 10 2.025708 16 11 7536438.095238 -> 9 2.025708 16 11 376821.904762 -> 10 2.025708 16 11 376821.904762 -> 9 2.025708 16 12 376821.904762 -> 10 2.025708 16 12 376821.904762 -> 9 2.025708 16 14 376821.904762 -> 10 2.025708 16 14 376821.904762 -> 9 2.025708 16 10 376821.904762 -> 10 2.025708 16 10 376821.904762 -> 9 2.025708 16 7 376821.904762 -> 10 2.025708 16 7 376821.904762 +> 8 2.025708 16 16 0.000000 +> 9 2.025708 16 16 7536438.095238 +> 10 2.025708 16 16 7536438.095238 +> 8 2.025708 16 14 0.000000 +> 9 2.025708 16 14 7536438.095238 +> 10 2.025708 16 14 7536438.095238 +> 8 2.025708 16 13 0.000000 +> 9 2.025708 16 13 7536438.095238 +> 10 2.025708 16 13 7536438.095238 > 9 2.025708 16 13 376821.904762 > 10 2.025708 16 13 376821.904762 -> 13 2.025708 5 18 -> 12 2.025708 5 18 9 -> 15 2.025708 12 0 SR 18 p1 -> 13 2.025708 5 17 -> 16 2.025708 12 0 SR 17 p0 -> 15 2.025708 11 0 M 17 0 -> 7 2.025708 4 17 -> 6 2.025708 19 4 1 "emigrant-1" -> 16 2.025708 11 0 M 19 0 -> 12 2.025708 5 19 7 -> 13 4.025708 5 19 -> 12 4.025708 5 19 8 -> 8 4.025903 16 16 0.000000 -> 9 4.025903 16 16 483060000.000000 -> 10 4.025903 16 16 483060000.000000 -> 9 4.025903 16 16 24153000.000000 -> 10 4.025903 16 16 24153000.000000 -> 13 4.025903 5 18 -> 12 4.025903 5 18 9 -> 15 4.025903 12 0 SR 18 p2 -> 13 4.025903 5 19 -> 16 4.025903 12 0 SR 19 p1 -> 15 4.025903 11 0 M 19 1 -> 7 4.025903 4 19 -> 6 4.025903 20 4 2 "emigrant-1" -> 16 4.025903 11 0 M 20 1 -> 12 4.025903 5 20 7 -> 13 6.025903 5 20 -> 12 6.025903 5 20 8 -> 8 6.044918 16 9 0.000000 -> 9 6.044918 16 9 6660435.714286 -> 10 6.044918 16 9 6660435.714286 -> 9 6.044918 16 9 333021.785714 -> 10 6.044918 16 9 333021.785714 -> 13 6.044918 5 18 -> 12 6.044918 5 18 9 -> 15 6.044918 12 0 SR 18 p3 -> 13 6.044918 5 20 -> 16 6.044918 12 0 SR 20 p2 -> 15 6.044918 11 0 M 20 2 -> 7 6.044918 4 20 -> 6 6.044918 21 4 3 "emigrant-1" -> 16 6.044918 11 0 M 21 2 -> 12 6.044918 5 21 7 -> 13 8.044918 5 21 -> 12 8.044918 5 21 8 -> 9 8.070626 16 13 7536438.095238 -> 10 8.070626 16 13 7536438.095238 -> 9 8.070626 16 7 7536438.095238 -> 10 8.070626 16 7 7536438.095238 -> 9 8.070626 16 10 7536438.095238 -> 10 8.070626 16 10 7536438.095238 -> 9 8.070626 16 14 7536438.095238 -> 10 8.070626 16 14 7536438.095238 +> 9 2.025708 16 14 376821.904762 +> 10 2.025708 16 14 376821.904762 +> 9 2.025708 16 16 376821.904762 +> 10 2.025708 16 16 376821.904762 +> 9 2.025708 16 12 376821.904762 +> 10 2.025708 16 12 376821.904762 +> 9 2.025708 16 9 376821.904762 +> 10 2.025708 16 9 376821.904762 +> 9 2.025708 16 15 376821.904762 +> 10 2.025708 16 15 376821.904762 +> 13 2.025708 5 33 +> 12 2.025708 5 33 9 +> 15 2.025708 12 0 SR 33 p1 +> 13 2.025708 5 32 +> 16 2.025708 12 0 SR 32 p0 +> 15 2.025708 11 0 M 32 0 +> 7 2.025708 4 32 +> 6 2.025708 34 4 1 "emigrant-1" +> 16 2.025708 11 0 M 34 0 +> 12 2.025708 5 34 7 +> 13 4.025708 5 34 +> 12 4.025708 5 34 8 +> 8 4.025903 16 31 0.000000 +> 9 4.025903 16 31 483060000.000000 +> 10 4.025903 16 31 483060000.000000 +> 9 4.025903 16 31 24153000.000000 +> 10 4.025903 16 31 24153000.000000 +> 13 4.025903 5 33 +> 12 4.025903 5 33 9 +> 15 4.025903 12 0 SR 33 p2 +> 13 4.025903 5 34 +> 16 4.025903 12 0 SR 34 p1 +> 15 4.025903 11 0 M 34 1 +> 7 4.025903 4 34 +> 6 4.025903 35 4 2 "emigrant-1" +> 16 4.025903 11 0 M 35 1 +> 12 4.025903 5 35 7 +> 13 6.025903 5 35 +> 12 6.025903 5 35 8 +> 8 6.044918 16 11 0.000000 +> 9 6.044918 16 11 6660435.714286 +> 10 6.044918 16 11 6660435.714286 +> 9 6.044918 16 11 333021.785714 +> 10 6.044918 16 11 333021.785714 +> 13 6.044918 5 33 +> 12 6.044918 5 33 9 +> 15 6.044918 12 0 SR 33 p3 +> 13 6.044918 5 35 +> 16 6.044918 12 0 SR 35 p2 +> 15 6.044918 11 0 M 35 2 +> 7 6.044918 4 35 +> 6 6.044918 36 4 3 "emigrant-1" +> 16 6.044918 11 0 M 36 2 +> 12 6.044918 5 36 7 +> 13 8.044918 5 36 +> 12 8.044918 5 36 8 +> 9 8.070626 16 15 7536438.095238 +> 10 8.070626 16 15 7536438.095238 +> 9 8.070626 16 9 7536438.095238 +> 10 8.070626 16 9 7536438.095238 > 9 8.070626 16 12 7536438.095238 > 10 8.070626 16 12 7536438.095238 -> 9 8.070626 16 11 7536438.095238 -> 10 8.070626 16 11 7536438.095238 -> 9 8.070626 16 11 376821.904762 -> 10 8.070626 16 11 376821.904762 -> 9 8.070626 16 12 376821.904762 -> 10 8.070626 16 12 376821.904762 -> 9 8.070626 16 14 376821.904762 -> 10 8.070626 16 14 376821.904762 -> 9 8.070626 16 10 376821.904762 -> 10 8.070626 16 10 376821.904762 -> 9 8.070626 16 7 376821.904762 -> 10 8.070626 16 7 376821.904762 +> 9 8.070626 16 16 7536438.095238 +> 10 8.070626 16 16 7536438.095238 +> 9 8.070626 16 14 7536438.095238 +> 10 8.070626 16 14 7536438.095238 +> 9 8.070626 16 13 7536438.095238 +> 10 8.070626 16 13 7536438.095238 > 9 8.070626 16 13 376821.904762 > 10 8.070626 16 13 376821.904762 -> 13 8.070626 5 18 -> 12 8.070626 5 18 9 -> 15 8.070626 12 0 SR 18 p4 -> 13 8.070626 5 21 -> 16 8.070626 12 0 SR 21 p3 -> 15 8.070626 11 0 M 21 3 -> 7 8.070626 4 21 -> 6 8.070626 22 4 4 "emigrant-1" -> 16 8.070626 11 0 M 22 3 -> 12 8.070626 5 22 7 -> 13 10.070626 5 22 -> 12 10.070626 5 22 8 -> 9 10.087178 16 13 9330129.761905 -> 10 10.087178 16 13 9330129.761905 -> 9 10.087178 16 7 9330129.761905 -> 10 10.087178 16 7 9330129.761905 -> 8 10.087178 16 15 0.000000 +> 9 8.070626 16 14 376821.904762 +> 10 8.070626 16 14 376821.904762 +> 9 8.070626 16 16 376821.904762 +> 10 8.070626 16 16 376821.904762 +> 9 8.070626 16 12 376821.904762 +> 10 8.070626 16 12 376821.904762 +> 9 8.070626 16 9 376821.904762 +> 10 8.070626 16 9 376821.904762 +> 9 8.070626 16 15 376821.904762 +> 10 8.070626 16 15 376821.904762 +> 13 8.070626 5 33 +> 12 8.070626 5 33 9 +> 15 8.070626 12 0 SR 33 p4 +> 13 8.070626 5 36 +> 16 8.070626 12 0 SR 36 p3 +> 15 8.070626 11 0 M 36 3 +> 7 8.070626 4 36 +> 6 8.070626 37 4 4 "emigrant-1" +> 16 8.070626 11 0 M 37 3 +> 12 8.070626 5 37 7 +> 13 10.070626 5 37 +> 12 10.070626 5 37 8 > 9 10.087178 16 15 9330129.761905 > 10 10.087178 16 15 9330129.761905 +> 9 10.087178 16 9 9330129.761905 +> 10 10.087178 16 9 9330129.761905 +> 8 10.087178 16 17 0.000000 +> 9 10.087178 16 17 9330129.761905 +> 10 10.087178 16 17 9330129.761905 +> 9 10.087178 16 17 466506.488095 +> 10 10.087178 16 17 466506.488095 +> 9 10.087178 16 9 466506.488095 +> 10 10.087178 16 9 466506.488095 > 9 10.087178 16 15 466506.488095 > 10 10.087178 16 15 466506.488095 -> 9 10.087178 16 7 466506.488095 -> 10 10.087178 16 7 466506.488095 -> 9 10.087178 16 13 466506.488095 -> 10 10.087178 16 13 466506.488095 -> 13 10.087178 5 18 -> 12 10.087178 5 18 9 -> 15 10.087178 12 0 SR 18 p5 -> 13 10.087178 5 22 -> 16 10.087178 12 0 SR 22 p4 -> 15 10.087178 11 0 M 22 4 -> 7 10.087178 4 22 -> 6 10.087178 23 4 5 "emigrant-1" -> 16 10.087178 11 0 M 23 4 -> 12 10.087178 5 23 7 -> 13 12.087178 5 23 -> 12 12.087178 5 23 8 -> 9 12.112617 16 13 9330129.761905 -> 10 12.112617 16 13 9330129.761905 -> 9 12.112617 16 7 9330129.761905 -> 10 12.112617 16 7 9330129.761905 -> 9 12.112617 16 10 9330129.761905 -> 10 12.112617 16 10 9330129.761905 -> 9 12.112617 16 14 9330129.761905 -> 10 12.112617 16 14 9330129.761905 +> 13 10.087178 5 33 +> 12 10.087178 5 33 9 +> 15 10.087178 12 0 SR 33 p5 +> 13 10.087178 5 37 +> 16 10.087178 12 0 SR 37 p4 +> 15 10.087178 11 0 M 37 4 +> 7 10.087178 4 37 +> 6 10.087178 38 4 5 "emigrant-1" +> 16 10.087178 11 0 M 38 4 +> 12 10.087178 5 38 7 +> 13 12.087178 5 38 +> 12 12.087178 5 38 8 +> 9 12.112617 16 15 9330129.761905 +> 10 12.112617 16 15 9330129.761905 +> 9 12.112617 16 9 9330129.761905 +> 10 12.112617 16 9 9330129.761905 > 9 12.112617 16 12 9330129.761905 > 10 12.112617 16 12 9330129.761905 -> 8 12.112617 16 6 0.000000 -> 9 12.112617 16 6 9330129.761905 -> 10 12.112617 16 6 9330129.761905 +> 9 12.112617 16 16 9330129.761905 +> 10 12.112617 16 16 9330129.761905 +> 9 12.112617 16 14 9330129.761905 +> 10 12.112617 16 14 9330129.761905 > 8 12.112617 16 8 0.000000 > 9 12.112617 16 8 9330129.761905 > 10 12.112617 16 8 9330129.761905 +> 8 12.112617 16 10 0.000000 +> 9 12.112617 16 10 9330129.761905 +> 10 12.112617 16 10 9330129.761905 +> 9 12.112617 16 10 466506.488095 +> 10 12.112617 16 10 466506.488095 > 9 12.112617 16 8 466506.488095 > 10 12.112617 16 8 466506.488095 -> 9 12.112617 16 6 466506.488095 -> 10 12.112617 16 6 466506.488095 -> 9 12.112617 16 12 466506.488095 -> 10 12.112617 16 12 466506.488095 > 9 12.112617 16 14 466506.488095 > 10 12.112617 16 14 466506.488095 -> 9 12.112617 16 10 466506.488095 -> 10 12.112617 16 10 466506.488095 -> 9 12.112617 16 7 466506.488095 -> 10 12.112617 16 7 466506.488095 -> 9 12.112617 16 13 466506.488095 -> 10 12.112617 16 13 466506.488095 -> 13 12.112617 5 18 -> 12 12.112617 5 18 9 -> 15 12.112617 12 0 SR 18 p6 -> 13 12.112617 5 23 -> 16 12.112617 12 0 SR 23 p5 -> 15 12.112617 11 0 M 23 5 -> 7 12.112617 4 23 -> 6 12.112617 24 4 3 "emigrant-1" -> 16 12.112617 11 0 M 24 5 -> 12 12.112617 5 24 7 -> 13 14.112617 5 24 -> 12 14.112617 5 24 8 -> 9 14.138325 16 13 7536438.095238 -> 10 14.138325 16 13 7536438.095238 -> 9 14.138325 16 7 7536438.095238 -> 10 14.138325 16 7 7536438.095238 -> 9 14.138325 16 10 7536438.095238 -> 10 14.138325 16 10 7536438.095238 -> 9 14.138325 16 14 7536438.095238 -> 10 14.138325 16 14 7536438.095238 +> 9 12.112617 16 16 466506.488095 +> 10 12.112617 16 16 466506.488095 +> 9 12.112617 16 12 466506.488095 +> 10 12.112617 16 12 466506.488095 +> 9 12.112617 16 9 466506.488095 +> 10 12.112617 16 9 466506.488095 +> 9 12.112617 16 15 466506.488095 +> 10 12.112617 16 15 466506.488095 +> 13 12.112617 5 33 +> 12 12.112617 5 33 9 +> 15 12.112617 12 0 SR 33 p6 +> 13 12.112617 5 38 +> 16 12.112617 12 0 SR 38 p5 +> 15 12.112617 11 0 M 38 5 +> 7 12.112617 4 38 +> 6 12.112617 39 4 3 "emigrant-1" +> 16 12.112617 11 0 M 39 5 +> 12 12.112617 5 39 7 +> 13 14.112617 5 39 +> 12 14.112617 5 39 8 +> 9 14.138325 16 15 7536438.095238 +> 10 14.138325 16 15 7536438.095238 +> 9 14.138325 16 9 7536438.095238 +> 10 14.138325 16 9 7536438.095238 > 9 14.138325 16 12 7536438.095238 > 10 14.138325 16 12 7536438.095238 -> 9 14.138325 16 11 7536438.095238 -> 10 14.138325 16 11 7536438.095238 -> 9 14.138325 16 11 376821.904762 -> 10 14.138325 16 11 376821.904762 -> 9 14.138325 16 12 376821.904762 -> 10 14.138325 16 12 376821.904762 -> 9 14.138325 16 14 376821.904762 -> 10 14.138325 16 14 376821.904762 -> 9 14.138325 16 10 376821.904762 -> 10 14.138325 16 10 376821.904762 -> 9 14.138325 16 7 376821.904762 -> 10 14.138325 16 7 376821.904762 +> 9 14.138325 16 16 7536438.095238 +> 10 14.138325 16 16 7536438.095238 +> 9 14.138325 16 14 7536438.095238 +> 10 14.138325 16 14 7536438.095238 +> 9 14.138325 16 13 7536438.095238 +> 10 14.138325 16 13 7536438.095238 > 9 14.138325 16 13 376821.904762 > 10 14.138325 16 13 376821.904762 -> 13 14.138325 5 18 -> 12 14.138325 5 18 9 -> 15 14.138325 12 0 SR 18 p7 -> 13 14.138325 5 24 -> 16 14.138325 12 0 SR 24 p6 -> 15 14.138325 11 0 M 24 6 -> 7 14.138325 4 24 -> 6 14.138325 25 4 1 "emigrant-1" -> 16 14.138325 11 0 M 25 6 -> 12 14.138325 5 25 7 -> 13 16.138325 5 25 -> 12 16.138325 5 25 8 -> 9 16.138521 16 16 483060000.000000 -> 10 16.138521 16 16 483060000.000000 -> 9 16.138521 16 16 24153000.000000 -> 10 16.138521 16 16 24153000.000000 -> 13 16.138521 5 18 -> 12 16.138521 5 18 9 -> 15 16.138521 12 0 SR 18 p8 -> 13 16.138521 5 25 -> 16 16.138521 12 0 SR 25 p7 -> 15 16.138521 11 0 M 25 7 -> 7 16.138521 4 25 -> 6 16.138521 26 4 4 "emigrant-1" -> 16 16.138521 11 0 M 26 7 -> 12 16.138521 5 26 7 -> 13 18.138521 5 26 -> 12 18.138521 5 26 8 -> 9 18.155073 16 13 9330129.761905 -> 10 18.155073 16 13 9330129.761905 -> 9 18.155073 16 7 9330129.761905 -> 10 18.155073 16 7 9330129.761905 +> 9 14.138325 16 14 376821.904762 +> 10 14.138325 16 14 376821.904762 +> 9 14.138325 16 16 376821.904762 +> 10 14.138325 16 16 376821.904762 +> 9 14.138325 16 12 376821.904762 +> 10 14.138325 16 12 376821.904762 +> 9 14.138325 16 9 376821.904762 +> 10 14.138325 16 9 376821.904762 +> 9 14.138325 16 15 376821.904762 +> 10 14.138325 16 15 376821.904762 +> 13 14.138325 5 33 +> 12 14.138325 5 33 9 +> 15 14.138325 12 0 SR 33 p7 +> 13 14.138325 5 39 +> 16 14.138325 12 0 SR 39 p6 +> 15 14.138325 11 0 M 39 6 +> 7 14.138325 4 39 +> 6 14.138325 40 4 1 "emigrant-1" +> 16 14.138325 11 0 M 40 6 +> 12 14.138325 5 40 7 +> 13 16.138325 5 40 +> 12 16.138325 5 40 8 +> 9 16.138521 16 31 483060000.000000 +> 10 16.138521 16 31 483060000.000000 +> 9 16.138521 16 31 24153000.000000 +> 10 16.138521 16 31 24153000.000000 +> 13 16.138521 5 33 +> 12 16.138521 5 33 9 +> 15 16.138521 12 0 SR 33 p8 +> 13 16.138521 5 40 +> 16 16.138521 12 0 SR 40 p7 +> 15 16.138521 11 0 M 40 7 +> 7 16.138521 4 40 +> 6 16.138521 41 4 4 "emigrant-1" +> 16 16.138521 11 0 M 41 7 +> 12 16.138521 5 41 7 +> 13 18.138521 5 41 +> 12 18.138521 5 41 8 > 9 18.155073 16 15 9330129.761905 > 10 18.155073 16 15 9330129.761905 +> 9 18.155073 16 9 9330129.761905 +> 10 18.155073 16 9 9330129.761905 +> 9 18.155073 16 17 9330129.761905 +> 10 18.155073 16 17 9330129.761905 +> 9 18.155073 16 17 466506.488095 +> 10 18.155073 16 17 466506.488095 +> 9 18.155073 16 9 466506.488095 +> 10 18.155073 16 9 466506.488095 > 9 18.155073 16 15 466506.488095 > 10 18.155073 16 15 466506.488095 -> 9 18.155073 16 7 466506.488095 -> 10 18.155073 16 7 466506.488095 -> 9 18.155073 16 13 466506.488095 -> 10 18.155073 16 13 466506.488095 -> 13 18.155073 5 18 -> 7 18.155073 4 18 -> 13 18.155073 5 26 -> 16 18.155073 12 0 SR 26 p8 -> 7 18.155073 4 26 +> 13 18.155073 5 33 +> 7 18.155073 4 33 +> 13 18.155073 5 41 +> 16 18.155073 12 0 SR 41 p8 +> 7 18.155073 4 41 +> 7 18.155073 1 6 > 7 18.155073 1 3 +> 7 18.155073 13 28 +> 7 18.155073 13 29 +> 7 18.155073 13 23 +> 7 18.155073 13 30 +> 7 18.155073 13 24 +> 7 18.155073 13 18 > 7 18.155073 1 1 +> 7 18.155073 13 19 +> 7 18.155073 13 20 +> 7 18.155073 13 21 +> 7 18.155073 13 22 +> 7 18.155073 13 25 +> 7 18.155073 13 26 +> 7 18.155073 13 31 +> 7 18.155073 13 27 > 7 18.155073 13 16 > 7 18.155073 13 14 > 7 18.155073 13 12 -> 7 18.155073 13 10 -> 7 18.155073 13 7 -> 7 18.155073 13 13 +> 7 18.155073 13 9 > 7 18.155073 13 15 -> 7 18.155073 13 6 +> 7 18.155073 13 17 > 7 18.155073 13 8 +> 7 18.155073 13 10 +> 7 18.155073 13 13 > 7 18.155073 13 11 -> 7 18.155073 13 9 > 7 18.155073 1 5 > 7 18.155073 1 2 +> 7 18.155073 1 7 > 7 18.155073 1 4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:no ${srcdir:=.}/small_platform.xml @@ -1401,20 +1721,35 @@ $ tail -n +3 simgrid.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 3 0 LINK -> 6 0 6 3 0 "6" +> 6 0 8 3 0 "6" > 1 4 3 bandwidth "1 1 1" > 1 5 3 latency "1 1 1" -> 6 0 7 3 0 "3" -> 6 0 8 3 0 "7" -> 6 0 9 3 0 "9" -> 6 0 10 3 0 "2" -> 6 0 11 3 0 "8" -> 6 0 12 3 0 "1" -> 6 0 13 3 0 "4" -> 6 0 14 3 0 "0" -> 6 0 15 3 0 "5" -> 6 0 16 3 0 "loopback" +> 6 0 9 3 0 "3" +> 6 0 10 3 0 "7" +> 6 0 11 3 0 "9" +> 6 0 12 3 0 "2" +> 6 0 13 3 0 "8" +> 6 0 14 3 0 "1" +> 6 0 15 3 0 "4" +> 6 0 16 3 0 "0" +> 6 0 17 3 0 "5" +> 6 0 18 3 0 "145" +> 6 0 19 3 0 "10" +> 6 0 20 3 0 "11" +> 6 0 21 3 0 "16" +> 6 0 22 3 0 "17" +> 6 0 23 3 0 "44" +> 6 0 24 3 0 "47" +> 6 0 25 3 0 "54" +> 6 0 26 3 0 "56" +> 6 0 27 3 0 "59" +> 6 0 28 3 0 "78" +> 6 0 29 3 0 "79" +> 6 0 30 3 0 "80" +> 6 0 31 3 0 "loopback" > 4 6 0 3 3 0-LINK3-LINK3 > 4 7 0 1 3 0-HOST1-LINK3 > 4 8 0 3 1 0-LINK3-HOST1 @@ -1423,79 +1758,180 @@ $ tail -n +3 simgrid.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 4 6 41279125.000000 -> 8 0 5 6 0.000060 -> 8 0 4 7 34285625.000000 -> 8 0 5 7 0.000514 -> 8 0 4 8 11618875.000000 -> 8 0 5 8 0.000190 -> 8 0 4 9 7209750.000000 -> 8 0 5 9 0.001462 -> 8 0 4 10 118682500.000000 -> 8 0 5 10 0.000137 -> 8 0 4 11 8158000.000000 -> 8 0 5 11 0.000271 -> 8 0 4 12 34285625.000000 -> 8 0 5 12 0.000514 -> 8 0 4 13 10099625.000000 -> 8 0 5 13 0.000480 -> 8 0 4 14 41279125.000000 -> 8 0 5 14 0.000060 -> 8 0 4 15 27946250.000000 -> 8 0 5 15 0.000278 -> 8 0 4 16 498000000.000000 -> 8 0 5 16 0.000015 -> 15 0 6 0 topology 13 0 -> 16 0 6 0 topology 7 0 -> 15 0 6 0 topology 6 1 -> 16 0 6 0 topology 8 1 -> 15 0 7 0 topology 1 2 -> 16 0 7 0 topology 13 2 -> 15 0 7 0 topology 1 3 -> 16 0 7 0 topology 9 3 -> 15 0 8 0 topology 9 4 -> 16 0 8 0 topology 2 4 -> 15 0 6 0 topology 10 5 -> 16 0 6 0 topology 14 5 -> 15 0 6 0 topology 12 6 -> 16 0 6 0 topology 11 6 -> 15 0 6 0 topology 9 7 -> 16 0 6 0 topology 13 7 -> 15 0 8 0 topology 8 8 -> 16 0 8 0 topology 5 8 -> 15 0 6 0 topology 14 9 -> 16 0 6 0 topology 12 9 -> 15 0 8 0 topology 15 10 -> 16 0 8 0 topology 4 10 -> 15 0 6 0 topology 10 11 -> 16 0 6 0 topology 15 11 -> 15 0 6 0 topology 7 12 -> 16 0 6 0 topology 15 12 -> 15 0 8 0 topology 11 13 -> 16 0 8 0 topology 3 13 -> 15 0 6 0 topology 7 14 -> 16 0 6 0 topology 10 14 -> 15 0 6 0 topology 12 15 -> 16 0 6 0 topology 6 15 -> 15 0 6 0 topology 11 16 -> 16 0 6 0 topology 6 16 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 4 8 41279125.000000 +> 8 0 5 8 0.000060 +> 8 0 4 9 34285625.000000 +> 8 0 5 9 0.000514 +> 8 0 4 10 11618875.000000 +> 8 0 5 10 0.000190 +> 8 0 4 11 7209750.000000 +> 8 0 5 11 0.001462 +> 8 0 4 12 118682500.000000 +> 8 0 5 12 0.000137 +> 8 0 4 13 8158000.000000 +> 8 0 5 13 0.000271 +> 8 0 4 14 34285625.000000 +> 8 0 5 14 0.000514 +> 8 0 4 15 10099625.000000 +> 8 0 5 15 0.000480 +> 8 0 4 16 41279125.000000 +> 8 0 5 16 0.000060 +> 8 0 4 17 27946250.000000 +> 8 0 5 17 0.000278 +> 8 0 4 18 2583375.000000 +> 8 0 5 18 0.000410 +> 8 0 4 19 34285625.000000 +> 8 0 5 19 0.000514 +> 8 0 4 20 118682500.000000 +> 8 0 5 20 0.000137 +> 8 0 4 21 34285625.000000 +> 8 0 5 21 0.000514 +> 8 0 4 22 118682500.000000 +> 8 0 5 22 0.000137 +> 8 0 4 23 10314625.000000 +> 8 0 5 23 0.006933 +> 8 0 4 24 10314625.000000 +> 8 0 5 24 0.006933 +> 8 0 4 25 15376875.000000 +> 8 0 5 25 0.035083 +> 8 0 4 26 21414750.000000 +> 8 0 5 26 0.029589 +> 8 0 4 27 11845375.000000 +> 8 0 5 27 0.000371 +> 8 0 4 28 27946250.000000 +> 8 0 5 28 0.000278 +> 8 0 4 29 8427250.000000 +> 8 0 5 29 0.000156 +> 8 0 4 30 15376875.000000 +> 8 0 5 30 0.035083 +> 8 0 4 31 498000000.000000 +> 8 0 5 31 0.000015 +> 15 0 6 0 topology 19 0 +> 16 0 6 0 topology 20 0 +> 15 0 6 0 topology 15 1 +> 16 0 6 0 topology 9 1 +> 15 0 6 0 topology 27 2 +> 16 0 6 0 topology 18 2 +> 15 0 7 0 topology 5 3 +> 16 0 7 0 topology 24 3 +> 15 0 6 0 topology 8 4 +> 16 0 6 0 topology 10 4 +> 15 0 6 0 topology 21 5 +> 16 0 6 0 topology 22 5 +> 15 0 7 0 topology 1 6 +> 16 0 7 0 topology 9 6 +> 15 0 6 0 topology 23 7 +> 16 0 6 0 topology 24 7 +> 15 0 7 0 topology 1 8 +> 16 0 7 0 topology 15 8 +> 15 0 7 0 topology 1 9 +> 16 0 7 0 topology 11 9 +> 15 0 6 0 topology 26 10 +> 16 0 6 0 topology 27 10 +> 15 0 7 0 topology 5 11 +> 16 0 7 0 topology 18 11 +> 15 0 8 0 topology 11 12 +> 16 0 8 0 topology 2 12 +> 15 0 6 0 topology 28 13 +> 16 0 6 0 topology 29 13 +> 15 0 6 0 topology 12 14 +> 16 0 6 0 topology 16 14 +> 15 0 6 0 topology 9 15 +> 16 0 6 0 topology 16 15 +> 15 0 6 0 topology 14 16 +> 16 0 6 0 topology 13 16 +> 15 0 6 0 topology 29 17 +> 16 0 6 0 topology 11 17 +> 15 0 7 0 topology 3 18 +> 16 0 7 0 topology 30 18 +> 15 0 6 0 topology 11 19 +> 16 0 6 0 topology 15 19 +> 15 0 7 0 topology 2 20 +> 16 0 7 0 topology 24 20 +> 15 0 8 0 topology 18 21 +> 16 0 8 0 topology 6 21 +> 15 0 8 0 topology 10 22 +> 16 0 8 0 topology 5 22 +> 15 0 6 0 topology 8 23 +> 16 0 6 0 topology 19 23 +> 15 0 6 0 topology 12 24 +> 16 0 6 0 topology 25 24 +> 15 0 7 0 topology 4 25 +> 16 0 7 0 topology 24 25 +> 15 0 6 0 topology 16 26 +> 16 0 6 0 topology 14 26 +> 15 0 8 0 topology 17 27 +> 16 0 8 0 topology 4 27 +> 15 0 6 0 topology 12 28 +> 16 0 6 0 topology 17 28 +> 15 0 6 0 topology 9 29 +> 16 0 6 0 topology 17 29 +> 15 0 6 0 topology 21 30 +> 16 0 6 0 topology 19 30 +> 15 0 6 0 topology 22 31 +> 16 0 6 0 topology 25 31 +> 15 0 8 0 topology 24 32 +> 16 0 8 0 topology 7 32 +> 15 0 7 0 topology 3 33 +> 16 0 7 0 topology 28 33 +> 15 0 6 0 topology 25 34 +> 16 0 6 0 topology 26 34 +> 15 0 6 0 topology 8 35 +> 16 0 6 0 topology 20 35 +> 15 0 8 0 topology 13 36 +> 16 0 8 0 topology 3 36 +> 15 0 7 0 topology 2 37 +> 16 0 7 0 topology 18 37 +> 15 0 6 0 topology 9 38 +> 16 0 6 0 topology 12 38 +> 15 0 6 0 topology 14 39 +> 16 0 6 0 topology 8 39 +> 15 0 6 0 topology 20 40 +> 16 0 6 0 topology 23 40 +> 15 0 7 0 topology 4 41 +> 16 0 7 0 topology 18 41 +> 15 0 6 0 topology 13 42 +> 16 0 6 0 topology 8 42 +> 15 0 6 0 topology 11 43 +> 16 0 6 0 topology 8 43 +> 15 0 6 0 topology 16 44 +> 16 0 6 0 topology 21 44 +> 15 0 6 0 topology 30 45 +> 16 0 6 0 topology 28 45 > 1 9 3 bmigration_order "0.800026 0.545312 0.857926" > 1 10 1 pmigration_order "0.800026 0.545312 0.857926" +> 7 18.155073 1 6 > 7 18.155073 1 3 +> 7 18.155073 3 28 +> 7 18.155073 3 29 +> 7 18.155073 3 23 +> 7 18.155073 3 30 +> 7 18.155073 3 24 +> 7 18.155073 3 18 > 7 18.155073 1 1 +> 7 18.155073 3 19 +> 7 18.155073 3 20 +> 7 18.155073 3 21 +> 7 18.155073 3 22 +> 7 18.155073 3 25 +> 7 18.155073 3 26 +> 7 18.155073 3 31 +> 7 18.155073 3 27 > 7 18.155073 3 16 > 7 18.155073 3 14 > 7 18.155073 3 12 -> 7 18.155073 3 10 -> 7 18.155073 3 7 -> 7 18.155073 3 13 +> 7 18.155073 3 9 > 7 18.155073 3 15 -> 7 18.155073 3 6 +> 7 18.155073 3 17 > 7 18.155073 3 8 +> 7 18.155073 3 10 +> 7 18.155073 3 13 > 7 18.155073 3 11 -> 7 18.155073 3 9 > 7 18.155073 1 5 > 7 18.155073 1 2 +> 7 18.155073 1 7 > 7 18.155073 1 4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/uncategorized:yes ${srcdir:=.}/small_platform.xml @@ -1619,21 +2055,36 @@ $ tail -n +3 simgrid.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 4 0 LINK -> 6 0 6 4 0 "6" +> 6 0 8 4 0 "6" > 1 5 4 bandwidth "1 1 1" > 1 6 4 latency "1 1 1" > 1 7 4 bandwidth_used "0.5 0.5 0.5" -> 6 0 7 4 0 "3" -> 6 0 8 4 0 "7" -> 6 0 9 4 0 "9" -> 6 0 10 4 0 "2" -> 6 0 11 4 0 "8" -> 6 0 12 4 0 "1" -> 6 0 13 4 0 "4" -> 6 0 14 4 0 "0" -> 6 0 15 4 0 "5" -> 6 0 16 4 0 "loopback" +> 6 0 9 4 0 "3" +> 6 0 10 4 0 "7" +> 6 0 11 4 0 "9" +> 6 0 12 4 0 "2" +> 6 0 13 4 0 "8" +> 6 0 14 4 0 "1" +> 6 0 15 4 0 "4" +> 6 0 16 4 0 "0" +> 6 0 17 4 0 "5" +> 6 0 18 4 0 "145" +> 6 0 19 4 0 "10" +> 6 0 20 4 0 "11" +> 6 0 21 4 0 "16" +> 6 0 22 4 0 "17" +> 6 0 23 4 0 "44" +> 6 0 24 4 0 "47" +> 6 0 25 4 0 "54" +> 6 0 26 4 0 "56" +> 6 0 27 4 0 "59" +> 6 0 28 4 0 "78" +> 6 0 29 4 0 "79" +> 6 0 30 4 0 "80" +> 6 0 31 4 0 "loopback" > 4 8 0 4 4 0-LINK4-LINK4 > 4 9 0 1 4 0-HOST1-LINK4 > 4 10 0 4 1 0-LINK4-HOST1 @@ -1642,224 +2093,325 @@ $ tail -n +3 simgrid.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 5 6 41279125.000000 -> 8 0 6 6 0.000060 -> 8 0 5 7 34285625.000000 -> 8 0 6 7 0.000514 -> 8 0 5 8 11618875.000000 -> 8 0 6 8 0.000190 -> 8 0 5 9 7209750.000000 -> 8 0 6 9 0.001462 -> 8 0 5 10 118682500.000000 -> 8 0 6 10 0.000137 -> 8 0 5 11 8158000.000000 -> 8 0 6 11 0.000271 -> 8 0 5 12 34285625.000000 -> 8 0 6 12 0.000514 -> 8 0 5 13 10099625.000000 -> 8 0 6 13 0.000480 -> 8 0 5 14 41279125.000000 -> 8 0 6 14 0.000060 -> 8 0 5 15 27946250.000000 -> 8 0 6 15 0.000278 -> 8 0 5 16 498000000.000000 -> 8 0 6 16 0.000015 -> 15 0 8 0 topology 13 0 -> 16 0 8 0 topology 7 0 -> 15 0 8 0 topology 6 1 -> 16 0 8 0 topology 8 1 -> 15 0 9 0 topology 1 2 -> 16 0 9 0 topology 13 2 -> 15 0 9 0 topology 1 3 -> 16 0 9 0 topology 9 3 -> 15 0 10 0 topology 9 4 -> 16 0 10 0 topology 2 4 -> 15 0 8 0 topology 10 5 -> 16 0 8 0 topology 14 5 -> 15 0 8 0 topology 12 6 -> 16 0 8 0 topology 11 6 -> 15 0 8 0 topology 9 7 -> 16 0 8 0 topology 13 7 -> 15 0 10 0 topology 8 8 -> 16 0 10 0 topology 5 8 -> 15 0 8 0 topology 14 9 -> 16 0 8 0 topology 12 9 -> 15 0 10 0 topology 15 10 -> 16 0 10 0 topology 4 10 -> 15 0 8 0 topology 10 11 -> 16 0 8 0 topology 15 11 -> 15 0 8 0 topology 7 12 -> 16 0 8 0 topology 15 12 -> 15 0 10 0 topology 11 13 -> 16 0 10 0 topology 3 13 -> 15 0 8 0 topology 7 14 -> 16 0 8 0 topology 10 14 -> 15 0 8 0 topology 12 15 -> 16 0 8 0 topology 6 15 -> 15 0 8 0 topology 11 16 -> 16 0 8 0 topology 6 16 -> 8 2.025708 7 13 0.000000 -> 9 2.025708 7 13 7536438.095238 -> 10 2.025708 7 13 7536438.095238 -> 8 2.025708 7 7 0.000000 -> 9 2.025708 7 7 7536438.095238 -> 10 2.025708 7 7 7536438.095238 -> 8 2.025708 7 10 0.000000 -> 9 2.025708 7 10 7536438.095238 -> 10 2.025708 7 10 7536438.095238 -> 8 2.025708 7 14 0.000000 -> 9 2.025708 7 14 7536438.095238 -> 10 2.025708 7 14 7536438.095238 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 5 8 41279125.000000 +> 8 0 6 8 0.000060 +> 8 0 5 9 34285625.000000 +> 8 0 6 9 0.000514 +> 8 0 5 10 11618875.000000 +> 8 0 6 10 0.000190 +> 8 0 5 11 7209750.000000 +> 8 0 6 11 0.001462 +> 8 0 5 12 118682500.000000 +> 8 0 6 12 0.000137 +> 8 0 5 13 8158000.000000 +> 8 0 6 13 0.000271 +> 8 0 5 14 34285625.000000 +> 8 0 6 14 0.000514 +> 8 0 5 15 10099625.000000 +> 8 0 6 15 0.000480 +> 8 0 5 16 41279125.000000 +> 8 0 6 16 0.000060 +> 8 0 5 17 27946250.000000 +> 8 0 6 17 0.000278 +> 8 0 5 18 2583375.000000 +> 8 0 6 18 0.000410 +> 8 0 5 19 34285625.000000 +> 8 0 6 19 0.000514 +> 8 0 5 20 118682500.000000 +> 8 0 6 20 0.000137 +> 8 0 5 21 34285625.000000 +> 8 0 6 21 0.000514 +> 8 0 5 22 118682500.000000 +> 8 0 6 22 0.000137 +> 8 0 5 23 10314625.000000 +> 8 0 6 23 0.006933 +> 8 0 5 24 10314625.000000 +> 8 0 6 24 0.006933 +> 8 0 5 25 15376875.000000 +> 8 0 6 25 0.035083 +> 8 0 5 26 21414750.000000 +> 8 0 6 26 0.029589 +> 8 0 5 27 11845375.000000 +> 8 0 6 27 0.000371 +> 8 0 5 28 27946250.000000 +> 8 0 6 28 0.000278 +> 8 0 5 29 8427250.000000 +> 8 0 6 29 0.000156 +> 8 0 5 30 15376875.000000 +> 8 0 6 30 0.035083 +> 8 0 5 31 498000000.000000 +> 8 0 6 31 0.000015 +> 15 0 8 0 topology 19 0 +> 16 0 8 0 topology 20 0 +> 15 0 8 0 topology 15 1 +> 16 0 8 0 topology 9 1 +> 15 0 8 0 topology 27 2 +> 16 0 8 0 topology 18 2 +> 15 0 9 0 topology 5 3 +> 16 0 9 0 topology 24 3 +> 15 0 8 0 topology 8 4 +> 16 0 8 0 topology 10 4 +> 15 0 8 0 topology 21 5 +> 16 0 8 0 topology 22 5 +> 15 0 9 0 topology 1 6 +> 16 0 9 0 topology 9 6 +> 15 0 8 0 topology 23 7 +> 16 0 8 0 topology 24 7 +> 15 0 9 0 topology 1 8 +> 16 0 9 0 topology 15 8 +> 15 0 9 0 topology 1 9 +> 16 0 9 0 topology 11 9 +> 15 0 8 0 topology 26 10 +> 16 0 8 0 topology 27 10 +> 15 0 9 0 topology 5 11 +> 16 0 9 0 topology 18 11 +> 15 0 10 0 topology 11 12 +> 16 0 10 0 topology 2 12 +> 15 0 8 0 topology 28 13 +> 16 0 8 0 topology 29 13 +> 15 0 8 0 topology 12 14 +> 16 0 8 0 topology 16 14 +> 15 0 8 0 topology 9 15 +> 16 0 8 0 topology 16 15 +> 15 0 8 0 topology 14 16 +> 16 0 8 0 topology 13 16 +> 15 0 8 0 topology 29 17 +> 16 0 8 0 topology 11 17 +> 15 0 9 0 topology 3 18 +> 16 0 9 0 topology 30 18 +> 15 0 8 0 topology 11 19 +> 16 0 8 0 topology 15 19 +> 15 0 9 0 topology 2 20 +> 16 0 9 0 topology 24 20 +> 15 0 10 0 topology 18 21 +> 16 0 10 0 topology 6 21 +> 15 0 10 0 topology 10 22 +> 16 0 10 0 topology 5 22 +> 15 0 8 0 topology 8 23 +> 16 0 8 0 topology 19 23 +> 15 0 8 0 topology 12 24 +> 16 0 8 0 topology 25 24 +> 15 0 9 0 topology 4 25 +> 16 0 9 0 topology 24 25 +> 15 0 8 0 topology 16 26 +> 16 0 8 0 topology 14 26 +> 15 0 10 0 topology 17 27 +> 16 0 10 0 topology 4 27 +> 15 0 8 0 topology 12 28 +> 16 0 8 0 topology 17 28 +> 15 0 8 0 topology 9 29 +> 16 0 8 0 topology 17 29 +> 15 0 8 0 topology 21 30 +> 16 0 8 0 topology 19 30 +> 15 0 8 0 topology 22 31 +> 16 0 8 0 topology 25 31 +> 15 0 10 0 topology 24 32 +> 16 0 10 0 topology 7 32 +> 15 0 9 0 topology 3 33 +> 16 0 9 0 topology 28 33 +> 15 0 8 0 topology 25 34 +> 16 0 8 0 topology 26 34 +> 15 0 8 0 topology 8 35 +> 16 0 8 0 topology 20 35 +> 15 0 10 0 topology 13 36 +> 16 0 10 0 topology 3 36 +> 15 0 9 0 topology 2 37 +> 16 0 9 0 topology 18 37 +> 15 0 8 0 topology 9 38 +> 16 0 8 0 topology 12 38 +> 15 0 8 0 topology 14 39 +> 16 0 8 0 topology 8 39 +> 15 0 8 0 topology 20 40 +> 16 0 8 0 topology 23 40 +> 15 0 9 0 topology 4 41 +> 16 0 9 0 topology 18 41 +> 15 0 8 0 topology 13 42 +> 16 0 8 0 topology 8 42 +> 15 0 8 0 topology 11 43 +> 16 0 8 0 topology 8 43 +> 15 0 8 0 topology 16 44 +> 16 0 8 0 topology 21 44 +> 15 0 8 0 topology 30 45 +> 16 0 8 0 topology 28 45 +> 8 2.025708 7 15 0.000000 +> 9 2.025708 7 15 7536438.095238 +> 10 2.025708 7 15 7536438.095238 +> 8 2.025708 7 9 0.000000 +> 9 2.025708 7 9 7536438.095238 +> 10 2.025708 7 9 7536438.095238 > 8 2.025708 7 12 0.000000 > 9 2.025708 7 12 7536438.095238 > 10 2.025708 7 12 7536438.095238 -> 8 2.025708 7 11 0.000000 -> 9 2.025708 7 11 7536438.095238 -> 10 2.025708 7 11 7536438.095238 -> 9 2.025708 7 11 376821.904762 -> 10 2.025708 7 11 376821.904762 -> 9 2.025708 7 12 376821.904762 -> 10 2.025708 7 12 376821.904762 -> 9 2.025708 7 14 376821.904762 -> 10 2.025708 7 14 376821.904762 -> 9 2.025708 7 10 376821.904762 -> 10 2.025708 7 10 376821.904762 -> 9 2.025708 7 7 376821.904762 -> 10 2.025708 7 7 376821.904762 +> 8 2.025708 7 16 0.000000 +> 9 2.025708 7 16 7536438.095238 +> 10 2.025708 7 16 7536438.095238 +> 8 2.025708 7 14 0.000000 +> 9 2.025708 7 14 7536438.095238 +> 10 2.025708 7 14 7536438.095238 +> 8 2.025708 7 13 0.000000 +> 9 2.025708 7 13 7536438.095238 +> 10 2.025708 7 13 7536438.095238 > 9 2.025708 7 13 376821.904762 > 10 2.025708 7 13 376821.904762 -> 8 4.025903 7 16 0.000000 -> 9 4.025903 7 16 483060000.000000 -> 10 4.025903 7 16 483060000.000000 -> 9 4.025903 7 16 24153000.000000 -> 10 4.025903 7 16 24153000.000000 -> 8 6.044918 7 9 0.000000 -> 9 6.044918 7 9 6660435.714286 -> 10 6.044918 7 9 6660435.714286 -> 9 6.044918 7 9 333021.785714 -> 10 6.044918 7 9 333021.785714 -> 9 8.070626 7 13 7536438.095238 -> 10 8.070626 7 13 7536438.095238 -> 9 8.070626 7 7 7536438.095238 -> 10 8.070626 7 7 7536438.095238 -> 9 8.070626 7 10 7536438.095238 -> 10 8.070626 7 10 7536438.095238 -> 9 8.070626 7 14 7536438.095238 -> 10 8.070626 7 14 7536438.095238 +> 9 2.025708 7 14 376821.904762 +> 10 2.025708 7 14 376821.904762 +> 9 2.025708 7 16 376821.904762 +> 10 2.025708 7 16 376821.904762 +> 9 2.025708 7 12 376821.904762 +> 10 2.025708 7 12 376821.904762 +> 9 2.025708 7 9 376821.904762 +> 10 2.025708 7 9 376821.904762 +> 9 2.025708 7 15 376821.904762 +> 10 2.025708 7 15 376821.904762 +> 8 4.025903 7 31 0.000000 +> 9 4.025903 7 31 483060000.000000 +> 10 4.025903 7 31 483060000.000000 +> 9 4.025903 7 31 24153000.000000 +> 10 4.025903 7 31 24153000.000000 +> 8 6.044918 7 11 0.000000 +> 9 6.044918 7 11 6660435.714286 +> 10 6.044918 7 11 6660435.714286 +> 9 6.044918 7 11 333021.785714 +> 10 6.044918 7 11 333021.785714 +> 9 8.070626 7 15 7536438.095238 +> 10 8.070626 7 15 7536438.095238 +> 9 8.070626 7 9 7536438.095238 +> 10 8.070626 7 9 7536438.095238 > 9 8.070626 7 12 7536438.095238 > 10 8.070626 7 12 7536438.095238 -> 9 8.070626 7 11 7536438.095238 -> 10 8.070626 7 11 7536438.095238 -> 9 8.070626 7 11 376821.904762 -> 10 8.070626 7 11 376821.904762 -> 9 8.070626 7 12 376821.904762 -> 10 8.070626 7 12 376821.904762 -> 9 8.070626 7 14 376821.904762 -> 10 8.070626 7 14 376821.904762 -> 9 8.070626 7 10 376821.904762 -> 10 8.070626 7 10 376821.904762 -> 9 8.070626 7 7 376821.904762 -> 10 8.070626 7 7 376821.904762 +> 9 8.070626 7 16 7536438.095238 +> 10 8.070626 7 16 7536438.095238 +> 9 8.070626 7 14 7536438.095238 +> 10 8.070626 7 14 7536438.095238 +> 9 8.070626 7 13 7536438.095238 +> 10 8.070626 7 13 7536438.095238 > 9 8.070626 7 13 376821.904762 > 10 8.070626 7 13 376821.904762 -> 9 10.087178 7 13 9330129.761905 -> 10 10.087178 7 13 9330129.761905 -> 9 10.087178 7 7 9330129.761905 -> 10 10.087178 7 7 9330129.761905 -> 8 10.087178 7 15 0.000000 +> 9 8.070626 7 14 376821.904762 +> 10 8.070626 7 14 376821.904762 +> 9 8.070626 7 16 376821.904762 +> 10 8.070626 7 16 376821.904762 +> 9 8.070626 7 12 376821.904762 +> 10 8.070626 7 12 376821.904762 +> 9 8.070626 7 9 376821.904762 +> 10 8.070626 7 9 376821.904762 +> 9 8.070626 7 15 376821.904762 +> 10 8.070626 7 15 376821.904762 > 9 10.087178 7 15 9330129.761905 > 10 10.087178 7 15 9330129.761905 +> 9 10.087178 7 9 9330129.761905 +> 10 10.087178 7 9 9330129.761905 +> 8 10.087178 7 17 0.000000 +> 9 10.087178 7 17 9330129.761905 +> 10 10.087178 7 17 9330129.761905 +> 9 10.087178 7 17 466506.488095 +> 10 10.087178 7 17 466506.488095 +> 9 10.087178 7 9 466506.488095 +> 10 10.087178 7 9 466506.488095 > 9 10.087178 7 15 466506.488095 > 10 10.087178 7 15 466506.488095 -> 9 10.087178 7 7 466506.488095 -> 10 10.087178 7 7 466506.488095 -> 9 10.087178 7 13 466506.488095 -> 10 10.087178 7 13 466506.488095 -> 9 12.112617 7 13 9330129.761905 -> 10 12.112617 7 13 9330129.761905 -> 9 12.112617 7 7 9330129.761905 -> 10 12.112617 7 7 9330129.761905 -> 9 12.112617 7 10 9330129.761905 -> 10 12.112617 7 10 9330129.761905 -> 9 12.112617 7 14 9330129.761905 -> 10 12.112617 7 14 9330129.761905 +> 9 12.112617 7 15 9330129.761905 +> 10 12.112617 7 15 9330129.761905 +> 9 12.112617 7 9 9330129.761905 +> 10 12.112617 7 9 9330129.761905 > 9 12.112617 7 12 9330129.761905 > 10 12.112617 7 12 9330129.761905 -> 8 12.112617 7 6 0.000000 -> 9 12.112617 7 6 9330129.761905 -> 10 12.112617 7 6 9330129.761905 +> 9 12.112617 7 16 9330129.761905 +> 10 12.112617 7 16 9330129.761905 +> 9 12.112617 7 14 9330129.761905 +> 10 12.112617 7 14 9330129.761905 > 8 12.112617 7 8 0.000000 > 9 12.112617 7 8 9330129.761905 > 10 12.112617 7 8 9330129.761905 +> 8 12.112617 7 10 0.000000 +> 9 12.112617 7 10 9330129.761905 +> 10 12.112617 7 10 9330129.761905 +> 9 12.112617 7 10 466506.488095 +> 10 12.112617 7 10 466506.488095 > 9 12.112617 7 8 466506.488095 > 10 12.112617 7 8 466506.488095 -> 9 12.112617 7 6 466506.488095 -> 10 12.112617 7 6 466506.488095 -> 9 12.112617 7 12 466506.488095 -> 10 12.112617 7 12 466506.488095 > 9 12.112617 7 14 466506.488095 > 10 12.112617 7 14 466506.488095 -> 9 12.112617 7 10 466506.488095 -> 10 12.112617 7 10 466506.488095 -> 9 12.112617 7 7 466506.488095 -> 10 12.112617 7 7 466506.488095 -> 9 12.112617 7 13 466506.488095 -> 10 12.112617 7 13 466506.488095 -> 9 14.138325 7 13 7536438.095238 -> 10 14.138325 7 13 7536438.095238 -> 9 14.138325 7 7 7536438.095238 -> 10 14.138325 7 7 7536438.095238 -> 9 14.138325 7 10 7536438.095238 -> 10 14.138325 7 10 7536438.095238 -> 9 14.138325 7 14 7536438.095238 -> 10 14.138325 7 14 7536438.095238 +> 9 12.112617 7 16 466506.488095 +> 10 12.112617 7 16 466506.488095 +> 9 12.112617 7 12 466506.488095 +> 10 12.112617 7 12 466506.488095 +> 9 12.112617 7 9 466506.488095 +> 10 12.112617 7 9 466506.488095 +> 9 12.112617 7 15 466506.488095 +> 10 12.112617 7 15 466506.488095 +> 9 14.138325 7 15 7536438.095238 +> 10 14.138325 7 15 7536438.095238 +> 9 14.138325 7 9 7536438.095238 +> 10 14.138325 7 9 7536438.095238 > 9 14.138325 7 12 7536438.095238 > 10 14.138325 7 12 7536438.095238 -> 9 14.138325 7 11 7536438.095238 -> 10 14.138325 7 11 7536438.095238 -> 9 14.138325 7 11 376821.904762 -> 10 14.138325 7 11 376821.904762 -> 9 14.138325 7 12 376821.904762 -> 10 14.138325 7 12 376821.904762 -> 9 14.138325 7 14 376821.904762 -> 10 14.138325 7 14 376821.904762 -> 9 14.138325 7 10 376821.904762 -> 10 14.138325 7 10 376821.904762 -> 9 14.138325 7 7 376821.904762 -> 10 14.138325 7 7 376821.904762 +> 9 14.138325 7 16 7536438.095238 +> 10 14.138325 7 16 7536438.095238 +> 9 14.138325 7 14 7536438.095238 +> 10 14.138325 7 14 7536438.095238 +> 9 14.138325 7 13 7536438.095238 +> 10 14.138325 7 13 7536438.095238 > 9 14.138325 7 13 376821.904762 > 10 14.138325 7 13 376821.904762 -> 9 16.138521 7 16 483060000.000000 -> 10 16.138521 7 16 483060000.000000 -> 9 16.138521 7 16 24153000.000000 -> 10 16.138521 7 16 24153000.000000 -> 9 18.155073 7 13 9330129.761905 -> 10 18.155073 7 13 9330129.761905 -> 9 18.155073 7 7 9330129.761905 -> 10 18.155073 7 7 9330129.761905 +> 9 14.138325 7 14 376821.904762 +> 10 14.138325 7 14 376821.904762 +> 9 14.138325 7 16 376821.904762 +> 10 14.138325 7 16 376821.904762 +> 9 14.138325 7 12 376821.904762 +> 10 14.138325 7 12 376821.904762 +> 9 14.138325 7 9 376821.904762 +> 10 14.138325 7 9 376821.904762 +> 9 14.138325 7 15 376821.904762 +> 10 14.138325 7 15 376821.904762 +> 9 16.138521 7 31 483060000.000000 +> 10 16.138521 7 31 483060000.000000 +> 9 16.138521 7 31 24153000.000000 +> 10 16.138521 7 31 24153000.000000 > 9 18.155073 7 15 9330129.761905 > 10 18.155073 7 15 9330129.761905 +> 9 18.155073 7 9 9330129.761905 +> 10 18.155073 7 9 9330129.761905 +> 9 18.155073 7 17 9330129.761905 +> 10 18.155073 7 17 9330129.761905 +> 9 18.155073 7 17 466506.488095 +> 10 18.155073 7 17 466506.488095 +> 9 18.155073 7 9 466506.488095 +> 10 18.155073 7 9 466506.488095 > 9 18.155073 7 15 466506.488095 > 10 18.155073 7 15 466506.488095 -> 9 18.155073 7 7 466506.488095 -> 10 18.155073 7 7 466506.488095 -> 9 18.155073 7 13 466506.488095 -> 10 18.155073 7 13 466506.488095 +> 7 18.155073 1 6 > 7 18.155073 1 3 +> 7 18.155073 4 28 +> 7 18.155073 4 29 +> 7 18.155073 4 23 +> 7 18.155073 4 30 +> 7 18.155073 4 24 +> 7 18.155073 4 18 > 7 18.155073 1 1 +> 7 18.155073 4 19 +> 7 18.155073 4 20 +> 7 18.155073 4 21 +> 7 18.155073 4 22 +> 7 18.155073 4 25 +> 7 18.155073 4 26 +> 7 18.155073 4 31 +> 7 18.155073 4 27 > 7 18.155073 4 16 > 7 18.155073 4 14 > 7 18.155073 4 12 -> 7 18.155073 4 10 -> 7 18.155073 4 7 -> 7 18.155073 4 13 +> 7 18.155073 4 9 > 7 18.155073 4 15 -> 7 18.155073 4 6 +> 7 18.155073 4 17 > 7 18.155073 4 8 +> 7 18.155073 4 10 +> 7 18.155073 4 13 > 7 18.155073 4 11 -> 7 18.155073 4 9 > 7 18.155073 1 5 > 7 18.155073 1 2 +> 7 18.155073 1 7 > 7 18.155073 1 4 $ $SG_TEST_EXENV ${bindir:=.}/trace-process-migration$EXEEXT --cfg=tracing:yes --cfg=tracing/msg/process:yes ${srcdir:=.}/small_platform.xml @@ -1990,178 +2542,266 @@ $ tail -n +3 simgrid.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 11 0 LINK -> 6 0 6 11 0 "6" -> 6 0 7 11 0 "3" -> 6 0 8 11 0 "7" -> 6 0 9 11 0 "9" -> 6 0 10 11 0 "2" -> 6 0 11 11 0 "8" -> 6 0 12 11 0 "1" -> 6 0 13 11 0 "4" -> 6 0 14 11 0 "0" -> 6 0 15 11 0 "5" -> 6 0 16 11 0 "loopback" +> 6 0 8 11 0 "6" +> 6 0 9 11 0 "3" +> 6 0 10 11 0 "7" +> 6 0 11 11 0 "9" +> 6 0 12 11 0 "2" +> 6 0 13 11 0 "8" +> 6 0 14 11 0 "1" +> 6 0 15 11 0 "4" +> 6 0 16 11 0 "0" +> 6 0 17 11 0 "5" +> 6 0 18 11 0 "145" +> 6 0 19 11 0 "10" +> 6 0 20 11 0 "11" +> 6 0 21 11 0 "16" +> 6 0 22 11 0 "17" +> 6 0 23 11 0 "44" +> 6 0 24 11 0 "47" +> 6 0 25 11 0 "54" +> 6 0 26 11 0 "56" +> 6 0 27 11 0 "59" +> 6 0 28 11 0 "78" +> 6 0 29 11 0 "79" +> 6 0 30 11 0 "80" +> 6 0 31 11 0 "loopback" > 4 12 0 11 11 0-LINK11-LINK11 > 4 13 0 1 11 0-HOST1-LINK11 > 4 14 0 11 1 0-LINK11-HOST1 -> 15 0 12 0 topology 13 0 -> 16 0 12 0 topology 7 0 -> 15 0 12 0 topology 6 1 -> 16 0 12 0 topology 8 1 -> 15 0 13 0 topology 1 2 -> 16 0 13 0 topology 13 2 -> 15 0 13 0 topology 1 3 -> 16 0 13 0 topology 9 3 -> 15 0 14 0 topology 9 4 -> 16 0 14 0 topology 2 4 -> 15 0 12 0 topology 10 5 -> 16 0 12 0 topology 14 5 -> 15 0 12 0 topology 12 6 -> 16 0 12 0 topology 11 6 -> 15 0 12 0 topology 9 7 -> 16 0 12 0 topology 13 7 -> 15 0 14 0 topology 8 8 -> 16 0 14 0 topology 5 8 -> 15 0 12 0 topology 14 9 -> 16 0 12 0 topology 12 9 -> 15 0 14 0 topology 15 10 -> 16 0 14 0 topology 4 10 -> 15 0 12 0 topology 10 11 -> 16 0 12 0 topology 15 11 -> 15 0 12 0 topology 7 12 -> 16 0 12 0 topology 15 12 -> 15 0 14 0 topology 11 13 -> 16 0 14 0 topology 3 13 -> 15 0 12 0 topology 7 14 -> 16 0 12 0 topology 10 14 -> 15 0 12 0 topology 12 15 -> 16 0 12 0 topology 6 15 -> 15 0 12 0 topology 11 16 -> 16 0 12 0 topology 6 16 -> 6 0 17 2 3 "emigrant-1" -> 6 0 18 2 1 "policeman-2" -> 12 0 3 17 5 -> 12 0 3 18 7 -> 15 0 10 0 SR 18 p0 -> 13 2.000000 3 17 -> 12 2.000000 3 17 6 -> 13 2.025708 3 18 -> 12 2.025708 3 18 7 -> 15 2.025708 10 0 SR 18 p1 -> 13 2.025708 3 17 -> 16 2.025708 10 0 SR 17 p0 -> 15 2.025708 9 0 M 17 0 -> 7 2.025708 2 17 -> 6 2.025708 19 2 1 "emigrant-1" -> 16 2.025708 9 0 M 19 0 -> 12 2.025708 3 19 5 -> 13 4.025708 3 19 -> 12 4.025708 3 19 6 -> 13 4.025903 3 18 -> 12 4.025903 3 18 7 -> 15 4.025903 10 0 SR 18 p2 -> 13 4.025903 3 19 -> 16 4.025903 10 0 SR 19 p1 -> 15 4.025903 9 0 M 19 1 -> 7 4.025903 2 19 -> 6 4.025903 20 2 2 "emigrant-1" -> 16 4.025903 9 0 M 20 1 -> 12 4.025903 3 20 5 -> 13 6.025903 3 20 -> 12 6.025903 3 20 6 -> 13 6.044918 3 18 -> 12 6.044918 3 18 7 -> 15 6.044918 10 0 SR 18 p3 -> 13 6.044918 3 20 -> 16 6.044918 10 0 SR 20 p2 -> 15 6.044918 9 0 M 20 2 -> 7 6.044918 2 20 -> 6 6.044918 21 2 3 "emigrant-1" -> 16 6.044918 9 0 M 21 2 -> 12 6.044918 3 21 5 -> 13 8.044918 3 21 -> 12 8.044918 3 21 6 -> 13 8.070626 3 18 -> 12 8.070626 3 18 7 -> 15 8.070626 10 0 SR 18 p4 -> 13 8.070626 3 21 -> 16 8.070626 10 0 SR 21 p3 -> 15 8.070626 9 0 M 21 3 -> 7 8.070626 2 21 -> 6 8.070626 22 2 4 "emigrant-1" -> 16 8.070626 9 0 M 22 3 -> 12 8.070626 3 22 5 -> 13 10.070626 3 22 -> 12 10.070626 3 22 6 -> 13 10.087178 3 18 -> 12 10.087178 3 18 7 -> 15 10.087178 10 0 SR 18 p5 -> 13 10.087178 3 22 -> 16 10.087178 10 0 SR 22 p4 -> 15 10.087178 9 0 M 22 4 -> 7 10.087178 2 22 -> 6 10.087178 23 2 5 "emigrant-1" -> 16 10.087178 9 0 M 23 4 -> 12 10.087178 3 23 5 -> 13 12.087178 3 23 -> 12 12.087178 3 23 6 -> 13 12.112617 3 18 -> 12 12.112617 3 18 7 -> 15 12.112617 10 0 SR 18 p6 -> 13 12.112617 3 23 -> 16 12.112617 10 0 SR 23 p5 -> 15 12.112617 9 0 M 23 5 -> 7 12.112617 2 23 -> 6 12.112617 24 2 3 "emigrant-1" -> 16 12.112617 9 0 M 24 5 -> 12 12.112617 3 24 5 -> 13 14.112617 3 24 -> 12 14.112617 3 24 6 -> 13 14.138325 3 18 -> 12 14.138325 3 18 7 -> 15 14.138325 10 0 SR 18 p7 -> 13 14.138325 3 24 -> 16 14.138325 10 0 SR 24 p6 -> 15 14.138325 9 0 M 24 6 -> 7 14.138325 2 24 -> 6 14.138325 25 2 1 "emigrant-1" -> 16 14.138325 9 0 M 25 6 -> 12 14.138325 3 25 5 -> 13 16.138325 3 25 -> 12 16.138325 3 25 6 -> 13 16.138521 3 18 -> 12 16.138521 3 18 7 -> 15 16.138521 10 0 SR 18 p8 -> 13 16.138521 3 25 -> 16 16.138521 10 0 SR 25 p7 -> 15 16.138521 9 0 M 25 7 -> 7 16.138521 2 25 -> 6 16.138521 26 2 4 "emigrant-1" -> 16 16.138521 9 0 M 26 7 -> 12 16.138521 3 26 5 -> 13 18.138521 3 26 -> 12 18.138521 3 26 6 -> 13 18.155073 3 18 -> 7 18.155073 2 18 -> 13 18.155073 3 26 -> 16 18.155073 10 0 SR 26 p8 -> 7 18.155073 2 26 +> 15 0 12 0 topology 19 0 +> 16 0 12 0 topology 20 0 +> 15 0 12 0 topology 15 1 +> 16 0 12 0 topology 9 1 +> 15 0 12 0 topology 27 2 +> 16 0 12 0 topology 18 2 +> 15 0 13 0 topology 5 3 +> 16 0 13 0 topology 24 3 +> 15 0 12 0 topology 8 4 +> 16 0 12 0 topology 10 4 +> 15 0 12 0 topology 21 5 +> 16 0 12 0 topology 22 5 +> 15 0 13 0 topology 1 6 +> 16 0 13 0 topology 9 6 +> 15 0 12 0 topology 23 7 +> 16 0 12 0 topology 24 7 +> 15 0 13 0 topology 1 8 +> 16 0 13 0 topology 15 8 +> 15 0 13 0 topology 1 9 +> 16 0 13 0 topology 11 9 +> 15 0 12 0 topology 26 10 +> 16 0 12 0 topology 27 10 +> 15 0 13 0 topology 5 11 +> 16 0 13 0 topology 18 11 +> 15 0 14 0 topology 11 12 +> 16 0 14 0 topology 2 12 +> 15 0 12 0 topology 28 13 +> 16 0 12 0 topology 29 13 +> 15 0 12 0 topology 12 14 +> 16 0 12 0 topology 16 14 +> 15 0 12 0 topology 9 15 +> 16 0 12 0 topology 16 15 +> 15 0 12 0 topology 14 16 +> 16 0 12 0 topology 13 16 +> 15 0 12 0 topology 29 17 +> 16 0 12 0 topology 11 17 +> 15 0 13 0 topology 3 18 +> 16 0 13 0 topology 30 18 +> 15 0 12 0 topology 11 19 +> 16 0 12 0 topology 15 19 +> 15 0 13 0 topology 2 20 +> 16 0 13 0 topology 24 20 +> 15 0 14 0 topology 18 21 +> 16 0 14 0 topology 6 21 +> 15 0 14 0 topology 10 22 +> 16 0 14 0 topology 5 22 +> 15 0 12 0 topology 8 23 +> 16 0 12 0 topology 19 23 +> 15 0 12 0 topology 12 24 +> 16 0 12 0 topology 25 24 +> 15 0 13 0 topology 4 25 +> 16 0 13 0 topology 24 25 +> 15 0 12 0 topology 16 26 +> 16 0 12 0 topology 14 26 +> 15 0 14 0 topology 17 27 +> 16 0 14 0 topology 4 27 +> 15 0 12 0 topology 12 28 +> 16 0 12 0 topology 17 28 +> 15 0 12 0 topology 9 29 +> 16 0 12 0 topology 17 29 +> 15 0 12 0 topology 21 30 +> 16 0 12 0 topology 19 30 +> 15 0 12 0 topology 22 31 +> 16 0 12 0 topology 25 31 +> 15 0 14 0 topology 24 32 +> 16 0 14 0 topology 7 32 +> 15 0 13 0 topology 3 33 +> 16 0 13 0 topology 28 33 +> 15 0 12 0 topology 25 34 +> 16 0 12 0 topology 26 34 +> 15 0 12 0 topology 8 35 +> 16 0 12 0 topology 20 35 +> 15 0 14 0 topology 13 36 +> 16 0 14 0 topology 3 36 +> 15 0 13 0 topology 2 37 +> 16 0 13 0 topology 18 37 +> 15 0 12 0 topology 9 38 +> 16 0 12 0 topology 12 38 +> 15 0 12 0 topology 14 39 +> 16 0 12 0 topology 8 39 +> 15 0 12 0 topology 20 40 +> 16 0 12 0 topology 23 40 +> 15 0 13 0 topology 4 41 +> 16 0 13 0 topology 18 41 +> 15 0 12 0 topology 13 42 +> 16 0 12 0 topology 8 42 +> 15 0 12 0 topology 11 43 +> 16 0 12 0 topology 8 43 +> 15 0 12 0 topology 16 44 +> 16 0 12 0 topology 21 44 +> 15 0 12 0 topology 30 45 +> 16 0 12 0 topology 28 45 +> 6 0 32 2 3 "emigrant-1" +> 6 0 33 2 1 "policeman-2" +> 12 0 3 32 5 +> 12 0 3 33 7 +> 15 0 10 0 SR 33 p0 +> 13 2.000000 3 32 +> 12 2.000000 3 32 6 +> 13 2.025708 3 33 +> 12 2.025708 3 33 7 +> 15 2.025708 10 0 SR 33 p1 +> 13 2.025708 3 32 +> 16 2.025708 10 0 SR 32 p0 +> 15 2.025708 9 0 M 32 0 +> 7 2.025708 2 32 +> 6 2.025708 34 2 1 "emigrant-1" +> 16 2.025708 9 0 M 34 0 +> 12 2.025708 3 34 5 +> 13 4.025708 3 34 +> 12 4.025708 3 34 6 +> 13 4.025903 3 33 +> 12 4.025903 3 33 7 +> 15 4.025903 10 0 SR 33 p2 +> 13 4.025903 3 34 +> 16 4.025903 10 0 SR 34 p1 +> 15 4.025903 9 0 M 34 1 +> 7 4.025903 2 34 +> 6 4.025903 35 2 2 "emigrant-1" +> 16 4.025903 9 0 M 35 1 +> 12 4.025903 3 35 5 +> 13 6.025903 3 35 +> 12 6.025903 3 35 6 +> 13 6.044918 3 33 +> 12 6.044918 3 33 7 +> 15 6.044918 10 0 SR 33 p3 +> 13 6.044918 3 35 +> 16 6.044918 10 0 SR 35 p2 +> 15 6.044918 9 0 M 35 2 +> 7 6.044918 2 35 +> 6 6.044918 36 2 3 "emigrant-1" +> 16 6.044918 9 0 M 36 2 +> 12 6.044918 3 36 5 +> 13 8.044918 3 36 +> 12 8.044918 3 36 6 +> 13 8.070626 3 33 +> 12 8.070626 3 33 7 +> 15 8.070626 10 0 SR 33 p4 +> 13 8.070626 3 36 +> 16 8.070626 10 0 SR 36 p3 +> 15 8.070626 9 0 M 36 3 +> 7 8.070626 2 36 +> 6 8.070626 37 2 4 "emigrant-1" +> 16 8.070626 9 0 M 37 3 +> 12 8.070626 3 37 5 +> 13 10.070626 3 37 +> 12 10.070626 3 37 6 +> 13 10.087178 3 33 +> 12 10.087178 3 33 7 +> 15 10.087178 10 0 SR 33 p5 +> 13 10.087178 3 37 +> 16 10.087178 10 0 SR 37 p4 +> 15 10.087178 9 0 M 37 4 +> 7 10.087178 2 37 +> 6 10.087178 38 2 5 "emigrant-1" +> 16 10.087178 9 0 M 38 4 +> 12 10.087178 3 38 5 +> 13 12.087178 3 38 +> 12 12.087178 3 38 6 +> 13 12.112617 3 33 +> 12 12.112617 3 33 7 +> 15 12.112617 10 0 SR 33 p6 +> 13 12.112617 3 38 +> 16 12.112617 10 0 SR 38 p5 +> 15 12.112617 9 0 M 38 5 +> 7 12.112617 2 38 +> 6 12.112617 39 2 3 "emigrant-1" +> 16 12.112617 9 0 M 39 5 +> 12 12.112617 3 39 5 +> 13 14.112617 3 39 +> 12 14.112617 3 39 6 +> 13 14.138325 3 33 +> 12 14.138325 3 33 7 +> 15 14.138325 10 0 SR 33 p7 +> 13 14.138325 3 39 +> 16 14.138325 10 0 SR 39 p6 +> 15 14.138325 9 0 M 39 6 +> 7 14.138325 2 39 +> 6 14.138325 40 2 1 "emigrant-1" +> 16 14.138325 9 0 M 40 6 +> 12 14.138325 3 40 5 +> 13 16.138325 3 40 +> 12 16.138325 3 40 6 +> 13 16.138521 3 33 +> 12 16.138521 3 33 7 +> 15 16.138521 10 0 SR 33 p8 +> 13 16.138521 3 40 +> 16 16.138521 10 0 SR 40 p7 +> 15 16.138521 9 0 M 40 7 +> 7 16.138521 2 40 +> 6 16.138521 41 2 4 "emigrant-1" +> 16 16.138521 9 0 M 41 7 +> 12 16.138521 3 41 5 +> 13 18.138521 3 41 +> 12 18.138521 3 41 6 +> 13 18.155073 3 33 +> 7 18.155073 2 33 +> 13 18.155073 3 41 +> 16 18.155073 10 0 SR 41 p8 +> 7 18.155073 2 41 +> 7 18.155073 1 6 > 7 18.155073 1 3 +> 7 18.155073 11 28 +> 7 18.155073 11 29 +> 7 18.155073 11 23 +> 7 18.155073 11 30 +> 7 18.155073 11 24 +> 7 18.155073 11 18 > 7 18.155073 1 1 +> 7 18.155073 11 19 +> 7 18.155073 11 20 +> 7 18.155073 11 21 +> 7 18.155073 11 22 +> 7 18.155073 11 25 +> 7 18.155073 11 26 +> 7 18.155073 11 31 +> 7 18.155073 11 27 > 7 18.155073 11 16 > 7 18.155073 11 14 > 7 18.155073 11 12 -> 7 18.155073 11 10 -> 7 18.155073 11 7 -> 7 18.155073 11 13 +> 7 18.155073 11 9 > 7 18.155073 11 15 -> 7 18.155073 11 6 +> 7 18.155073 11 17 > 7 18.155073 11 8 +> 7 18.155073 11 10 +> 7 18.155073 11 13 > 7 18.155073 11 11 -> 7 18.155073 11 9 > 7 18.155073 1 5 > 7 18.155073 1 2 +> 7 18.155073 1 7 > 7 18.155073 1 4 $ rm -rf procmig.trace simgrid.trace diff --git a/examples/msg/trace-route-user-variables/trace-route-user-variables.tesh b/examples/msg/trace-route-user-variables/trace-route-user-variables.tesh index bba795c440..dda9db30e4 100644 --- a/examples/msg/trace-route-user-variables/trace-route-user-variables.tesh +++ b/examples/msg/trace-route-user-variables/trace-route-user-variables.tesh @@ -121,20 +121,35 @@ $ tail -n +3 simgrid.trace > 6 0 3 1 0 "Fafard" > 6 0 4 1 0 "Ginette" > 6 0 5 1 0 "Bourassa" +> 6 0 6 1 0 "Jacquelin" +> 6 0 7 1 0 "Boivin" > 0 3 0 LINK -> 6 0 6 3 0 "6" +> 6 0 8 3 0 "6" > 1 4 3 bandwidth "1 1 1" > 1 5 3 latency "1 1 1" -> 6 0 7 3 0 "3" -> 6 0 8 3 0 "7" -> 6 0 9 3 0 "9" -> 6 0 10 3 0 "2" -> 6 0 11 3 0 "8" -> 6 0 12 3 0 "1" -> 6 0 13 3 0 "4" -> 6 0 14 3 0 "0" -> 6 0 15 3 0 "5" -> 6 0 16 3 0 "loopback" +> 6 0 9 3 0 "3" +> 6 0 10 3 0 "7" +> 6 0 11 3 0 "9" +> 6 0 12 3 0 "2" +> 6 0 13 3 0 "8" +> 6 0 14 3 0 "1" +> 6 0 15 3 0 "4" +> 6 0 16 3 0 "0" +> 6 0 17 3 0 "5" +> 6 0 18 3 0 "145" +> 6 0 19 3 0 "10" +> 6 0 20 3 0 "11" +> 6 0 21 3 0 "16" +> 6 0 22 3 0 "17" +> 6 0 23 3 0 "44" +> 6 0 24 3 0 "47" +> 6 0 25 3 0 "54" +> 6 0 26 3 0 "56" +> 6 0 27 3 0 "59" +> 6 0 28 3 0 "78" +> 6 0 29 3 0 "79" +> 6 0 30 3 0 "80" +> 6 0 31 3 0 "loopback" > 4 6 0 3 3 0-LINK3-LINK3 > 4 7 0 1 3 0-HOST1-LINK3 > 4 8 0 3 1 0-LINK3-HOST1 @@ -143,1663 +158,1763 @@ $ tail -n +3 simgrid.trace > 8 0 2 3 76296000.000000 > 8 0 2 4 48492000.000000 > 8 0 2 5 48492000.000000 -> 8 0 4 6 41279125.000000 -> 8 0 5 6 0.000060 -> 8 0 4 7 34285625.000000 -> 8 0 5 7 0.000514 -> 8 0 4 8 11618875.000000 -> 8 0 5 8 0.000190 -> 8 0 4 9 7209750.000000 -> 8 0 5 9 0.001462 -> 8 0 4 10 118682500.000000 -> 8 0 5 10 0.000137 -> 8 0 4 11 8158000.000000 -> 8 0 5 11 0.000271 -> 8 0 4 12 34285625.000000 -> 8 0 5 12 0.000514 -> 8 0 4 13 10099625.000000 -> 8 0 5 13 0.000480 -> 8 0 4 14 41279125.000000 -> 8 0 5 14 0.000060 -> 8 0 4 15 27946250.000000 -> 8 0 5 15 0.000278 -> 8 0 4 16 498000000.000000 -> 8 0 5 16 0.000015 -> 15 0 6 0 topology 13 0 -> 16 0 6 0 topology 7 0 -> 15 0 6 0 topology 6 1 -> 16 0 6 0 topology 8 1 -> 15 0 7 0 topology 1 2 -> 16 0 7 0 topology 13 2 -> 15 0 7 0 topology 1 3 -> 16 0 7 0 topology 9 3 -> 15 0 8 0 topology 9 4 -> 16 0 8 0 topology 2 4 -> 15 0 6 0 topology 10 5 -> 16 0 6 0 topology 14 5 -> 15 0 6 0 topology 12 6 -> 16 0 6 0 topology 11 6 -> 15 0 6 0 topology 9 7 -> 16 0 6 0 topology 13 7 -> 15 0 8 0 topology 8 8 -> 16 0 8 0 topology 5 8 -> 15 0 6 0 topology 14 9 -> 16 0 6 0 topology 12 9 -> 15 0 8 0 topology 15 10 -> 16 0 8 0 topology 4 10 -> 15 0 6 0 topology 10 11 -> 16 0 6 0 topology 15 11 -> 15 0 6 0 topology 7 12 -> 16 0 6 0 topology 15 12 -> 15 0 8 0 topology 11 13 -> 16 0 8 0 topology 3 13 -> 15 0 6 0 topology 7 14 -> 16 0 6 0 topology 10 14 -> 15 0 6 0 topology 12 15 -> 16 0 6 0 topology 6 15 -> 15 0 6 0 topology 11 16 -> 16 0 6 0 topology 6 16 +> 8 0 2 6 137333000.000000 +> 8 0 2 7 98095000.000000 +> 8 0 4 8 41279125.000000 +> 8 0 5 8 0.000060 +> 8 0 4 9 34285625.000000 +> 8 0 5 9 0.000514 +> 8 0 4 10 11618875.000000 +> 8 0 5 10 0.000190 +> 8 0 4 11 7209750.000000 +> 8 0 5 11 0.001462 +> 8 0 4 12 118682500.000000 +> 8 0 5 12 0.000137 +> 8 0 4 13 8158000.000000 +> 8 0 5 13 0.000271 +> 8 0 4 14 34285625.000000 +> 8 0 5 14 0.000514 +> 8 0 4 15 10099625.000000 +> 8 0 5 15 0.000480 +> 8 0 4 16 41279125.000000 +> 8 0 5 16 0.000060 +> 8 0 4 17 27946250.000000 +> 8 0 5 17 0.000278 +> 8 0 4 18 2583375.000000 +> 8 0 5 18 0.000410 +> 8 0 4 19 34285625.000000 +> 8 0 5 19 0.000514 +> 8 0 4 20 118682500.000000 +> 8 0 5 20 0.000137 +> 8 0 4 21 34285625.000000 +> 8 0 5 21 0.000514 +> 8 0 4 22 118682500.000000 +> 8 0 5 22 0.000137 +> 8 0 4 23 10314625.000000 +> 8 0 5 23 0.006933 +> 8 0 4 24 10314625.000000 +> 8 0 5 24 0.006933 +> 8 0 4 25 15376875.000000 +> 8 0 5 25 0.035083 +> 8 0 4 26 21414750.000000 +> 8 0 5 26 0.029589 +> 8 0 4 27 11845375.000000 +> 8 0 5 27 0.000371 +> 8 0 4 28 27946250.000000 +> 8 0 5 28 0.000278 +> 8 0 4 29 8427250.000000 +> 8 0 5 29 0.000156 +> 8 0 4 30 15376875.000000 +> 8 0 5 30 0.035083 +> 8 0 4 31 498000000.000000 +> 8 0 5 31 0.000015 +> 15 0 6 0 topology 19 0 +> 16 0 6 0 topology 20 0 +> 15 0 6 0 topology 15 1 +> 16 0 6 0 topology 9 1 +> 15 0 6 0 topology 27 2 +> 16 0 6 0 topology 18 2 +> 15 0 7 0 topology 5 3 +> 16 0 7 0 topology 24 3 +> 15 0 6 0 topology 8 4 +> 16 0 6 0 topology 10 4 +> 15 0 6 0 topology 21 5 +> 16 0 6 0 topology 22 5 +> 15 0 7 0 topology 1 6 +> 16 0 7 0 topology 9 6 +> 15 0 6 0 topology 23 7 +> 16 0 6 0 topology 24 7 +> 15 0 7 0 topology 1 8 +> 16 0 7 0 topology 15 8 +> 15 0 7 0 topology 1 9 +> 16 0 7 0 topology 11 9 +> 15 0 6 0 topology 26 10 +> 16 0 6 0 topology 27 10 +> 15 0 7 0 topology 5 11 +> 16 0 7 0 topology 18 11 +> 15 0 8 0 topology 11 12 +> 16 0 8 0 topology 2 12 +> 15 0 6 0 topology 28 13 +> 16 0 6 0 topology 29 13 +> 15 0 6 0 topology 12 14 +> 16 0 6 0 topology 16 14 +> 15 0 6 0 topology 9 15 +> 16 0 6 0 topology 16 15 +> 15 0 6 0 topology 14 16 +> 16 0 6 0 topology 13 16 +> 15 0 6 0 topology 29 17 +> 16 0 6 0 topology 11 17 +> 15 0 7 0 topology 3 18 +> 16 0 7 0 topology 30 18 +> 15 0 6 0 topology 11 19 +> 16 0 6 0 topology 15 19 +> 15 0 7 0 topology 2 20 +> 16 0 7 0 topology 24 20 +> 15 0 8 0 topology 18 21 +> 16 0 8 0 topology 6 21 +> 15 0 8 0 topology 10 22 +> 16 0 8 0 topology 5 22 +> 15 0 6 0 topology 8 23 +> 16 0 6 0 topology 19 23 +> 15 0 6 0 topology 12 24 +> 16 0 6 0 topology 25 24 +> 15 0 7 0 topology 4 25 +> 16 0 7 0 topology 24 25 +> 15 0 6 0 topology 16 26 +> 16 0 6 0 topology 14 26 +> 15 0 8 0 topology 17 27 +> 16 0 8 0 topology 4 27 +> 15 0 6 0 topology 12 28 +> 16 0 6 0 topology 17 28 +> 15 0 6 0 topology 9 29 +> 16 0 6 0 topology 17 29 +> 15 0 6 0 topology 21 30 +> 16 0 6 0 topology 19 30 +> 15 0 6 0 topology 22 31 +> 16 0 6 0 topology 25 31 +> 15 0 8 0 topology 24 32 +> 16 0 8 0 topology 7 32 +> 15 0 7 0 topology 3 33 +> 16 0 7 0 topology 28 33 +> 15 0 6 0 topology 25 34 +> 16 0 6 0 topology 26 34 +> 15 0 6 0 topology 8 35 +> 16 0 6 0 topology 20 35 +> 15 0 8 0 topology 13 36 +> 16 0 8 0 topology 3 36 +> 15 0 7 0 topology 2 37 +> 16 0 7 0 topology 18 37 +> 15 0 6 0 topology 9 38 +> 16 0 6 0 topology 12 38 +> 15 0 6 0 topology 14 39 +> 16 0 6 0 topology 8 39 +> 15 0 6 0 topology 20 40 +> 16 0 6 0 topology 23 40 +> 15 0 7 0 topology 4 41 +> 16 0 7 0 topology 18 41 +> 15 0 6 0 topology 13 42 +> 16 0 6 0 topology 8 42 +> 15 0 6 0 topology 11 43 +> 16 0 6 0 topology 8 43 +> 15 0 6 0 topology 16 44 +> 16 0 6 0 topology 21 44 +> 15 0 6 0 topology 30 45 +> 16 0 6 0 topology 28 45 > 1 9 3 Link_Capacity "1 1 1" > 1 10 3 Link_Utilization "0.9 0.1 0.1" -> 8 0 9 13 12.340000 -> 8 0 9 7 12.340000 -> 8 0 9 10 12.340000 -> 8 0 9 14 12.340000 +> 8 0 9 15 12.340000 +> 8 0 9 9 12.340000 > 8 0 9 12 12.340000 -> 8 0 9 6 12.340000 +> 8 0 9 16 12.340000 +> 8 0 9 14 12.340000 > 8 0 9 8 12.340000 -> 8 0 9 11 56.780000 -> 8 0 9 12 56.780000 +> 8 0 9 10 12.340000 +> 8 0 9 13 56.780000 > 8 0 9 14 56.780000 -> 8 0 9 10 56.780000 -> 8 0 9 15 56.780000 -> 8 0 10 13 1.200000 -> 8 0 10 7 1.200000 -> 8 0 10 10 1.200000 -> 8 0 10 14 1.200000 +> 8 0 9 16 56.780000 +> 8 0 9 12 56.780000 +> 8 0 9 17 56.780000 +> 8 0 10 15 1.200000 +> 8 0 10 9 1.200000 > 8 0 10 12 1.200000 -> 8 0 10 6 1.200000 +> 8 0 10 16 1.200000 +> 8 0 10 14 1.200000 > 8 0 10 8 1.200000 -> 8 0 10 11 3.400000 -> 8 0 10 12 3.400000 +> 8 0 10 10 1.200000 +> 8 0 10 13 3.400000 > 8 0 10 14 3.400000 -> 8 0 10 10 3.400000 -> 8 0 10 15 3.400000 -> 8 0 9 13 12.340000 -> 8 0 9 7 12.340000 -> 8 0 9 10 12.340000 -> 8 0 9 14 12.340000 +> 8 0 10 16 3.400000 +> 8 0 10 12 3.400000 +> 8 0 10 17 3.400000 +> 8 0 9 15 12.340000 +> 8 0 9 9 12.340000 > 8 0 9 12 12.340000 -> 8 0 9 6 12.340000 +> 8 0 9 16 12.340000 +> 8 0 9 14 12.340000 > 8 0 9 8 12.340000 -> 8 0 9 11 56.780000 -> 8 0 9 12 56.780000 +> 8 0 9 10 12.340000 +> 8 0 9 13 56.780000 > 8 0 9 14 56.780000 -> 8 0 9 10 56.780000 -> 8 0 9 15 56.780000 -> 8 0 10 13 1.200000 -> 8 0 10 7 1.200000 -> 8 0 10 10 1.200000 -> 8 0 10 14 1.200000 +> 8 0 9 16 56.780000 +> 8 0 9 12 56.780000 +> 8 0 9 17 56.780000 +> 8 0 10 15 1.200000 +> 8 0 10 9 1.200000 > 8 0 10 12 1.200000 -> 8 0 10 6 1.200000 +> 8 0 10 16 1.200000 +> 8 0 10 14 1.200000 > 8 0 10 8 1.200000 -> 8 0 10 11 3.400000 -> 8 0 10 12 3.400000 +> 8 0 10 10 1.200000 +> 8 0 10 13 3.400000 > 8 0 10 14 3.400000 -> 8 0 10 10 3.400000 -> 8 0 10 15 3.400000 -> 8 0 9 13 12.340000 -> 8 0 9 7 12.340000 -> 8 0 9 10 12.340000 -> 8 0 9 14 12.340000 +> 8 0 10 16 3.400000 +> 8 0 10 12 3.400000 +> 8 0 10 17 3.400000 +> 8 0 9 15 12.340000 +> 8 0 9 9 12.340000 > 8 0 9 12 12.340000 -> 8 0 9 6 12.340000 +> 8 0 9 16 12.340000 +> 8 0 9 14 12.340000 > 8 0 9 8 12.340000 -> 8 0 9 11 56.780000 -> 8 0 9 12 56.780000 +> 8 0 9 10 12.340000 +> 8 0 9 13 56.780000 > 8 0 9 14 56.780000 -> 8 0 9 10 56.780000 -> 8 0 9 15 56.780000 -> 8 0 10 13 1.200000 -> 8 0 10 7 1.200000 -> 8 0 10 10 1.200000 -> 8 0 10 14 1.200000 +> 8 0 9 16 56.780000 +> 8 0 9 12 56.780000 +> 8 0 9 17 56.780000 +> 8 0 10 15 1.200000 +> 8 0 10 9 1.200000 > 8 0 10 12 1.200000 -> 8 0 10 6 1.200000 +> 8 0 10 16 1.200000 +> 8 0 10 14 1.200000 > 8 0 10 8 1.200000 -> 8 0 10 11 3.400000 -> 8 0 10 12 3.400000 +> 8 0 10 10 1.200000 +> 8 0 10 13 3.400000 > 8 0 10 14 3.400000 -> 8 0 10 10 3.400000 -> 8 0 10 15 3.400000 -> 8 0 9 13 12.340000 -> 8 0 9 7 12.340000 -> 8 0 9 10 12.340000 -> 8 0 9 14 12.340000 +> 8 0 10 16 3.400000 +> 8 0 10 12 3.400000 +> 8 0 10 17 3.400000 +> 8 0 9 15 12.340000 +> 8 0 9 9 12.340000 > 8 0 9 12 12.340000 -> 8 0 9 6 12.340000 +> 8 0 9 16 12.340000 +> 8 0 9 14 12.340000 > 8 0 9 8 12.340000 -> 8 0 9 11 56.780000 -> 8 0 9 12 56.780000 +> 8 0 9 10 12.340000 +> 8 0 9 13 56.780000 > 8 0 9 14 56.780000 -> 8 0 9 10 56.780000 -> 8 0 9 15 56.780000 -> 8 0 10 13 1.200000 -> 8 0 10 7 1.200000 -> 8 0 10 10 1.200000 -> 8 0 10 14 1.200000 +> 8 0 9 16 56.780000 +> 8 0 9 12 56.780000 +> 8 0 9 17 56.780000 +> 8 0 10 15 1.200000 +> 8 0 10 9 1.200000 > 8 0 10 12 1.200000 -> 8 0 10 6 1.200000 +> 8 0 10 16 1.200000 +> 8 0 10 14 1.200000 > 8 0 10 8 1.200000 -> 8 0 10 11 3.400000 -> 8 0 10 12 3.400000 +> 8 0 10 10 1.200000 +> 8 0 10 13 3.400000 > 8 0 10 14 3.400000 -> 8 0 10 10 3.400000 -> 8 0 10 15 3.400000 -> 8 0 9 13 12.340000 -> 8 0 9 7 12.340000 -> 8 0 9 10 12.340000 -> 8 0 9 14 12.340000 +> 8 0 10 16 3.400000 +> 8 0 10 12 3.400000 +> 8 0 10 17 3.400000 +> 8 0 9 15 12.340000 +> 8 0 9 9 12.340000 > 8 0 9 12 12.340000 -> 8 0 9 6 12.340000 +> 8 0 9 16 12.340000 +> 8 0 9 14 12.340000 > 8 0 9 8 12.340000 -> 8 0 9 11 56.780000 -> 8 0 9 12 56.780000 +> 8 0 9 10 12.340000 +> 8 0 9 13 56.780000 > 8 0 9 14 56.780000 -> 8 0 9 10 56.780000 -> 8 0 9 15 56.780000 -> 8 0 10 13 1.200000 -> 8 0 10 7 1.200000 -> 8 0 10 10 1.200000 -> 8 0 10 14 1.200000 +> 8 0 9 16 56.780000 +> 8 0 9 12 56.780000 +> 8 0 9 17 56.780000 +> 8 0 10 15 1.200000 +> 8 0 10 9 1.200000 > 8 0 10 12 1.200000 -> 8 0 10 6 1.200000 +> 8 0 10 16 1.200000 +> 8 0 10 14 1.200000 > 8 0 10 8 1.200000 -> 8 0 10 11 3.400000 -> 8 0 10 12 3.400000 +> 8 0 10 10 1.200000 +> 8 0 10 13 3.400000 > 8 0 10 14 3.400000 -> 8 0 10 10 3.400000 -> 8 0 10 15 3.400000 -> 8 0 9 13 12.340000 -> 8 0 9 7 12.340000 -> 8 0 9 10 12.340000 -> 8 0 9 14 12.340000 +> 8 0 10 16 3.400000 +> 8 0 10 12 3.400000 +> 8 0 10 17 3.400000 +> 8 0 9 15 12.340000 +> 8 0 9 9 12.340000 > 8 0 9 12 12.340000 -> 8 0 9 6 12.340000 +> 8 0 9 16 12.340000 +> 8 0 9 14 12.340000 > 8 0 9 8 12.340000 -> 8 0 9 11 56.780000 -> 8 0 9 12 56.780000 +> 8 0 9 10 12.340000 +> 8 0 9 13 56.780000 > 8 0 9 14 56.780000 -> 8 0 9 10 56.780000 -> 8 0 9 15 56.780000 -> 8 0 10 13 1.200000 -> 8 0 10 7 1.200000 -> 8 0 10 10 1.200000 -> 8 0 10 14 1.200000 +> 8 0 9 16 56.780000 +> 8 0 9 12 56.780000 +> 8 0 9 17 56.780000 +> 8 0 10 15 1.200000 +> 8 0 10 9 1.200000 > 8 0 10 12 1.200000 -> 8 0 10 6 1.200000 +> 8 0 10 16 1.200000 +> 8 0 10 14 1.200000 > 8 0 10 8 1.200000 -> 8 0 10 11 3.400000 -> 8 0 10 12 3.400000 +> 8 0 10 10 1.200000 +> 8 0 10 13 3.400000 > 8 0 10 14 3.400000 -> 8 0 10 10 3.400000 -> 8 0 10 15 3.400000 -> 9 0.013107 10 13 5.600000 -> 9 0.013107 10 7 5.600000 -> 9 0.013107 10 10 5.600000 -> 9 0.013107 10 14 5.600000 +> 8 0 10 16 3.400000 +> 8 0 10 12 3.400000 +> 8 0 10 17 3.400000 +> 9 0.013107 10 15 5.600000 +> 9 0.013107 10 9 5.600000 > 9 0.013107 10 12 5.600000 -> 9 0.013107 10 6 5.600000 +> 9 0.013107 10 16 5.600000 +> 9 0.013107 10 14 5.600000 > 9 0.013107 10 8 5.600000 -> 9 0.013107 10 11 7.800000 -> 9 0.013107 10 12 7.800000 -> 9 0.013107 10 14 7.800000 -> 9 0.013107 10 10 7.800000 -> 9 0.013107 10 15 7.800000 -> 9 0.013107 10 13 5.600000 -> 9 0.013107 10 7 5.600000 > 9 0.013107 10 10 5.600000 -> 9 0.013107 10 14 5.600000 +> 9 0.013107 10 13 7.800000 +> 9 0.013107 10 14 7.800000 +> 9 0.013107 10 16 7.800000 +> 9 0.013107 10 12 7.800000 +> 9 0.013107 10 17 7.800000 +> 9 0.013107 10 15 5.600000 +> 9 0.013107 10 9 5.600000 > 9 0.013107 10 12 5.600000 -> 9 0.013107 10 6 5.600000 +> 9 0.013107 10 16 5.600000 +> 9 0.013107 10 14 5.600000 > 9 0.013107 10 8 5.600000 -> 9 0.013107 10 11 7.800000 -> 9 0.013107 10 12 7.800000 +> 9 0.013107 10 10 5.600000 +> 9 0.013107 10 13 7.800000 > 9 0.013107 10 14 7.800000 -> 9 0.013107 10 10 7.800000 -> 9 0.013107 10 15 7.800000 -> 9 0.020388 10 13 5.600000 -> 9 0.020388 10 7 5.600000 -> 9 0.020388 10 10 5.600000 -> 9 0.020388 10 14 5.600000 +> 9 0.013107 10 16 7.800000 +> 9 0.013107 10 12 7.800000 +> 9 0.013107 10 17 7.800000 +> 9 0.020388 10 15 5.600000 +> 9 0.020388 10 9 5.600000 > 9 0.020388 10 12 5.600000 -> 9 0.020388 10 6 5.600000 +> 9 0.020388 10 16 5.600000 +> 9 0.020388 10 14 5.600000 > 9 0.020388 10 8 5.600000 -> 9 0.020388 10 11 7.800000 -> 9 0.020388 10 12 7.800000 -> 9 0.020388 10 14 7.800000 -> 9 0.020388 10 10 7.800000 -> 9 0.020388 10 15 7.800000 -> 9 0.020388 10 13 5.600000 -> 9 0.020388 10 7 5.600000 > 9 0.020388 10 10 5.600000 -> 9 0.020388 10 14 5.600000 +> 9 0.020388 10 13 7.800000 +> 9 0.020388 10 14 7.800000 +> 9 0.020388 10 16 7.800000 +> 9 0.020388 10 12 7.800000 +> 9 0.020388 10 17 7.800000 +> 9 0.020388 10 15 5.600000 +> 9 0.020388 10 9 5.600000 > 9 0.020388 10 12 5.600000 -> 9 0.020388 10 6 5.600000 +> 9 0.020388 10 16 5.600000 +> 9 0.020388 10 14 5.600000 > 9 0.020388 10 8 5.600000 -> 9 0.020388 10 11 7.800000 -> 9 0.020388 10 12 7.800000 +> 9 0.020388 10 10 5.600000 +> 9 0.020388 10 13 7.800000 > 9 0.020388 10 14 7.800000 -> 9 0.020388 10 10 7.800000 -> 9 0.020388 10 15 7.800000 -> 9 0.020622 10 13 5.600000 -> 9 0.020622 10 7 5.600000 -> 9 0.020622 10 10 5.600000 -> 9 0.020622 10 14 5.600000 +> 9 0.020388 10 16 7.800000 +> 9 0.020388 10 12 7.800000 +> 9 0.020388 10 17 7.800000 +> 9 0.020622 10 15 5.600000 +> 9 0.020622 10 9 5.600000 > 9 0.020622 10 12 5.600000 -> 9 0.020622 10 6 5.600000 +> 9 0.020622 10 16 5.600000 +> 9 0.020622 10 14 5.600000 > 9 0.020622 10 8 5.600000 -> 9 0.020622 10 11 7.800000 -> 9 0.020622 10 12 7.800000 -> 9 0.020622 10 14 7.800000 -> 9 0.020622 10 10 7.800000 -> 9 0.020622 10 15 7.800000 -> 9 0.020622 10 13 5.600000 -> 9 0.020622 10 7 5.600000 > 9 0.020622 10 10 5.600000 -> 9 0.020622 10 14 5.600000 +> 9 0.020622 10 13 7.800000 +> 9 0.020622 10 14 7.800000 +> 9 0.020622 10 16 7.800000 +> 9 0.020622 10 12 7.800000 +> 9 0.020622 10 17 7.800000 +> 9 0.020622 10 15 5.600000 +> 9 0.020622 10 9 5.600000 > 9 0.020622 10 12 5.600000 -> 9 0.020622 10 6 5.600000 +> 9 0.020622 10 16 5.600000 +> 9 0.020622 10 14 5.600000 > 9 0.020622 10 8 5.600000 -> 9 0.020622 10 11 7.800000 -> 9 0.020622 10 12 7.800000 +> 9 0.020622 10 10 5.600000 +> 9 0.020622 10 13 7.800000 > 9 0.020622 10 14 7.800000 -> 9 0.020622 10 10 7.800000 -> 9 0.020622 10 15 7.800000 -> 9 0.026214 10 13 5.600000 -> 9 0.026214 10 7 5.600000 -> 9 0.026214 10 10 5.600000 -> 9 0.026214 10 14 5.600000 +> 9 0.020622 10 16 7.800000 +> 9 0.020622 10 12 7.800000 +> 9 0.020622 10 17 7.800000 +> 9 0.026214 10 15 5.600000 +> 9 0.026214 10 9 5.600000 > 9 0.026214 10 12 5.600000 -> 9 0.026214 10 6 5.600000 +> 9 0.026214 10 16 5.600000 +> 9 0.026214 10 14 5.600000 > 9 0.026214 10 8 5.600000 -> 9 0.026214 10 11 7.800000 -> 9 0.026214 10 12 7.800000 -> 9 0.026214 10 14 7.800000 -> 9 0.026214 10 10 7.800000 -> 9 0.026214 10 15 7.800000 -> 9 0.026214 10 13 5.600000 -> 9 0.026214 10 7 5.600000 > 9 0.026214 10 10 5.600000 -> 9 0.026214 10 14 5.600000 +> 9 0.026214 10 13 7.800000 +> 9 0.026214 10 14 7.800000 +> 9 0.026214 10 16 7.800000 +> 9 0.026214 10 12 7.800000 +> 9 0.026214 10 17 7.800000 +> 9 0.026214 10 15 5.600000 +> 9 0.026214 10 9 5.600000 > 9 0.026214 10 12 5.600000 -> 9 0.026214 10 6 5.600000 +> 9 0.026214 10 16 5.600000 +> 9 0.026214 10 14 5.600000 > 9 0.026214 10 8 5.600000 -> 9 0.026214 10 11 7.800000 -> 9 0.026214 10 12 7.800000 +> 9 0.026214 10 10 5.600000 +> 9 0.026214 10 13 7.800000 > 9 0.026214 10 14 7.800000 -> 9 0.026214 10 10 7.800000 -> 9 0.026214 10 15 7.800000 -> 9 0.039321 10 13 5.600000 -> 9 0.039321 10 7 5.600000 -> 9 0.039321 10 10 5.600000 -> 9 0.039321 10 14 5.600000 +> 9 0.026214 10 16 7.800000 +> 9 0.026214 10 12 7.800000 +> 9 0.026214 10 17 7.800000 +> 9 0.039321 10 15 5.600000 +> 9 0.039321 10 9 5.600000 > 9 0.039321 10 12 5.600000 -> 9 0.039321 10 6 5.600000 +> 9 0.039321 10 16 5.600000 +> 9 0.039321 10 14 5.600000 > 9 0.039321 10 8 5.600000 -> 9 0.039321 10 11 7.800000 -> 9 0.039321 10 12 7.800000 -> 9 0.039321 10 14 7.800000 -> 9 0.039321 10 10 7.800000 -> 9 0.039321 10 15 7.800000 -> 9 0.039321 10 13 5.600000 -> 9 0.039321 10 7 5.600000 > 9 0.039321 10 10 5.600000 -> 9 0.039321 10 14 5.600000 +> 9 0.039321 10 13 7.800000 +> 9 0.039321 10 14 7.800000 +> 9 0.039321 10 16 7.800000 +> 9 0.039321 10 12 7.800000 +> 9 0.039321 10 17 7.800000 +> 9 0.039321 10 15 5.600000 +> 9 0.039321 10 9 5.600000 > 9 0.039321 10 12 5.600000 -> 9 0.039321 10 6 5.600000 +> 9 0.039321 10 16 5.600000 +> 9 0.039321 10 14 5.600000 > 9 0.039321 10 8 5.600000 -> 9 0.039321 10 11 7.800000 -> 9 0.039321 10 12 7.800000 +> 9 0.039321 10 10 5.600000 +> 9 0.039321 10 13 7.800000 > 9 0.039321 10 14 7.800000 -> 9 0.039321 10 10 7.800000 -> 9 0.039321 10 15 7.800000 -> 9 0.040777 10 13 5.600000 -> 9 0.040777 10 7 5.600000 -> 9 0.040777 10 10 5.600000 -> 9 0.040777 10 14 5.600000 +> 9 0.039321 10 16 7.800000 +> 9 0.039321 10 12 7.800000 +> 9 0.039321 10 17 7.800000 +> 9 0.040777 10 15 5.600000 +> 9 0.040777 10 9 5.600000 > 9 0.040777 10 12 5.600000 -> 9 0.040777 10 6 5.600000 +> 9 0.040777 10 16 5.600000 +> 9 0.040777 10 14 5.600000 > 9 0.040777 10 8 5.600000 -> 9 0.040777 10 11 7.800000 -> 9 0.040777 10 12 7.800000 -> 9 0.040777 10 14 7.800000 -> 9 0.040777 10 10 7.800000 -> 9 0.040777 10 15 7.800000 -> 9 0.040777 10 13 5.600000 -> 9 0.040777 10 7 5.600000 > 9 0.040777 10 10 5.600000 -> 9 0.040777 10 14 5.600000 +> 9 0.040777 10 13 7.800000 +> 9 0.040777 10 14 7.800000 +> 9 0.040777 10 16 7.800000 +> 9 0.040777 10 12 7.800000 +> 9 0.040777 10 17 7.800000 +> 9 0.040777 10 15 5.600000 +> 9 0.040777 10 9 5.600000 > 9 0.040777 10 12 5.600000 -> 9 0.040777 10 6 5.600000 +> 9 0.040777 10 16 5.600000 +> 9 0.040777 10 14 5.600000 > 9 0.040777 10 8 5.600000 -> 9 0.040777 10 11 7.800000 -> 9 0.040777 10 12 7.800000 +> 9 0.040777 10 10 5.600000 +> 9 0.040777 10 13 7.800000 > 9 0.040777 10 14 7.800000 -> 9 0.040777 10 10 7.800000 -> 9 0.040777 10 15 7.800000 -> 9 0.041244 10 13 5.600000 -> 9 0.041244 10 7 5.600000 -> 9 0.041244 10 10 5.600000 -> 9 0.041244 10 14 5.600000 +> 9 0.040777 10 16 7.800000 +> 9 0.040777 10 12 7.800000 +> 9 0.040777 10 17 7.800000 +> 9 0.041244 10 15 5.600000 +> 9 0.041244 10 9 5.600000 > 9 0.041244 10 12 5.600000 -> 9 0.041244 10 6 5.600000 +> 9 0.041244 10 16 5.600000 +> 9 0.041244 10 14 5.600000 > 9 0.041244 10 8 5.600000 -> 9 0.041244 10 11 7.800000 -> 9 0.041244 10 12 7.800000 -> 9 0.041244 10 14 7.800000 -> 9 0.041244 10 10 7.800000 -> 9 0.041244 10 15 7.800000 -> 9 0.041244 10 13 5.600000 -> 9 0.041244 10 7 5.600000 > 9 0.041244 10 10 5.600000 -> 9 0.041244 10 14 5.600000 +> 9 0.041244 10 13 7.800000 +> 9 0.041244 10 14 7.800000 +> 9 0.041244 10 16 7.800000 +> 9 0.041244 10 12 7.800000 +> 9 0.041244 10 17 7.800000 +> 9 0.041244 10 15 5.600000 +> 9 0.041244 10 9 5.600000 > 9 0.041244 10 12 5.600000 -> 9 0.041244 10 6 5.600000 +> 9 0.041244 10 16 5.600000 +> 9 0.041244 10 14 5.600000 > 9 0.041244 10 8 5.600000 -> 9 0.041244 10 11 7.800000 -> 9 0.041244 10 12 7.800000 +> 9 0.041244 10 10 5.600000 +> 9 0.041244 10 13 7.800000 > 9 0.041244 10 14 7.800000 -> 9 0.041244 10 10 7.800000 -> 9 0.041244 10 15 7.800000 -> 9 0.052427 10 13 5.600000 -> 9 0.052427 10 7 5.600000 -> 9 0.052427 10 10 5.600000 -> 9 0.052427 10 14 5.600000 +> 9 0.041244 10 16 7.800000 +> 9 0.041244 10 12 7.800000 +> 9 0.041244 10 17 7.800000 +> 9 0.052427 10 15 5.600000 +> 9 0.052427 10 9 5.600000 > 9 0.052427 10 12 5.600000 -> 9 0.052427 10 6 5.600000 +> 9 0.052427 10 16 5.600000 +> 9 0.052427 10 14 5.600000 > 9 0.052427 10 8 5.600000 -> 9 0.052427 10 11 7.800000 -> 9 0.052427 10 12 7.800000 -> 9 0.052427 10 14 7.800000 -> 9 0.052427 10 10 7.800000 -> 9 0.052427 10 15 7.800000 -> 9 0.052427 10 13 5.600000 -> 9 0.052427 10 7 5.600000 > 9 0.052427 10 10 5.600000 -> 9 0.052427 10 14 5.600000 +> 9 0.052427 10 13 7.800000 +> 9 0.052427 10 14 7.800000 +> 9 0.052427 10 16 7.800000 +> 9 0.052427 10 12 7.800000 +> 9 0.052427 10 17 7.800000 +> 9 0.052427 10 15 5.600000 +> 9 0.052427 10 9 5.600000 > 9 0.052427 10 12 5.600000 -> 9 0.052427 10 6 5.600000 +> 9 0.052427 10 16 5.600000 +> 9 0.052427 10 14 5.600000 > 9 0.052427 10 8 5.600000 -> 9 0.052427 10 11 7.800000 -> 9 0.052427 10 12 7.800000 +> 9 0.052427 10 10 5.600000 +> 9 0.052427 10 13 7.800000 > 9 0.052427 10 14 7.800000 -> 9 0.052427 10 10 7.800000 -> 9 0.052427 10 15 7.800000 -> 9 0.061165 10 13 5.600000 -> 9 0.061165 10 7 5.600000 -> 9 0.061165 10 10 5.600000 -> 9 0.061165 10 14 5.600000 +> 9 0.052427 10 16 7.800000 +> 9 0.052427 10 12 7.800000 +> 9 0.052427 10 17 7.800000 +> 9 0.061165 10 15 5.600000 +> 9 0.061165 10 9 5.600000 > 9 0.061165 10 12 5.600000 -> 9 0.061165 10 6 5.600000 +> 9 0.061165 10 16 5.600000 +> 9 0.061165 10 14 5.600000 > 9 0.061165 10 8 5.600000 -> 9 0.061165 10 11 7.800000 -> 9 0.061165 10 12 7.800000 -> 9 0.061165 10 14 7.800000 -> 9 0.061165 10 10 7.800000 -> 9 0.061165 10 15 7.800000 -> 9 0.061165 10 13 5.600000 -> 9 0.061165 10 7 5.600000 > 9 0.061165 10 10 5.600000 -> 9 0.061165 10 14 5.600000 +> 9 0.061165 10 13 7.800000 +> 9 0.061165 10 14 7.800000 +> 9 0.061165 10 16 7.800000 +> 9 0.061165 10 12 7.800000 +> 9 0.061165 10 17 7.800000 +> 9 0.061165 10 15 5.600000 +> 9 0.061165 10 9 5.600000 > 9 0.061165 10 12 5.600000 -> 9 0.061165 10 6 5.600000 +> 9 0.061165 10 16 5.600000 +> 9 0.061165 10 14 5.600000 > 9 0.061165 10 8 5.600000 -> 9 0.061165 10 11 7.800000 -> 9 0.061165 10 12 7.800000 +> 9 0.061165 10 10 5.600000 +> 9 0.061165 10 13 7.800000 > 9 0.061165 10 14 7.800000 -> 9 0.061165 10 10 7.800000 -> 9 0.061165 10 15 7.800000 -> 9 0.061866 10 13 5.600000 -> 9 0.061866 10 7 5.600000 -> 9 0.061866 10 10 5.600000 -> 9 0.061866 10 14 5.600000 +> 9 0.061165 10 16 7.800000 +> 9 0.061165 10 12 7.800000 +> 9 0.061165 10 17 7.800000 +> 9 0.061866 10 15 5.600000 +> 9 0.061866 10 9 5.600000 > 9 0.061866 10 12 5.600000 -> 9 0.061866 10 6 5.600000 +> 9 0.061866 10 16 5.600000 +> 9 0.061866 10 14 5.600000 > 9 0.061866 10 8 5.600000 -> 9 0.061866 10 11 7.800000 -> 9 0.061866 10 12 7.800000 -> 9 0.061866 10 14 7.800000 -> 9 0.061866 10 10 7.800000 -> 9 0.061866 10 15 7.800000 -> 9 0.061866 10 13 5.600000 -> 9 0.061866 10 7 5.600000 > 9 0.061866 10 10 5.600000 -> 9 0.061866 10 14 5.600000 +> 9 0.061866 10 13 7.800000 +> 9 0.061866 10 14 7.800000 +> 9 0.061866 10 16 7.800000 +> 9 0.061866 10 12 7.800000 +> 9 0.061866 10 17 7.800000 +> 9 0.061866 10 15 5.600000 +> 9 0.061866 10 9 5.600000 > 9 0.061866 10 12 5.600000 -> 9 0.061866 10 6 5.600000 +> 9 0.061866 10 16 5.600000 +> 9 0.061866 10 14 5.600000 > 9 0.061866 10 8 5.600000 -> 9 0.061866 10 11 7.800000 -> 9 0.061866 10 12 7.800000 +> 9 0.061866 10 10 5.600000 +> 9 0.061866 10 13 7.800000 > 9 0.061866 10 14 7.800000 -> 9 0.061866 10 10 7.800000 -> 9 0.061866 10 15 7.800000 -> 9 0.065534 10 13 5.600000 -> 9 0.065534 10 7 5.600000 -> 9 0.065534 10 10 5.600000 -> 9 0.065534 10 14 5.600000 +> 9 0.061866 10 16 7.800000 +> 9 0.061866 10 12 7.800000 +> 9 0.061866 10 17 7.800000 +> 9 0.065534 10 15 5.600000 +> 9 0.065534 10 9 5.600000 > 9 0.065534 10 12 5.600000 -> 9 0.065534 10 6 5.600000 +> 9 0.065534 10 16 5.600000 +> 9 0.065534 10 14 5.600000 > 9 0.065534 10 8 5.600000 -> 9 0.065534 10 11 7.800000 -> 9 0.065534 10 12 7.800000 -> 9 0.065534 10 14 7.800000 -> 9 0.065534 10 10 7.800000 -> 9 0.065534 10 15 7.800000 -> 9 0.065534 10 13 5.600000 -> 9 0.065534 10 7 5.600000 > 9 0.065534 10 10 5.600000 -> 9 0.065534 10 14 5.600000 +> 9 0.065534 10 13 7.800000 +> 9 0.065534 10 14 7.800000 +> 9 0.065534 10 16 7.800000 +> 9 0.065534 10 12 7.800000 +> 9 0.065534 10 17 7.800000 +> 9 0.065534 10 15 5.600000 +> 9 0.065534 10 9 5.600000 > 9 0.065534 10 12 5.600000 -> 9 0.065534 10 6 5.600000 +> 9 0.065534 10 16 5.600000 +> 9 0.065534 10 14 5.600000 > 9 0.065534 10 8 5.600000 -> 9 0.065534 10 11 7.800000 -> 9 0.065534 10 12 7.800000 +> 9 0.065534 10 10 5.600000 +> 9 0.065534 10 13 7.800000 > 9 0.065534 10 14 7.800000 -> 9 0.065534 10 10 7.800000 -> 9 0.065534 10 15 7.800000 -> 9 0.078641 10 13 5.600000 -> 9 0.078641 10 7 5.600000 -> 9 0.078641 10 10 5.600000 -> 9 0.078641 10 14 5.600000 +> 9 0.065534 10 16 7.800000 +> 9 0.065534 10 12 7.800000 +> 9 0.065534 10 17 7.800000 +> 9 0.078641 10 15 5.600000 +> 9 0.078641 10 9 5.600000 > 9 0.078641 10 12 5.600000 -> 9 0.078641 10 6 5.600000 +> 9 0.078641 10 16 5.600000 +> 9 0.078641 10 14 5.600000 > 9 0.078641 10 8 5.600000 -> 9 0.078641 10 11 7.800000 -> 9 0.078641 10 12 7.800000 -> 9 0.078641 10 14 7.800000 -> 9 0.078641 10 10 7.800000 -> 9 0.078641 10 15 7.800000 -> 9 0.078641 10 13 5.600000 -> 9 0.078641 10 7 5.600000 > 9 0.078641 10 10 5.600000 -> 9 0.078641 10 14 5.600000 +> 9 0.078641 10 13 7.800000 +> 9 0.078641 10 14 7.800000 +> 9 0.078641 10 16 7.800000 +> 9 0.078641 10 12 7.800000 +> 9 0.078641 10 17 7.800000 +> 9 0.078641 10 15 5.600000 +> 9 0.078641 10 9 5.600000 > 9 0.078641 10 12 5.600000 -> 9 0.078641 10 6 5.600000 +> 9 0.078641 10 16 5.600000 +> 9 0.078641 10 14 5.600000 > 9 0.078641 10 8 5.600000 -> 9 0.078641 10 11 7.800000 -> 9 0.078641 10 12 7.800000 +> 9 0.078641 10 10 5.600000 +> 9 0.078641 10 13 7.800000 > 9 0.078641 10 14 7.800000 -> 9 0.078641 10 10 7.800000 -> 9 0.078641 10 15 7.800000 -> 9 0.081554 10 13 5.600000 -> 9 0.081554 10 7 5.600000 -> 9 0.081554 10 10 5.600000 -> 9 0.081554 10 14 5.600000 +> 9 0.078641 10 16 7.800000 +> 9 0.078641 10 12 7.800000 +> 9 0.078641 10 17 7.800000 +> 9 0.081554 10 15 5.600000 +> 9 0.081554 10 9 5.600000 > 9 0.081554 10 12 5.600000 -> 9 0.081554 10 6 5.600000 +> 9 0.081554 10 16 5.600000 +> 9 0.081554 10 14 5.600000 > 9 0.081554 10 8 5.600000 -> 9 0.081554 10 11 7.800000 -> 9 0.081554 10 12 7.800000 -> 9 0.081554 10 14 7.800000 -> 9 0.081554 10 10 7.800000 -> 9 0.081554 10 15 7.800000 -> 9 0.081554 10 13 5.600000 -> 9 0.081554 10 7 5.600000 > 9 0.081554 10 10 5.600000 -> 9 0.081554 10 14 5.600000 +> 9 0.081554 10 13 7.800000 +> 9 0.081554 10 14 7.800000 +> 9 0.081554 10 16 7.800000 +> 9 0.081554 10 12 7.800000 +> 9 0.081554 10 17 7.800000 +> 9 0.081554 10 15 5.600000 +> 9 0.081554 10 9 5.600000 > 9 0.081554 10 12 5.600000 -> 9 0.081554 10 6 5.600000 +> 9 0.081554 10 16 5.600000 +> 9 0.081554 10 14 5.600000 > 9 0.081554 10 8 5.600000 -> 9 0.081554 10 11 7.800000 -> 9 0.081554 10 12 7.800000 +> 9 0.081554 10 10 5.600000 +> 9 0.081554 10 13 7.800000 > 9 0.081554 10 14 7.800000 -> 9 0.081554 10 10 7.800000 -> 9 0.081554 10 15 7.800000 -> 9 0.082488 10 13 5.600000 -> 9 0.082488 10 7 5.600000 -> 9 0.082488 10 10 5.600000 -> 9 0.082488 10 14 5.600000 +> 9 0.081554 10 16 7.800000 +> 9 0.081554 10 12 7.800000 +> 9 0.081554 10 17 7.800000 +> 9 0.082488 10 15 5.600000 +> 9 0.082488 10 9 5.600000 > 9 0.082488 10 12 5.600000 -> 9 0.082488 10 6 5.600000 +> 9 0.082488 10 16 5.600000 +> 9 0.082488 10 14 5.600000 > 9 0.082488 10 8 5.600000 -> 9 0.082488 10 11 7.800000 -> 9 0.082488 10 12 7.800000 -> 9 0.082488 10 14 7.800000 -> 9 0.082488 10 10 7.800000 -> 9 0.082488 10 15 7.800000 -> 9 0.082488 10 13 5.600000 -> 9 0.082488 10 7 5.600000 > 9 0.082488 10 10 5.600000 -> 9 0.082488 10 14 5.600000 +> 9 0.082488 10 13 7.800000 +> 9 0.082488 10 14 7.800000 +> 9 0.082488 10 16 7.800000 +> 9 0.082488 10 12 7.800000 +> 9 0.082488 10 17 7.800000 +> 9 0.082488 10 15 5.600000 +> 9 0.082488 10 9 5.600000 > 9 0.082488 10 12 5.600000 -> 9 0.082488 10 6 5.600000 +> 9 0.082488 10 16 5.600000 +> 9 0.082488 10 14 5.600000 > 9 0.082488 10 8 5.600000 -> 9 0.082488 10 11 7.800000 -> 9 0.082488 10 12 7.800000 +> 9 0.082488 10 10 5.600000 +> 9 0.082488 10 13 7.800000 > 9 0.082488 10 14 7.800000 -> 9 0.082488 10 10 7.800000 -> 9 0.082488 10 15 7.800000 -> 9 0.091748 10 13 5.600000 -> 9 0.091748 10 7 5.600000 -> 9 0.091748 10 10 5.600000 -> 9 0.091748 10 14 5.600000 +> 9 0.082488 10 16 7.800000 +> 9 0.082488 10 12 7.800000 +> 9 0.082488 10 17 7.800000 +> 9 0.091748 10 15 5.600000 +> 9 0.091748 10 9 5.600000 > 9 0.091748 10 12 5.600000 -> 9 0.091748 10 6 5.600000 +> 9 0.091748 10 16 5.600000 +> 9 0.091748 10 14 5.600000 > 9 0.091748 10 8 5.600000 -> 9 0.091748 10 11 7.800000 -> 9 0.091748 10 12 7.800000 -> 9 0.091748 10 14 7.800000 -> 9 0.091748 10 10 7.800000 -> 9 0.091748 10 15 7.800000 -> 9 0.091748 10 13 5.600000 -> 9 0.091748 10 7 5.600000 > 9 0.091748 10 10 5.600000 -> 9 0.091748 10 14 5.600000 +> 9 0.091748 10 13 7.800000 +> 9 0.091748 10 14 7.800000 +> 9 0.091748 10 16 7.800000 +> 9 0.091748 10 12 7.800000 +> 9 0.091748 10 17 7.800000 +> 9 0.091748 10 15 5.600000 +> 9 0.091748 10 9 5.600000 > 9 0.091748 10 12 5.600000 -> 9 0.091748 10 6 5.600000 +> 9 0.091748 10 16 5.600000 +> 9 0.091748 10 14 5.600000 > 9 0.091748 10 8 5.600000 -> 9 0.091748 10 11 7.800000 -> 9 0.091748 10 12 7.800000 +> 9 0.091748 10 10 5.600000 +> 9 0.091748 10 13 7.800000 > 9 0.091748 10 14 7.800000 -> 9 0.091748 10 10 7.800000 -> 9 0.091748 10 15 7.800000 -> 9 0.101942 10 13 5.600000 -> 9 0.101942 10 7 5.600000 -> 9 0.101942 10 10 5.600000 -> 9 0.101942 10 14 5.600000 +> 9 0.091748 10 16 7.800000 +> 9 0.091748 10 12 7.800000 +> 9 0.091748 10 17 7.800000 +> 9 0.101942 10 15 5.600000 +> 9 0.101942 10 9 5.600000 > 9 0.101942 10 12 5.600000 -> 9 0.101942 10 6 5.600000 +> 9 0.101942 10 16 5.600000 +> 9 0.101942 10 14 5.600000 > 9 0.101942 10 8 5.600000 -> 9 0.101942 10 11 7.800000 -> 9 0.101942 10 12 7.800000 -> 9 0.101942 10 14 7.800000 -> 9 0.101942 10 10 7.800000 -> 9 0.101942 10 15 7.800000 -> 9 0.101942 10 13 5.600000 -> 9 0.101942 10 7 5.600000 > 9 0.101942 10 10 5.600000 -> 9 0.101942 10 14 5.600000 +> 9 0.101942 10 13 7.800000 +> 9 0.101942 10 14 7.800000 +> 9 0.101942 10 16 7.800000 +> 9 0.101942 10 12 7.800000 +> 9 0.101942 10 17 7.800000 +> 9 0.101942 10 15 5.600000 +> 9 0.101942 10 9 5.600000 > 9 0.101942 10 12 5.600000 -> 9 0.101942 10 6 5.600000 +> 9 0.101942 10 16 5.600000 +> 9 0.101942 10 14 5.600000 > 9 0.101942 10 8 5.600000 -> 9 0.101942 10 11 7.800000 -> 9 0.101942 10 12 7.800000 +> 9 0.101942 10 10 5.600000 +> 9 0.101942 10 13 7.800000 > 9 0.101942 10 14 7.800000 -> 9 0.101942 10 10 7.800000 -> 9 0.101942 10 15 7.800000 -> 9 0.103110 10 13 5.600000 -> 9 0.103110 10 7 5.600000 -> 9 0.103110 10 10 5.600000 -> 9 0.103110 10 14 5.600000 +> 9 0.101942 10 16 7.800000 +> 9 0.101942 10 12 7.800000 +> 9 0.101942 10 17 7.800000 +> 9 0.103110 10 15 5.600000 +> 9 0.103110 10 9 5.600000 > 9 0.103110 10 12 5.600000 -> 9 0.103110 10 6 5.600000 +> 9 0.103110 10 16 5.600000 +> 9 0.103110 10 14 5.600000 > 9 0.103110 10 8 5.600000 -> 9 0.103110 10 11 7.800000 -> 9 0.103110 10 12 7.800000 -> 9 0.103110 10 14 7.800000 -> 9 0.103110 10 10 7.800000 -> 9 0.103110 10 15 7.800000 -> 9 0.103110 10 13 5.600000 -> 9 0.103110 10 7 5.600000 > 9 0.103110 10 10 5.600000 -> 9 0.103110 10 14 5.600000 +> 9 0.103110 10 13 7.800000 +> 9 0.103110 10 14 7.800000 +> 9 0.103110 10 16 7.800000 +> 9 0.103110 10 12 7.800000 +> 9 0.103110 10 17 7.800000 +> 9 0.103110 10 15 5.600000 +> 9 0.103110 10 9 5.600000 > 9 0.103110 10 12 5.600000 -> 9 0.103110 10 6 5.600000 +> 9 0.103110 10 16 5.600000 +> 9 0.103110 10 14 5.600000 > 9 0.103110 10 8 5.600000 -> 9 0.103110 10 11 7.800000 -> 9 0.103110 10 12 7.800000 +> 9 0.103110 10 10 5.600000 +> 9 0.103110 10 13 7.800000 > 9 0.103110 10 14 7.800000 -> 9 0.103110 10 10 7.800000 -> 9 0.103110 10 15 7.800000 -> 9 0.104855 10 13 5.600000 -> 9 0.104855 10 7 5.600000 -> 9 0.104855 10 10 5.600000 -> 9 0.104855 10 14 5.600000 +> 9 0.103110 10 16 7.800000 +> 9 0.103110 10 12 7.800000 +> 9 0.103110 10 17 7.800000 +> 9 0.104855 10 15 5.600000 +> 9 0.104855 10 9 5.600000 > 9 0.104855 10 12 5.600000 -> 9 0.104855 10 6 5.600000 +> 9 0.104855 10 16 5.600000 +> 9 0.104855 10 14 5.600000 > 9 0.104855 10 8 5.600000 -> 9 0.104855 10 11 7.800000 -> 9 0.104855 10 12 7.800000 -> 9 0.104855 10 14 7.800000 -> 9 0.104855 10 10 7.800000 -> 9 0.104855 10 15 7.800000 -> 9 0.104855 10 13 5.600000 -> 9 0.104855 10 7 5.600000 > 9 0.104855 10 10 5.600000 -> 9 0.104855 10 14 5.600000 +> 9 0.104855 10 13 7.800000 +> 9 0.104855 10 14 7.800000 +> 9 0.104855 10 16 7.800000 +> 9 0.104855 10 12 7.800000 +> 9 0.104855 10 17 7.800000 +> 9 0.104855 10 15 5.600000 +> 9 0.104855 10 9 5.600000 > 9 0.104855 10 12 5.600000 -> 9 0.104855 10 6 5.600000 +> 9 0.104855 10 16 5.600000 +> 9 0.104855 10 14 5.600000 > 9 0.104855 10 8 5.600000 -> 9 0.104855 10 11 7.800000 -> 9 0.104855 10 12 7.800000 +> 9 0.104855 10 10 5.600000 +> 9 0.104855 10 13 7.800000 > 9 0.104855 10 14 7.800000 -> 9 0.104855 10 10 7.800000 -> 9 0.104855 10 15 7.800000 -> 9 0.117962 10 13 5.600000 -> 9 0.117962 10 7 5.600000 -> 9 0.117962 10 10 5.600000 -> 9 0.117962 10 14 5.600000 +> 9 0.104855 10 16 7.800000 +> 9 0.104855 10 12 7.800000 +> 9 0.104855 10 17 7.800000 +> 9 0.117962 10 15 5.600000 +> 9 0.117962 10 9 5.600000 > 9 0.117962 10 12 5.600000 -> 9 0.117962 10 6 5.600000 +> 9 0.117962 10 16 5.600000 +> 9 0.117962 10 14 5.600000 > 9 0.117962 10 8 5.600000 -> 9 0.117962 10 11 7.800000 -> 9 0.117962 10 12 7.800000 -> 9 0.117962 10 14 7.800000 -> 9 0.117962 10 10 7.800000 -> 9 0.117962 10 15 7.800000 -> 9 0.117962 10 13 5.600000 -> 9 0.117962 10 7 5.600000 > 9 0.117962 10 10 5.600000 -> 9 0.117962 10 14 5.600000 +> 9 0.117962 10 13 7.800000 +> 9 0.117962 10 14 7.800000 +> 9 0.117962 10 16 7.800000 +> 9 0.117962 10 12 7.800000 +> 9 0.117962 10 17 7.800000 +> 9 0.117962 10 15 5.600000 +> 9 0.117962 10 9 5.600000 > 9 0.117962 10 12 5.600000 -> 9 0.117962 10 6 5.600000 +> 9 0.117962 10 16 5.600000 +> 9 0.117962 10 14 5.600000 > 9 0.117962 10 8 5.600000 -> 9 0.117962 10 11 7.800000 -> 9 0.117962 10 12 7.800000 +> 9 0.117962 10 10 5.600000 +> 9 0.117962 10 13 7.800000 > 9 0.117962 10 14 7.800000 -> 9 0.117962 10 10 7.800000 -> 9 0.117962 10 15 7.800000 -> 9 0.122330 10 13 5.600000 -> 9 0.122330 10 7 5.600000 -> 9 0.122330 10 10 5.600000 -> 9 0.122330 10 14 5.600000 +> 9 0.117962 10 16 7.800000 +> 9 0.117962 10 12 7.800000 +> 9 0.117962 10 17 7.800000 +> 9 0.122330 10 15 5.600000 +> 9 0.122330 10 9 5.600000 > 9 0.122330 10 12 5.600000 -> 9 0.122330 10 6 5.600000 +> 9 0.122330 10 16 5.600000 +> 9 0.122330 10 14 5.600000 > 9 0.122330 10 8 5.600000 -> 9 0.122330 10 11 7.800000 -> 9 0.122330 10 12 7.800000 -> 9 0.122330 10 14 7.800000 -> 9 0.122330 10 10 7.800000 -> 9 0.122330 10 15 7.800000 -> 9 0.122330 10 13 5.600000 -> 9 0.122330 10 7 5.600000 > 9 0.122330 10 10 5.600000 -> 9 0.122330 10 14 5.600000 +> 9 0.122330 10 13 7.800000 +> 9 0.122330 10 14 7.800000 +> 9 0.122330 10 16 7.800000 +> 9 0.122330 10 12 7.800000 +> 9 0.122330 10 17 7.800000 +> 9 0.122330 10 15 5.600000 +> 9 0.122330 10 9 5.600000 > 9 0.122330 10 12 5.600000 -> 9 0.122330 10 6 5.600000 +> 9 0.122330 10 16 5.600000 +> 9 0.122330 10 14 5.600000 > 9 0.122330 10 8 5.600000 -> 9 0.122330 10 11 7.800000 -> 9 0.122330 10 12 7.800000 +> 9 0.122330 10 10 5.600000 +> 9 0.122330 10 13 7.800000 > 9 0.122330 10 14 7.800000 -> 9 0.122330 10 10 7.800000 -> 9 0.122330 10 15 7.800000 -> 9 0.123732 10 13 5.600000 -> 9 0.123732 10 7 5.600000 -> 9 0.123732 10 10 5.600000 -> 9 0.123732 10 14 5.600000 +> 9 0.122330 10 16 7.800000 +> 9 0.122330 10 12 7.800000 +> 9 0.122330 10 17 7.800000 +> 9 0.123732 10 15 5.600000 +> 9 0.123732 10 9 5.600000 > 9 0.123732 10 12 5.600000 -> 9 0.123732 10 6 5.600000 +> 9 0.123732 10 16 5.600000 +> 9 0.123732 10 14 5.600000 > 9 0.123732 10 8 5.600000 -> 9 0.123732 10 11 7.800000 -> 9 0.123732 10 12 7.800000 -> 9 0.123732 10 14 7.800000 -> 9 0.123732 10 10 7.800000 -> 9 0.123732 10 15 7.800000 -> 9 0.123732 10 13 5.600000 -> 9 0.123732 10 7 5.600000 > 9 0.123732 10 10 5.600000 -> 9 0.123732 10 14 5.600000 +> 9 0.123732 10 13 7.800000 +> 9 0.123732 10 14 7.800000 +> 9 0.123732 10 16 7.800000 +> 9 0.123732 10 12 7.800000 +> 9 0.123732 10 17 7.800000 +> 9 0.123732 10 15 5.600000 +> 9 0.123732 10 9 5.600000 > 9 0.123732 10 12 5.600000 -> 9 0.123732 10 6 5.600000 +> 9 0.123732 10 16 5.600000 +> 9 0.123732 10 14 5.600000 > 9 0.123732 10 8 5.600000 -> 9 0.123732 10 11 7.800000 -> 9 0.123732 10 12 7.800000 +> 9 0.123732 10 10 5.600000 +> 9 0.123732 10 13 7.800000 > 9 0.123732 10 14 7.800000 -> 9 0.123732 10 10 7.800000 -> 9 0.123732 10 15 7.800000 -> 9 0.131068 10 13 5.600000 -> 9 0.131068 10 7 5.600000 -> 9 0.131068 10 10 5.600000 -> 9 0.131068 10 14 5.600000 +> 9 0.123732 10 16 7.800000 +> 9 0.123732 10 12 7.800000 +> 9 0.123732 10 17 7.800000 +> 9 0.131068 10 15 5.600000 +> 9 0.131068 10 9 5.600000 > 9 0.131068 10 12 5.600000 -> 9 0.131068 10 6 5.600000 +> 9 0.131068 10 16 5.600000 +> 9 0.131068 10 14 5.600000 > 9 0.131068 10 8 5.600000 -> 9 0.131068 10 11 7.800000 -> 9 0.131068 10 12 7.800000 -> 9 0.131068 10 14 7.800000 -> 9 0.131068 10 10 7.800000 -> 9 0.131068 10 15 7.800000 -> 9 0.131068 10 13 5.600000 -> 9 0.131068 10 7 5.600000 > 9 0.131068 10 10 5.600000 -> 9 0.131068 10 14 5.600000 +> 9 0.131068 10 13 7.800000 +> 9 0.131068 10 14 7.800000 +> 9 0.131068 10 16 7.800000 +> 9 0.131068 10 12 7.800000 +> 9 0.131068 10 17 7.800000 +> 9 0.131068 10 15 5.600000 +> 9 0.131068 10 9 5.600000 > 9 0.131068 10 12 5.600000 -> 9 0.131068 10 6 5.600000 +> 9 0.131068 10 16 5.600000 +> 9 0.131068 10 14 5.600000 > 9 0.131068 10 8 5.600000 -> 9 0.131068 10 11 7.800000 -> 9 0.131068 10 12 7.800000 +> 9 0.131068 10 10 5.600000 +> 9 0.131068 10 13 7.800000 > 9 0.131068 10 14 7.800000 -> 9 0.131068 10 10 7.800000 -> 9 0.131068 10 15 7.800000 -> 9 0.142719 10 13 5.600000 -> 9 0.142719 10 7 5.600000 -> 9 0.142719 10 10 5.600000 -> 9 0.142719 10 14 5.600000 +> 9 0.131068 10 16 7.800000 +> 9 0.131068 10 12 7.800000 +> 9 0.131068 10 17 7.800000 +> 9 0.142719 10 15 5.600000 +> 9 0.142719 10 9 5.600000 > 9 0.142719 10 12 5.600000 -> 9 0.142719 10 6 5.600000 +> 9 0.142719 10 16 5.600000 +> 9 0.142719 10 14 5.600000 > 9 0.142719 10 8 5.600000 -> 9 0.142719 10 11 7.800000 -> 9 0.142719 10 12 7.800000 -> 9 0.142719 10 14 7.800000 -> 9 0.142719 10 10 7.800000 -> 9 0.142719 10 15 7.800000 -> 9 0.142719 10 13 5.600000 -> 9 0.142719 10 7 5.600000 > 9 0.142719 10 10 5.600000 -> 9 0.142719 10 14 5.600000 +> 9 0.142719 10 13 7.800000 +> 9 0.142719 10 14 7.800000 +> 9 0.142719 10 16 7.800000 +> 9 0.142719 10 12 7.800000 +> 9 0.142719 10 17 7.800000 +> 9 0.142719 10 15 5.600000 +> 9 0.142719 10 9 5.600000 > 9 0.142719 10 12 5.600000 -> 9 0.142719 10 6 5.600000 +> 9 0.142719 10 16 5.600000 +> 9 0.142719 10 14 5.600000 > 9 0.142719 10 8 5.600000 -> 9 0.142719 10 11 7.800000 -> 9 0.142719 10 12 7.800000 +> 9 0.142719 10 10 5.600000 +> 9 0.142719 10 13 7.800000 > 9 0.142719 10 14 7.800000 -> 9 0.142719 10 10 7.800000 -> 9 0.142719 10 15 7.800000 -> 10 0.144175 10 13 3.400000 -> 10 0.144175 10 7 3.400000 -> 10 0.144175 10 10 3.400000 -> 10 0.144175 10 14 3.400000 +> 9 0.142719 10 16 7.800000 +> 9 0.142719 10 12 7.800000 +> 9 0.142719 10 17 7.800000 +> 10 0.144175 10 15 3.400000 +> 10 0.144175 10 9 3.400000 > 10 0.144175 10 12 3.400000 -> 10 0.144175 10 6 3.400000 +> 10 0.144175 10 16 3.400000 +> 10 0.144175 10 14 3.400000 > 10 0.144175 10 8 3.400000 -> 10 0.144175 10 11 5.600000 -> 10 0.144175 10 12 5.600000 -> 10 0.144175 10 14 5.600000 -> 10 0.144175 10 10 5.600000 -> 10 0.144175 10 15 5.600000 -> 10 0.144175 10 13 3.400000 -> 10 0.144175 10 7 3.400000 > 10 0.144175 10 10 3.400000 -> 10 0.144175 10 14 3.400000 +> 10 0.144175 10 13 5.600000 +> 10 0.144175 10 14 5.600000 +> 10 0.144175 10 16 5.600000 +> 10 0.144175 10 12 5.600000 +> 10 0.144175 10 17 5.600000 +> 10 0.144175 10 15 3.400000 +> 10 0.144175 10 9 3.400000 > 10 0.144175 10 12 3.400000 -> 10 0.144175 10 6 3.400000 +> 10 0.144175 10 16 3.400000 +> 10 0.144175 10 14 3.400000 > 10 0.144175 10 8 3.400000 -> 10 0.144175 10 11 5.600000 -> 10 0.144175 10 12 5.600000 +> 10 0.144175 10 10 3.400000 +> 10 0.144175 10 13 5.600000 > 10 0.144175 10 14 5.600000 -> 10 0.144175 10 10 5.600000 -> 10 0.144175 10 15 5.600000 -> 9 0.144354 10 13 5.600000 -> 9 0.144354 10 7 5.600000 -> 9 0.144354 10 10 5.600000 -> 9 0.144354 10 14 5.600000 +> 10 0.144175 10 16 5.600000 +> 10 0.144175 10 12 5.600000 +> 10 0.144175 10 17 5.600000 +> 9 0.144354 10 15 5.600000 +> 9 0.144354 10 9 5.600000 > 9 0.144354 10 12 5.600000 -> 9 0.144354 10 6 5.600000 +> 9 0.144354 10 16 5.600000 +> 9 0.144354 10 14 5.600000 > 9 0.144354 10 8 5.600000 -> 9 0.144354 10 11 7.800000 -> 9 0.144354 10 12 7.800000 -> 9 0.144354 10 14 7.800000 -> 9 0.144354 10 10 7.800000 -> 9 0.144354 10 15 7.800000 -> 9 0.144354 10 13 5.600000 -> 9 0.144354 10 7 5.600000 > 9 0.144354 10 10 5.600000 -> 9 0.144354 10 14 5.600000 +> 9 0.144354 10 13 7.800000 +> 9 0.144354 10 14 7.800000 +> 9 0.144354 10 16 7.800000 +> 9 0.144354 10 12 7.800000 +> 9 0.144354 10 17 7.800000 +> 9 0.144354 10 15 5.600000 +> 9 0.144354 10 9 5.600000 > 9 0.144354 10 12 5.600000 -> 9 0.144354 10 6 5.600000 +> 9 0.144354 10 16 5.600000 +> 9 0.144354 10 14 5.600000 > 9 0.144354 10 8 5.600000 -> 9 0.144354 10 11 7.800000 -> 9 0.144354 10 12 7.800000 +> 9 0.144354 10 10 5.600000 +> 9 0.144354 10 13 7.800000 > 9 0.144354 10 14 7.800000 -> 9 0.144354 10 10 7.800000 -> 9 0.144354 10 15 7.800000 -> 10 0.157282 10 13 3.400000 -> 10 0.157282 10 7 3.400000 -> 10 0.157282 10 10 3.400000 -> 10 0.157282 10 14 3.400000 +> 9 0.144354 10 16 7.800000 +> 9 0.144354 10 12 7.800000 +> 9 0.144354 10 17 7.800000 +> 10 0.157282 10 15 3.400000 +> 10 0.157282 10 9 3.400000 > 10 0.157282 10 12 3.400000 -> 10 0.157282 10 6 3.400000 +> 10 0.157282 10 16 3.400000 +> 10 0.157282 10 14 3.400000 > 10 0.157282 10 8 3.400000 -> 10 0.157282 10 11 5.600000 -> 10 0.157282 10 12 5.600000 -> 10 0.157282 10 14 5.600000 -> 10 0.157282 10 10 5.600000 -> 10 0.157282 10 15 5.600000 -> 10 0.157282 10 13 3.400000 -> 10 0.157282 10 7 3.400000 > 10 0.157282 10 10 3.400000 -> 10 0.157282 10 14 3.400000 +> 10 0.157282 10 13 5.600000 +> 10 0.157282 10 14 5.600000 +> 10 0.157282 10 16 5.600000 +> 10 0.157282 10 12 5.600000 +> 10 0.157282 10 17 5.600000 +> 10 0.157282 10 15 3.400000 +> 10 0.157282 10 9 3.400000 > 10 0.157282 10 12 3.400000 -> 10 0.157282 10 6 3.400000 +> 10 0.157282 10 16 3.400000 +> 10 0.157282 10 14 3.400000 > 10 0.157282 10 8 3.400000 -> 10 0.157282 10 11 5.600000 -> 10 0.157282 10 12 5.600000 +> 10 0.157282 10 10 3.400000 +> 10 0.157282 10 13 5.600000 > 10 0.157282 10 14 5.600000 -> 10 0.157282 10 10 5.600000 -> 10 0.157282 10 15 5.600000 -> 9 0.163107 10 13 5.600000 -> 9 0.163107 10 7 5.600000 -> 9 0.163107 10 10 5.600000 -> 9 0.163107 10 14 5.600000 +> 10 0.157282 10 16 5.600000 +> 10 0.157282 10 12 5.600000 +> 10 0.157282 10 17 5.600000 +> 9 0.163107 10 15 5.600000 +> 9 0.163107 10 9 5.600000 > 9 0.163107 10 12 5.600000 -> 9 0.163107 10 6 5.600000 +> 9 0.163107 10 16 5.600000 +> 9 0.163107 10 14 5.600000 > 9 0.163107 10 8 5.600000 -> 9 0.163107 10 11 7.800000 -> 9 0.163107 10 12 7.800000 -> 9 0.163107 10 14 7.800000 -> 9 0.163107 10 10 7.800000 -> 9 0.163107 10 15 7.800000 -> 9 0.163107 10 13 5.600000 -> 9 0.163107 10 7 5.600000 > 9 0.163107 10 10 5.600000 -> 9 0.163107 10 14 5.600000 +> 9 0.163107 10 13 7.800000 +> 9 0.163107 10 14 7.800000 +> 9 0.163107 10 16 7.800000 +> 9 0.163107 10 12 7.800000 +> 9 0.163107 10 17 7.800000 +> 9 0.163107 10 15 5.600000 +> 9 0.163107 10 9 5.600000 > 9 0.163107 10 12 5.600000 -> 9 0.163107 10 6 5.600000 +> 9 0.163107 10 16 5.600000 +> 9 0.163107 10 14 5.600000 > 9 0.163107 10 8 5.600000 -> 9 0.163107 10 11 7.800000 -> 9 0.163107 10 12 7.800000 +> 9 0.163107 10 10 5.600000 +> 9 0.163107 10 13 7.800000 > 9 0.163107 10 14 7.800000 -> 9 0.163107 10 10 7.800000 -> 9 0.163107 10 15 7.800000 -> 9 0.164976 10 13 5.600000 -> 9 0.164976 10 7 5.600000 -> 9 0.164976 10 10 5.600000 -> 9 0.164976 10 14 5.600000 +> 9 0.163107 10 16 7.800000 +> 9 0.163107 10 12 7.800000 +> 9 0.163107 10 17 7.800000 +> 9 0.164976 10 15 5.600000 +> 9 0.164976 10 9 5.600000 > 9 0.164976 10 12 5.600000 -> 9 0.164976 10 6 5.600000 +> 9 0.164976 10 16 5.600000 +> 9 0.164976 10 14 5.600000 > 9 0.164976 10 8 5.600000 -> 9 0.164976 10 11 7.800000 -> 9 0.164976 10 12 7.800000 -> 9 0.164976 10 14 7.800000 -> 9 0.164976 10 10 7.800000 -> 9 0.164976 10 15 7.800000 -> 9 0.164976 10 13 5.600000 -> 9 0.164976 10 7 5.600000 > 9 0.164976 10 10 5.600000 -> 9 0.164976 10 14 5.600000 +> 9 0.164976 10 13 7.800000 +> 9 0.164976 10 14 7.800000 +> 9 0.164976 10 16 7.800000 +> 9 0.164976 10 12 7.800000 +> 9 0.164976 10 17 7.800000 +> 9 0.164976 10 15 5.600000 +> 9 0.164976 10 9 5.600000 > 9 0.164976 10 12 5.600000 -> 9 0.164976 10 6 5.600000 +> 9 0.164976 10 16 5.600000 +> 9 0.164976 10 14 5.600000 > 9 0.164976 10 8 5.600000 -> 9 0.164976 10 11 7.800000 -> 9 0.164976 10 12 7.800000 +> 9 0.164976 10 10 5.600000 +> 9 0.164976 10 13 7.800000 > 9 0.164976 10 14 7.800000 -> 9 0.164976 10 10 7.800000 -> 9 0.164976 10 15 7.800000 -> 10 0.170389 10 13 3.400000 -> 10 0.170389 10 7 3.400000 -> 10 0.170389 10 10 3.400000 -> 10 0.170389 10 14 3.400000 +> 9 0.164976 10 16 7.800000 +> 9 0.164976 10 12 7.800000 +> 9 0.164976 10 17 7.800000 +> 10 0.170389 10 15 3.400000 +> 10 0.170389 10 9 3.400000 > 10 0.170389 10 12 3.400000 -> 10 0.170389 10 6 3.400000 +> 10 0.170389 10 16 3.400000 +> 10 0.170389 10 14 3.400000 > 10 0.170389 10 8 3.400000 -> 10 0.170389 10 11 5.600000 -> 10 0.170389 10 12 5.600000 -> 10 0.170389 10 14 5.600000 -> 10 0.170389 10 10 5.600000 -> 10 0.170389 10 15 5.600000 -> 10 0.170389 10 13 3.400000 -> 10 0.170389 10 7 3.400000 > 10 0.170389 10 10 3.400000 -> 10 0.170389 10 14 3.400000 +> 10 0.170389 10 13 5.600000 +> 10 0.170389 10 14 5.600000 +> 10 0.170389 10 16 5.600000 +> 10 0.170389 10 12 5.600000 +> 10 0.170389 10 17 5.600000 +> 10 0.170389 10 15 3.400000 +> 10 0.170389 10 9 3.400000 > 10 0.170389 10 12 3.400000 -> 10 0.170389 10 6 3.400000 +> 10 0.170389 10 16 3.400000 +> 10 0.170389 10 14 3.400000 > 10 0.170389 10 8 3.400000 -> 10 0.170389 10 11 5.600000 -> 10 0.170389 10 12 5.600000 +> 10 0.170389 10 10 3.400000 +> 10 0.170389 10 13 5.600000 > 10 0.170389 10 14 5.600000 -> 10 0.170389 10 10 5.600000 -> 10 0.170389 10 15 5.600000 -> 9 0.183496 10 13 5.600000 -> 9 0.183496 10 7 5.600000 -> 9 0.183496 10 10 5.600000 -> 9 0.183496 10 14 5.600000 +> 10 0.170389 10 16 5.600000 +> 10 0.170389 10 12 5.600000 +> 10 0.170389 10 17 5.600000 +> 9 0.183496 10 15 5.600000 +> 9 0.183496 10 9 5.600000 > 9 0.183496 10 12 5.600000 -> 9 0.183496 10 6 5.600000 +> 9 0.183496 10 16 5.600000 +> 9 0.183496 10 14 5.600000 > 9 0.183496 10 8 5.600000 -> 9 0.183496 10 11 7.800000 -> 9 0.183496 10 12 7.800000 -> 9 0.183496 10 14 7.800000 -> 9 0.183496 10 10 7.800000 -> 9 0.183496 10 15 7.800000 -> 9 0.183496 10 13 5.600000 -> 9 0.183496 10 7 5.600000 > 9 0.183496 10 10 5.600000 -> 9 0.183496 10 14 5.600000 +> 9 0.183496 10 13 7.800000 +> 9 0.183496 10 14 7.800000 +> 9 0.183496 10 16 7.800000 +> 9 0.183496 10 12 7.800000 +> 9 0.183496 10 17 7.800000 +> 9 0.183496 10 15 5.600000 +> 9 0.183496 10 9 5.600000 > 9 0.183496 10 12 5.600000 -> 9 0.183496 10 6 5.600000 +> 9 0.183496 10 16 5.600000 +> 9 0.183496 10 14 5.600000 > 9 0.183496 10 8 5.600000 -> 9 0.183496 10 11 7.800000 -> 9 0.183496 10 12 7.800000 +> 9 0.183496 10 10 5.600000 +> 9 0.183496 10 13 7.800000 > 9 0.183496 10 14 7.800000 -> 9 0.183496 10 10 7.800000 -> 9 0.183496 10 15 7.800000 -> 10 0.183496 10 13 3.400000 -> 10 0.183496 10 7 3.400000 -> 10 0.183496 10 10 3.400000 -> 10 0.183496 10 14 3.400000 +> 9 0.183496 10 16 7.800000 +> 9 0.183496 10 12 7.800000 +> 9 0.183496 10 17 7.800000 +> 10 0.183496 10 15 3.400000 +> 10 0.183496 10 9 3.400000 > 10 0.183496 10 12 3.400000 -> 10 0.183496 10 6 3.400000 +> 10 0.183496 10 16 3.400000 +> 10 0.183496 10 14 3.400000 > 10 0.183496 10 8 3.400000 -> 10 0.183496 10 11 5.600000 -> 10 0.183496 10 12 5.600000 -> 10 0.183496 10 14 5.600000 -> 10 0.183496 10 10 5.600000 -> 10 0.183496 10 15 5.600000 -> 10 0.183496 10 13 3.400000 -> 10 0.183496 10 7 3.400000 > 10 0.183496 10 10 3.400000 -> 10 0.183496 10 14 3.400000 +> 10 0.183496 10 13 5.600000 +> 10 0.183496 10 14 5.600000 +> 10 0.183496 10 16 5.600000 +> 10 0.183496 10 12 5.600000 +> 10 0.183496 10 17 5.600000 +> 10 0.183496 10 15 3.400000 +> 10 0.183496 10 9 3.400000 > 10 0.183496 10 12 3.400000 -> 10 0.183496 10 6 3.400000 +> 10 0.183496 10 16 3.400000 +> 10 0.183496 10 14 3.400000 > 10 0.183496 10 8 3.400000 -> 10 0.183496 10 11 5.600000 -> 10 0.183496 10 12 5.600000 +> 10 0.183496 10 10 3.400000 +> 10 0.183496 10 13 5.600000 > 10 0.183496 10 14 5.600000 -> 10 0.183496 10 10 5.600000 -> 10 0.183496 10 15 5.600000 -> 9 0.185598 10 13 5.600000 -> 9 0.185598 10 7 5.600000 -> 9 0.185598 10 10 5.600000 -> 9 0.185598 10 14 5.600000 +> 10 0.183496 10 16 5.600000 +> 10 0.183496 10 12 5.600000 +> 10 0.183496 10 17 5.600000 +> 9 0.185598 10 15 5.600000 +> 9 0.185598 10 9 5.600000 > 9 0.185598 10 12 5.600000 -> 9 0.185598 10 6 5.600000 +> 9 0.185598 10 16 5.600000 +> 9 0.185598 10 14 5.600000 > 9 0.185598 10 8 5.600000 -> 9 0.185598 10 11 7.800000 -> 9 0.185598 10 12 7.800000 -> 9 0.185598 10 14 7.800000 -> 9 0.185598 10 10 7.800000 -> 9 0.185598 10 15 7.800000 -> 9 0.185598 10 13 5.600000 -> 9 0.185598 10 7 5.600000 > 9 0.185598 10 10 5.600000 -> 9 0.185598 10 14 5.600000 +> 9 0.185598 10 13 7.800000 +> 9 0.185598 10 14 7.800000 +> 9 0.185598 10 16 7.800000 +> 9 0.185598 10 12 7.800000 +> 9 0.185598 10 17 7.800000 +> 9 0.185598 10 15 5.600000 +> 9 0.185598 10 9 5.600000 > 9 0.185598 10 12 5.600000 -> 9 0.185598 10 6 5.600000 +> 9 0.185598 10 16 5.600000 +> 9 0.185598 10 14 5.600000 > 9 0.185598 10 8 5.600000 -> 9 0.185598 10 11 7.800000 -> 9 0.185598 10 12 7.800000 +> 9 0.185598 10 10 5.600000 +> 9 0.185598 10 13 7.800000 > 9 0.185598 10 14 7.800000 -> 9 0.185598 10 10 7.800000 -> 9 0.185598 10 15 7.800000 -> 10 0.196602 10 13 3.400000 -> 10 0.196602 10 7 3.400000 -> 10 0.196602 10 10 3.400000 -> 10 0.196602 10 14 3.400000 +> 9 0.185598 10 16 7.800000 +> 9 0.185598 10 12 7.800000 +> 9 0.185598 10 17 7.800000 +> 10 0.196602 10 15 3.400000 +> 10 0.196602 10 9 3.400000 > 10 0.196602 10 12 3.400000 -> 10 0.196602 10 6 3.400000 +> 10 0.196602 10 16 3.400000 +> 10 0.196602 10 14 3.400000 > 10 0.196602 10 8 3.400000 -> 10 0.196602 10 11 5.600000 -> 10 0.196602 10 12 5.600000 -> 10 0.196602 10 14 5.600000 -> 10 0.196602 10 10 5.600000 -> 10 0.196602 10 15 5.600000 -> 10 0.196602 10 13 3.400000 -> 10 0.196602 10 7 3.400000 > 10 0.196602 10 10 3.400000 -> 10 0.196602 10 14 3.400000 +> 10 0.196602 10 13 5.600000 +> 10 0.196602 10 14 5.600000 +> 10 0.196602 10 16 5.600000 +> 10 0.196602 10 12 5.600000 +> 10 0.196602 10 17 5.600000 +> 10 0.196602 10 15 3.400000 +> 10 0.196602 10 9 3.400000 > 10 0.196602 10 12 3.400000 -> 10 0.196602 10 6 3.400000 +> 10 0.196602 10 16 3.400000 +> 10 0.196602 10 14 3.400000 > 10 0.196602 10 8 3.400000 -> 10 0.196602 10 11 5.600000 -> 10 0.196602 10 12 5.600000 +> 10 0.196602 10 10 3.400000 +> 10 0.196602 10 13 5.600000 > 10 0.196602 10 14 5.600000 -> 10 0.196602 10 10 5.600000 -> 10 0.196602 10 15 5.600000 -> 9 0.203884 10 13 5.600000 -> 9 0.203884 10 7 5.600000 -> 9 0.203884 10 10 5.600000 -> 9 0.203884 10 14 5.600000 +> 10 0.196602 10 16 5.600000 +> 10 0.196602 10 12 5.600000 +> 10 0.196602 10 17 5.600000 +> 9 0.203884 10 15 5.600000 +> 9 0.203884 10 9 5.600000 > 9 0.203884 10 12 5.600000 -> 9 0.203884 10 6 5.600000 +> 9 0.203884 10 16 5.600000 +> 9 0.203884 10 14 5.600000 > 9 0.203884 10 8 5.600000 -> 9 0.203884 10 11 7.800000 -> 9 0.203884 10 12 7.800000 -> 9 0.203884 10 14 7.800000 -> 9 0.203884 10 10 7.800000 -> 9 0.203884 10 15 7.800000 -> 9 0.203884 10 13 5.600000 -> 9 0.203884 10 7 5.600000 > 9 0.203884 10 10 5.600000 -> 9 0.203884 10 14 5.600000 +> 9 0.203884 10 13 7.800000 +> 9 0.203884 10 14 7.800000 +> 9 0.203884 10 16 7.800000 +> 9 0.203884 10 12 7.800000 +> 9 0.203884 10 17 7.800000 +> 9 0.203884 10 15 5.600000 +> 9 0.203884 10 9 5.600000 > 9 0.203884 10 12 5.600000 -> 9 0.203884 10 6 5.600000 +> 9 0.203884 10 16 5.600000 +> 9 0.203884 10 14 5.600000 > 9 0.203884 10 8 5.600000 -> 9 0.203884 10 11 7.800000 -> 9 0.203884 10 12 7.800000 +> 9 0.203884 10 10 5.600000 +> 9 0.203884 10 13 7.800000 > 9 0.203884 10 14 7.800000 -> 9 0.203884 10 10 7.800000 -> 9 0.203884 10 15 7.800000 -> 9 0.206220 10 13 5.600000 -> 9 0.206220 10 7 5.600000 -> 9 0.206220 10 10 5.600000 -> 9 0.206220 10 14 5.600000 +> 9 0.203884 10 16 7.800000 +> 9 0.203884 10 12 7.800000 +> 9 0.203884 10 17 7.800000 +> 9 0.206220 10 15 5.600000 +> 9 0.206220 10 9 5.600000 > 9 0.206220 10 12 5.600000 -> 9 0.206220 10 6 5.600000 +> 9 0.206220 10 16 5.600000 +> 9 0.206220 10 14 5.600000 > 9 0.206220 10 8 5.600000 -> 9 0.206220 10 11 7.800000 -> 9 0.206220 10 12 7.800000 -> 9 0.206220 10 14 7.800000 -> 9 0.206220 10 10 7.800000 -> 9 0.206220 10 15 7.800000 -> 9 0.206220 10 13 5.600000 -> 9 0.206220 10 7 5.600000 > 9 0.206220 10 10 5.600000 -> 9 0.206220 10 14 5.600000 +> 9 0.206220 10 13 7.800000 +> 9 0.206220 10 14 7.800000 +> 9 0.206220 10 16 7.800000 +> 9 0.206220 10 12 7.800000 +> 9 0.206220 10 17 7.800000 +> 9 0.206220 10 15 5.600000 +> 9 0.206220 10 9 5.600000 > 9 0.206220 10 12 5.600000 -> 9 0.206220 10 6 5.600000 +> 9 0.206220 10 16 5.600000 +> 9 0.206220 10 14 5.600000 > 9 0.206220 10 8 5.600000 -> 9 0.206220 10 11 7.800000 -> 9 0.206220 10 12 7.800000 +> 9 0.206220 10 10 5.600000 +> 9 0.206220 10 13 7.800000 > 9 0.206220 10 14 7.800000 -> 9 0.206220 10 10 7.800000 -> 9 0.206220 10 15 7.800000 -> 10 0.209709 10 13 3.400000 -> 10 0.209709 10 7 3.400000 -> 10 0.209709 10 10 3.400000 -> 10 0.209709 10 14 3.400000 +> 9 0.206220 10 16 7.800000 +> 9 0.206220 10 12 7.800000 +> 9 0.206220 10 17 7.800000 +> 10 0.209709 10 15 3.400000 +> 10 0.209709 10 9 3.400000 > 10 0.209709 10 12 3.400000 -> 10 0.209709 10 6 3.400000 +> 10 0.209709 10 16 3.400000 +> 10 0.209709 10 14 3.400000 > 10 0.209709 10 8 3.400000 -> 10 0.209709 10 11 5.600000 -> 10 0.209709 10 12 5.600000 -> 10 0.209709 10 14 5.600000 -> 10 0.209709 10 10 5.600000 -> 10 0.209709 10 15 5.600000 -> 10 0.209709 10 13 3.400000 -> 10 0.209709 10 7 3.400000 > 10 0.209709 10 10 3.400000 -> 10 0.209709 10 14 3.400000 +> 10 0.209709 10 13 5.600000 +> 10 0.209709 10 14 5.600000 +> 10 0.209709 10 16 5.600000 +> 10 0.209709 10 12 5.600000 +> 10 0.209709 10 17 5.600000 +> 10 0.209709 10 15 3.400000 +> 10 0.209709 10 9 3.400000 > 10 0.209709 10 12 3.400000 -> 10 0.209709 10 6 3.400000 +> 10 0.209709 10 16 3.400000 +> 10 0.209709 10 14 3.400000 > 10 0.209709 10 8 3.400000 -> 10 0.209709 10 11 5.600000 -> 10 0.209709 10 12 5.600000 +> 10 0.209709 10 10 3.400000 +> 10 0.209709 10 13 5.600000 > 10 0.209709 10 14 5.600000 -> 10 0.209709 10 10 5.600000 -> 10 0.209709 10 15 5.600000 -> 10 0.222816 10 13 3.400000 -> 10 0.222816 10 7 3.400000 -> 10 0.222816 10 10 3.400000 -> 10 0.222816 10 14 3.400000 +> 10 0.209709 10 16 5.600000 +> 10 0.209709 10 12 5.600000 +> 10 0.209709 10 17 5.600000 +> 10 0.222816 10 15 3.400000 +> 10 0.222816 10 9 3.400000 > 10 0.222816 10 12 3.400000 -> 10 0.222816 10 6 3.400000 +> 10 0.222816 10 16 3.400000 +> 10 0.222816 10 14 3.400000 > 10 0.222816 10 8 3.400000 -> 10 0.222816 10 11 5.600000 -> 10 0.222816 10 12 5.600000 -> 10 0.222816 10 14 5.600000 -> 10 0.222816 10 10 5.600000 -> 10 0.222816 10 15 5.600000 -> 10 0.222816 10 13 3.400000 -> 10 0.222816 10 7 3.400000 > 10 0.222816 10 10 3.400000 -> 10 0.222816 10 14 3.400000 +> 10 0.222816 10 13 5.600000 +> 10 0.222816 10 14 5.600000 +> 10 0.222816 10 16 5.600000 +> 10 0.222816 10 12 5.600000 +> 10 0.222816 10 17 5.600000 +> 10 0.222816 10 15 3.400000 +> 10 0.222816 10 9 3.400000 > 10 0.222816 10 12 3.400000 -> 10 0.222816 10 6 3.400000 +> 10 0.222816 10 16 3.400000 +> 10 0.222816 10 14 3.400000 > 10 0.222816 10 8 3.400000 -> 10 0.222816 10 11 5.600000 -> 10 0.222816 10 12 5.600000 +> 10 0.222816 10 10 3.400000 +> 10 0.222816 10 13 5.600000 > 10 0.222816 10 14 5.600000 -> 10 0.222816 10 10 5.600000 -> 10 0.222816 10 15 5.600000 -> 10 0.224272 10 13 3.400000 -> 10 0.224272 10 7 3.400000 -> 10 0.224272 10 10 3.400000 -> 10 0.224272 10 14 3.400000 +> 10 0.222816 10 16 5.600000 +> 10 0.222816 10 12 5.600000 +> 10 0.222816 10 17 5.600000 +> 10 0.224272 10 15 3.400000 +> 10 0.224272 10 9 3.400000 > 10 0.224272 10 12 3.400000 -> 10 0.224272 10 6 3.400000 +> 10 0.224272 10 16 3.400000 +> 10 0.224272 10 14 3.400000 > 10 0.224272 10 8 3.400000 -> 10 0.224272 10 11 5.600000 -> 10 0.224272 10 12 5.600000 -> 10 0.224272 10 14 5.600000 -> 10 0.224272 10 10 5.600000 -> 10 0.224272 10 15 5.600000 -> 10 0.224272 10 13 3.400000 -> 10 0.224272 10 7 3.400000 > 10 0.224272 10 10 3.400000 -> 10 0.224272 10 14 3.400000 +> 10 0.224272 10 13 5.600000 +> 10 0.224272 10 14 5.600000 +> 10 0.224272 10 16 5.600000 +> 10 0.224272 10 12 5.600000 +> 10 0.224272 10 17 5.600000 +> 10 0.224272 10 15 3.400000 +> 10 0.224272 10 9 3.400000 > 10 0.224272 10 12 3.400000 -> 10 0.224272 10 6 3.400000 +> 10 0.224272 10 16 3.400000 +> 10 0.224272 10 14 3.400000 > 10 0.224272 10 8 3.400000 -> 10 0.224272 10 11 5.600000 -> 10 0.224272 10 12 5.600000 +> 10 0.224272 10 10 3.400000 +> 10 0.224272 10 13 5.600000 > 10 0.224272 10 14 5.600000 -> 10 0.224272 10 10 5.600000 -> 10 0.224272 10 15 5.600000 -> 10 0.226842 10 13 3.400000 -> 10 0.226842 10 7 3.400000 -> 10 0.226842 10 10 3.400000 -> 10 0.226842 10 14 3.400000 +> 10 0.224272 10 16 5.600000 +> 10 0.224272 10 12 5.600000 +> 10 0.224272 10 17 5.600000 +> 10 0.226842 10 15 3.400000 +> 10 0.226842 10 9 3.400000 > 10 0.226842 10 12 3.400000 -> 10 0.226842 10 6 3.400000 +> 10 0.226842 10 16 3.400000 +> 10 0.226842 10 14 3.400000 > 10 0.226842 10 8 3.400000 -> 10 0.226842 10 11 5.600000 -> 10 0.226842 10 12 5.600000 -> 10 0.226842 10 14 5.600000 -> 10 0.226842 10 10 5.600000 -> 10 0.226842 10 15 5.600000 -> 10 0.226842 10 13 3.400000 -> 10 0.226842 10 7 3.400000 > 10 0.226842 10 10 3.400000 -> 10 0.226842 10 14 3.400000 +> 10 0.226842 10 13 5.600000 +> 10 0.226842 10 14 5.600000 +> 10 0.226842 10 16 5.600000 +> 10 0.226842 10 12 5.600000 +> 10 0.226842 10 17 5.600000 +> 10 0.226842 10 15 3.400000 +> 10 0.226842 10 9 3.400000 > 10 0.226842 10 12 3.400000 -> 10 0.226842 10 6 3.400000 +> 10 0.226842 10 16 3.400000 +> 10 0.226842 10 14 3.400000 > 10 0.226842 10 8 3.400000 -> 10 0.226842 10 11 5.600000 -> 10 0.226842 10 12 5.600000 +> 10 0.226842 10 10 3.400000 +> 10 0.226842 10 13 5.600000 > 10 0.226842 10 14 5.600000 -> 10 0.226842 10 10 5.600000 -> 10 0.226842 10 15 5.600000 -> 10 0.235923 10 13 3.400000 -> 10 0.235923 10 7 3.400000 -> 10 0.235923 10 10 3.400000 -> 10 0.235923 10 14 3.400000 +> 10 0.226842 10 16 5.600000 +> 10 0.226842 10 12 5.600000 +> 10 0.226842 10 17 5.600000 +> 10 0.235923 10 15 3.400000 +> 10 0.235923 10 9 3.400000 > 10 0.235923 10 12 3.400000 -> 10 0.235923 10 6 3.400000 +> 10 0.235923 10 16 3.400000 +> 10 0.235923 10 14 3.400000 > 10 0.235923 10 8 3.400000 -> 10 0.235923 10 11 5.600000 -> 10 0.235923 10 12 5.600000 -> 10 0.235923 10 14 5.600000 -> 10 0.235923 10 10 5.600000 -> 10 0.235923 10 15 5.600000 -> 10 0.235923 10 13 3.400000 -> 10 0.235923 10 7 3.400000 > 10 0.235923 10 10 3.400000 -> 10 0.235923 10 14 3.400000 +> 10 0.235923 10 13 5.600000 +> 10 0.235923 10 14 5.600000 +> 10 0.235923 10 16 5.600000 +> 10 0.235923 10 12 5.600000 +> 10 0.235923 10 17 5.600000 +> 10 0.235923 10 15 3.400000 +> 10 0.235923 10 9 3.400000 > 10 0.235923 10 12 3.400000 -> 10 0.235923 10 6 3.400000 +> 10 0.235923 10 16 3.400000 +> 10 0.235923 10 14 3.400000 > 10 0.235923 10 8 3.400000 -> 10 0.235923 10 11 5.600000 -> 10 0.235923 10 12 5.600000 +> 10 0.235923 10 10 3.400000 +> 10 0.235923 10 13 5.600000 > 10 0.235923 10 14 5.600000 -> 10 0.235923 10 10 5.600000 -> 10 0.235923 10 15 5.600000 -> 10 0.244661 10 13 3.400000 -> 10 0.244661 10 7 3.400000 -> 10 0.244661 10 10 3.400000 -> 10 0.244661 10 14 3.400000 +> 10 0.235923 10 16 5.600000 +> 10 0.235923 10 12 5.600000 +> 10 0.235923 10 17 5.600000 +> 10 0.244661 10 15 3.400000 +> 10 0.244661 10 9 3.400000 > 10 0.244661 10 12 3.400000 -> 10 0.244661 10 6 3.400000 +> 10 0.244661 10 16 3.400000 +> 10 0.244661 10 14 3.400000 > 10 0.244661 10 8 3.400000 -> 10 0.244661 10 11 5.600000 -> 10 0.244661 10 12 5.600000 -> 10 0.244661 10 14 5.600000 -> 10 0.244661 10 10 5.600000 -> 10 0.244661 10 15 5.600000 -> 10 0.244661 10 13 3.400000 -> 10 0.244661 10 7 3.400000 > 10 0.244661 10 10 3.400000 -> 10 0.244661 10 14 3.400000 +> 10 0.244661 10 13 5.600000 +> 10 0.244661 10 14 5.600000 +> 10 0.244661 10 16 5.600000 +> 10 0.244661 10 12 5.600000 +> 10 0.244661 10 17 5.600000 +> 10 0.244661 10 15 3.400000 +> 10 0.244661 10 9 3.400000 > 10 0.244661 10 12 3.400000 -> 10 0.244661 10 6 3.400000 +> 10 0.244661 10 16 3.400000 +> 10 0.244661 10 14 3.400000 > 10 0.244661 10 8 3.400000 -> 10 0.244661 10 11 5.600000 -> 10 0.244661 10 12 5.600000 +> 10 0.244661 10 10 3.400000 +> 10 0.244661 10 13 5.600000 > 10 0.244661 10 14 5.600000 -> 10 0.244661 10 10 5.600000 -> 10 0.244661 10 15 5.600000 -> 10 0.247463 10 13 3.400000 -> 10 0.247463 10 7 3.400000 -> 10 0.247463 10 10 3.400000 -> 10 0.247463 10 14 3.400000 +> 10 0.244661 10 16 5.600000 +> 10 0.244661 10 12 5.600000 +> 10 0.244661 10 17 5.600000 +> 10 0.247463 10 15 3.400000 +> 10 0.247463 10 9 3.400000 > 10 0.247463 10 12 3.400000 -> 10 0.247463 10 6 3.400000 +> 10 0.247463 10 16 3.400000 +> 10 0.247463 10 14 3.400000 > 10 0.247463 10 8 3.400000 -> 10 0.247463 10 11 5.600000 -> 10 0.247463 10 12 5.600000 -> 10 0.247463 10 14 5.600000 -> 10 0.247463 10 10 5.600000 -> 10 0.247463 10 15 5.600000 -> 10 0.247463 10 13 3.400000 -> 10 0.247463 10 7 3.400000 > 10 0.247463 10 10 3.400000 -> 10 0.247463 10 14 3.400000 +> 10 0.247463 10 13 5.600000 +> 10 0.247463 10 14 5.600000 +> 10 0.247463 10 16 5.600000 +> 10 0.247463 10 12 5.600000 +> 10 0.247463 10 17 5.600000 +> 10 0.247463 10 15 3.400000 +> 10 0.247463 10 9 3.400000 > 10 0.247463 10 12 3.400000 -> 10 0.247463 10 6 3.400000 +> 10 0.247463 10 16 3.400000 +> 10 0.247463 10 14 3.400000 > 10 0.247463 10 8 3.400000 -> 10 0.247463 10 11 5.600000 -> 10 0.247463 10 12 5.600000 +> 10 0.247463 10 10 3.400000 +> 10 0.247463 10 13 5.600000 > 10 0.247463 10 14 5.600000 -> 10 0.247463 10 10 5.600000 -> 10 0.247463 10 15 5.600000 -> 10 0.249030 10 13 3.400000 -> 10 0.249030 10 7 3.400000 -> 10 0.249030 10 10 3.400000 -> 10 0.249030 10 14 3.400000 +> 10 0.247463 10 16 5.600000 +> 10 0.247463 10 12 5.600000 +> 10 0.247463 10 17 5.600000 +> 10 0.249030 10 15 3.400000 +> 10 0.249030 10 9 3.400000 > 10 0.249030 10 12 3.400000 -> 10 0.249030 10 6 3.400000 +> 10 0.249030 10 16 3.400000 +> 10 0.249030 10 14 3.400000 > 10 0.249030 10 8 3.400000 -> 10 0.249030 10 11 5.600000 -> 10 0.249030 10 12 5.600000 -> 10 0.249030 10 14 5.600000 -> 10 0.249030 10 10 5.600000 -> 10 0.249030 10 15 5.600000 -> 10 0.249030 10 13 3.400000 -> 10 0.249030 10 7 3.400000 > 10 0.249030 10 10 3.400000 -> 10 0.249030 10 14 3.400000 +> 10 0.249030 10 13 5.600000 +> 10 0.249030 10 14 5.600000 +> 10 0.249030 10 16 5.600000 +> 10 0.249030 10 12 5.600000 +> 10 0.249030 10 17 5.600000 +> 10 0.249030 10 15 3.400000 +> 10 0.249030 10 9 3.400000 > 10 0.249030 10 12 3.400000 -> 10 0.249030 10 6 3.400000 +> 10 0.249030 10 16 3.400000 +> 10 0.249030 10 14 3.400000 > 10 0.249030 10 8 3.400000 -> 10 0.249030 10 11 5.600000 -> 10 0.249030 10 12 5.600000 +> 10 0.249030 10 10 3.400000 +> 10 0.249030 10 13 5.600000 > 10 0.249030 10 14 5.600000 -> 10 0.249030 10 10 5.600000 -> 10 0.249030 10 15 5.600000 -> 10 0.262137 10 13 3.400000 -> 10 0.262137 10 7 3.400000 -> 10 0.262137 10 10 3.400000 -> 10 0.262137 10 14 3.400000 +> 10 0.249030 10 16 5.600000 +> 10 0.249030 10 12 5.600000 +> 10 0.249030 10 17 5.600000 +> 10 0.262137 10 15 3.400000 +> 10 0.262137 10 9 3.400000 > 10 0.262137 10 12 3.400000 -> 10 0.262137 10 6 3.400000 +> 10 0.262137 10 16 3.400000 +> 10 0.262137 10 14 3.400000 > 10 0.262137 10 8 3.400000 -> 10 0.262137 10 11 5.600000 -> 10 0.262137 10 12 5.600000 -> 10 0.262137 10 14 5.600000 -> 10 0.262137 10 10 5.600000 -> 10 0.262137 10 15 5.600000 -> 10 0.262137 10 13 3.400000 -> 10 0.262137 10 7 3.400000 > 10 0.262137 10 10 3.400000 -> 10 0.262137 10 14 3.400000 +> 10 0.262137 10 13 5.600000 +> 10 0.262137 10 14 5.600000 +> 10 0.262137 10 16 5.600000 +> 10 0.262137 10 12 5.600000 +> 10 0.262137 10 17 5.600000 +> 10 0.262137 10 15 3.400000 +> 10 0.262137 10 9 3.400000 > 10 0.262137 10 12 3.400000 -> 10 0.262137 10 6 3.400000 +> 10 0.262137 10 16 3.400000 +> 10 0.262137 10 14 3.400000 > 10 0.262137 10 8 3.400000 -> 10 0.262137 10 11 5.600000 -> 10 0.262137 10 12 5.600000 +> 10 0.262137 10 10 3.400000 +> 10 0.262137 10 13 5.600000 > 10 0.262137 10 14 5.600000 -> 10 0.262137 10 10 5.600000 -> 10 0.262137 10 15 5.600000 -> 10 0.265049 10 13 3.400000 -> 10 0.265049 10 7 3.400000 -> 10 0.265049 10 10 3.400000 -> 10 0.265049 10 14 3.400000 +> 10 0.262137 10 16 5.600000 +> 10 0.262137 10 12 5.600000 +> 10 0.262137 10 17 5.600000 +> 10 0.265049 10 15 3.400000 +> 10 0.265049 10 9 3.400000 > 10 0.265049 10 12 3.400000 -> 10 0.265049 10 6 3.400000 +> 10 0.265049 10 16 3.400000 +> 10 0.265049 10 14 3.400000 > 10 0.265049 10 8 3.400000 -> 10 0.265049 10 11 5.600000 -> 10 0.265049 10 12 5.600000 -> 10 0.265049 10 14 5.600000 -> 10 0.265049 10 10 5.600000 -> 10 0.265049 10 15 5.600000 -> 10 0.265049 10 13 3.400000 -> 10 0.265049 10 7 3.400000 > 10 0.265049 10 10 3.400000 -> 10 0.265049 10 14 3.400000 +> 10 0.265049 10 13 5.600000 +> 10 0.265049 10 14 5.600000 +> 10 0.265049 10 16 5.600000 +> 10 0.265049 10 12 5.600000 +> 10 0.265049 10 17 5.600000 +> 10 0.265049 10 15 3.400000 +> 10 0.265049 10 9 3.400000 > 10 0.265049 10 12 3.400000 -> 10 0.265049 10 6 3.400000 +> 10 0.265049 10 16 3.400000 +> 10 0.265049 10 14 3.400000 > 10 0.265049 10 8 3.400000 -> 10 0.265049 10 11 5.600000 -> 10 0.265049 10 12 5.600000 +> 10 0.265049 10 10 3.400000 +> 10 0.265049 10 13 5.600000 > 10 0.265049 10 14 5.600000 -> 10 0.265049 10 10 5.600000 -> 10 0.265049 10 15 5.600000 -> 10 0.268085 10 13 3.400000 -> 10 0.268085 10 7 3.400000 -> 10 0.268085 10 10 3.400000 -> 10 0.268085 10 14 3.400000 +> 10 0.265049 10 16 5.600000 +> 10 0.265049 10 12 5.600000 +> 10 0.265049 10 17 5.600000 +> 10 0.268085 10 15 3.400000 +> 10 0.268085 10 9 3.400000 > 10 0.268085 10 12 3.400000 -> 10 0.268085 10 6 3.400000 +> 10 0.268085 10 16 3.400000 +> 10 0.268085 10 14 3.400000 > 10 0.268085 10 8 3.400000 -> 10 0.268085 10 11 5.600000 -> 10 0.268085 10 12 5.600000 -> 10 0.268085 10 14 5.600000 -> 10 0.268085 10 10 5.600000 -> 10 0.268085 10 15 5.600000 -> 10 0.268085 10 13 3.400000 -> 10 0.268085 10 7 3.400000 > 10 0.268085 10 10 3.400000 -> 10 0.268085 10 14 3.400000 +> 10 0.268085 10 13 5.600000 +> 10 0.268085 10 14 5.600000 +> 10 0.268085 10 16 5.600000 +> 10 0.268085 10 12 5.600000 +> 10 0.268085 10 17 5.600000 +> 10 0.268085 10 15 3.400000 +> 10 0.268085 10 9 3.400000 > 10 0.268085 10 12 3.400000 -> 10 0.268085 10 6 3.400000 +> 10 0.268085 10 16 3.400000 +> 10 0.268085 10 14 3.400000 > 10 0.268085 10 8 3.400000 -> 10 0.268085 10 11 5.600000 -> 10 0.268085 10 12 5.600000 +> 10 0.268085 10 10 3.400000 +> 10 0.268085 10 13 5.600000 > 10 0.268085 10 14 5.600000 -> 10 0.268085 10 10 5.600000 -> 10 0.268085 10 15 5.600000 -> 10 0.285438 10 13 3.400000 -> 10 0.285438 10 7 3.400000 -> 10 0.285438 10 10 3.400000 -> 10 0.285438 10 14 3.400000 +> 10 0.268085 10 16 5.600000 +> 10 0.268085 10 12 5.600000 +> 10 0.268085 10 17 5.600000 +> 10 0.285438 10 15 3.400000 +> 10 0.285438 10 9 3.400000 > 10 0.285438 10 12 3.400000 -> 10 0.285438 10 6 3.400000 +> 10 0.285438 10 16 3.400000 +> 10 0.285438 10 14 3.400000 > 10 0.285438 10 8 3.400000 -> 10 0.285438 10 11 5.600000 -> 10 0.285438 10 12 5.600000 -> 10 0.285438 10 14 5.600000 -> 10 0.285438 10 10 5.600000 -> 10 0.285438 10 15 5.600000 -> 10 0.285438 10 13 3.400000 -> 10 0.285438 10 7 3.400000 > 10 0.285438 10 10 3.400000 -> 10 0.285438 10 14 3.400000 +> 10 0.285438 10 13 5.600000 +> 10 0.285438 10 14 5.600000 +> 10 0.285438 10 16 5.600000 +> 10 0.285438 10 12 5.600000 +> 10 0.285438 10 17 5.600000 +> 10 0.285438 10 15 3.400000 +> 10 0.285438 10 9 3.400000 > 10 0.285438 10 12 3.400000 -> 10 0.285438 10 6 3.400000 +> 10 0.285438 10 16 3.400000 +> 10 0.285438 10 14 3.400000 > 10 0.285438 10 8 3.400000 -> 10 0.285438 10 11 5.600000 -> 10 0.285438 10 12 5.600000 +> 10 0.285438 10 10 3.400000 +> 10 0.285438 10 13 5.600000 > 10 0.285438 10 14 5.600000 -> 10 0.285438 10 10 5.600000 -> 10 0.285438 10 15 5.600000 -> 10 0.288707 10 13 3.400000 -> 10 0.288707 10 7 3.400000 -> 10 0.288707 10 10 3.400000 -> 10 0.288707 10 14 3.400000 +> 10 0.285438 10 16 5.600000 +> 10 0.285438 10 12 5.600000 +> 10 0.285438 10 17 5.600000 +> 10 0.288707 10 15 3.400000 +> 10 0.288707 10 9 3.400000 > 10 0.288707 10 12 3.400000 -> 10 0.288707 10 6 3.400000 +> 10 0.288707 10 16 3.400000 +> 10 0.288707 10 14 3.400000 > 10 0.288707 10 8 3.400000 -> 10 0.288707 10 11 5.600000 -> 10 0.288707 10 12 5.600000 -> 10 0.288707 10 14 5.600000 -> 10 0.288707 10 10 5.600000 -> 10 0.288707 10 15 5.600000 -> 10 0.288707 10 13 3.400000 -> 10 0.288707 10 7 3.400000 > 10 0.288707 10 10 3.400000 -> 10 0.288707 10 14 3.400000 +> 10 0.288707 10 13 5.600000 +> 10 0.288707 10 14 5.600000 +> 10 0.288707 10 16 5.600000 +> 10 0.288707 10 12 5.600000 +> 10 0.288707 10 17 5.600000 +> 10 0.288707 10 15 3.400000 +> 10 0.288707 10 9 3.400000 > 10 0.288707 10 12 3.400000 -> 10 0.288707 10 6 3.400000 +> 10 0.288707 10 16 3.400000 +> 10 0.288707 10 14 3.400000 > 10 0.288707 10 8 3.400000 -> 10 0.288707 10 11 5.600000 -> 10 0.288707 10 12 5.600000 +> 10 0.288707 10 10 3.400000 +> 10 0.288707 10 13 5.600000 > 10 0.288707 10 14 5.600000 -> 10 0.288707 10 10 5.600000 -> 10 0.288707 10 15 5.600000 -> 10 0.305826 10 13 3.400000 -> 10 0.305826 10 7 3.400000 -> 10 0.305826 10 10 3.400000 -> 10 0.305826 10 14 3.400000 +> 10 0.288707 10 16 5.600000 +> 10 0.288707 10 12 5.600000 +> 10 0.288707 10 17 5.600000 +> 10 0.305826 10 15 3.400000 +> 10 0.305826 10 9 3.400000 > 10 0.305826 10 12 3.400000 -> 10 0.305826 10 6 3.400000 +> 10 0.305826 10 16 3.400000 +> 10 0.305826 10 14 3.400000 > 10 0.305826 10 8 3.400000 -> 10 0.305826 10 11 5.600000 -> 10 0.305826 10 12 5.600000 -> 10 0.305826 10 14 5.600000 -> 10 0.305826 10 10 5.600000 -> 10 0.305826 10 15 5.600000 -> 10 0.305826 10 13 3.400000 -> 10 0.305826 10 7 3.400000 > 10 0.305826 10 10 3.400000 -> 10 0.305826 10 14 3.400000 +> 10 0.305826 10 13 5.600000 +> 10 0.305826 10 14 5.600000 +> 10 0.305826 10 16 5.600000 +> 10 0.305826 10 12 5.600000 +> 10 0.305826 10 17 5.600000 +> 10 0.305826 10 15 3.400000 +> 10 0.305826 10 9 3.400000 > 10 0.305826 10 12 3.400000 -> 10 0.305826 10 6 3.400000 +> 10 0.305826 10 16 3.400000 +> 10 0.305826 10 14 3.400000 > 10 0.305826 10 8 3.400000 -> 10 0.305826 10 11 5.600000 -> 10 0.305826 10 12 5.600000 +> 10 0.305826 10 10 3.400000 +> 10 0.305826 10 13 5.600000 > 10 0.305826 10 14 5.600000 -> 10 0.305826 10 10 5.600000 -> 10 0.305826 10 15 5.600000 -> 10 0.309329 10 13 3.400000 -> 10 0.309329 10 7 3.400000 -> 10 0.309329 10 10 3.400000 -> 10 0.309329 10 14 3.400000 +> 10 0.305826 10 16 5.600000 +> 10 0.305826 10 12 5.600000 +> 10 0.305826 10 17 5.600000 +> 10 0.309329 10 15 3.400000 +> 10 0.309329 10 9 3.400000 > 10 0.309329 10 12 3.400000 -> 10 0.309329 10 6 3.400000 +> 10 0.309329 10 16 3.400000 +> 10 0.309329 10 14 3.400000 > 10 0.309329 10 8 3.400000 -> 10 0.309329 10 11 5.600000 -> 10 0.309329 10 12 5.600000 -> 10 0.309329 10 14 5.600000 -> 10 0.309329 10 10 5.600000 -> 10 0.309329 10 15 5.600000 -> 10 0.309329 10 13 3.400000 -> 10 0.309329 10 7 3.400000 > 10 0.309329 10 10 3.400000 -> 10 0.309329 10 14 3.400000 +> 10 0.309329 10 13 5.600000 +> 10 0.309329 10 14 5.600000 +> 10 0.309329 10 16 5.600000 +> 10 0.309329 10 12 5.600000 +> 10 0.309329 10 17 5.600000 +> 10 0.309329 10 15 3.400000 +> 10 0.309329 10 9 3.400000 > 10 0.309329 10 12 3.400000 -> 10 0.309329 10 6 3.400000 +> 10 0.309329 10 16 3.400000 +> 10 0.309329 10 14 3.400000 > 10 0.309329 10 8 3.400000 -> 10 0.309329 10 11 5.600000 -> 10 0.309329 10 12 5.600000 +> 10 0.309329 10 10 3.400000 +> 10 0.309329 10 13 5.600000 > 10 0.309329 10 14 5.600000 -> 10 0.309329 10 10 5.600000 -> 10 0.309329 10 15 5.600000 -> 10 0.326214 10 13 3.400000 -> 10 0.326214 10 7 3.400000 -> 10 0.326214 10 10 3.400000 -> 10 0.326214 10 14 3.400000 +> 10 0.309329 10 16 5.600000 +> 10 0.309329 10 12 5.600000 +> 10 0.309329 10 17 5.600000 +> 10 0.326214 10 15 3.400000 +> 10 0.326214 10 9 3.400000 > 10 0.326214 10 12 3.400000 -> 10 0.326214 10 6 3.400000 +> 10 0.326214 10 16 3.400000 +> 10 0.326214 10 14 3.400000 > 10 0.326214 10 8 3.400000 -> 10 0.326214 10 11 5.600000 -> 10 0.326214 10 12 5.600000 -> 10 0.326214 10 14 5.600000 -> 10 0.326214 10 10 5.600000 -> 10 0.326214 10 15 5.600000 -> 10 0.326214 10 13 3.400000 -> 10 0.326214 10 7 3.400000 > 10 0.326214 10 10 3.400000 -> 10 0.326214 10 14 3.400000 +> 10 0.326214 10 13 5.600000 +> 10 0.326214 10 14 5.600000 +> 10 0.326214 10 16 5.600000 +> 10 0.326214 10 12 5.600000 +> 10 0.326214 10 17 5.600000 +> 10 0.326214 10 15 3.400000 +> 10 0.326214 10 9 3.400000 > 10 0.326214 10 12 3.400000 -> 10 0.326214 10 6 3.400000 +> 10 0.326214 10 16 3.400000 +> 10 0.326214 10 14 3.400000 > 10 0.326214 10 8 3.400000 -> 10 0.326214 10 11 5.600000 -> 10 0.326214 10 12 5.600000 +> 10 0.326214 10 10 3.400000 +> 10 0.326214 10 13 5.600000 > 10 0.326214 10 14 5.600000 -> 10 0.326214 10 10 5.600000 -> 10 0.326214 10 15 5.600000 -> 10 0.329951 10 13 3.400000 -> 10 0.329951 10 7 3.400000 -> 10 0.329951 10 10 3.400000 -> 10 0.329951 10 14 3.400000 +> 10 0.326214 10 16 5.600000 +> 10 0.326214 10 12 5.600000 +> 10 0.326214 10 17 5.600000 +> 10 0.329951 10 15 3.400000 +> 10 0.329951 10 9 3.400000 > 10 0.329951 10 12 3.400000 -> 10 0.329951 10 6 3.400000 +> 10 0.329951 10 16 3.400000 +> 10 0.329951 10 14 3.400000 > 10 0.329951 10 8 3.400000 -> 10 0.329951 10 11 5.600000 -> 10 0.329951 10 12 5.600000 -> 10 0.329951 10 14 5.600000 -> 10 0.329951 10 10 5.600000 -> 10 0.329951 10 15 5.600000 -> 10 0.329951 10 13 3.400000 -> 10 0.329951 10 7 3.400000 > 10 0.329951 10 10 3.400000 -> 10 0.329951 10 14 3.400000 +> 10 0.329951 10 13 5.600000 +> 10 0.329951 10 14 5.600000 +> 10 0.329951 10 16 5.600000 +> 10 0.329951 10 12 5.600000 +> 10 0.329951 10 17 5.600000 +> 10 0.329951 10 15 3.400000 +> 10 0.329951 10 9 3.400000 > 10 0.329951 10 12 3.400000 -> 10 0.329951 10 6 3.400000 +> 10 0.329951 10 16 3.400000 +> 10 0.329951 10 14 3.400000 > 10 0.329951 10 8 3.400000 -> 10 0.329951 10 11 5.600000 -> 10 0.329951 10 12 5.600000 +> 10 0.329951 10 10 3.400000 +> 10 0.329951 10 13 5.600000 > 10 0.329951 10 14 5.600000 -> 10 0.329951 10 10 5.600000 -> 10 0.329951 10 15 5.600000 -> 10 0.346603 10 13 3.400000 -> 10 0.346603 10 7 3.400000 -> 10 0.346603 10 10 3.400000 -> 10 0.346603 10 14 3.400000 +> 10 0.329951 10 16 5.600000 +> 10 0.329951 10 12 5.600000 +> 10 0.329951 10 17 5.600000 +> 10 0.346603 10 15 3.400000 +> 10 0.346603 10 9 3.400000 > 10 0.346603 10 12 3.400000 -> 10 0.346603 10 6 3.400000 +> 10 0.346603 10 16 3.400000 +> 10 0.346603 10 14 3.400000 > 10 0.346603 10 8 3.400000 -> 10 0.346603 10 11 5.600000 -> 10 0.346603 10 12 5.600000 -> 10 0.346603 10 14 5.600000 -> 10 0.346603 10 10 5.600000 -> 10 0.346603 10 15 5.600000 -> 10 0.346603 10 13 3.400000 -> 10 0.346603 10 7 3.400000 > 10 0.346603 10 10 3.400000 -> 10 0.346603 10 14 3.400000 +> 10 0.346603 10 13 5.600000 +> 10 0.346603 10 14 5.600000 +> 10 0.346603 10 16 5.600000 +> 10 0.346603 10 12 5.600000 +> 10 0.346603 10 17 5.600000 +> 10 0.346603 10 15 3.400000 +> 10 0.346603 10 9 3.400000 > 10 0.346603 10 12 3.400000 -> 10 0.346603 10 6 3.400000 +> 10 0.346603 10 16 3.400000 +> 10 0.346603 10 14 3.400000 > 10 0.346603 10 8 3.400000 -> 10 0.346603 10 11 5.600000 -> 10 0.346603 10 12 5.600000 +> 10 0.346603 10 10 3.400000 +> 10 0.346603 10 13 5.600000 > 10 0.346603 10 14 5.600000 -> 10 0.346603 10 10 5.600000 -> 10 0.346603 10 15 5.600000 -> 10 0.350573 10 13 3.400000 -> 10 0.350573 10 7 3.400000 -> 10 0.350573 10 10 3.400000 -> 10 0.350573 10 14 3.400000 +> 10 0.346603 10 16 5.600000 +> 10 0.346603 10 12 5.600000 +> 10 0.346603 10 17 5.600000 +> 10 0.350573 10 15 3.400000 +> 10 0.350573 10 9 3.400000 > 10 0.350573 10 12 3.400000 -> 10 0.350573 10 6 3.400000 +> 10 0.350573 10 16 3.400000 +> 10 0.350573 10 14 3.400000 > 10 0.350573 10 8 3.400000 -> 10 0.350573 10 11 5.600000 -> 10 0.350573 10 12 5.600000 -> 10 0.350573 10 14 5.600000 -> 10 0.350573 10 10 5.600000 -> 10 0.350573 10 15 5.600000 -> 10 0.350573 10 13 3.400000 -> 10 0.350573 10 7 3.400000 > 10 0.350573 10 10 3.400000 -> 10 0.350573 10 14 3.400000 +> 10 0.350573 10 13 5.600000 +> 10 0.350573 10 14 5.600000 +> 10 0.350573 10 16 5.600000 +> 10 0.350573 10 12 5.600000 +> 10 0.350573 10 17 5.600000 +> 10 0.350573 10 15 3.400000 +> 10 0.350573 10 9 3.400000 > 10 0.350573 10 12 3.400000 -> 10 0.350573 10 6 3.400000 +> 10 0.350573 10 16 3.400000 +> 10 0.350573 10 14 3.400000 > 10 0.350573 10 8 3.400000 -> 10 0.350573 10 11 5.600000 -> 10 0.350573 10 12 5.600000 +> 10 0.350573 10 10 3.400000 +> 10 0.350573 10 13 5.600000 > 10 0.350573 10 14 5.600000 -> 10 0.350573 10 10 5.600000 -> 10 0.350573 10 15 5.600000 -> 10 0.366991 10 13 3.400000 -> 10 0.366991 10 7 3.400000 -> 10 0.366991 10 10 3.400000 -> 10 0.366991 10 14 3.400000 +> 10 0.350573 10 16 5.600000 +> 10 0.350573 10 12 5.600000 +> 10 0.350573 10 17 5.600000 +> 10 0.366991 10 15 3.400000 +> 10 0.366991 10 9 3.400000 > 10 0.366991 10 12 3.400000 -> 10 0.366991 10 6 3.400000 +> 10 0.366991 10 16 3.400000 +> 10 0.366991 10 14 3.400000 > 10 0.366991 10 8 3.400000 -> 10 0.366991 10 11 5.600000 -> 10 0.366991 10 12 5.600000 -> 10 0.366991 10 14 5.600000 -> 10 0.366991 10 10 5.600000 -> 10 0.366991 10 15 5.600000 -> 10 0.366991 10 13 3.400000 -> 10 0.366991 10 7 3.400000 > 10 0.366991 10 10 3.400000 -> 10 0.366991 10 14 3.400000 +> 10 0.366991 10 13 5.600000 +> 10 0.366991 10 14 5.600000 +> 10 0.366991 10 16 5.600000 +> 10 0.366991 10 12 5.600000 +> 10 0.366991 10 17 5.600000 +> 10 0.366991 10 15 3.400000 +> 10 0.366991 10 9 3.400000 > 10 0.366991 10 12 3.400000 -> 10 0.366991 10 6 3.400000 +> 10 0.366991 10 16 3.400000 +> 10 0.366991 10 14 3.400000 > 10 0.366991 10 8 3.400000 -> 10 0.366991 10 11 5.600000 -> 10 0.366991 10 12 5.600000 +> 10 0.366991 10 10 3.400000 +> 10 0.366991 10 13 5.600000 > 10 0.366991 10 14 5.600000 -> 10 0.366991 10 10 5.600000 -> 10 0.366991 10 15 5.600000 -> 10 0.371195 10 13 3.400000 -> 10 0.371195 10 7 3.400000 -> 10 0.371195 10 10 3.400000 -> 10 0.371195 10 14 3.400000 +> 10 0.366991 10 16 5.600000 +> 10 0.366991 10 12 5.600000 +> 10 0.366991 10 17 5.600000 +> 10 0.371195 10 15 3.400000 +> 10 0.371195 10 9 3.400000 > 10 0.371195 10 12 3.400000 -> 10 0.371195 10 6 3.400000 +> 10 0.371195 10 16 3.400000 +> 10 0.371195 10 14 3.400000 > 10 0.371195 10 8 3.400000 -> 10 0.371195 10 11 5.600000 -> 10 0.371195 10 12 5.600000 -> 10 0.371195 10 14 5.600000 -> 10 0.371195 10 10 5.600000 -> 10 0.371195 10 15 5.600000 -> 10 0.371195 10 13 3.400000 -> 10 0.371195 10 7 3.400000 > 10 0.371195 10 10 3.400000 -> 10 0.371195 10 14 3.400000 +> 10 0.371195 10 13 5.600000 +> 10 0.371195 10 14 5.600000 +> 10 0.371195 10 16 5.600000 +> 10 0.371195 10 12 5.600000 +> 10 0.371195 10 17 5.600000 +> 10 0.371195 10 15 3.400000 +> 10 0.371195 10 9 3.400000 > 10 0.371195 10 12 3.400000 -> 10 0.371195 10 6 3.400000 +> 10 0.371195 10 16 3.400000 +> 10 0.371195 10 14 3.400000 > 10 0.371195 10 8 3.400000 -> 10 0.371195 10 11 5.600000 -> 10 0.371195 10 12 5.600000 +> 10 0.371195 10 10 3.400000 +> 10 0.371195 10 13 5.600000 > 10 0.371195 10 14 5.600000 -> 10 0.371195 10 10 5.600000 -> 10 0.371195 10 15 5.600000 -> 10 0.387380 10 13 3.400000 -> 10 0.387380 10 7 3.400000 -> 10 0.387380 10 10 3.400000 -> 10 0.387380 10 14 3.400000 +> 10 0.371195 10 16 5.600000 +> 10 0.371195 10 12 5.600000 +> 10 0.371195 10 17 5.600000 +> 10 0.387380 10 15 3.400000 +> 10 0.387380 10 9 3.400000 > 10 0.387380 10 12 3.400000 -> 10 0.387380 10 6 3.400000 +> 10 0.387380 10 16 3.400000 +> 10 0.387380 10 14 3.400000 > 10 0.387380 10 8 3.400000 -> 10 0.387380 10 11 5.600000 -> 10 0.387380 10 12 5.600000 -> 10 0.387380 10 14 5.600000 -> 10 0.387380 10 10 5.600000 -> 10 0.387380 10 15 5.600000 -> 10 0.387380 10 13 3.400000 -> 10 0.387380 10 7 3.400000 > 10 0.387380 10 10 3.400000 -> 10 0.387380 10 14 3.400000 +> 10 0.387380 10 13 5.600000 +> 10 0.387380 10 14 5.600000 +> 10 0.387380 10 16 5.600000 +> 10 0.387380 10 12 5.600000 +> 10 0.387380 10 17 5.600000 +> 10 0.387380 10 15 3.400000 +> 10 0.387380 10 9 3.400000 > 10 0.387380 10 12 3.400000 -> 10 0.387380 10 6 3.400000 +> 10 0.387380 10 16 3.400000 +> 10 0.387380 10 14 3.400000 > 10 0.387380 10 8 3.400000 -> 10 0.387380 10 11 5.600000 -> 10 0.387380 10 12 5.600000 +> 10 0.387380 10 10 3.400000 +> 10 0.387380 10 13 5.600000 > 10 0.387380 10 14 5.600000 -> 10 0.387380 10 10 5.600000 -> 10 0.387380 10 15 5.600000 -> 10 0.391817 10 13 3.400000 -> 10 0.391817 10 7 3.400000 -> 10 0.391817 10 10 3.400000 -> 10 0.391817 10 14 3.400000 +> 10 0.387380 10 16 5.600000 +> 10 0.387380 10 12 5.600000 +> 10 0.387380 10 17 5.600000 +> 10 0.391817 10 15 3.400000 +> 10 0.391817 10 9 3.400000 > 10 0.391817 10 12 3.400000 -> 10 0.391817 10 6 3.400000 +> 10 0.391817 10 16 3.400000 +> 10 0.391817 10 14 3.400000 > 10 0.391817 10 8 3.400000 -> 10 0.391817 10 11 5.600000 -> 10 0.391817 10 12 5.600000 -> 10 0.391817 10 14 5.600000 -> 10 0.391817 10 10 5.600000 -> 10 0.391817 10 15 5.600000 -> 10 0.391817 10 13 3.400000 -> 10 0.391817 10 7 3.400000 > 10 0.391817 10 10 3.400000 -> 10 0.391817 10 14 3.400000 +> 10 0.391817 10 13 5.600000 +> 10 0.391817 10 14 5.600000 +> 10 0.391817 10 16 5.600000 +> 10 0.391817 10 12 5.600000 +> 10 0.391817 10 17 5.600000 +> 10 0.391817 10 15 3.400000 +> 10 0.391817 10 9 3.400000 > 10 0.391817 10 12 3.400000 -> 10 0.391817 10 6 3.400000 +> 10 0.391817 10 16 3.400000 +> 10 0.391817 10 14 3.400000 > 10 0.391817 10 8 3.400000 -> 10 0.391817 10 11 5.600000 -> 10 0.391817 10 12 5.600000 +> 10 0.391817 10 10 3.400000 +> 10 0.391817 10 13 5.600000 > 10 0.391817 10 14 5.600000 -> 10 0.391817 10 10 5.600000 -> 10 0.391817 10 15 5.600000 -> 10 0.407768 10 13 3.400000 -> 10 0.407768 10 7 3.400000 -> 10 0.407768 10 10 3.400000 -> 10 0.407768 10 14 3.400000 +> 10 0.391817 10 16 5.600000 +> 10 0.391817 10 12 5.600000 +> 10 0.391817 10 17 5.600000 +> 10 0.407768 10 15 3.400000 +> 10 0.407768 10 9 3.400000 > 10 0.407768 10 12 3.400000 -> 10 0.407768 10 6 3.400000 +> 10 0.407768 10 16 3.400000 +> 10 0.407768 10 14 3.400000 > 10 0.407768 10 8 3.400000 -> 10 0.407768 10 11 5.600000 -> 10 0.407768 10 12 5.600000 -> 10 0.407768 10 14 5.600000 -> 10 0.407768 10 10 5.600000 -> 10 0.407768 10 15 5.600000 -> 10 0.407768 10 13 3.400000 -> 10 0.407768 10 7 3.400000 > 10 0.407768 10 10 3.400000 -> 10 0.407768 10 14 3.400000 +> 10 0.407768 10 13 5.600000 +> 10 0.407768 10 14 5.600000 +> 10 0.407768 10 16 5.600000 +> 10 0.407768 10 12 5.600000 +> 10 0.407768 10 17 5.600000 +> 10 0.407768 10 15 3.400000 +> 10 0.407768 10 9 3.400000 > 10 0.407768 10 12 3.400000 -> 10 0.407768 10 6 3.400000 +> 10 0.407768 10 16 3.400000 +> 10 0.407768 10 14 3.400000 > 10 0.407768 10 8 3.400000 -> 10 0.407768 10 11 5.600000 -> 10 0.407768 10 12 5.600000 +> 10 0.407768 10 10 3.400000 +> 10 0.407768 10 13 5.600000 > 10 0.407768 10 14 5.600000 -> 10 0.407768 10 10 5.600000 -> 10 0.407768 10 15 5.600000 -> 10 0.412439 10 13 3.400000 -> 10 0.412439 10 7 3.400000 -> 10 0.412439 10 10 3.400000 -> 10 0.412439 10 14 3.400000 +> 10 0.407768 10 16 5.600000 +> 10 0.407768 10 12 5.600000 +> 10 0.407768 10 17 5.600000 +> 10 0.412439 10 15 3.400000 +> 10 0.412439 10 9 3.400000 > 10 0.412439 10 12 3.400000 -> 10 0.412439 10 6 3.400000 +> 10 0.412439 10 16 3.400000 +> 10 0.412439 10 14 3.400000 > 10 0.412439 10 8 3.400000 -> 10 0.412439 10 11 5.600000 -> 10 0.412439 10 12 5.600000 -> 10 0.412439 10 14 5.600000 -> 10 0.412439 10 10 5.600000 -> 10 0.412439 10 15 5.600000 -> 10 0.412439 10 13 3.400000 -> 10 0.412439 10 7 3.400000 > 10 0.412439 10 10 3.400000 -> 10 0.412439 10 14 3.400000 +> 10 0.412439 10 13 5.600000 +> 10 0.412439 10 14 5.600000 +> 10 0.412439 10 16 5.600000 +> 10 0.412439 10 12 5.600000 +> 10 0.412439 10 17 5.600000 +> 10 0.412439 10 15 3.400000 +> 10 0.412439 10 9 3.400000 > 10 0.412439 10 12 3.400000 -> 10 0.412439 10 6 3.400000 +> 10 0.412439 10 16 3.400000 +> 10 0.412439 10 14 3.400000 > 10 0.412439 10 8 3.400000 -> 10 0.412439 10 11 5.600000 -> 10 0.412439 10 12 5.600000 +> 10 0.412439 10 10 3.400000 +> 10 0.412439 10 13 5.600000 > 10 0.412439 10 14 5.600000 -> 10 0.412439 10 10 5.600000 -> 10 0.412439 10 15 5.600000 +> 10 0.412439 10 16 5.600000 +> 10 0.412439 10 12 5.600000 +> 10 0.412439 10 17 5.600000 +> 7 0.412439 1 6 > 7 0.412439 1 3 +> 7 0.412439 3 28 +> 7 0.412439 3 29 +> 7 0.412439 3 23 +> 7 0.412439 3 30 +> 7 0.412439 3 24 +> 7 0.412439 3 18 > 7 0.412439 1 1 +> 7 0.412439 3 19 +> 7 0.412439 3 20 +> 7 0.412439 3 21 +> 7 0.412439 3 22 +> 7 0.412439 3 25 +> 7 0.412439 3 26 +> 7 0.412439 3 31 +> 7 0.412439 3 27 > 7 0.412439 3 16 > 7 0.412439 3 14 > 7 0.412439 3 12 -> 7 0.412439 3 10 -> 7 0.412439 3 7 -> 7 0.412439 3 13 +> 7 0.412439 3 9 > 7 0.412439 3 15 -> 7 0.412439 3 6 +> 7 0.412439 3 17 > 7 0.412439 3 8 +> 7 0.412439 3 10 +> 7 0.412439 3 13 > 7 0.412439 3 11 -> 7 0.412439 3 9 > 7 0.412439 1 5 > 7 0.412439 1 2 +> 7 0.412439 1 7 > 7 0.412439 1 4 - $ rm -f simgrid.trace diff --git a/examples/platforms/platform.xml b/examples/platforms/platform.xml deleted file mode 100644 index 1219502dd5..0000000000 --- a/examples/platforms/platform.xml +++ /dev/null @@ -1,4292 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/platforms/small_platform.xml b/examples/platforms/small_platform.xml index 55f991c8e1..96212404dc 100644 --- a/examples/platforms/small_platform.xml +++ b/examples/platforms/small_platform.xml @@ -7,6 +7,8 @@ + + @@ -18,6 +20,19 @@ + + + + + + + + + + + + + @@ -29,11 +44,24 @@ + - + + + + + + + + + + + + + diff --git a/examples/simdag/test/sd_test.tesh b/examples/simdag/test/sd_test.tesh index d75bfd1674..911769c7dd 100644 --- a/examples/simdag/test/sd_test.tesh +++ b/examples/simdag/test/sd_test.tesh @@ -2,19 +2,25 @@ p Simple test of simdag -$ $SG_TEST_EXENV ./test/sd_test ${srcdir:=.}/../platforms/platform.xml +$ $SG_TEST_EXENV ./test/sd_test ${srcdir:=.}/../platforms/small_platform.xml > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks. > [0.000000] [sd_test/INFO] Computation time for 2000000.000000 flops on Jacquelin: 0.014563 -> [0.000000] [sd_test/INFO] Computation time for 1000000.000000 flops on Intel: 0.007282 -> [0.000000] [sd_test/INFO] Route between Jacquelin and Intel: +> [0.000000] [sd_test/INFO] Computation time for 1000000.000000 flops on Fafard: 0.013107 +> [0.000000] [sd_test/INFO] Route between Jacquelin and Fafard: > [0.000000] [sd_test/INFO] Link 145: latency = 0.000410, bandwidth = 2583375.000000 > [0.000000] [sd_test/INFO] Link 59: latency = 0.000371, bandwidth = 11845375.000000 > [0.000000] [sd_test/INFO] Link 56: latency = 0.029589, bandwidth = 21414750.000000 -> [0.000000] [sd_test/INFO] Link 57: latency = 0.035083, bandwidth = 15376875.000000 -> [0.000000] [sd_test/INFO] Link 141: latency = 0.005161, bandwidth = 472125.000000 -> [0.000000] [sd_test/INFO] Route latency = 0.070615, route bandwidth = 472125.000000 -> [0.000000] [sd_test/INFO] Communication time for 2000000.000000 bytes between Jacquelin and Intel: 4.306781 -> [0.000000] [sd_test/INFO] Communication time for 3000000.000000 bytes between Intel and Jacquelin: 6.424864 -> [0.000000] [sd_test/INFO] Estimated time for 'Task D': 6.432146 -> [21.322061] [sd_test/INFO] Task 'Task D' start time: 0.000000, finish time: 10.661030 -> [21.322061] [sd_test/INFO] Task 'Task B' start time: 10.661030, finish time: 21.322061 +> [0.000000] [sd_test/INFO] Link 54: latency = 0.035083, bandwidth = 15376875.000000 +> [0.000000] [sd_test/INFO] Link 17: latency = 0.000137, bandwidth = 118682500.000000 +> [0.000000] [sd_test/INFO] Link 16: latency = 0.000514, bandwidth = 34285625.000000 +> [0.000000] [sd_test/INFO] Link 10: latency = 0.000514, bandwidth = 34285625.000000 +> [0.000000] [sd_test/INFO] Link 6: latency = 0.000060, bandwidth = 41279125.000000 +> [0.000000] [sd_test/INFO] Link 9: latency = 0.001462, bandwidth = 7209750.000000 +> [0.000000] [sd_test/INFO] Link 79: latency = 0.000156, bandwidth = 8427250.000000 +> [0.000000] [sd_test/INFO] Link 78: latency = 0.000278, bandwidth = 27946250.000000 +> [0.000000] [sd_test/INFO] Route latency = 0.068575, route bandwidth = 2583375.000000 +> [0.000000] [sd_test/INFO] Communication time for 2000000.000000 bytes between Jacquelin and Fafard: 0.842756 +> [0.000000] [sd_test/INFO] Communication time for 3000000.000000 bytes between Fafard and Jacquelin: 1.229846 +> [0.000000] [sd_test/INFO] Estimated time for 'Task D': 1.242953 +> [4.008055] [sd_test/INFO] Task 'Task D' start time: 0.000000, finish time: 2.004027 +> [4.008055] [sd_test/INFO] Task 'Task B' start time: 2.004027, finish time: 4.008055 diff --git a/teshsuite/java/SemaphoreGC/SemaphoreGC.java b/teshsuite/java/SemaphoreGC/SemaphoreGC.java index d8fb366269..84d4f18a96 100644 --- a/teshsuite/java/SemaphoreGC/SemaphoreGC.java +++ b/teshsuite/java/SemaphoreGC/SemaphoreGC.java @@ -40,8 +40,7 @@ public class SemaphoreGC { } Msg.createEnvironment(args[0]); - Host[] hosts = Host.all(); - new SemCreator(hosts[0], "SemCreator").start(); + new SemCreator(Host.getByName("Fafard"), "SemCreator").start(); Msg.run(); } diff --git a/teshsuite/java/SleepHostOff/SleepHostOff.java b/teshsuite/java/SleepHostOff/SleepHostOff.java index 5aaef5ba5d..e57fb4a646 100644 --- a/teshsuite/java/SleepHostOff/SleepHostOff.java +++ b/teshsuite/java/SleepHostOff/SleepHostOff.java @@ -32,7 +32,7 @@ class TestRunner extends Process { } public void main(String[] strings) throws MsgException { - Host host = Host.all()[1]; + Host host = Host.getByName("Tremblay"); Msg.info("**** **** **** ***** ***** Test Sleep ***** ***** **** **** ****"); Msg.info("Test sleep: Create a process on "+host.getName()+" that simply make periodic sleep, turn off " @@ -60,8 +60,7 @@ public class SleepHostOff { Msg.createEnvironment(args[0]); - Host[] hosts = Host.all(); - new TestRunner(hosts[0], "TestRunner", null).start(); + new TestRunner(Host.getByName("Fafard"), "TestRunner", null).start(); Msg.run(); } diff --git a/teshsuite/mc/mutex-handling/mutex-handling.tesh b/teshsuite/mc/mutex-handling/mutex-handling.tesh index 440f9fdb6d..1e6a8a9d9f 100644 --- a/teshsuite/mc/mutex-handling/mutex-handling.tesh +++ b/teshsuite/mc/mutex-handling/mutex-handling.tesh @@ -1,4 +1,4 @@ #!/usr/bin/env tesh ! expect return 1 ! output ignore -$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/mutex-handling ${srcdir:=.}/examples/platforms/platform.xml ${srcdir:=.}/teshsuite/mc/mutex-handling/mutex-handling_d.xml +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/mutex-handling ${srcdir:=.}/examples/platforms/small_platform.xml ${srcdir:=.}/teshsuite/mc/mutex-handling/mutex-handling_d.xml diff --git a/teshsuite/mc/mutex-handling/without-mutex-handling.tesh b/teshsuite/mc/mutex-handling/without-mutex-handling.tesh index 4b966ad4cb..9e14a2d276 100644 --- a/teshsuite/mc/mutex-handling/without-mutex-handling.tesh +++ b/teshsuite/mc/mutex-handling/without-mutex-handling.tesh @@ -1,4 +1,4 @@ #!/usr/bin/env tesh ! expect return 1 ! output ignore -$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/without-mutex-handling ${srcdir:=.}/examples/platforms/platform.xml ${srcdir:=.}/teshsuite/mc/mutex-handling/mutex-handling_d.xml +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/without-mutex-handling ${srcdir:=.}/examples/platforms/small_platform.xml ${srcdir:=.}/teshsuite/mc/mutex-handling/mutex-handling_d.xml diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index ec842ee3e2..e8a4abd547 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -1081,7 +1081,6 @@ set(PLATFORMS_EXAMPLES examples/platforms/meta_cluster.xml examples/platforms/multicore_machine.xml examples/platforms/onelink.xml - examples/platforms/platform.xml examples/platforms/prop.xml examples/platforms/routing_cluster.xml examples/platforms/routing_cluster.lua