rock-core / tools-syskit

Rock's model-based component management layer
1 stars 14 forks source link

Periodicity of composition's poll #144

Open joaobrittoneto opened 6 years ago

joaobrittoneto commented 6 years ago

I use a composition to generate input commands for the auv_control. It happens that the auv_control was expecting to receive cmd_in (provide by Dive::Compositions::SinusoidSignalGenerators::WorldPos) with at least 1s.

It happens that sometimes, the poll block of the compositions are called with a ~2s interval (16:28:51, 16:28:53, 16:28:55). Just increasing the timeout would fix the problem, but I'd like to understand what Syskit is doing in the meantime. Is there a way to guarantee the periodicity of a composition's poll?

Here is the data provided by roby-log decode live-events.log

2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  external_events
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:51 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6640>>
2017-12-05 16:28:51 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6676>>
2017-12-05 16:28:51 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6712>>
2017-12-05 16:28:51 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6748>>
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  propagation_handlers
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  event_propagation_phase
2017-12-05 16:28:51 -0300 generator_propagate_events  false  #<Set:0x0000000390b340>  #<RemoteDRobyID @#<DRobyID:6640>>
2017-12-05 16:28:51 -0300 generator_propagate_events  true  #<Set:0x0000000390b250>  #<RemoteDRobyID @#<DRobyID:6640>>
2017-12-05 16:28:51 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000390b110>
2017-12-05 16:28:51 -0300 generator_propagate_events  false  #<Set:0x0000000390acb0>  #<RemoteDRobyID @#<DRobyID:6676>>
2017-12-05 16:28:51 -0300 generator_propagate_events  true  #<Set:0x0000000390abc0>  #<RemoteDRobyID @#<DRobyID:6676>>
2017-12-05 16:28:51 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000390aaa8>
2017-12-05 16:28:51 -0300 generator_propagate_events  false  #<Set:0x0000000390a800>  #<RemoteDRobyID @#<DRobyID:6712>>
2017-12-05 16:28:51 -0300 generator_propagate_events  true  #<Set:0x0000000390a710>  #<RemoteDRobyID @#<DRobyID:6712>>
2017-12-05 16:28:51 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000390a5f8>
2017-12-05 16:28:51 -0300 generator_propagate_events  false  #<Set:0x0000000390a350>  #<RemoteDRobyID @#<DRobyID:6748>>
2017-12-05 16:28:51 -0300 generator_propagate_events  true  #<Set:0x0000000390a260>  #<RemoteDRobyID @#<DRobyID:6748>>
2017-12-05 16:28:51 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000390a148>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:51 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  event_propagation_phase
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2184>  syskit-async-resolution  syskit-async-resolution
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2184>  syskit-async-resolution  compute_system_network
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2184>  syskit-async-resolution  instanciate
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  instanciate_requirements
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-0
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-1
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-2
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-3
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-4
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-5
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-6
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-7
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-8
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-9
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-10
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-11
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-12
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-13
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  error_handling_phase
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  structure_check
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  exception_propagation
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  error_handling_phase
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  garbage_collect
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  process_events
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  sleep
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  at_cycle_end
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-14
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-15
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  at_cycle_end
2017-12-05 16:28:51 -0300 cycle_end  {:start=>[1512502131, 392357], :actual_start=>0.0019306059999582555, :cycle_index=>7520, :log_queue_size=>0, :plan_task_count=>289, :plan_event_count=>0, :gc=>{:count=>762, :heap_allocated_pages=>5937, :heap_sorted_length=>7483, :heap_allocatable_pages=>2, :heap_available_slots=>2419922, :heap_live_slots=>1920344, :heap_free_slots=>499578, :heap_final_slots=>0, :heap_marked_slots=>10006, :heap_swept_slots=>960486, :heap_eden_pages=>5935, :heap_tomb_pages=>2, :total_allocated_pages=>6342, :total_freed_pages=>405, :total_allocated_objects=>95041868, :total_freed_objects=>93121524, :malloc_increase_bytes=>33021904, :malloc_increase_bytes_limit=>33554432, :minor_gc_count=>662, :major_gc_count=>100, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>147076, :old_objects=>9575, :old_objects_limit=>2640532, :oldmalloc_increase_bytes=>135249512, :oldmalloc_increase_bytes_limit=>134217728}, :utime=>0.5199999999999818, :stime=>0.030000000000001137, :dump_time=>0.020271342999998776, :state=>#<StateField:29884280 path= fields=>, :end=>0.5488453199999582, :gc_profile_data=>nil, :gc_total_time=>0}
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  cycle
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  cycle
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  process_events
2017-12-05 16:28:51 -0300 timepoint  #<DRobyID:2>  MAIN  workers
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit-transformer transformer broadcaster start
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit-transformer transformer broadcaster start
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  each_cycle
2017-12-05 16:28:51 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  each_cycle
2017-12-05 16:28:51 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  TCPServer#process_pending_requests
2017-12-05 16:28:52 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  TCPServer#process_pending_requests
2017-12-05 16:28:52 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:update_deployment_states
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-16
2017-12-05 16:28:52 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:update_deployment_states
2017-12-05 16:28:52 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:update_task_states
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-17
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-18
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-19
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-20
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  task-21
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  device_allocation
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  postprocessing:#<Proc:0x000000037ba770@/home/flatfish/dev.bir/install/lib/ruby/2.3.0/transformer/syskit/plugin.rb:307>
2017-12-05 16:28:52 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  postprocessing:#<Proc:0x0000000d23f020@/home/flatfish/dev.bir/bundles/dive/models/orogen/vizkit3d_world.rb:45>
2017-12-05 16:28:52 -0300 timepoint_group_end  #<DRobyID:2184>  syskit-async-resolution  instanciate
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  merge
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  postprocessing:#<Proc:0x000000037ba748@/home/flatfish/dev.bir/install/lib/ruby/2.3.0/transformer/syskit/plugin.rb:313>
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  link_to_busses
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  merge
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  remove-optional
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  default_conf
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  static_garbage_collect
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  postprocessing
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  validate_abstract_network
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  validate_generated_network
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2184>  syskit-async-resolution  compute_system_network
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2184>  syskit-async-resolution  compute_deployed_network
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2184>  syskit-async-resolution  deploy_system_network
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  select_deployments
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  apply_selected_deployments
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  validate_deployed_network
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2184>  syskit-async-resolution  deploy_system_network
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2184>  syskit-async-resolution  compute_connection_policies
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2184>  syskit-async-resolution  compute_deployed_network
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2184>  syskit-async-resolution  syskit-async-resolution
2017-12-05 16:28:53 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:53 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:53 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:53 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:update_task_states
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication())
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication())
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>()
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>()
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}})
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}})
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>()
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>()
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  external_events
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  propagation_handlers
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  event_propagation_phase
2017-12-05 16:28:53 -0300 generator_propagate_events  true  #<Set:0x00000002412d80>  #<RemoteDRobyID @#<DRobyID:6480>>
2017-12-05 16:28:53 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002412a10>
2017-12-05 16:28:53 -0300 generator_propagate_events  true  #<Set:0x00000002412308>  #<RemoteDRobyID @#<DRobyID:6489>>
2017-12-05 16:28:53 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002411cf0>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:53 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:53 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  apply_deployed_network_to_plan
2017-12-05 16:28:53 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  finalize_deployed_tasks
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  used_tasks
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  import_all_tasks_from_plan
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  all_tasks_cleanup
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  dataflow_graph_cleanup
2017-12-05 16:28:53 -0300 timepoint  #<DRobyID:2>  MAIN  existing_and_finished_deployments
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  select_deployments
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  reconfigure_tasks_on_static_port_modification
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  merge
2017-12-05 16:28:54 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  finalize_deployed_tasks
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  apply_merged_to_dataflow_dynamics
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  postprocessing:#<Proc:0x00000002b9da00 (lambda)>
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  postprocessing:#<Proc:0x000000037ba720@/home/flatfish/dev.bir/install/lib/ruby/2.3.0/transformer/syskit/plugin.rb:319>
2017-12-05 16:28:54 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  apply_deployed_network_to_plan
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  apply_merge_to_stored_instances
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  fix_toplevel_tasks
2017-12-05 16:28:54 -0300 timepoint  #<DRobyID:2>  MAIN  validate_final_network
2017-12-05 16:28:55 -0300 merged_plan  #<DRobyID:1>  #<Roby::DRoby::V5::PlanDumper::DRoby:0x000000023ffd20>
2017-12-05 16:28:55 -0300 added_edge  #<RemoteDRobyID @#<DRobyID:6824>>  #<RemoteDRobyID @#<DRobyID:6636>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]  
2017-12-05 16:28:55 -0300 added_edge  #<RemoteDRobyID @#<DRobyID:6826>>  #<RemoteDRobyID @#<DRobyID:6672>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]  
2017-12-05 16:28:55 -0300 added_edge  #<RemoteDRobyID @#<DRobyID:6828>>  #<RemoteDRobyID @#<DRobyID:6708>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]  
2017-12-05 16:28:55 -0300 added_edge  #<RemoteDRobyID @#<DRobyID:6830>>  #<RemoteDRobyID @#<DRobyID:6744>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]  
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6637>>  #<RemoteDRobyID @#<DRobyID:6636>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6673>>  #<RemoteDRobyID @#<DRobyID:6672>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6709>>  #<RemoteDRobyID @#<DRobyID:6708>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6745>>  #<RemoteDRobyID @#<DRobyID:6744>>  [#<dRoby:Constant ::Roby::TaskStructure::PlannedBy>]
2017-12-05 16:28:55 -0300 updated_edge_info  #<RemoteDRobyID @#<DRobyID:3854>>  #<RemoteDRobyID @#<DRobyID:3605>>  #<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>  #<Roby::EventStructure::TemporalConstraintSet:0x0000000233fc28>
2017-12-05 16:28:55 -0300 updated_edge_info  #<RemoteDRobyID @#<DRobyID:3854>>  #<RemoteDRobyID @#<DRobyID:3647>>  #<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>  #<Roby::EventStructure::TemporalConstraintSet:0x0000000233f778>
2017-12-05 16:28:55 -0300 updated_edge_info  #<RemoteDRobyID @#<DRobyID:3854>>  #<RemoteDRobyID @#<DRobyID:3689>>  #<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>  #<Roby::EventStructure::TemporalConstraintSet:0x0000000233f430>
2017-12-05 16:28:55 -0300 updated_edge_info  #<RemoteDRobyID @#<DRobyID:3854>>  #<RemoteDRobyID @#<DRobyID:3731>>  #<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>  #<Roby::EventStructure::TemporalConstraintSet:0x0000000233f098>
2017-12-05 16:28:55 -0300 updated_edge_info  #<RemoteDRobyID @#<DRobyID:3854>>  #<RemoteDRobyID @#<DRobyID:3773>>  #<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>  #<Roby::EventStructure::TemporalConstraintSet:0x0000000233edc8>
2017-12-05 16:28:55 -0300 updated_edge_info  #<RemoteDRobyID @#<DRobyID:3854>>  #<RemoteDRobyID @#<DRobyID:3815>>  #<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>  #<Roby::EventStructure::TemporalConstraintSet:0x0000000233eb20>
2017-12-05 16:28:55 -0300 task_status_change  #<RemoteDRobyID @#<DRobyID:6637>>  normal
2017-12-05 16:28:55 -0300 task_status_change  #<RemoteDRobyID @#<DRobyID:6673>>  normal
2017-12-05 16:28:55 -0300 task_status_change  #<RemoteDRobyID @#<DRobyID:6709>>  normal
2017-12-05 16:28:55 -0300 task_status_change  #<RemoteDRobyID @#<DRobyID:6745>>  normal
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  commit_transaction
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x0000000233e378>  #<RemoteDRobyID @#<DRobyID:6641>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233e210>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x0000000233de78>  #<RemoteDRobyID @#<DRobyID:6639>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233dbd0>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6638>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233d6d0>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6639>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233d518>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6640>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233d388>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6641>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233d248>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6642>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233d040>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6643>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233ce88>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6644>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233ccd0>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6645>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233caf0>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x0000000233ca00>  #<RemoteDRobyID @#<DRobyID:6677>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233c8c0>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x0000000233c578>  #<RemoteDRobyID @#<DRobyID:6675>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x0000000233c370>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6674>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337f28>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6675>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337d70>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6676>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337ac8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6677>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337938>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6678>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337758>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6679>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337528>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6680>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337280>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6681>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002337028>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x00000002336f38>  #<RemoteDRobyID @#<DRobyID:6713>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002336dd0>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x000000023365b0>  #<RemoteDRobyID @#<DRobyID:6711>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002336330>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6710>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002335d18>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6711>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002335a98>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6712>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023357c8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6713>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002335638>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6714>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023352c8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6715>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023350c0>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6716>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002334e90>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6717>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002334b98>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x00000002334940>  #<RemoteDRobyID @#<DRobyID:6749>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002334760>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x00000002334328>  #<RemoteDRobyID @#<DRobyID:6747>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023340f8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6746>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023273a8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6747>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002326ea8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6748>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002326cc8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6749>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002326930>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6750>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002326480>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6751>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023262c8>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6752>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023252b0>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6753>>  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000002324ec8>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6824>>  #<RemoteDRobyID @#<DRobyID:6823>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6826>>  #<RemoteDRobyID @#<DRobyID:6825>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6828>>  #<RemoteDRobyID @#<DRobyID:6827>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6830>>  #<RemoteDRobyID @#<DRobyID:6829>>
2017-12-05 16:28:55 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6833>>
2017-12-05 16:28:55 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6868>>
2017-12-05 16:28:55 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6903>>
2017-12-05 16:28:55 -0300 scheduler_report_trigger  #<RemoteDRobyID @#<DRobyID:6938>>
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 generator_propagate_events  false  #<Set:0x0000000230abe0>  #<RemoteDRobyID @#<DRobyID:6833>>
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6823>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6823>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6823>>  logger_task  
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6823>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6823>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6823>>  logger_task  
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x00000002309bf0>  #<RemoteDRobyID @#<DRobyID:6833>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000023098a8>
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2036>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aeda9ef30<id:6823>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_front_right", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_front_right_Logger"}, on: ff-payload, process_name: camera_aravis_front_right, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2036>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aeda9ef30<id:6823>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_front_right", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_front_right_Logger"}, on: ff-payload, process_name: camera_aravis_front_right, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor.then[0] in_engine=false
2017-12-05 16:28:55 -0300 generator_propagate_events  false  #<Set:0x000000023086d8>  #<RemoteDRobyID @#<DRobyID:6868>>
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6825>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6825>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6825>>  logger_task  
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6825>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6825>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6825>>  logger_task  
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x000000022ff380>  #<RemoteDRobyID @#<DRobyID:6868>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000022ff0d8>
2017-12-05 16:28:55 -0300 generator_propagate_events  false  #<Set:0x000000022fe980>  #<RemoteDRobyID @#<DRobyID:6903>>
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6827>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6827>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6827>>  logger_task  
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6827>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6827>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6827>>  logger_task  
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2018>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aef690ab8<id:6825>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_front_left", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_front_left_Logger"}, on: ff-payload, process_name: camera_aravis_front_left, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2018>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aef690ab8<id:6825>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_front_left", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_front_left_Logger"}, on: ff-payload, process_name: camera_aravis_front_left, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor.then[0] in_engine=false
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x000000022fdaa8>  #<RemoteDRobyID @#<DRobyID:6903>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000022fd800>
2017-12-05 16:28:55 -0300 generator_propagate_events  false  #<Set:0x000000022fcbd0>  #<RemoteDRobyID @#<DRobyID:6938>>
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6829>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6829>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6829>>  logger_task  
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6829>>  log  true
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6829>>  ready_polling_period  0.1
2017-12-05 16:28:55 -0300 task_arguments_updated  #<RemoteDRobyID @#<DRobyID:6829>>  logger_task  
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:1986>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aef63a8c0<id:6827>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_down_right", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_down_right_Logger"}, on: ff-payload, process_name: camera_aravis_down_right, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:1986>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aef63a8c0<id:6827>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_down_right", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_down_right_Logger"}, on: ff-payload, process_name: camera_aravis_down_right, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor.then[0] in_engine=false
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x000000022fa010>  #<RemoteDRobyID @#<DRobyID:6938>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x000000022f9930>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  partially instanciated  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6824>>  #<RemoteDRobyID @#<DRobyID:6823>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6826>>  #<RemoteDRobyID @#<DRobyID:6825>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6828>>  #<RemoteDRobyID @#<DRobyID:6827>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6830>>  #<RemoteDRobyID @#<DRobyID:6829>>
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  event_propagation_phase
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  error_handling_phase
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  structure_check
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  exception_propagation
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  error_handling_phase
2017-12-05 16:28:55 -0300 garbage_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6637>>  true
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6646>>  #<RemoteDRobyID @#<DRobyID:6665>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6646>>  #<RemoteDRobyID @#<DRobyID:6657>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6647>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6647>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6647>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6647>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6647>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6647>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6648>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6648>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6648>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6648>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6648>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6648>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6649>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6649>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6649>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6649>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6649>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6649>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6650>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6650>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6650>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6650>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6650>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6650>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6651>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6651>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6651>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6651>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6651>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6651>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6652>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6652>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6652>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6652>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6652>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6652>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6653>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6653>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6653>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6653>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6653>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6653>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6654>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6654>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6654>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6654>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6654>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6654>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6655>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6655>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6655>>  #<RemoteDRobyID @#<DRobyID:6656>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6655>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6655>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6655>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6656>>  #<RemoteDRobyID @#<DRobyID:6665>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6656>>  #<RemoteDRobyID @#<DRobyID:6666>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6657>>  #<RemoteDRobyID @#<DRobyID:6665>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6657>>  #<RemoteDRobyID @#<DRobyID:6666>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6658>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6658>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6658>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6658>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6658>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6659>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6660>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6660>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6660>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6660>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6660>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6661>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6661>>  #<RemoteDRobyID @#<DRobyID:6667>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6661>>  #<RemoteDRobyID @#<DRobyID:6663>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6661>>  #<RemoteDRobyID @#<DRobyID:6664>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6661>>  #<RemoteDRobyID @#<DRobyID:6668>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6662>>  #<RemoteDRobyID @#<DRobyID:6640>>  [#<dRoby:Constant ::Roby::EventStructure::SchedulingConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6639>>  #<RemoteDRobyID @#<DRobyID:6662>>  [#<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6663>>  #<RemoteDRobyID @#<DRobyID:6666>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6664>>  #<RemoteDRobyID @#<DRobyID:6666>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6668>>  #<RemoteDRobyID @#<DRobyID:6665>>  [#<dRoby:Constant ::Roby::EventStructure::Signal>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6666>>  #<RemoteDRobyID @#<DRobyID:6665>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6667>>  #<RemoteDRobyID @#<DRobyID:6665>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6646>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6646>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6647>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6647>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6648>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6648>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6649>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6649>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6650>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6650>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6651>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6651>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6652>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6652>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6653>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6653>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6654>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6654>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6655>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6655>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6656>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6656>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6657>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6657>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6658>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6658>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6659>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6659>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6660>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6660>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6661>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6661>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6662>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6662>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6663>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6663>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6664>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6664>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6665>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6665>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6666>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6666>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6667>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6667>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6668>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6668>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6669>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6669>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6670>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6670>>
2017-12-05 16:28:55 -0300 finalized_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6637>>
2017-12-05 16:28:55 -0300 garbage_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6673>>  true
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6682>>  #<RemoteDRobyID @#<DRobyID:6701>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6682>>  #<RemoteDRobyID @#<DRobyID:6693>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6683>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6683>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6683>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6683>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6683>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6683>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6684>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6684>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6684>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6684>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6684>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6684>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6685>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6685>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6685>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6685>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6685>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6685>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6686>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6686>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6686>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6686>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6686>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6686>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6687>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6687>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6687>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6687>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6687>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6687>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6688>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6688>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6688>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6688>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6688>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6688>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6689>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6689>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6689>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6689>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6689>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6689>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6690>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6690>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6690>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6690>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6690>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6690>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6691>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6691>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6691>>  #<RemoteDRobyID @#<DRobyID:6692>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6691>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6691>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6691>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6692>>  #<RemoteDRobyID @#<DRobyID:6701>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6692>>  #<RemoteDRobyID @#<DRobyID:6702>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6693>>  #<RemoteDRobyID @#<DRobyID:6701>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6693>>  #<RemoteDRobyID @#<DRobyID:6702>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6694>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6694>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6694>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6694>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6694>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6695>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6696>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6696>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6696>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6696>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6696>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6697>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6697>>  #<RemoteDRobyID @#<DRobyID:6703>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6697>>  #<RemoteDRobyID @#<DRobyID:6699>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6697>>  #<RemoteDRobyID @#<DRobyID:6700>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6697>>  #<RemoteDRobyID @#<DRobyID:6704>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6698>>  #<RemoteDRobyID @#<DRobyID:6676>>  [#<dRoby:Constant ::Roby::EventStructure::SchedulingConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6675>>  #<RemoteDRobyID @#<DRobyID:6698>>  [#<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6699>>  #<RemoteDRobyID @#<DRobyID:6702>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6700>>  #<RemoteDRobyID @#<DRobyID:6702>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6704>>  #<RemoteDRobyID @#<DRobyID:6701>>  [#<dRoby:Constant ::Roby::EventStructure::Signal>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6702>>  #<RemoteDRobyID @#<DRobyID:6701>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6703>>  #<RemoteDRobyID @#<DRobyID:6701>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6682>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6682>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6683>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6683>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6684>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6684>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6685>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6685>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6686>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6686>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6687>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6687>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6688>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6688>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6689>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6689>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6690>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6690>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6691>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6691>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6692>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6692>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6693>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6693>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6694>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6694>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6695>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6695>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6696>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6696>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6697>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6697>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6698>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6698>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6699>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6699>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6700>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6700>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6701>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6701>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6702>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6702>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6703>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6703>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6704>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6704>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6705>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6705>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6706>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6706>>
2017-12-05 16:28:55 -0300 finalized_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6673>>
2017-12-05 16:28:55 -0300 garbage_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6709>>  true
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6718>>  #<RemoteDRobyID @#<DRobyID:6737>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6718>>  #<RemoteDRobyID @#<DRobyID:6729>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6719>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6719>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6719>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6719>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6719>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6719>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6720>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6720>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6720>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6720>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6720>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6720>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6721>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6721>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6721>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6721>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6721>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6721>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6722>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6722>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6722>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6722>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6722>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6722>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6723>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6723>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6723>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6723>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6723>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6723>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6724>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6724>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6724>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6724>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6724>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6724>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6725>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6725>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6725>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6725>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6725>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6725>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6726>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6726>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6726>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6726>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6726>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6726>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6727>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6727>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6727>>  #<RemoteDRobyID @#<DRobyID:6728>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6727>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6727>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6727>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6728>>  #<RemoteDRobyID @#<DRobyID:6737>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6728>>  #<RemoteDRobyID @#<DRobyID:6738>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6729>>  #<RemoteDRobyID @#<DRobyID:6737>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6729>>  #<RemoteDRobyID @#<DRobyID:6738>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6730>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6730>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6730>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6730>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6730>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6731>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6732>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6732>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6732>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6732>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6732>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6733>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6733>>  #<RemoteDRobyID @#<DRobyID:6739>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6733>>  #<RemoteDRobyID @#<DRobyID:6735>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6733>>  #<RemoteDRobyID @#<DRobyID:6736>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6733>>  #<RemoteDRobyID @#<DRobyID:6740>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6734>>  #<RemoteDRobyID @#<DRobyID:6712>>  [#<dRoby:Constant ::Roby::EventStructure::SchedulingConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6711>>  #<RemoteDRobyID @#<DRobyID:6734>>  [#<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6735>>  #<RemoteDRobyID @#<DRobyID:6738>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6736>>  #<RemoteDRobyID @#<DRobyID:6738>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6740>>  #<RemoteDRobyID @#<DRobyID:6737>>  [#<dRoby:Constant ::Roby::EventStructure::Signal>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6738>>  #<RemoteDRobyID @#<DRobyID:6737>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6739>>  #<RemoteDRobyID @#<DRobyID:6737>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6718>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6718>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6719>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6719>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6720>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6720>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6721>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6721>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6722>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6722>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6723>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6723>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6724>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6724>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6725>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6725>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6726>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6726>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6727>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6727>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6728>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6728>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6729>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6729>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6730>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6730>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6731>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6731>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6732>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6732>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6733>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6733>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6734>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6734>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6735>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6735>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6736>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6736>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6737>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6737>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6738>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6738>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6739>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6739>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6740>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6740>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6741>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6741>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6742>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6742>>
2017-12-05 16:28:55 -0300 finalized_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6709>>
2017-12-05 16:28:55 -0300 garbage_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6745>>  true
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6754>>  #<RemoteDRobyID @#<DRobyID:6773>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6754>>  #<RemoteDRobyID @#<DRobyID:6765>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6755>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6755>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6755>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6755>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6755>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6755>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6756>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6756>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6756>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6756>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6756>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6756>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6757>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6757>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6757>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6757>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6757>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6757>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6758>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6758>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6758>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6758>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6758>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6758>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6759>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6759>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6759>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6759>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6759>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6759>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6760>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6760>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6760>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6760>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6760>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6760>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6761>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6761>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6761>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6761>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6761>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6761>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6762>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6762>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6762>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6762>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6762>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6762>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6763>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6763>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6763>>  #<RemoteDRobyID @#<DRobyID:6764>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6763>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6763>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6763>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6764>>  #<RemoteDRobyID @#<DRobyID:6773>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6764>>  #<RemoteDRobyID @#<DRobyID:6774>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6765>>  #<RemoteDRobyID @#<DRobyID:6773>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6765>>  #<RemoteDRobyID @#<DRobyID:6774>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6766>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6766>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6766>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6766>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6766>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6767>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6768>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6768>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6768>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6768>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6768>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6769>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6769>>  #<RemoteDRobyID @#<DRobyID:6775>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6769>>  #<RemoteDRobyID @#<DRobyID:6771>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6769>>  #<RemoteDRobyID @#<DRobyID:6772>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6769>>  #<RemoteDRobyID @#<DRobyID:6776>>  [#<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6770>>  #<RemoteDRobyID @#<DRobyID:6748>>  [#<dRoby:Constant ::Roby::EventStructure::SchedulingConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6747>>  #<RemoteDRobyID @#<DRobyID:6770>>  [#<dRoby:Constant ::Roby::EventStructure::TemporalConstraints>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6771>>  #<RemoteDRobyID @#<DRobyID:6774>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6772>>  #<RemoteDRobyID @#<DRobyID:6774>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6776>>  #<RemoteDRobyID @#<DRobyID:6773>>  [#<dRoby:Constant ::Roby::EventStructure::Signal>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6774>>  #<RemoteDRobyID @#<DRobyID:6773>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 removed_edge  #<RemoteDRobyID @#<DRobyID:6775>>  #<RemoteDRobyID @#<DRobyID:6773>>  [#<dRoby:Constant ::Roby::EventStructure::Forwarding>, #<dRoby:Constant ::Roby::EventStructure::CausalLink>, #<dRoby:Constant ::Roby::EventStructure::Precedence>]
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6754>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6754>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6755>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6755>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6756>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6756>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6757>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6757>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6758>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6758>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6759>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6759>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6760>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6760>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6761>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6761>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6762>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6762>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6763>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6763>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6764>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6764>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6765>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6765>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6766>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6766>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6767>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6767>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6768>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6768>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6769>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6769>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6770>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6770>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6771>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6771>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6772>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6772>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6773>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6773>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6774>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6774>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6775>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6775>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6776>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6776>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6777>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6777>>
2017-12-05 16:28:55 -0300 generator_unreachable  #<RemoteDRobyID @#<DRobyID:6778>>  finalized
2017-12-05 16:28:55 -0300 finalized_event  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6778>>
2017-12-05 16:28:55 -0300 finalized_task  #<DRobyID:1>  #<RemoteDRobyID @#<DRobyID:6745>>
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  garbage_collect
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  process_events
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  sleep
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  at_cycle_end
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2004>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aef6063b8<id:6829>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_down_left", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_down_left_Logger"}, on: ff-payload, process_name: camera_aravis_down_left, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2004>  run_promises  Deployments::OrogenDefaultCameraAravis__Task:0x7f5aef6063b8<id:6829>(log: true, logger_task: , name_mappings: {"orogen_default_camera_aravis__Task"=>"camera_aravis_down_left", "orogen_default_camera_aravis__Task_Logger"=>"camera_aravis_down_left_Logger"}, on: ff-payload, process_name: camera_aravis_down_left, ready_polling_period: 0.1, spawn_options: {:working_directory=>"/home/flatfish/dev.bir/bundles/flat_fish", :output=>nil, :valgrind=>nil, :gdb=>nil, :cmdline_args=>{}, :wait=>false, :log_level=>nil, :oro_logfile=>"orocos.%m-%p.txt"}):ready_event_monitor.then[0] in_engine=false
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  at_cycle_end
2017-12-05 16:28:55 -0300 cycle_end  {:start=>[1512502131, 892357], :actual_start=>0.04908695799995823, :cycle_index=>7525, :log_queue_size=>0, :plan_task_count=>293, :plan_event_count=>0, :gc=>{:count=>766, :heap_allocated_pages=>5937, :heap_sorted_length=>7483, :heap_allocatable_pages=>0, :heap_available_slots=>2419922, :heap_live_slots=>2418935, :heap_free_slots=>987, :heap_final_slots=>0, :heap_marked_slots=>1550423, :heap_swept_slots=>136402, :heap_eden_pages=>5936, :heap_tomb_pages=>1, :total_allocated_pages=>6342, :total_freed_pages=>405, :total_allocated_objects=>97150633, :total_freed_objects=>94731698, :malloc_increase_bytes=>6714200, :malloc_increase_bytes_limit=>32883343, :minor_gc_count=>666, :major_gc_count=>100, :remembered_wb_unprotected_objects=>73885, :remembered_wb_unprotected_objects_limit=>137726, :old_objects=>1396137, :old_objects_limit=>2624664, :oldmalloc_increase_bytes=>67107936, :oldmalloc_increase_bytes_limit=>131586007}, :utime=>3.269999999999982, :stime=>0.04999999999999716, :dump_time=>0.024407779000003682, :state=>#<StateField:17693340 path= fields=>, :end=>3.406735802999958, :gc_profile_data=>nil, :gc_total_time=>0}
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  cycle
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  cycle
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  process_events
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  workers
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit-transformer transformer broadcaster start
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit-transformer transformer broadcaster start
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  each_cycle
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  each_cycle
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  TCPServer#process_pending_requests
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  TCPServer#process_pending_requests
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:update_deployment_states
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:update_deployment_states
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:update_task_states
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6824>>
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6826>>
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6828>>
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6830>>
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:update_task_states
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication())
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication())
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>()
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>()
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}})
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}})
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>()
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>()
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  external_events
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6824>>  #<RemoteDRobyID @#<DRobyID:6823>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6826>>  #<RemoteDRobyID @#<DRobyID:6825>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6828>>  #<RemoteDRobyID @#<DRobyID:6827>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6830>>  #<RemoteDRobyID @#<DRobyID:6829>>
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  propagation_handlers
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  event_propagation_phase
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x000000057560e8>  #<RemoteDRobyID @#<DRobyID:6488>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000005755f58>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x00000005755ad0>  #<RemoteDRobyID @#<DRobyID:6475>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000005755990>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x000000057556c0>  #<RemoteDRobyID @#<DRobyID:6480>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000005755530>
2017-12-05 16:28:55 -0300 generator_propagate_events  true  #<Set:0x00000005755288>  #<RemoteDRobyID @#<DRobyID:6489>>
2017-12-05 16:28:55 -0300 generator_fired  #<Roby::DRoby::V5::EventDumper::DRoby:0x00000005755080>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6824>>  #<RemoteDRobyID @#<DRobyID:6823>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6826>>  #<RemoteDRobyID @#<DRobyID:6825>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6828>>  #<RemoteDRobyID @#<DRobyID:6827>>
2017-12-05 16:28:55 -0300 scheduler_report_pending_non_executable_task  execution agent not ready (%2)  #<RemoteDRobyID @#<DRobyID:6830>>  #<RemoteDRobyID @#<DRobyID:6829>>
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  scheduler
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll_state_events
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:connection_management_update
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:apply_requirement_modifications
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  event_propagation_phase
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  error_handling_phase
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  structure_check
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  exception_propagation
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  error_handling_phase
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  garbage_collect
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  process_events
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  sleep
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  at_cycle_end
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  at_cycle_end
2017-12-05 16:28:55 -0300 cycle_end  {:start=>[1512502135, 292357], :actual_start=>0.007236168999958039, :cycle_index=>7559, :log_queue_size=>0, :plan_task_count=>293, :plan_event_count=>0, :gc=>{:count=>766, :heap_allocated_pages=>5937, :heap_sorted_length=>7483, :heap_allocatable_pages=>0, :heap_available_slots=>2419922, :heap_live_slots=>2419045, :heap_free_slots=>877, :heap_final_slots=>0, :heap_marked_slots=>1550423, :heap_swept_slots=>151368, :heap_eden_pages=>5936, :heap_tomb_pages=>1, :total_allocated_pages=>6342, :total_freed_pages=>405, :total_allocated_objects=>97165700, :total_freed_objects=>94746655, :malloc_increase_bytes=>14262912, :malloc_increase_bytes_limit=>32883343, :minor_gc_count=>666, :major_gc_count=>100, :remembered_wb_unprotected_objects=>73885, :remembered_wb_unprotected_objects_limit=>137726, :old_objects=>1396137, :old_objects_limit=>2624664, :oldmalloc_increase_bytes=>74656648, :oldmalloc_increase_bytes_limit=>131586007}, :utime=>0.03999999999996362, :stime=>0.0, :dump_time=>0.0005419080000002019, :state=>#<StateField:45743080 path= fields=>, :end=>0.10160642099995804, :gc_profile_data=>nil, :gc_total_time=>0}
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  cycle
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  cycle
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  process_events
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  workers
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit-transformer transformer broadcaster start
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit-transformer transformer broadcaster start
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  each_cycle
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  each_cycle
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  TCPServer#process_pending_requests
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  TCPServer#process_pending_requests
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:update_deployment_states
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:update_deployment_states
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  syskit:update_task_states
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6824>>
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6826>>
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6828>>
2017-12-05 16:28:55 -0300 scheduler_report_holdoff  did not configure, execution agent not started yet  #<RemoteDRobyID @#<DRobyID:6830>>
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  syskit:update_task_states
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication())
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication())
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>()
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>()
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}})
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}})
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>()
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>()
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300))
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>()
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z)
2017-12-05 16:28:55 -0300 timepoint_group_start  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:55 -0300 timepoint_group_end  #<DRobyID:2>  MAIN  poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw)
2017-12-05 16:28:55 -0300 timepoint  #<DRobyID:2>  MAIN  external_events
doudou commented 6 years ago

