Changes between Version 41 and Version 42 of DSC/zdc_framework
- Timestamp:
- Jan 10, 2014, 6:07:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v41 v42 231 231 The output of the cooperative match should look similar to the following: 232 232 {{{ 233 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COOP --arena SEC 234 235 INFO NodeHandler: OMF Experiment Controller 5.4 (git 5385228) 233 username@console.grid:~$ omf-5.4 exec system:exp:dsc-match -- --mode COOP --arena SEC --team1 dsc-teamAs --team2 dsc-teamBs --team3 dsc-teamCs --runtime 30 234 235 INFO NodeHandler: OMF Experiment Controller 5.4 (git 8f9e1c0) 236 INFO NodeHandler: Reading configuration file /etc/omf-expctl-5.4/services.yaml 237 INFO NodeHandler: Add domain http - http://internal1.orbit-lab.org:5054/ 238 INFO NodeHandler: Add domain http - http://repository1.orbit-lab.org:5054/ 236 239 INFO NodeHandler: Slice ID: default_slice (default) 237 INFO NodeHandler: Experiment ID: default_slice-201 3-08-13t11.37.26.574-04.00240 INFO NodeHandler: Experiment ID: default_slice-2014-01-10t13.01.26.951-05.00 238 241 INFO NodeHandler: Message authentication is disabled 239 242 INFO Experiment: load system:exp:stdlib 240 INFO property.resetDelay: resetDelay = 2 20 (Fixnum)243 INFO property.resetDelay: resetDelay = 230 (Fixnum) 241 244 INFO property.resetTries: resetTries = 1 (Fixnum) 242 245 INFO Experiment: load system:exp:eventlib … … 246 249 INFO property.server: server = "idb2" (String) 247 250 INFO property.port: port = 5123 (Fixnum) 248 INFO property.runtime: runtime = 180 (Fixnum)251 INFO property.runtime: runtime = 30 (Fixnum) 249 252 INFO property.mode: mode = "COOP" (String) 250 INFO property. team1: team1 = "dsc-teamA" (String)251 INFO property.team 2: team2 = "dsc-teamC" (String)252 INFO property.team 3: team3 = "dsc-teamB" (String)253 INFO Topology: Loaded topology 'system:topo:dsc-teamA'.254 INFO Topology: Loaded topology 'system:topo:dsc-team C'.255 INFO Topology: Loaded topology 'system:topo:dsc-teamB '.256 INFO exp: Connecting to packet server257 INFO stdlib: Waiting for nodes (Up/Down/Total): 3/3/6 - (still down: node19-20.grid.orbit-lab.org,node19-19.grid.orbit-lab.org,node2-1.grid.orbit-lab.org) [0 sec.]253 INFO property.arena: arena = "SEC" (String) 254 INFO property.team1: team1 = "dsc-teamAs" (String) 255 INFO property.team2: team2 = "dsc-teamBs" (String) 256 INFO property.team3: team3 = "dsc-teamCs" (String) 257 INFO Topology: Loaded topology 'system:topo:dsc-teamAs'. 258 INFO Topology: Loaded topology 'system:topo:dsc-teamBs'. 259 INFO Topology: Loaded topology 'system:topo:dsc-teamCs'. 260 INFO exp: Connecting to idb2 at 5128 258 261 INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks. 259 262 INFO exp: Preparing packet server 260 INFO exp: Request from Experiment Script: Wait for 2s....263 INFO exp: Request from Experiment Script: Wait for 5s.... 261 264 INFO exp: Start rx and tx applications 262 265 INFO exp: Request from Experiment Script: Wait for 10s.... 263 266 INFO exp: Sending signal to packet server to start serving packets 264 267 INFO exp: Running the experiment 265 INFO exp: Request from Experiment Script: Wait for 180s....266 INFO exp: Getting the score 267 INFO exp: Team 1: Sent 1 2817440 Received 2759040 in 180seconds268 INFO exp: Team 2: Sent 2 1453120 Received 16178400 in 180seconds269 INFO exp: Team 3: Sent 5850720 Received 1208160 in 180seconds268 INFO exp: Request from Experiment Script: Wait for 30s.... 269 INFO exp: Getting the score 270 INFO exp: Team 1: Sent 1501 Received 297 in 28975 seconds 271 INFO exp: Team 2: Sent 2058 Received 429 in 29209 seconds 272 INFO exp: Team 3: Sent 2501 Received 792 in 29995 seconds 270 273 INFO exp: Stopping the applications 271 274 INFO exp: Request from Experiment Script: Wait for 2s.... … … 273 276 INFO NodeHandler: Shutting down experiment, please wait... 274 277 INFO NodeHandler: 275 default_slice-2013-08-13t11.37.26.574-04.00 EXP.DONE Running for 213 sec 276 INFO run: Experiment default_slice-2013-08-13t11.37.26.574-04.00 finished after 3:33 277 278 INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks. 279 INFO run: Experiment default_slice-2014-01-10t13.01.26.951-05.00 finished after 1:25 278 280 username@console.grid:~# 281 279 282 }}} 280 283 [[CollapsibleEnd]]