Changes between Version 41 and Version 42 of DSC/zdc_framework


Ignore:
Timestamp:
Jan 10, 2014, 6:07:02 PM (10 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v41 v42  
    231231     The output of the cooperative match should look similar to the following:
    232232{{{
    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)
     233username@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/
    236239 INFO NodeHandler: Slice ID: default_slice (default)
    237  INFO NodeHandler: Experiment ID: default_slice-2013-08-13t11.37.26.574-04.00
     240 INFO NodeHandler: Experiment ID: default_slice-2014-01-10t13.01.26.951-05.00
    238241 INFO NodeHandler: Message authentication is disabled
    239242 INFO Experiment: load system:exp:stdlib
    240  INFO property.resetDelay: resetDelay = 220 (Fixnum)
     243 INFO property.resetDelay: resetDelay = 230 (Fixnum)
    241244 INFO property.resetTries: resetTries = 1 (Fixnum)
    242245 INFO Experiment: load system:exp:eventlib
     
    246249 INFO property.server: server = "idb2" (String)
    247250 INFO property.port: port = 5123 (Fixnum)
    248  INFO property.runtime: runtime = 180 (Fixnum)
     251 INFO property.runtime: runtime = 30 (Fixnum)
    249252 INFO property.mode: mode = "COOP" (String)
    250  INFO property.team1: team1 = "dsc-teamA" (String)
    251  INFO property.team2: team2 = "dsc-teamC" (String)
    252  INFO property.team3: team3 = "dsc-teamB" (String)
    253  INFO Topology: Loaded topology 'system:topo:dsc-teamA'.
    254  INFO Topology: Loaded topology 'system:topo:dsc-teamC'.
    255  INFO Topology: Loaded topology 'system:topo:dsc-teamB'.
    256  INFO exp: Connecting to packet server
    257  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
    258261 INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks.
    259262 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....
    261264 INFO exp: Start rx and tx applications
    262265 INFO exp: Request from Experiment Script: Wait for 10s....
    263266 INFO exp: Sending signal to packet server to start serving packets
    264267 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 12817440 Received 2759040 in 180 seconds
    268  INFO exp: Team 2: Sent 21453120 Received 16178400 in 180 seconds
    269  INFO exp: Team 3: Sent 5850720 Received 1208160 in 180 seconds
     268 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
    270273 INFO exp: Stopping the applications
    271274 INFO exp: Request from Experiment Script: Wait for 2s....
     
    273276 INFO NodeHandler: Shutting down experiment, please wait...
    274277 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
    278280username@console.grid:~#
     281
    279282}}}
    280283     [[CollapsibleEnd]]