182 | | |
183 | | * Turn the nodes off |
| 181 | [[CollapsibleEnd]] |
| 182 | |
| 183 | For cooperative matches, the command line is: |
| 184 | {{{ |
| 185 | username@console.grid:~$ omf exec dsc-challenge.rb -- --mode COOP |
| 186 | }}} |
| 187 | |
| 188 | [[CollapsibleStart(Cooperative match output)]] |
| 189 | * The output of the cooperative match should look similar to the following: |
| 190 | {{{ |
| 191 | username@console.grid:~# omf exec dsc-challenge.rb -- --mode COOP |
| 192 | |
| 193 | INFO NodeHandler: OMF Experiment Controller 5.4 (git 5385228) |
| 194 | INFO NodeHandler: Slice ID: default_slice (default) |
| 195 | INFO NodeHandler: Experiment ID: default_slice-2013-07-19t00.15.31.080-04.00 |
| 196 | INFO NodeHandler: Message authentication is disabled |
| 197 | INFO Experiment: load system:exp:stdlib |
| 198 | INFO property.resetDelay: resetDelay = 220 (Fixnum) |
| 199 | INFO property.resetTries: resetTries = 1 (Fixnum) |
| 200 | INFO Experiment: load system:exp:eventlib |
| 201 | INFO Experiment: load system:exp:winlib |
| 202 | INFO Experiment: load dsc-challenge.rb |
| 203 | INFO property.freq: freq = 600000000 (Fixnum) |
| 204 | INFO property.server: server = "idb2" (String) |
| 205 | INFO property.port: port = 5123 (Fixnum) |
| 206 | INFO property.runtime: runtime = 180 (Fixnum) |
| 207 | INFO property.mode: mode = "COOP" (String) |
| 208 | INFO property.team1: team1 = "dsc-teamA" (String) |
| 209 | INFO property.team2: team2 = "dsc-teamC" (String) |
| 210 | INFO property.team3: team3 = "dsc-teamB" (String) |
| 211 | INFO Topology: Loaded topology 'system:topo:dsc-teamA'. |
| 212 | INFO Topology: Loaded topology 'system:topo:dsc-teamC'. |
| 213 | INFO Topology: Loaded topology 'system:topo:dsc-teamB'. |
| 214 | INFO exp: Connecting to packet server |
| 215 | INFO stdlib: Waiting for nodes (Up/Down/Total): 3/3/6 - (still down: node1-2.grid.orbit-lab.org,node1-1.grid.orbit-lab.org,node20-19.grid.orbit-lab.org) [0 sec.] |
| 216 | INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks. |
| 217 | INFO exp: Preparing packet server |
| 218 | INFO exp: Request from Experiment Script: Wait for 2s.... |
| 219 | INFO exp: Start rx and tx applications |
| 220 | INFO exp: Request from Experiment Script: Wait for 10s.... |
| 221 | INFO exp: Sending signal to packet server to start serving packets |
| 222 | INFO exp: Running the experiment |
| 223 | INFO exp: Request from Experiment Script: Wait for 180s.... |
| 224 | INFO exp: Getting the score |
| 225 | INFO exp: Team 1: Sent 12817440 Received 9578880 in 179998 ms |
| 226 | INFO exp: Team 2: Sent 14400000 Received 10342080 in 179998 ms |
| 227 | INFO exp: Team 3: Sent 5796000 Received 1241280 in 179998 ms |
| 228 | INFO exp: Stopping the applications |
| 229 | INFO exp: Request from Experiment Script: Wait for 2s.... |
| 230 | INFO NodeHandler: |
| 231 | INFO NodeHandler: Shutting down experiment, please wait... |
| 232 | INFO NodeHandler: |
| 233 | INFO run: Experiment default_slice-2013-07-19t00.15.31.080-04.00 finished after 3:32 |
| 234 | |
| 235 | username@console.grid:~# |
| 236 | }}} |
| 237 | [[CollapsibleEnd]] |
| 238 | |
| 239 | After each run, the team will receive notification email ONLY if at least one packet was successful received by the packet server. Team image will be considered for the wildcard evaluation if it was successfully verified (i.e. notification email was received) for both competitive and cooperative matches and if image filename and MD5 checksum matches the ones in the email. |
| 240 | |
| 241 | [[CollapsibleStart(Competitive match notification email)]] |
| 242 | Subject: DSC Match Result |
| 243 | |
| 244 | Please find the scoring report for the competitive match created at Fri Jul 19 00:16:09 -0400 2013: |
| 245 | |
| 246 | Team C: Exp. Run Time = 180000, RX bytes = 10418400, TX bytes = 14400000, Sucess Rate = 72.35 |
| 247 | Image: dsc-wbot2.ndz (Owner: root, Created: Thu Jul 18 12:18:55 -0400 2013, Md5: 5ed3d3b94535d56b6964ad0e58a4e1db ) |
| 248 | Receiver = node1-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:25:36 |
| 249 | |
| 250 | Team A: Exp. Run Time = 180000, RX bytes = 12578400, TX bytes = 12817440, Sucess Rate = 98.135 |
| 251 | Image: dsc-wbot1.ndz (Owner: root, Created: Thu Jul 18 12:18:35 -0400 2013, Md5: d783eb15b8e12fb95cd03985fd75c1a6 ) |
| 252 | Receiver = node2-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:21:04 |
| 253 | |
| 254 | [[CollapsibleEnd]] |
| 255 | |
| 256 | [[CollapsibleStart(Cooperative match notification email)]] |
| 257 | {{{ |
| 258 | Subject: DSC Match Result |
| 259 | |
| 260 | Please find the scoring report for the cooperative match created at Fri Jul 19 00:23:09 -0400 2013: |
| 261 | |
| 262 | Team B: Exp. Run Time = 180000, RX bytes = 1241280, TX bytes = 5796000, Sucess Rate = 21.4161 |
| 263 | Image: dsc-wbot3.ndz (Owner: root, Created: Wed Jul 17 21:26:22 -0400 2013, Md5: 209dad194473954803e2b6ed1b2ea8a6 ) |
| 264 | Receiver = node1-2.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:37:27 |
| 265 | |
| 266 | Team C: Exp. Run Time = 180000, RX bytes = 10342080, TX bytes = 14400000, Sucess Rate = 71.82 |
| 267 | Image: dsc-wbot2.ndz (Owner: root, Created: Thu Jul 18 12:18:55 -0400 2013, Md5: 5ed3d3b94535d56b6964ad0e58a4e1db ) |
| 268 | Receiver = node1-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:25:36 |
| 269 | |
| 270 | Team A: Exp. Run Time = 180000, RX bytes = 9578880, TX bytes = 12817440, Sucess Rate = 74.7332 |
| 271 | Image: dsc-wbot1.ndz (Owner: root, Created: Thu Jul 18 12:18:35 -0400 2013, Md5: d783eb15b8e12fb95cd03985fd75c1a6 ) |
| 272 | Receiver = node2-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:21:04 |
| 273 | |
| 274 | }}} |
| 275 | [[CollapsibleEnd]] |
| 276 | |
| 277 | Turn the nodes off |