I use a composition to generate input commands for the auv_control

poll is called at the periodicity of the Syskit event loop. Its periodicity is not guaranteed.

However, the plan generation is meant to be asynchronous, leaving the event loop free to react to things (and call poll), The log you've just shown tends to prove otherwise - the 2s delay you're seeing seem to be related to the network generation since there are no timepoints related to the event loop within the 2s period. This is seems to be a Syskit performance / setup bug that needs to be investigated.

Moreover, ConstantGenerator does the generation within a thread to guarantee a better periodicity. While this may be affected by the same issue, I would suggest to refactor ConstantGenerator into a ThreadedPortWriter abstract base class where most of the thread-handling would be done, and use this as a basis for your sinusoidal generator. This would definitely improve reactivity. However, it could also be affected by the same thread scheduling bug.

joaobrittoneto commented 6 years ago

This is seems to be a Syskit performance / setup bug that needs to be investigated.

At this moment, syskit was starting the cameras. It seems that the camera driver has some sleeps in the startHook(1,2) and stopHook. Would it affect the syskit operation? Would Syskit wait for the start / stopHook to finalize? screenshot from 2017-12-13 10-21-02

doudou commented 6 years ago

Would Syskit wait for the start / stopHook to finalize?

The analysis I gave you comes from the log you sent. The network generation seem to be starving the main thread, which means that Syskit almost does not react to incoming events. This is purely internal to Syskit (probably a thread priority thing).

Syskit does not wait for configure/start/stop/cleanup (it waits for them to complete asynchronously).

joaobrittoneto commented 6 years ago

The network generation seem to be starving the main thread, which means that Syskit almost does not react to incoming events

It seems to be the case. There are other cases where the poll block take some time to be called during a network generation.

Moreover, ConstantGenerator does the generation within a thread to guarantee a better periodicity. While this may be affected by the same issue, I would suggest to refactor ConstantGenerator into a ThreadedPortWriter abstract base class where most of the thread-handling would be done, and use this as a basis for your sinusoidal generator. This would definitely improve reactivity. However, it could also be affected by the same thread scheduling bug.

It could help. But I wonder if creating a component to provide a dynamic signal would not be a simpler and more robust solution (I imagine this kind of discussion had happened before )

doudou commented 6 years ago

It could help. But I wonder if creating a component to provide a dynamic signal would not be a simpler and more robust solution (I imagine this kind of discussion had happened before )

Generally speaking, creating a workflow that does not require a full blown C++ component for generating simple values definitely has some value (on both development and deployment time). But YMMV.

At this stage, Syskit is the limiting factor. If you don't have the resources/time to improve the situation, an orogen component will definitely work for your use case.

doudou commented 6 years ago

For the record, the Syskit bug must be fixed in any case since it affects its reactivity.

joaobrittoneto commented 6 years ago

For the record, the Syskit bug must be fixed in any case since it affects its reactivity.

Agreed. I see this bug as a major bottle neck for Syskit.

It may be a dumb question, but is it not possible to use a different thread for the network generation, other than the main thread? In such a way, even if the network generation takes long, it would not affect the main thread (and the poll block of existing components). It would not be a definitive fix (the network generation would still need to be improved), but would mitigate the effects. Does it make sense?

doudou commented 6 years ago

Does it make sense?

Yes. That's actually why it is implemented this way already ;-) I would have called it a design flaw otherwise ;-) The bug is that the generation thread is starving the main thread. Which is the issue that needs to be investigated.

Ruby and Python (and some other VMs) actually run only one thread at a time. They still time-share a single CPU, but there seem to be an issue that I don't completely understand so far that leads to having multi-second starvation of the main execution thread.

joaobrittoneto commented 6 years ago

Alright, After reading a little bit about threads in ruby, it starts to make sense to me. As there is only one thread in Ruby running, the other threads needs to time-share the CPU, and the thread's priority indicates which thread should run in the sequence. So the generation thread (syskit-async-resolution) probably has a higher priority than the main thread (MAIN), or has methods that take long.

I tried the roby-log timepoints in the same log. The first field, I guess, is the time after start. The second field is not clear for me, but I guess the third field is the duration of the respective block, is that right? So the 751 is equivalent to 16:28:51. So the duration of a cycle (which call a pool block), from start to end, in normal case is ~0.1s, as expected. 752.002 0.000 0.100 cycle:end

But then, there are two cycles that take longer. 752.549 0.000 0.547 cycle:end 755.907 0.000 3.358 cycle:end

What seems to take really long in the second cycle: 752.979 0.429 0.429 TCPServer#process_pending_requests:end 754.205 1.201 1.201 syskit:update_task_states:end 755.766 0.006 1.543 syskit:apply_requirement_modifications:end

What does a cycle represent? I have the feeling that it is not a priority issue, since the pool block is called every cycle.

751.502 0.000         cycle:start
751.502 0.000           process_events:start
751.502 0.000             workers
751.502 0.000             syskit-transformer transformer broadcaster start:start
751.503 0.000 0.000       syskit-transformer transformer broadcaster start:end
751.503 0.000             each_cycle:start
751.503 0.000 0.000       each_cycle:end
751.503 0.000             TCPServer#process_pending_requests:start
751.503 0.000 0.000       TCPServer#process_pending_requests:end
751.503 0.000             syskit:update_deployment_states:start
751.503 0.000 0.000       syskit:update_deployment_states:end
751.503 0.000             syskit:update_task_states:start
751.510 0.007 0.007       syskit:update_task_states:end
751.510 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
751.510 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
751.510 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
751.510 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
751.510 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
751.511 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
751.511 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
751.511 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
751.511 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
751.511 0.000 0.000       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
751.511 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
751.511 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
751.511 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
751.511 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
751.511 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
751.511 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
751.511 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
751.511 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
751.511 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
751.511 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
751.511 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
751.511 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
751.511 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
751.511 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
751.511 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
751.511 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
751.511 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
751.512 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
751.512 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
751.513 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
751.513 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
751.515 0.002 0.002       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
751.515 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
751.516 0.002 0.002       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
751.516 0.000             external_events
751.517 0.001             scheduler
751.517 0.000             poll_state_events:start
751.517 0.000 0.000       poll_state_events:end
751.517 0.000             syskit:connection_management_update:start
751.518 0.001 0.001       syskit:connection_management_update:end
751.518 0.000             syskit:apply_requirement_modifications:start
751.519 0.000 0.000       syskit:apply_requirement_modifications:end
751.519 0.000             propagation_handlers
751.519 0.000             event_propagation_phase:start
751.519 0.000 0.000       event_propagation_phase:end
751.519 0.000             error_handling_phase:start
751.519 0.000               structure_check
751.519 0.000               exception_propagation
751.521 0.001 0.002       error_handling_phase:end
751.526 0.006             garbage_collect
751.526 0.000 0.024     process_events:end
751.600 0.074           sleep
751.600 0.000           at_cycle_end:start
751.602 0.001 0.001     at_cycle_end:end
751.603 0.001 0.101   cycle:end
751.603 0.000         cycle:start
751.603 0.000           process_events:start
751.603 0.000             workers
751.603 0.000             syskit-transformer transformer broadcaster start:start
751.603 0.000 0.000       syskit-transformer transformer broadcaster start:end
751.603 0.000             each_cycle:start
751.603 0.000 0.000       each_cycle:end
751.603 0.000             TCPServer#process_pending_requests:start
751.603 0.000 0.000       TCPServer#process_pending_requests:end
751.603 0.000             syskit:update_deployment_states:start
751.603 0.000 0.000       syskit:update_deployment_states:end
751.603 0.000             syskit:update_task_states:start
751.610 0.006 0.006       syskit:update_task_states:end
751.610 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
751.610 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
751.610 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
751.610 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
751.610 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
751.610 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
751.610 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
751.610 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
751.610 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
751.610 0.000 0.000       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
751.610 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
751.610 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
751.610 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
751.610 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
751.610 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
751.610 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
751.610 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
751.610 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
751.610 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
751.610 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
751.610 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
751.611 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
751.611 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
751.611 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
751.611 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
751.611 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
751.611 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
751.611 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
751.611 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
751.612 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
751.612 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
751.613 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
751.613 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
751.613 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
751.613 0.000             external_events
751.614 0.001             scheduler
751.614 0.000             poll_state_events:start
751.614 0.000 0.000       poll_state_events:end
751.614 0.000             syskit:connection_management_update:start
751.616 0.002 0.002       syskit:connection_management_update:end
751.616 0.000             syskit:apply_requirement_modifications:start
751.616 0.001 0.001       syskit:apply_requirement_modifications:end
751.616 0.000             propagation_handlers
751.616 0.000             event_propagation_phase:start
751.616 0.000 0.000       event_propagation_phase:end
751.616 0.000             error_handling_phase:start
751.616 0.000               structure_check
751.616 0.000               exception_propagation
751.617 0.001 0.001       error_handling_phase:end
751.622 0.005             garbage_collect
751.622 0.000 0.020     process_events:end
751.700 0.078           sleep
751.700 0.000           at_cycle_end:start
751.701 0.001 0.001     at_cycle_end:end
751.702 0.000 0.099   cycle:end
751.702 0.000         cycle:start
751.702 0.000           process_events:start
751.702 0.000             workers
751.702 0.000             syskit-transformer transformer broadcaster start:start
751.703 0.001 0.001       syskit-transformer transformer broadcaster start:end
751.703 0.000             each_cycle:start
751.703 0.000 0.000       each_cycle:end
751.703 0.000             TCPServer#process_pending_requests:start
751.703 0.000 0.000       TCPServer#process_pending_requests:end
751.703 0.000             syskit:update_deployment_states:start
751.703 0.000 0.000       syskit:update_deployment_states:end
751.703 0.000             syskit:update_task_states:start
751.709 0.006 0.006       syskit:update_task_states:end
751.709 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
751.709 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
751.709 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
751.709 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
751.709 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
751.709 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
751.709 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
751.709 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
751.709 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
751.710 0.001 0.001       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
751.710 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
751.710 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
751.710 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
751.710 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
751.710 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
751.710 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
751.710 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
751.710 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
751.710 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
751.711 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
751.711 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
751.711 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
751.711 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
751.711 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
751.711 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
751.711 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
751.711 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
751.711 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
751.711 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
751.712 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
751.712 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
751.713 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
751.713 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
751.713 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
751.713 0.000             external_events
751.714 0.001             scheduler
751.714 0.000             poll_state_events:start
751.714 0.000 0.000       poll_state_events:end
751.714 0.000             syskit:connection_management_update:start
751.716 0.002 0.002       syskit:connection_management_update:end
751.716 0.000             syskit:apply_requirement_modifications:start
751.716 0.000 0.000       syskit:apply_requirement_modifications:end
751.716 0.000             propagation_handlers
751.716 0.000             event_propagation_phase:start
751.716 0.000 0.000       event_propagation_phase:end
751.716 0.000             error_handling_phase:start
751.716 0.000               structure_check
751.717 0.000               exception_propagation
751.717 0.001 0.001       error_handling_phase:end
751.722 0.005             garbage_collect
751.722 0.000 0.020     process_events:end
751.800 0.078           sleep
751.800 0.000           at_cycle_end:start
751.801 0.001 0.001     at_cycle_end:end
751.802 0.000 0.100   cycle:end
751.802 0.000         cycle:start
751.802 0.000           process_events:start
751.802 0.000             workers
751.802 0.000             syskit-transformer transformer broadcaster start:start
751.803 0.001 0.001       syskit-transformer transformer broadcaster start:end
751.803 0.000             each_cycle:start
751.803 0.000 0.000       each_cycle:end
751.803 0.000             TCPServer#process_pending_requests:start
751.803 0.000 0.000       TCPServer#process_pending_requests:end
751.803 0.000             syskit:update_deployment_states:start
751.803 0.000 0.000       syskit:update_deployment_states:end
751.803 0.000             syskit:update_task_states:start
751.809 0.006 0.006       syskit:update_task_states:end
751.809 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
751.809 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
751.809 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
751.809 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
751.809 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
751.809 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
751.809 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
751.810 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
751.810 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
751.810 0.000 0.000       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
751.810 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
751.810 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
751.810 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
751.810 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
751.810 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
751.810 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
751.810 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
751.810 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
751.810 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
751.810 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
751.810 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
751.810 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
751.810 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
751.810 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
751.810 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
751.810 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
751.810 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
751.811 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
751.811 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
751.812 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
751.812 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
751.812 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
751.812 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
751.813 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
751.813 0.000             external_events
751.814 0.001             scheduler
751.814 0.000             poll_state_events:start
751.814 0.000 0.000       poll_state_events:end
751.814 0.000             syskit:connection_management_update:start
751.815 0.001 0.001       syskit:connection_management_update:end
751.815 0.000             syskit:apply_requirement_modifications:start
751.816 0.001 0.001       syskit:apply_requirement_modifications:end
751.816 0.000             propagation_handlers
751.816 0.000             event_propagation_phase:start
751.816 0.000 0.000       event_propagation_phase:end
751.816 0.000             error_handling_phase:start
751.816 0.000               structure_check
751.816 0.000               exception_propagation
751.817 0.001 0.001       error_handling_phase:end
751.822 0.005             garbage_collect
751.822 0.000 0.020     process_events:end
751.900 0.078           sleep
751.900 0.000           at_cycle_end:start
751.901 0.001 0.001     at_cycle_end:end
751.902 0.000 0.100   cycle:end
751.902 0.000         cycle:start
751.902 0.000           process_events:start
751.902 0.000             workers
751.902 0.000             syskit-transformer transformer broadcaster start:start
751.902 0.000 0.000       syskit-transformer transformer broadcaster start:end
751.902 0.000             each_cycle:start
751.902 0.000 0.000       each_cycle:end
751.902 0.000             TCPServer#process_pending_requests:start
751.902 0.000 0.000       TCPServer#process_pending_requests:end
751.902 0.000             syskit:update_deployment_states:start
751.902 0.000 0.000       syskit:update_deployment_states:end
751.902 0.000             syskit:update_task_states:start
751.909 0.006 0.006       syskit:update_task_states:end
751.909 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
751.909 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
751.909 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
751.909 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
751.909 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
751.909 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
751.909 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
751.909 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
751.909 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
751.909 0.000 0.000       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
751.909 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
751.909 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
751.909 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
751.909 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
751.909 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
751.909 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
751.909 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
751.909 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
751.909 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
751.909 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
751.909 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
751.909 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
751.909 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
751.910 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
751.910 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
751.910 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
751.910 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
751.910 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
751.910 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
751.911 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
751.911 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
751.912 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
751.912 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
751.912 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
751.912 0.000             external_events
751.913 0.001             scheduler
751.913 0.000             poll_state_events:start
751.913 0.000 0.000       poll_state_events:end
751.913 0.000             syskit:connection_management_update:start
751.914 0.001 0.001       syskit:connection_management_update:end
751.914 0.000             syskit:apply_requirement_modifications:start
751.914 0.000 0.000       syskit:apply_requirement_modifications:end
751.914 0.000             propagation_handlers
751.914 0.000             event_propagation_phase:start
751.914 0.000 0.000       event_propagation_phase:end
751.914 0.000             error_handling_phase:start
751.914 0.000               structure_check
751.914 0.000               exception_propagation
751.915 0.001 0.001       error_handling_phase:end
751.920 0.005             garbage_collect
751.920 0.000 0.018     process_events:end
752.000 0.080           sleep
752.000 0.000           at_cycle_end:start
752.001 0.001 0.001     at_cycle_end:end
752.002 0.000 0.100   cycle:end
752.002 0.000         cycle:start
752.002 0.000           process_events:start
752.002 0.000             workers
752.002 0.000             syskit-transformer transformer broadcaster start:start
752.002 0.000 0.000       syskit-transformer transformer broadcaster start:end
752.002 0.000             each_cycle:start
752.002 0.000 0.000       each_cycle:end
752.002 0.000             TCPServer#process_pending_requests:start
752.074 0.072 0.072       TCPServer#process_pending_requests:end
752.074 0.000             syskit:update_deployment_states:start
752.074 0.000 0.000       syskit:update_deployment_states:end
752.074 0.000             syskit:update_task_states:start
752.081 0.007 0.007       syskit:update_task_states:end
752.081 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
752.081 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
752.081 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
752.082 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
752.082 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
752.082 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
752.082 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
752.082 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
752.082 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
752.082 0.000 0.000       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
752.082 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
752.082 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
752.082 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
752.082 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
752.082 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
752.082 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
752.082 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
752.082 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
752.082 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
752.082 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
752.082 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
752.083 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
752.083 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
752.083 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
752.083 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
752.083 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
752.083 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
752.084 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
752.084 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
752.084 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
752.084 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
752.085 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
752.085 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
752.086 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
752.086 0.000             external_events
752.088 0.002             scheduler
752.088 0.000             poll_state_events:start
752.088 0.000 0.000       poll_state_events:end
752.088 0.000             propagation_handlers
752.088 0.000             event_propagation_phase:start
752.092 0.004               scheduler
752.092 0.000               poll_state_events:start
752.092 0.000 0.000         poll_state_events:end
752.092 0.000               syskit:connection_management_update:start
752.093 0.001 0.001         syskit:connection_management_update:end
752.093 0.000               syskit:apply_requirement_modifications:start
752.250 0.156 0.156         syskit:apply_requirement_modifications:end
752.250 0.000 0.162       event_propagation_phase:end
752.348 0.098             error_handling_phase:start
752.348 0.099               structure_check
752.348 0.000               exception_propagation
752.349 0.001 0.002       error_handling_phase:end
752.358 0.009             garbage_collect
752.358 0.000 0.356     process_events:end
752.358 0.000           sleep
752.358 0.000           at_cycle_end:start
752.549 0.190 0.190     at_cycle_end:end
752.549 0.000 0.547   cycle:end
752.549 0.000         cycle:start
752.549 0.000           process_events:start
752.549 0.000             workers
752.549 0.000             syskit-transformer transformer broadcaster start:start
752.549 0.000 0.000       syskit-transformer transformer broadcaster start:end
752.549 0.000             each_cycle:start
752.550 0.000 0.000       each_cycle:end
752.550 0.000             TCPServer#process_pending_requests:start
752.979 0.429 0.429       TCPServer#process_pending_requests:end
752.979 0.000             syskit:update_deployment_states:start
753.005 0.026 0.026       syskit:update_deployment_states:end
753.005 0.000             syskit:update_task_states:start
754.205 1.201 1.201       syskit:update_task_states:end
754.205 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
754.206 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
754.206 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
754.206 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
754.206 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
754.206 0.001 0.001       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
754.206 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
754.208 0.001 0.001       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
754.208 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
754.212 0.004 0.004       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
754.212 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
754.212 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
754.212 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
754.212 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
754.212 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
754.212 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
754.212 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
754.212 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
754.212 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
754.212 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
754.212 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
754.212 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
754.212 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
754.213 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
754.213 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
754.214 0.001 0.001       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
754.214 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
754.215 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
754.215 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
754.216 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
754.216 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
754.216 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
754.216 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
754.217 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
754.217 0.000             external_events
754.220 0.003             scheduler
754.220 0.000             poll_state_events:start
754.220 0.000 0.000       poll_state_events:end
754.220 0.000             propagation_handlers
754.220 0.000             event_propagation_phase:start
754.222 0.002               scheduler
754.222 0.000               poll_state_events:start
754.222 0.000 0.000         poll_state_events:end
754.222 0.000               syskit:connection_management_update:start
754.223 0.001 0.001         syskit:connection_management_update:end
754.223 0.000               syskit:apply_requirement_modifications:start
754.228 0.005                 apply_deployed_network_to_plan:start
754.228 0.005                   finalize_deployed_tasks:start
754.229 0.006                     used_tasks
754.357 0.128                     import_all_tasks_from_plan
754.359 0.002                     all_tasks_cleanup
754.370 0.012                     dataflow_graph_cleanup
754.427 0.056                     existing_and_finished_deployments
754.834 0.408                     select_deployments
754.849 0.014                     reconfigure_tasks_on_static_port_modification
755.105 0.256                     merge
755.105 0.000 0.876             finalize_deployed_tasks:end
755.105 0.001                   apply_merged_to_dataflow_dynamics
755.195 0.090                   postprocessing:#<Proc:0x00000002b9da00 (lambda)>
755.259 0.063                   postprocessing:#<Proc:0x000000037ba720@/home/flatfish/dev.bir/install/lib/ruby/2.3.0/transformer/syskit/plugin.rb:319>
755.259 0.000 1.030           apply_deployed_network_to_plan:end
755.262 0.004                 apply_merge_to_stored_instances
755.294 0.032                 fix_toplevel_tasks
755.294 0.000                 validate_final_network
755.761 0.466                 commit_transaction
755.766 0.006 1.543         syskit:apply_requirement_modifications:end
755.771 0.005               scheduler
755.771 0.000               poll_state_events:start
755.771 0.000 0.000         poll_state_events:end
755.831 0.060               scheduler
755.831 0.000               poll_state_events:start
755.831 0.000 0.000         poll_state_events:end
755.831 0.000               syskit:connection_management_update:start
755.833 0.001 0.001         syskit:connection_management_update:end
755.833 0.000               syskit:apply_requirement_modifications:start
755.833 0.000 0.000         syskit:apply_requirement_modifications:end
755.833 0.000 1.613       event_propagation_phase:end
755.833 0.000             error_handling_phase:start
755.833 0.000               structure_check
755.833 0.000               exception_propagation
755.834 0.001 0.001       error_handling_phase:end
755.858 0.024             garbage_collect
755.858 0.000 3.309     process_events:end
755.858 0.000           sleep
755.858 0.000           at_cycle_end:start
755.907 0.048 0.048     at_cycle_end:end
755.907 0.000 3.358   cycle:end
755.907 0.000         cycle:start
755.907 0.000           process_events:start
755.907 0.000             workers
755.907 0.000             syskit-transformer transformer broadcaster start:start
755.908 0.000 0.000       syskit-transformer transformer broadcaster start:end
755.908 0.000             each_cycle:start
755.908 0.000 0.000       each_cycle:end
755.908 0.000             TCPServer#process_pending_requests:start
755.919 0.011 0.011       TCPServer#process_pending_requests:end
755.919 0.000             syskit:update_deployment_states:start
755.919 0.000 0.000       syskit:update_deployment_states:end
755.919 0.000             syskit:update_task_states:start
755.926 0.007 0.007       syskit:update_task_states:end
755.926 0.000             poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):start
755.926 0.000 0.000       poll block of Dive::Compositions::Communication::IoDebug::Process:0x83bdca8<id:1912>(command_line: ["dumpcap", "-i", "any", "-q", "-f", "ip host 192.168.42.5", "-f", "port 49155", "-w", "debug_usbl.pcap"], working_directory: /home/flatfish/dev.bir/bundles/flat_fish/logs/20171205-1616):end
755.926 0.000             poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):start
755.926 0.000 0.000       poll block of FlatFish::Tasks::Safety:0x5f3f660<id:2055>(auv_messaging: syskit_auv_messaging_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_network: network_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_surface: surface_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), coms_uw: uw_communication_def of profile:FlatFish::Actions::Live::Safety::Profile(), flatfishd_com: FlatFish::Actions::Live::Safety.flatfishd_communication()):end
755.926 0.000             poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):start
755.926 0.000 0.000       poll block of FlatFish::Tasks::FlatfishdCommunication:0xf307898<id:2173>(flatfishd_port: 49201, heartbeat_period: 1, housing: nav, local_port: 49200):end
755.926 0.000             poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):start
755.927 0.000 0.000       poll block for Dive::Compositions::Communication::ControlSourceLevel:0xee46d90<id:2508>(depth_threshold: -1, surface_threshold: -0.5):end
755.927 0.000             poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):start
755.928 0.002 0.002       poll block for FlatFish::Compositions::SyskitAUVMessaging:0xedc1618<id:2510>(local_endpoint: AUV_MSG_ENDPOINT_ROCKENV_NAV, state_period_fast: 2, state_period_slow: 10):end
755.928 0.000             poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):start
755.928 0.000 0.000       poll block of OroGen::Transformer::Task:0x80355b8<id:2488>(conf: ["default"], orocos_name: transformer_broadcaster):end
755.928 0.000             poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):start
755.929 0.000 0.000       poll block for FlatFish::Tasks::RequireAutonomousMode:0x4f33910<id:3210>(period: 5, timeout: 10):end
755.929 0.000             poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():start
755.929 0.000 0.000       poll block for Dive::Compositions::PoseEstimation::DeadReckoning:0x7f5aedfb1f40<id:4689>():end
755.929 0.000             poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):start
755.929 0.000 0.000       poll block of FlatFish::Actions::ModelEstimation::LinearYModelEstimationWithSinusMovement:0xf5589f8<id:5929>(config_name: one_dof, estimator_timeout: 300, file: config/orogen/live/uwv_dynamic_model::Task.yml, initial_pose: {:x=>0.47048200226832804, :y=>-2.13343465528618, :z=>-3, :yaw=>0}, replace: true, signal: {:y=>{:amplitude=>2, :frequency=>0.2}}):end
755.929 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():start
755.929 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovementFromCurrentPose:0x7f5aec05cd20<id:6066>():end
755.929 0.000             poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):start
755.929 0.000 0.000       poll block of FlatFish::Compositions::ModelEstimation::OneDofModelEstimationWithTimeout:0x7f5aed91e318<id:6152>(estimator_timeout: 300, mission_name: linear_y_model_estimation, timeout_action: FlatFish::Actions::Live::Navigation.mission_timeout(mission_name => linear_y_model_estimation, mission_timeout => 300)):end
755.929 0.000             poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):start
755.929 0.000 0.000       poll block of FlatFish::Tasks::MissionTimeout:0x82b5a40<id:6213>(mission_name: linear_y_model_estimation, mission_timeout: 300):end
755.929 0.000             poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():start
755.929 0.000 0.000       poll block of FlatFish::Actions::Navigation::SinusoidalMovement:0x7f5aef553420<id:6243>():end
755.929 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):start
755.930 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosX:0x7f5aec0e0ff8<id:6367>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.5613446366334031, orocos_name: sinusoid_signal_world_pos_x):end
755.930 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):start
755.931 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosY:0x7f5aee693b38<id:6368>(amplitude: 2, conf: ["default"], frequency: 0.2, offset: -2.2394328715524163, orocos_name: sinusoid_signal_world_pos_y):end
755.931 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):start
755.932 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosZ:0x7f5aef3c55b8<id:6369>(amplitude: 0, conf: ["default"], frequency: 0, offset: -3.066761269564217, orocos_name: sinusoid_signal_world_pos_z):end
755.932 0.000             poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):start
755.932 0.001 0.001       poll block for Dive::Compositions::SinusoidSignalGenerators::WorldPosYaw:0x7f5aeeb0aa40<id:6373>(amplitude: 0, conf: ["default"], frequency: 0, offset: 0.006001968664297033, orocos_name: sinusoid_signal_world_pos_yaw):end
755.932 0.000             external_events
755.933 0.001             scheduler
755.933 0.000             poll_state_events:start
755.933 0.000 0.000       poll_state_events:end
755.933 0.000             propagation_handlers
755.933 0.000             event_propagation_phase:start
755.935 0.002               scheduler
755.935 0.000               poll_state_events:start
755.935 0.000 0.000         poll_state_events:end
755.935 0.000               syskit:connection_management_update:start
755.936 0.001 0.001         syskit:connection_management_update:end
755.936 0.000               syskit:apply_requirement_modifications:start
755.937 0.000 0.000         syskit:apply_requirement_modifications:end
755.937 0.000 0.003       event_propagation_phase:end
755.937 0.000             error_handling_phase:start
755.937 0.000               structure_check
755.937 0.000               exception_propagation
755.938 0.001 0.001       error_handling_phase:end
755.943 0.005             garbage_collect
755.943 0.000 0.036     process_events:end
756.000 0.057           sleep
756.000 0.000           at_cycle_end:start
756.002 0.001 0.001     at_cycle_end:end
756.002 0.000 0.095   cycle:end
doudou commented 6 years ago

The durations do not take into account time spent in other threads. So, if the execution spends 2.5s in another thread between the cycle:start and cycle:end event, the duration will include these 2.5s in the main thread as well. That's what I believe happened (from the timepoint_* events in the first log).

One great way to visualize the timepoint log is to convert it to CTF and then read it with trace compass (http://tracecompass.org/)

The conversion is done with roby-log timepoints -ctf /path/to/log. This creates two things:

Load the directory in trace compass by right-clicking on the Traces in the project explorer and then Right Click -> Open Trace.

If you look at the Call Stack view (at the bottom), you'll see that the names are dumb (0x1, ...). This is what the name file is for. The second button in the call stack view's toolbar will allow you to "select a mapping file" (select the .names file). The names will be resolved, and you'll be able to see how the different processes overlay each other.