Calypso test report

Author

auto-generated (tests/conftest.py)

Published

2026-05-16 00:00

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 8 échec(s), 124/157 passent

métrique valeur interprétation
pct brut 79 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 94 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 84 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 124
❌ failed 8
⏭️ skipped 3
⚠️ xfailed 22
total 157

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
BRIDGE_CLK_FROM_QEMU 0 env
BRIDGE_CLK_PERIOD 51 env
BRIDGE_DL_FN_LOOKAHEAD 32 env
BRIDGE_DL_FN_REWRITE slot env
BRIDGE_UL_FN_REWRITE slot env
CALYPSO_AUTO_GEN_DOC 1 default
CALYPSO_BSP_DARAM_ADDR 0x3fb0 env
CALYPSO_DSP_FBDET_SKIP 0 env
CALYPSO_DSP_IDLE_FF 1 env
CALYPSO_DSP_IDLE_RANGE | env | | `CALYPSO_DSP_ROM` | `/opt/GSM/calypso_dsp.txt` | env | | `CALYPSO_FBSB_SYNTH` | `1` | env | | `CALYPSO_FORCE_RX_DONE` | `0` | default | | `CALYPSO_GDB_PORT` | `1234` | default | | `CALYPSO_HOST_ROOT` | `/root` | env | | `CALYPSO_ICOUNT` | `off` | env | | `CALYPSO_IRDA_CAPTURE` | `1` | default | | `CALYPSO_L2_CLIENT` | default
CALYPSO_LOG_TS 1 default
CALYPSO_NDB_D_RACH_OFFSET | env | | `CALYPSO_RACH_FORCE_BSIC` | env
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RXDONE_ADDR 0x008302d4 env
CALYPSO_SIM_CFG /root/.osmocom/bb/mobile_group1.cfg env
CALYPSO_TEST_OUT /tmp env
CALYPSO_UART_TRACE 0 env
CALYPSO_W1C_LATCH 0 env

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

graph LR
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef brk  fill:#ff5252,stroke:#990000,color:#fff,stroke-width:3px;
  P_Infra[Infra 5/5]
  class P_Infra pass;
  P_GDB_introspect[GDB-introspect 8/8]
  class P_GDB_introspect pass;
  P_Infra --> P_GDB_introspect
  P_Monitor_extended[Monitor-extended 9/9]
  class P_Monitor_extended pass;
  P_GDB_introspect --> P_Monitor_extended
  P_Firmware_state[Firmware-state 5/5]
  class P_Firmware_state pass;
  P_Monitor_extended --> P_Firmware_state
  P_Osmocon[Osmocon 3/3]
  class P_Osmocon pass;
  P_Firmware_state --> P_Osmocon
  P_DSP[DSP 10/20]
  class P_DSP partial;
  P_Osmocon --> P_DSP
  P_L1_data[L1-data 4/7]
  class P_L1_data partial;
  P_DSP --> P_L1_data
  P_L1_ctrl[L1-ctrl 3/8]
  class P_L1_ctrl partial;
  P_L1_data --> P_L1_ctrl
  P_Timers[Timers 6/9]
  class P_Timers partial;
  P_L1_ctrl --> P_Timers
  P_Drift[Drift 7/10]
  class P_Drift partial;
  P_Timers --> P_Drift
  P_NDB[NDB 19/19]
  class P_NDB pass;
  P_Drift --> P_NDB
  P_ARM_feedback[ARM-feedback 0/2]
  class P_ARM_feedback fail;
  P_NDB --> P_ARM_feedback
  P_ARM_feedback -.->|BREAK| BREAK_ARM_feedback[BREAK HERE ARM-feedback 0% pass]
  class BREAK_ARM_feedback brk;
  P_IrDA_channel[IrDA-channel 7/8]
  class P_IrDA_channel partial;
  P_ARM_feedback --> P_IrDA_channel
  P_L3_MM[L3-MM 0/5]
  class P_L3_MM fail;
  P_IrDA_channel --> P_L3_MM
  P_Mgmt[Mgmt 3/3]
  class P_Mgmt pass;
  P_L3_MM --> P_Mgmt
  P_Net[Net 2/2]
  class P_Net pass;
  P_Mgmt --> P_Net
  P_FS[FS 3/3]
  class P_FS pass;
  P_Net --> P_FS
  P_Log_grep[Log-grep 29/30]
  class P_Log_grep partial;
  P_FS --> P_Log_grep
  P_Summary[Summary 1/1]
  class P_Summary pass;
  P_Log_grep --> P_Summary

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

8 test(s) en échec :

🔴 1. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.03s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ test_calypso_milestones.py:582: in test_l1ctl_data_ind_received 🔻 2. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.01s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ test_run_observability.py:796: in test_l1ctl_data_ind_rate_vs_alc 🔻 3. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.01s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ test_run_observability.py:722: in test_l1ctl_data_ind_received 🔻 4. test_kick_realtime_cadence — Timing / Timers — marker(s): timer_invariant — durée 0.00s - test_timer_invariants.py::test_kick_realtime_cadence - ❗ test_timer_invariants.py:197: in test_kick_realtime_cadence 🔻 5. test_tdma_period_virtual_close_to_target — Timing / Timers — marker(s): timer_invariant — durée 0.00s - test_timer_invariants.py::test_tdma_period_virtual_close_to_target - ❗ test_timer_invariants.py:167: in test_tdma_period_virtual_close_to_target 🔻 6. test_bridge_qfn_advances_steadily — Timing / Drift — marker(s): drift — durée 0.00s - test_layer_drift.py::test_bridge_qfn_advances_steadily - ❗ test_layer_drift.py:160: in test_bridge_qfn_advances_steadily 🔻 7. test_bridge_qfn_tracks_qemu_fn — Timing / Drift — marker(s): drift — durée 0.02s - test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn - ❗ test_layer_drift.py:131: in test_bridge_qfn_tracks_qemu_fn 🔻 8. test_log_start_within_10s — Timing / Drift — marker(s): drift — durée 0.01s - test_layer_drift.py::test_log_start_within_10s - ❗ test_layer_drift.py:200: in test_log_start_within_10s

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

Firmware-state — 5/5

Tous les tests passent dans cette couche.

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 10/20

⏭️ Skipped : test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_d_fb_det_pattern_unchanged, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_d_fb_det_pattern_unchanged, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 4/7

⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 3/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_rach_attempted

🟡 Timers — 6/9

Échecs : test_tdma_period_virtual_close_to_target, test_kick_realtime_cadence ⏭️ Skipped : test_dsp_budget_saturation_signal ⚠️ xfail : test_dsp_budget_saturation_signal

🟡 Drift — 7/10

Échecs : test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_start_within_10s

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 29/30

⏭️ Skipped : test_grep_fwirda_boot_marker ⚠️ xfail : test_grep_fwirda_boot_marker

Summary — 1/1

Tous les tests passent dans cette couche.

Diagramme détaillé — un graphe par catégorie

Chaque catégorie est rendue dans un graphe séparé pour lisibilité (un seul gros graphe avec subgraphs imbriqués devient illisible >50 tests). Les catégories sont indépendantes côté layout — pas de chaîne causale entre elles dans le détail (voir le pipeline plus haut pour ça).

🟡 Injection — 19/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Injection[Injection 19/21]
  C_Injection --> T_001_pass_grp_Injection[PASS 19 5.0s]
  C_Injection --> T_002_test_efficacy_arm_reads_d_fb_det_1[test_efficacy_arm_reads_d_fb_det_1 ARM-feedback - inject_efficacy 3.01s]
  C_Injection --> T_003_test_efficacy_arm_reads_a_cd[test_efficacy_arm_reads_a_cd ARM-feedback - inject_efficacy 2.76s]
  class C_Injection partial;
  class T_001_pass_grp_Injection pass;
  class T_002_test_efficacy_arm_reads_d_fb_det_1 xfail;
  class T_003_test_efficacy_arm_reads_a_cd xfail;

🟡 Milestone — 6/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Milestone[Milestone 6/21]
  C_Milestone --> T_004_pass_grp_Milestone[PASS 6 30.4s]
  C_Milestone --> T_005_test_fb0_att_nonzero[test_fb0_att_nonzero DSP - milestone_fb_det 0.00s]
  C_Milestone --> T_006_test_synth_zero_path_active[test_synth_zero_path_active DSP - milestone_fb_det 0.02s]
  C_Milestone --> T_007_test_c54x_interrupt_ex_called_nonzero[test_c54x_interrupt_ex_called_nonzero DSP - milestone_irq 0.00s]
  C_Milestone --> T_008_test_isr_entered_implies_rete[test_isr_entered_implies_rete DSP - milestone_irq 0.00s]
  C_Milestone --> T_009_test_no_pending_irq_gated[test_no_pending_irq_gated DSP - milestone_irq 0.00s]
  C_Milestone --> T_010_test_rxdoneflag_no_longer_blocks[test_rxdoneflag_no_longer_blocks DSP - milestone_dsp_decoder 0.00s]
  C_Milestone --> T_011_test_ar3_init_source_identified[test_ar3_init_source_identified L1-data - milestone_bsp_dma 0.01s]
  C_Milestone --> T_012_test_ar4_init_source_identified[test_ar4_init_source_identified L1-data - milestone_bsp_dma 0.01s]
  C_Milestone --> T_013_test_l1ctl_data_ind_received[test_l1ctl_data_ind_received L1-ctrl - milestone_l1ctl 0.03s]
  C_Milestone --> T_014_test_neigh_pm_req_response_unchanged[test_neigh_pm_req_response_unchanged L1-ctrl - milestone_l1ctl 0.00s]
  C_Milestone --> T_015_test_rach_emitted[test_rach_emitted L3-MM - milestone_mm_lu 0.00s]
  C_Milestone --> T_016_test_immediate_assignment_decoded[test_immediate_assignment_decoded L3-MM - milestone_mm_lu 0.00s]
  C_Milestone --> T_017_test_rr_sdcch_established[test_rr_sdcch_established L3-MM - milestone_mm_lu 0.00s]
  C_Milestone --> T_018_test_location_updating_request_sent[test_location_updating_request_sent L3-MM - milestone_mm_lu 0.00s]
  C_Milestone --> T_019_test_location_updating_accept_received[test_location_updating_accept_received L3-MM - milestone_mm_lu 0.00s]
  class C_Milestone partial;
  class T_004_pass_grp_Milestone pass;
  class T_005_test_fb0_att_nonzero xfail;
  class T_006_test_synth_zero_path_active skip;
  class T_007_test_c54x_interrupt_ex_called_nonzero xfail;
  class T_008_test_isr_entered_implies_rete xfail;
  class T_009_test_no_pending_irq_gated xfail;
  class T_010_test_rxdoneflag_no_longer_blocks xfail;
  class T_011_test_ar3_init_source_identified skip;
  class T_012_test_ar4_init_source_identified skip;
  class T_013_test_l1ctl_data_ind_received fail;
  class T_014_test_neigh_pm_req_response_unchanged xfail;
  class T_015_test_rach_emitted xfail;
  class T_016_test_immediate_assignment_decoded xfail;
  class T_017_test_rr_sdcch_established xfail;
  class T_018_test_location_updating_request_sent xfail;
  class T_019_test_location_updating_accept_received xfail;

🟡 Runtime — 86/96

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Runtime[Runtime 86/96]
  C_Runtime --> T_020_pass_grp_Runtime[PASS 86 91.3s]
  C_Runtime --> T_021_test_irda_boot_marker_present[test_irda_boot_marker_present IrDA-channel - runtime_irda 0.00s]
  C_Runtime --> T_022_test_grep_fwirda_boot_marker[test_grep_fwirda_boot_marker Log-grep - runtime_log_grep 0.00s]
  C_Runtime --> T_023_test_d_fb_det_pattern_unchanged[test_d_fb_det_pattern_unchanged DSP - runtime_dsp 0.01s]
  C_Runtime --> T_024_test_interrupt_ex_called_counter_exposed[test_interrupt_ex_called_counter_expos DSP - runtime_irq 0.00s]
  C_Runtime --> T_025_test_isr_entered_matches_rete[test_isr_entered_matches_rete DSP - runtime_irq 0.01s]
  C_Runtime --> T_026_test_no_pending_irq_gating[test_no_pending_irq_gating DSP - runtime_irq 0.01s]
  C_Runtime --> T_027_test_bridge_fn_drift_under_threshold[test_bridge_fn_drift_under_threshold L1-data - runtime_bridge 0.00s]
  C_Runtime --> T_028_test_l1ctl_data_ind_received[test_l1ctl_data_ind_received L1-ctrl - runtime_l1ctl 0.01s]
  C_Runtime --> T_029_test_l1ctl_data_ind_rate_vs_alc[test_l1ctl_data_ind_rate_vs_alc L1-ctrl - runtime_l1ctl 0.01s]
  C_Runtime --> T_030_test_rach_attempted[test_rach_attempted L1-ctrl - runtime_l1ctl 0.00s]
  class C_Runtime partial;
  class T_020_pass_grp_Runtime pass;
  class T_021_test_irda_boot_marker_present xfail;
  class T_022_test_grep_fwirda_boot_marker xfail;
  class T_023_test_d_fb_det_pattern_unchanged xfail;
  class T_024_test_interrupt_ex_called_counter_exposed xfail;
  class T_025_test_isr_entered_matches_rete xfail;
  class T_026_test_no_pending_irq_gating xfail;
  class T_027_test_bridge_fn_drift_under_threshold xfail;
  class T_028_test_l1ctl_data_ind_received fail;
  class T_029_test_l1ctl_data_ind_rate_vs_alc fail;
  class T_030_test_rach_attempted xfail;

🟡 Timing — 13/19

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timing[Timing 13/19]
  C_Timing --> T_031_pass_grp_Timing[PASS 13 0.3s]
  C_Timing --> T_032_test_bridge_qfn_tracks_qemu_fn[test_bridge_qfn_tracks_qemu_fn Drift - drift 0.02s]
  C_Timing --> T_033_test_bridge_qfn_advances_steadily[test_bridge_qfn_advances_steadily Drift - drift 0.00s]
  C_Timing --> T_034_test_log_start_within_10s[test_log_start_within_10s Drift - drift 0.01s]
  C_Timing --> T_035_test_dsp_budget_saturation_signal[test_dsp_budget_saturation_signal Timers - timer_invariant 0.00s]
  C_Timing --> T_036_test_tdma_period_virtual_close_to_target[test_tdma_period_virtual_close_to_targ Timers - timer_invariant 0.00s]
  C_Timing --> T_037_test_kick_realtime_cadence[test_kick_realtime_cadence Timers - timer_invariant 0.00s]
  class C_Timing partial;
  class T_031_pass_grp_Timing pass;
  class T_032_test_bridge_qfn_tracks_qemu_fn fail;
  class T_033_test_bridge_qfn_advances_steadily fail;
  class T_034_test_log_start_within_10s fail;
  class T_035_test_dsp_budget_saturation_signal xfail;
  class T_036_test_tdma_period_virtual_close_to_target fail;
  class T_037_test_kick_realtime_cadence fail;

Skipped / xfailed

25 skipped

  • test_ar3_init_source_identified — milestone_bsp_dma
  • test_ar4_init_source_identified — milestone_bsp_dma
  • test_fb0_att_nonzero — milestone_fb_det
  • test_synth_zero_path_active — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_d_fb_det_pattern_unchanged — runtime_dsp
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq
  • test_dsp_budget_saturation_signal — timer_invariant

22 xfailed

  • test_fb0_att_nonzero — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_d_fb_det_pattern_unchanged — runtime_dsp
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq
  • test_dsp_budget_saturation_signal — timer_invariant

Catalogue des tests

Liste exhaustive des tests exécutés ce run, groupés par marker pytest. Source : nodeids pytest + outcome. Pour chaque test, le statut, la durée et le fichier source.

drift — 7/10

Status Test Durée Fichier
❌ failed test_bridge_qfn_advances_steadily 0.00s test_layer_drift.py
❌ failed test_bridge_qfn_tracks_qemu_fn 0.02s test_layer_drift.py
❌ failed test_log_start_within_10s 0.01s test_layer_drift.py
✅ passed test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.00s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.02s test_layer_drift.py
✅ passed test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.02s test_layer_drift.py
✅ passed test_qemu_insn_rate_cv_below_0_4 0.07s test_layer_drift.py
✅ passed test_qemu_insn_rate_p1_above_1m 0.04s test_layer_drift.py

inject_efficacy — 0/2

Status Test Durée Fichier
⚠️ xfail test_efficacy_arm_reads_a_cd 2.76s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

inject_frames — 19/21

Status Test Durée Fichier
✅ passed test_clear_ndb 0.29s test_inject_frames.py
✅ passed test_inject_a_cd_invalid_length 0.00s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_23B 0.33s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_30B 0.37s test_inject_frames.py
✅ passed test_inject_d_burst[0] 0.04s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.04s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.04s test_inject_frames.py
✅ passed test_inject_fbsb_fb_found 0.70s test_inject_frames.py
✅ passed test_inject_fbsb_sb_found 0.54s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.33s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.33s test_inject_frames.py
✅ passed test_probe_ndb 0.29s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_a_cd 2.76s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

milestone_bsp_dma — 2/4

Status Test Durée Fichier
✅ passed test_bsp_dma_target_matches_correlator_read_zone 0.00s test_calypso_milestones.py
✅ passed test_no_d_fb_det_wr_site_anomaly 0.01s test_calypso_milestones.py
⏭️ skipped test_ar3_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_ar4_init_source_identified 0.01s test_calypso_milestones.py

milestone_dsp_decoder — 4/5

Status Test Durée Fichier
✅ passed test_dsp_throughput_5x 0.01s test_calypso_milestones.py
✅ passed test_intm_dwell_no_regression 30.34s test_calypso_milestones.py
✅ passed test_popm_decoder_active 0.00s test_calypso_milestones.py
✅ passed test_tier_a_decoder_fixes_present 0.00s test_calypso_milestones.py
⚠️ xfail test_rxdoneflag_no_longer_blocks 0.00s test_calypso_milestones.py

milestone_fb_det — 0/2

Status Test Durée Fichier
⚠️ xfail test_fb0_att_nonzero 0.00s test_calypso_milestones.py
⏭️ skipped test_synth_zero_path_active 0.02s test_calypso_milestones.py

milestone_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_c54x_interrupt_ex_called_nonzero 0.00s test_calypso_milestones.py
⚠️ xfail test_isr_entered_implies_rete 0.00s test_calypso_milestones.py
⚠️ xfail test_no_pending_irq_gated 0.00s test_calypso_milestones.py

milestone_l1ctl — 0/2

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_received 0.03s test_calypso_milestones.py
⚠️ xfail test_neigh_pm_req_response_unchanged 0.00s test_calypso_milestones.py

milestone_mm_lu — 0/5

Status Test Durée Fichier
⚠️ xfail test_immediate_assignment_decoded 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_accept_received 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_request_sent 0.00s test_calypso_milestones.py
⚠️ xfail test_rach_emitted 0.00s test_calypso_milestones.py
⚠️ xfail test_rr_sdcch_established 0.00s test_calypso_milestones.py

parametrize — 17/17

Status Test Durée Fichier
✅ passed test_inject_d_burst[0] 0.04s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.04s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.04s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.33s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.33s test_inject_frames.py
✅ passed test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.00s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.02s test_layer_drift.py
✅ passed test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.02s test_layer_drift.py

runtime_bridge — 2/3

Status Test Durée Fichier
✅ passed test_bridge_dl_lookahead_respected 0.00s test_run_observability.py
✅ passed test_bridge_log_shows_traffic 0.00s test_run_observability.py
⚠️ xfail test_bridge_fn_drift_under_threshold 0.00s test_run_observability.py

runtime_dsp — 6/7

Status Test Durée Fichier
✅ passed test_bsp_daram_write_distribution 0.01s test_run_observability.py
✅ passed test_d_fb_det_data_no_longer_zero 0.01s test_run_observability.py
✅ passed test_dsp_throughput_above_threshold 0.01s test_run_observability.py
✅ passed test_intm_reaches_zero 0.01s test_run_observability.py
✅ passed test_no_enter_7740_dwell 0.01s test_run_observability.py
✅ passed test_no_wait_a21a_on_window 0.01s test_run_observability.py
⚠️ xfail test_d_fb_det_pattern_unchanged 0.01s test_run_observability.py

runtime_firmware — 5/5

Status Test Durée Fichier
✅ passed test_bridge_has_dl_bursts 0.00s test_firmware_state.py
✅ passed test_pc_advances 0.25s test_firmware_state.py
✅ passed test_pc_not_in_known_busy_loop 0.04s test_firmware_state.py
✅ passed test_qemu_monitor_responsive 0.02s test_firmware_state.py
✅ passed test_rxdoneflag_addr_resolvable 0.00s test_firmware_state.py

runtime_fs — 3/3

Status Test Durée Fichier
✅ passed test_container_disk_space_above_min 0.01s test_runtime_net_fs.py
✅ passed test_qemu_fd_usage_below_limit 0.01s test_runtime_net_fs.py
✅ passed test_qemu_log_disk_size_under_2gb 0.01s test_runtime_net_fs.py

runtime_gdb — 8/8

Status Test Durée Fichier
✅ passed test_gdb_handshake_succeeds 0.01s test_gdb_stub.py
✅ passed test_gdb_query_supported 0.00s test_gdb_stub.py
✅ passed test_gdb_read_arm_registers 0.00s test_gdb_stub.py
✅ passed test_gdb_read_dsp_daram_xfail 0.00s test_gdb_stub.py
✅ passed test_gdb_read_memory_at_dsp_api_base 0.00s test_gdb_stub.py
✅ passed test_gdb_read_pc_nonzero 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_reachable 0.01s test_gdb_stub.py
✅ passed test_gdb_stub_survives_3_quick_reconnects 0.31s test_gdb_stub.py

runtime_health — 5/5

Status Test Durée Fichier
✅ passed test_all_expected_processes_present 0.01s test_run_observability.py
✅ passed test_mobile_pcap_growing 10.01s test_run_observability.py
✅ passed test_no_zombie_or_defunct 0.00s test_run_observability.py
✅ passed test_qemu_log_is_fresh 3.01s test_run_observability.py
✅ passed test_volumes_mounted 0.02s test_run_observability.py

runtime_irda — 7/8

Status Test Durée Fichier
✅ passed test_irda_capture_process_alive 0.01s test_irda_channel.py
✅ passed test_irda_channel_produces_bytes 5.02s test_irda_channel.py
✅ passed test_irda_does_not_break_uart_modem 0.01s test_irda_channel.py
✅ passed test_irda_log_has_timestamp_prefix 0.00s test_irda_channel.py
✅ passed test_irda_pty_exists 0.00s test_irda_channel.py
✅ passed test_irda_pty_readable 0.00s test_irda_channel.py
✅ passed test_irda_throughput_below_saturation 10.05s test_irda_channel.py
⚠️ xfail test_irda_boot_marker_present 0.00s test_irda_channel.py

runtime_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_interrupt_ex_called_counter_exposed 0.00s test_run_observability.py
⚠️ xfail test_isr_entered_matches_rete 0.01s test_run_observability.py
⚠️ xfail test_no_pending_irq_gating 0.01s test_run_observability.py

runtime_l1ctl — 3/6

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_rate_vs_alc 0.01s test_run_observability.py
❌ failed test_l1ctl_data_ind_received 0.01s test_run_observability.py
✅ passed test_a_cd_write_pc_includes_ccch_demod 0.01s test_run_observability.py
✅ passed test_a_cd_writes_nonzero 0.01s test_run_observability.py
✅ passed test_neigh_pm_req_loop_alive 0.35s test_run_observability.py
⚠️ xfail test_rach_attempted 0.00s test_run_observability.py

runtime_log_grep — 29/30

Status Test Durée Fichier
✅ passed test_blocker_bridge_no_bts_shutdown 0.01s test_log_grep.py
✅ passed test_blocker_bridge_no_rach_parity 0.01s test_log_grep.py
✅ passed test_blocker_bridge_no_socket_error 0.01s test_log_grep.py
✅ passed test_blocker_fwirda_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_crash 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_vty_bind_error 0.01s test_log_grep.py
✅ passed test_blocker_no_out_of_memory 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_connection_refused 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_layer2_socket_failed 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_pty_error 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_assert_failed 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_long_wait_a21a 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_qemu_abort 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_runaway_dsp 0.00s test_log_grep.py
✅ passed test_grep_bridge_dl_bursts_received 0.00s test_log_grep.py
✅ passed test_grep_bridge_fb_pattern_dominant 0.00s test_log_grep.py
✅ passed test_grep_bridge_no_clock_skew_shutdown 0.00s test_log_grep.py
✅ passed test_grep_fwirda_log_present_or_skip 0.00s test_log_grep.py
✅ passed test_grep_mobile_alive_signal 0.00s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_fbsb_req_attempted 0.00s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_reset_req 0.00s test_log_grep.py
✅ passed test_grep_osmocon_lost_ratio_acceptable 0.00s test_log_grep.py
✅ passed test_grep_qemu_a_cd_wr_vs_task24 0.03s test_log_grep.py
✅ passed test_grep_qemu_bsp_dma_active 0.01s test_log_grep.py
✅ passed test_grep_qemu_dsp_booted 0.01s test_log_grep.py
✅ passed test_grep_qemu_log_exists_and_nonempty 0.00s test_log_grep.py
✅ passed test_grep_qemu_no_sp_catastrophe_recent 0.00s test_log_grep.py
✅ passed test_grep_qemu_task24_dispatched 0.01s test_log_grep.py
⚠️ xfail test_grep_fwirda_boot_marker 0.00s test_log_grep.py

runtime_monitor — 9/9

Status Test Durée Fichier
✅ passed test_monitor_info_chardev_lists_serial 3.01s test_qemu_introspection.py
✅ passed test_monitor_info_irq_listed 3.01s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_irda 3.01s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_modem 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qom_tree_has_calypso_or_arm 3.02s test_qemu_introspection.py
✅ passed test_monitor_info_qtree_has_calypso 3.01s test_qemu_introspection.py
✅ passed test_monitor_info_registers_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_status_is_running 3.01s test_qemu_introspection.py
✅ passed test_monitor_socket_reachable 3.02s test_qemu_introspection.py

runtime_net — 2/2

Status Test Durée Fichier
✅ passed test_no_unexpected_high_ports 0.04s test_runtime_net_fs.py
✅ passed test_qemu_ports_listening 0.04s test_runtime_net_fs.py

runtime_osmocon — 3/3

Status Test Durée Fichier
✅ passed test_osmocon_no_recent_lost_spam 0.00s test_firmware_state.py
✅ passed test_osmocon_past_romload 0.01s test_firmware_state.py
✅ passed test_osmocon_started_download 0.00s test_firmware_state.py

runtime_summary — 1/1

Status Test Durée Fichier
✅ passed test_run_summary_snapshot 30.21s test_run_observability.py

runtime_vty — 3/3

Status Test Durée Fichier
✅ passed test_mobile_imsi_loaded 1.51s test_run_observability.py
✅ passed test_mobile_mm_state_is_null_or_idle 1.51s test_run_observability.py
✅ passed test_mobile_vty_reachable 1.52s test_run_observability.py

timer_invariant — 6/9

Status Test Durée Fichier
❌ failed test_kick_realtime_cadence 0.00s test_timer_invariants.py
❌ failed test_tdma_period_virtual_close_to_target 0.00s test_timer_invariants.py
✅ passed test_dsp_n_exec_within_budget 0.00s test_timer_invariants.py
✅ passed test_frame_irq_per_tdma_ratio 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_no_dead_bucket 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_produced 0.17s test_timer_invariants.py
✅ passed test_log_timeline_csv_steady_qemu_rate 0.00s test_timer_invariants.py
✅ passed test_tdma_log_present 0.00s test_timer_invariants.py
⚠️ xfail test_dsp_budget_saturation_signal 0.00s test_timer_invariants.py

Cadence des logs et timers dans le temps

Compte des événements par bucket 10s wall, généré par log_timeline.py sur les logs préfixés <epoch_sec> +<rel_sec>s par run.sh. Source : log_timeline.csv dans ce dossier. Le plot est produit côté RStudio/Quarto via le chunk R ci-dessous (no-op en markdown GitHub — ouvrir le .qmd dans RStudio ou lancer quarto render pour le rendu).

Cadence logs (sources) + timers (dé-thinned vs nominal GSM)
Table brute par bucket 10s — cliquer pour déplier
Wall window : 199.5s  buckets=20  bucket=10.0s
CSV written: /tmp/log_timeline.csv

  t_rel  | qemu     | bridge   | osmocon  | mobile   | tdma     | frame_ir | kick     | fb_det_h | stack_in
-------------------------------------------------------------------------------------------------------------
    0.0  |    20651 |      161 |     1135 |        4 |        0 |        0 |       32 |        4 |        0
   10.0  |     4027 |      151 |      447 |        2 |        0 |        0 |        2 |        4 |        0
   20.0  |     3847 |      150 |      428 |        2 |        1 |        1 |        2 |        4 |        0
   30.0  |     4573 |      151 |      613 |        2 |        0 |        0 |        2 |        4 |        0
   40.0  |     5799 |      151 |      671 |        3 |        1 |        1 |        3 |        6 |        0
   50.0  |     4637 |      148 |      469 |        2 |        0 |        0 |        3 |        4 |        0
   60.0  |     5135 |      152 |      529 |        2 |        1 |        0 |        2 |        4 |        0
   70.0  |     8869 |      155 |      643 |        2 |        0 |        1 |        3 |        4 |        0
   80.0  |    13475 |      150 |      650 |        2 |        1 |        0 |        3 |        4 |      279
   90.0  |     1975 |      150 |      292 |        1 |        0 |        1 |        6 |        2 |        0
  100.0  |      967 |      164 |      138 |        1 |        0 |        0 |        7 |        2 |        0
  110.0  |     4319 |      148 |      664 |        2 |        1 |        0 |        3 |        4 |        0
  120.0  |     3960 |      152 |      666 |        2 |        1 |        1 |        3 |        4 |        0
  130.0  |     4396 |      146 |      681 |        3 |        0 |        0 |        3 |        6 |        0
  140.0  |     3923 |      156 |      603 |        2 |        1 |        1 |        2 |        4 |        0
  150.0  |     4611 |      150 |      772 |        2 |        0 |        0 |        4 |        4 |        0
  160.0  |     3702 |      154 |      550 |        2 |        1 |        1 |        2 |        6 |        0
  170.0  |     9283 |      151 |      566 |        3 |        0 |        0 |        3 |        4 |        0
  180.0  |     4279 |      150 |      663 |        2 |        1 |        1 |        3 |        4 |        0
  190.0  |     4185 |      144 |      701 |        2 |        1 |        0 |        3 |        4 |        0

(plotting handled by RStudio/Quarto from /tmp/log_timeline.csv)

Résultats bruts pytest

Cliquer pour déplier — sortie verbatim type pytest -v
PASSED   test_calypso_milestones.py::test_popm_decoder_active (0.001s)
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present (0.001s)
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression (30.342s)
PASSED   test_calypso_milestones.py::test_dsp_throughput_5x (0.007s)
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified (0.007s)
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified (0.005s)
PASSED   test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone (0.005s)
PASSED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly (0.007s)
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero (0.000s)
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active (0.016s)
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero (0.000s)
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete (0.000s)
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated (0.000s)
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received (0.026s)
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged (0.000s)
XFAIL    test_calypso_milestones.py::test_rach_emitted (0.000s)
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded (0.000s)
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received (0.000s)
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks (0.000s)
PASSED   test_firmware_state.py::test_qemu_monitor_responsive (0.022s)
PASSED   test_firmware_state.py::test_pc_advances (0.248s)
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop (0.035s)
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable (0.003s)
PASSED   test_firmware_state.py::test_osmocon_started_download (0.002s)
PASSED   test_firmware_state.py::test_osmocon_past_romload (0.007s)
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam (0.001s)
PASSED   test_firmware_state.py::test_bridge_has_dl_bursts (0.001s)
PASSED   test_gdb_stub.py::test_gdb_stub_reachable (0.009s)
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds (0.011s)
PASSED   test_gdb_stub.py::test_gdb_query_supported (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base (0.000s)
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects (0.312s)
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail (0.001s)
PASSED   test_inject_frames.py::test_probe_ndb (0.288s)
PASSED   test_inject_frames.py::test_clear_ndb (0.288s)
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found (0.699s)
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found (0.535s)
PASSED   test_inject_frames.py::test_inject_si[1] (0.370s)
PASSED   test_inject_frames.py::test_inject_si[2] (0.371s)
PASSED   test_inject_frames.py::test_inject_si[3] (0.331s)
PASSED   test_inject_frames.py::test_inject_si[4] (0.371s)
PASSED   test_inject_frames.py::test_inject_si[5] (0.372s)
PASSED   test_inject_frames.py::test_inject_si[6] (0.330s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B (0.330s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B (0.371s)
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length (0.000s)
PASSED   test_inject_frames.py::test_inject_d_task[5-0] (0.042s)
PASSED   test_inject_frames.py::test_inject_d_task[6-1] (0.042s)
PASSED   test_inject_frames.py::test_inject_d_task[24-0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[28-1] (0.083s)
PASSED   test_inject_frames.py::test_inject_d_burst[0] (0.042s)
PASSED   test_inject_frames.py::test_inject_d_burst[1] (0.082s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1 (3.014s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd (2.760s)
PASSED   test_irda_channel.py::test_irda_pty_exists (0.000s)
PASSED   test_irda_channel.py::test_irda_pty_readable (0.000s)
XFAIL    test_irda_channel.py::test_irda_boot_marker_present (0.001s)
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes (5.020s)
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem (0.008s)
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix (0.000s)
PASSED   test_irda_channel.py::test_irda_capture_process_alive (0.012s)
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation (10.046s)
PASSED   test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4 (0.070s)
PASSED   test_layer_drift.py::test_qemu_insn_rate_p1_above_1m (0.044s)
FAILED   test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn (0.025s)
FAILED   test_layer_drift.py::test_bridge_qfn_advances_steadily (0.002s)
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] (0.020s)
PASSED   test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10] (0.001s)
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1] (0.004s)
FAILED   test_layer_drift.py::test_log_start_within_10s (0.009s)
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0] (0.019s)
PASSED   test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0] (0.001s)
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted (0.010s)
PASSED   test_log_grep.py::test_grep_qemu_bsp_dma_active (0.006s)
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched (0.005s)
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent (0.002s)
PASSED   test_log_grep.py::test_grep_bridge_dl_bursts_received (0.003s)
PASSED   test_log_grep.py::test_grep_bridge_fb_pattern_dominant (0.005s)
PASSED   test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown (0.003s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req (0.002s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted (0.002s)
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable (0.004s)
PASSED   test_log_grep.py::test_grep_mobile_alive_signal (0.002s)
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip (0.000s)
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker (0.002s)
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort (0.008s)
PASSED   test_log_grep.py::test_blocker_qemu_no_panic (0.008s)
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp (0.003s)
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed (0.007s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed (0.003s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error (0.007s)
PASSED   test_log_grep.py::test_blocker_bridge_no_bts_shutdown (0.008s)
PASSED   test_log_grep.py::test_blocker_bridge_no_rach_parity (0.009s)
PASSED   test_log_grep.py::test_blocker_bridge_no_socket_error (0.007s)
PASSED   test_log_grep.py::test_blocker_mobile_no_crash (0.007s)
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error (0.007s)
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic (0.006s)
PASSED   test_log_grep.py::test_blocker_no_out_of_memory (0.014s)
PASSED   test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24 (0.030s)
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable (3.017s)
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running (3.014s)
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial (3.009s)
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso (3.006s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda (3.008s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm (3.017s)
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed (3.005s)
PASSED   test_run_observability.py::test_all_expected_processes_present (0.014s)
PASSED   test_run_observability.py::test_no_zombie_or_defunct (0.004s)
PASSED   test_run_observability.py::test_qemu_log_is_fresh (3.006s)
PASSED   test_run_observability.py::test_mobile_pcap_growing (10.010s)
PASSED   test_run_observability.py::test_volumes_mounted (0.020s)
PASSED   test_run_observability.py::test_no_wait_a21a_on_window (0.005s)
PASSED   test_run_observability.py::test_no_enter_7740_dwell (0.007s)
PASSED   test_run_observability.py::test_intm_reaches_zero (0.005s)
PASSED   test_run_observability.py::test_dsp_throughput_above_threshold (0.006s)
XFAIL    test_run_observability.py::test_d_fb_det_pattern_unchanged (0.005s)
PASSED   test_run_observability.py::test_bsp_daram_write_distribution (0.006s)
PASSED   test_run_observability.py::test_d_fb_det_data_no_longer_zero (0.006s)
PASSED   test_run_observability.py::test_bridge_log_shows_traffic (0.001s)
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold (0.000s)
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected (0.001s)
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive (0.347s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_received (0.013s)
PASSED   test_run_observability.py::test_a_cd_writes_nonzero (0.008s)
PASSED   test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod (0.015s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc (0.012s)
XFAIL    test_run_observability.py::test_rach_attempted (0.000s)
PASSED   test_run_observability.py::test_mobile_vty_reachable (1.522s)
PASSED   test_run_observability.py::test_mobile_imsi_loaded (1.511s)
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle (1.515s)
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed (0.003s)
XFAIL    test_run_observability.py::test_isr_entered_matches_rete (0.008s)
XFAIL    test_run_observability.py::test_no_pending_irq_gating (0.008s)
PASSED   test_run_observability.py::test_run_summary_snapshot (30.207s)
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening (0.038s)
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports (0.041s)
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit (0.015s)
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb (0.005s)
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min (0.005s)
PASSED   test_timer_invariants.py::test_tdma_log_present (0.000s)
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget (0.000s)
XFAIL    test_timer_invariants.py::test_dsp_budget_saturation_signal (0.000s)
FAILED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target (0.000s)
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio (0.000s)
FAILED   test_timer_invariants.py::test_kick_realtime_cadence (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced (0.170s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate (0.000s)

============================================================
124 passed, 8 failed, 3 skipped, 22 xfailed in 132.96s

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===\r\n") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, ...) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 105331 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

8 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.03s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : test_calypso_milestones.py:582: in test_l1ctl_data_ind_received

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_calypso_milestones 0 0 0 0 0 0 0 0 0 0 0 0
test_l1ctl_data_ind_received 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_calypso_milestones.py:582: in test_l1ctl_data_ind_received
    assert n > 0, (
E   AssertionError: task=24 fire 535× mais DATA_IND=0 — vrai mur couche 6. ARM ne forward pas a_cd[] au mobile.
E   assert 0 > 0

🛑 2. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : test_run_observability.py:796: in test_l1ctl_data_ind_rate_vs_alc

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_run_observability 0 0 0 0 0 0 0 0 0 0 0 0
test_l1ctl_data_ind_rate_vs_alc 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_run_observability.py:796: in test_l1ctl_data_ind_rate_vs_alc
    assert ind > 0, "ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile"
E   AssertionError: ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile
E   assert 0 > 0

🛑 3. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : test_run_observability.py:722: in test_l1ctl_data_ind_received

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_run_observability 0 0 0 0 0 0 0 0 0 0 0 0
test_l1ctl_data_ind_received 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_run_observability.py:722: in test_l1ctl_data_ind_received
    assert n > 0, (
E   AssertionError: task=24 fire 951× mais DATA_IND=0 — vrai mur couche 6
E   assert 0 > 0

🛑 4. test_kick_realtime_cadence

  • Catégorie / couche : Timing / Timers
  • Marker(s) : timer_invariant
  • Durée : 0.00s
  • Nodeid : test_timer_invariants.py::test_kick_realtime_cadence
  • Assertion : test_timer_invariants.py:197: in test_kick_realtime_cadence

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_timer_invariants 0 0 0 0 0 0 0 0 0 0 0 0
test_kick_realtime_cadence 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_timer_invariants.py:197: in test_kick_realtime_cadence
    assert 0.5e9 <= mean <= 1.5e9, \
E   AssertionError: kick realtime mean delta = 3.24s, expected ~1s (1e9 ns)
E   assert 3240251587.9333334 <= 1500000000.0

🛑 5. test_tdma_period_virtual_close_to_target

  • Catégorie / couche : Timing / Timers
  • Marker(s) : timer_invariant
  • Durée : 0.00s
  • Nodeid : test_timer_invariants.py::test_tdma_period_virtual_close_to_target
  • Assertion : test_timer_invariants.py:167: in test_tdma_period_virtual_close_to_target

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_timer_invariants 0 0 0 0 0 0 0 0 0 0 0 0
test_tdma_period_virtual_close_to_target 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_timer_invariants.py:167: in test_tdma_period_virtual_close_to_target
    assert rel_err <= 0.02, \
E   AssertionError: period_virtual = 15,803,397,397 ns vs target 4,615,000,000 (err 242.44%)
E   assert 2.4243547989165766 <= 0.02

🛑 6. test_bridge_qfn_advances_steadily

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift
  • Durée : 0.00s
  • Nodeid : test_layer_drift.py::test_bridge_qfn_advances_steadily
  • Assertion : test_layer_drift.py:160: in test_bridge_qfn_advances_steadily

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_layer_drift 0 0 0 0 0 0 0 0 0 0 0 0
test_bridge_qfn_advances_steadily 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_layer_drift.py:160: in test_bridge_qfn_advances_steadily
    assert 200 <= rate <= 240, \
E   AssertionError: qfn rate = 53.9 fn/s, expected 217 ±10% (200..240) — DSP TDMA tick overrun
E   assert 200 <= 53.92798699088336

🛑 7. test_bridge_qfn_tracks_qemu_fn

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift
  • Durée : 0.02s
  • Nodeid : test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
  • Assertion : test_layer_drift.py:131: in test_bridge_qfn_tracks_qemu_fn

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_layer_drift 0 0 0 0 0 0 0 0 0 0 0 0
test_bridge_qfn_tracks_qemu_fn 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_layer_drift.py:131: in test_bridge_qfn_tracks_qemu_fn
    assert delta_fn < 200, \
E   AssertionError: bridge.qfn=2672 vs qemu.fn=3417 delta=745 ≥ 200 frames
E   assert 745 < 200

🛑 8. test_log_start_within_10s

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift
  • Durée : 0.01s
  • Nodeid : test_layer_drift.py::test_log_start_within_10s
  • Assertion : test_layer_drift.py:200: in test_log_start_within_10s

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_layer_drift 0 0 0 0 0 0 0 0 0 0 0 0
test_log_start_within_10s 0 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
test_layer_drift.py:200: in test_log_start_within_10s
    assert spread <= 30, \
E   AssertionError: log start spread = 54.2s > 30s — starts: {'qemu': 1778953030.183, 'bridge': 1778953029.42, 'osmocon': 1778953029.955, 'mobile': 1778952975.964}
E   assert 54.21900010108948 <= 30

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

========================================================================
  AUDIT INDÉPENDANT qemu-calypso — 157 tests
========================================================================

  passed    124  ████████████████····   79.0% brut
  failed      8
  xfailed    22   (R&D voie-2, accepté)
  skipped     3

  fonctionnel   93.9%   (passed / (passed+failed))
  actionable    84.1%   (non-xfail/skip)

─── 9 fails par fichier-source ───
  test_calypso_milestones.py
    ✗ test_l1ctl_data_ind_received                     [milestone_l1ctl]
  test_layer_drift.py
    ✗ test_bridge_qfn_tracks_qemu_fn                   [drift]
    ✗ test_bridge_qfn_advances_steadily                [drift]
    ✗ test_log_start_within_10s                        [drift]
  test_run_observability.py
    ✗ test_l1ctl_data_ind_received                     [runtime_l1ctl]
    ✗ test_l1ctl_data_ind_rate_vs_alc                  [runtime_l1ctl]
  test_timer_invariants.py
    ✗ test_tdma_period_virtual_close_to_target         [timer_invariant]
    ✗ test_kick_realtime_cadence                       [timer_invariant]

─── Santé par layer (fonctionnel = pass/(pass+fail)) ───
  L3-MM               0/5   ····················  n/a  (tout xfail/skip)  (fail=0, skip=5)
  ARM-feedback        0/2   ····················  n/a  (tout xfail/skip)  (fail=0, skip=2)
  L1-ctrl             3/8   ██████████··········   50.0%  (fail=3, skip=2)
  Drift               7/10  ██████████████······   70.0%  (fail=3, skip=0)
  Timers              6/9   ███████████████·····   75.0%  (fail=2, skip=1)
  DSP                10/20  ████████████████████  100.0%  (fail=0, skip=10)
  L1-data             4/7   ████████████████████  100.0%  (fail=0, skip=3)
  Firmware-state      5/5   ████████████████████  100.0%  (fail=0, skip=0)
  Osmocon             3/3   ████████████████████  100.0%  (fail=0, skip=0)
  GDB-introspect      8/8   ████████████████████  100.0%  (fail=0, skip=0)
  NDB                19/19  ████████████████████  100.0%  (fail=0, skip=0)
  IrDA-channel        7/8   ████████████████████  100.0%  (fail=0, skip=1)
  Log-grep           29/30  ████████████████████  100.0%  (fail=0, skip=1)
  Monitor-extended    9/9   ████████████████████  100.0%  (fail=0, skip=0)
  Infra               5/5   ████████████████████  100.0%  (fail=0, skip=0)
  Mgmt                3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Summary             1/1   ████████████████████  100.0%  (fail=0, skip=0)
  Net                 2/2   ████████████████████  100.0%  (fail=0, skip=0)
  FS                  3/3   ████████████████████  100.0%  (fail=0, skip=0)

─── xfail clusters (où la voie-2 est connue cassée) ───
   5× milestone_mm_lu
   3× milestone_irq
   3× runtime_irq
   2× inject_efficacy
   2× inject_frames
   1× milestone_fb_det
   1× milestone_l1ctl
   1× milestone_dsp_decoder
   1× runtime_irda
   1× runtime_log_grep
   1× runtime_dsp
   1× runtime_bridge
   1× runtime_l1ctl
   1× timer_invariant

─── Timeline 190s (20 buckets de 10s) ───
  signal                 sum   mean/bucket     max   nonzero
  qemu                116.6k       5830.65   20651  20/20  
  bridge                3.0k        151.70     164  20/20  
  osmocon              11.9k        594.05    1135  20/20  
  mobile                43.0          2.15       4  20/20  
  tdma                  10.0          0.50       1  10/20  
  frame_irq              8.0          0.40       1   8/20  
  kick                  91.0          4.55      32  20/20  
  fb_det_hit            82.0          4.10       6  20/20    ← FB OK
  stack_in_ndb           279         13.95     279   1/20  

─── Diagnostic ───
  • fails sur chemin voie-1 (MVP) : 8/8  ·  voie-2 : 0  ·  autre : 0
  • stack_in_ndb actif 5% du temps
  • TDMA/FIQ très rares (0.50/0.40 par bucket) → DSP IDLE (cohérent voie-2 connue)
  • mobile peu actif côté L1CTL (2.1/bucket) → MITM n'élève pas de DATA_IND
  • self-reported counts == recompté (cohérent)

========================================================================

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

Processes vivants

    PID     ELAPSED CMD
    216       03:20 /opt/GSM/qemu-src/build/qemu-system-arm -M calypso -cpu arm9
    261       03:19 python3 /opt/GSM/qemu-src/tools/irda_capture.py
    278       03:19 /opt/GSM/osmocom-bb/src/host/osmocon/osmocon -m romload -i 1
    304       03:18 python3 /opt/GSM/qemu-src/bridge.py
    312       03:18 osmo-bts-trx -c /etc/osmocom/osmo-bts-trx.cfg
    336       03:17 mobile -c /root/.osmocom/bb/mobile_group1.cfg -d DRR,DMM,DCC

Tailles des logs

Log Bytes Lines
/root/qemu.log 14567034 116656
/tmp/bridge.log 515140 3035
/tmp/osmocon.log 488797 11887
/tmp/mobile.log 3207 43
/tmp/bts.log 384538 2866
/tmp/fw-irda.log 105331 2266
/tmp/qemu-irda-tx.raw 30235 2324
/tmp/qemu-modem-tx.raw 187960 21648
/tmp/irda_capture.stderr.log 62 1
/tmp/frame_irq.log 212992 1982
/tmp/tdma_tick.log 32768 446

Grep invariants clés

Pattern Source Count
BSP LOAD /root/qemu.log 11
BSP DMA /root/qemu.log 0
fbsb hook /root/qemu.log 807
FB-det /root/qemu.log 7541
L1CTL_RESET /tmp/osmocon.log 82
L1CTL_FBSB_REQ /tmp/osmocon.log 41
L1CTL_PM_REQ /tmp/osmocon.log 40
LOST /tmp/osmocon.log 9593
bridge: DL # /tmp/bridge.log 2793
fw-beacon /tmp/fw-irda.log 2260
fw-irda boot OK /tmp/fw-irda.log 0

Blockers (counts d’erreurs critiques)

Pattern Count
panic 0
abort 0
SP-CATASTROPHE 13
ASSERT 0
Out of memory 0
Connection refused 0
BTS shutdown 0
clock skew 1
Layer2 socket 0

Tail des logs (10 dernières lignes)

/tmp/fw-irda.log
1778953105.875 +198.037s [fw-irda] [fw-beacon]
1778953106.014 +198.176s [fw-irda] [fw-beacon]
1778953106.086 +198.248s [fw-irda] [fw-beacon]
1778953106.142 +198.304s [fw-irda] [fw-beacon]
1778953106.199 +198.361s [fw-irda] [fw-beacon]
1778953106.280 +198.442s [fw-irda] [fw-beacon]
1778953106.360 +198.522s [fw-irda] [fw-beacon]
1778953106.445 +198.606s [fw-irda] [fw-beacon]
1778953106.579 +198.741s [fw-irda] [fw-beacon]
1778953107.093 +199.255s [fw-irda] [fw-beacon]

:::

/tmp/bridge.log
1778953106.480 +197.348s bridge: DL #341641 TN=0 bts_fn=42758→qfn=10067 (cur_qfn=10066, anchor=116) len=154 hdr=0000002753000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.527 +197.394s bridge: DL #341721 TN=0 bts_fn=42768→qfn=10077 (cur_qfn=10069, anchor=116) len=154 hdr=000000275d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.573 +197.440s bridge: DL #341801 TN=0 bts_fn=42778→qfn=10087 (cur_qfn=10069, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.624 +197.491s bridge: DL #341889 TN=0 bts_fn=42789→qfn=10098 (cur_qfn=10070, anchor=116) len=154 hdr=0000002772000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.762 +197.630s bridge: DL #342129 TN=0 bts_fn=42819→qfn=10077 (cur_qfn=10074, anchor=116) len=154 hdr=000000275d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.808 +197.676s bridge: DL #342209 TN=0 bts_fn=42829→qfn=10087 (cur_qfn=10075, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.859 +197.727s bridge: DL #342297 TN=0 bts_fn=42840→qfn=10098 (cur_qfn=10076, anchor=116) len=154 hdr=0000002772000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.905 +197.773s bridge: DL #342377 TN=0 bts_fn=42850→qfn=10108 (cur_qfn=10076, anchor=116) len=154 hdr=000000277c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953107.043 +197.911s bridge: DL #342617 TN=0 bts_fn=42880→qfn=10087 (cur_qfn=10078, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953107.094 +197.962s bridge: DL #342705 TN=0 bts_fn=42891→qfn=10098 (cur_qfn=10080, anchor=116) len=154 hdr=0000002772000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
/tmp/osmocon.log
1778953106.500 +198.375s LOST 1168!
1778953106.700 +198.575s LOST 116!
1778953106.700 +198.575s LOST 147!
1778953106.723 +198.598s LOST 7329!
1778953106.737 +198.613s LOST 5801!
1778953107.091 +198.966s LOST 1705!
1778953107.091 +198.966s LOST 14!
1778953107.091 +198.967s LOST 74!
1778953107.108 +198.983s LOST 6939!
1778953107.124 +198.999s LOST 6494!
/tmp/mobile.log
1778953063.656 +153.509s <0001> gsm322.c:2929 using DSC of 90
1778953067.973 +157.827s <0001> gsm322.c:2929 using DSC of 90
1778953072.340 +162.194s <0001> gsm322.c:2929 using DSC of 90
1778953076.995 +166.849s <0001> gsm322.c:2929 using DSC of 90
1778953081.337 +171.190s <0001> gsm322.c:2929 using DSC of 90
1778953085.850 +175.703s <0001> gsm322.c:2929 using DSC of 90
1778953090.198 +180.052s <0001> gsm322.c:2929 using DSC of 90
1778953094.554 +184.408s <0001> gsm322.c:2929 using DSC of 90
1778953098.923 +188.776s <0001> gsm322.c:2929 using DSC of 90
1778953103.578 +193.431s <0001> gsm322.c:2929 using DSC of 90
/tmp/bts.log
1778953106.397 +197.264s DL1C INFO GSM clock jitter: -205us (elapsed_fn=0) (scheduler_trx.c:585)
1778953106.633 +197.500s DTRX INFO phy0.0: Clock indication: fn=42789 (trx_if.c:138)
1778953106.633 +197.500s DL1C INFO TRX Clock Ind: elapsed_us= 235794, elapsed_fn= 51, error_us= +429 (scheduler_trx.c:566)
1778953106.633 +197.500s DL1C INFO GSM clock jitter: -509us (elapsed_fn=0) (scheduler_trx.c:585)
1778953106.869 +197.735s DTRX INFO phy0.0: Clock indication: fn=42840 (trx_if.c:138)
1778953106.869 +197.735s DL1C INFO TRX Clock Ind: elapsed_us= 235543, elapsed_fn= 51, error_us= +178 (scheduler_trx.c:566)
1778953106.869 +197.735s DL1C INFO GSM clock jitter: -654us (elapsed_fn=0) (scheduler_trx.c:585)
1778953107.103 +197.970s DTRX INFO phy0.0: Clock indication: fn=42891 (trx_if.c:138)
1778953107.103 +197.970s DL1C INFO TRX Clock Ind: elapsed_us= 234861, elapsed_fn= 51, error_us= -504 (scheduler_trx.c:566)
1778953107.103 +197.970s DL1C INFO GSM clock jitter: -249us (elapsed_fn=0) (scheduler_trx.c:585)

Annexe — Bundle make_diag_bundle.sh

Bundle généré pendant la session via make_diag_bundle.sh (inventaire + digests texte embarqués). Les logs bruts (qemu_diag, bridge, osmocon, etc.) sont listés seulement — récupérer le tar.gz pour les contenus complets.

Bundle complet : diag_annex.tar.gz (555,978 bytes). Régénérer à la main : ./make_diag_bundle.sh.

Inventaire du bundle

Fichier Bytes
bridge.log 516,910
bts.log 385,747
env_boot.log 42,965
frame_irq.log 212,992
fw-irda.log 105,472
irda_capture.stderr.log 62
mobile.log 3,207
osmocon.log 489,187
pc_hist.log 423,765
qemu_diag.log 1,701,378
qemu_tail.log 433,173
source_excerpts.txt 43
static_decode.txt 6,266
tdma_profile.log 20,480
tdma_tick.log 32,768

Logs bruts (dépliables)

bridge.log (516,910 bytes, 3045 lignes)
1778952909.144 +0.012s bridge: CLK=5700 TRXC=5701 TRXD=5702 ↔ BSP@6702
1778952909.144 +0.012s bridge: CLK IND source=wall_fn (wall-paced 217 Hz), period=51 frames
1778952909.144 +0.012s bridge: UL FN rewrite mode=slot — slot-aware (next RACH slot ≥ wall_fn — combined CCCH+SDCCH8)
1778952909.144 +0.012s bridge: DL FN rewrite mode=slot — slot-aware (next qfn ≥ self.fn matching bts_fn%%51, lookahead=32)
1778952909.152 +0.019s bridge: QEMU tick #1 qfn=116 wall_fn=0 lag=2715532
1778952909.155 +0.022s TRXC < CMD POWEROFF  →  > RSP POWEROFF 0
1778952909.155 +0.023s TRXC < CMD RFMUTE 1  →  > RSP RFMUTE 0 1
1778952909.156 +0.024s TRXC < CMD RFMUTE 0  →  > RSP RFMUTE 0 0
1778952909.156 +0.024s TRXC SETFORMAT requested=v2 → forced reply v0 (bridge sends TRXDv0 only)
1778952909.156 +0.024s TRXC < CMD SETFORMAT 2  →  > RSP SETFORMAT 0 0 0
1778952909.157 +0.024s TRXC SETFORMAT requested=v0 → forced reply v0 (bridge sends TRXDv0 only)
1778952909.157 +0.024s TRXC < CMD SETFORMAT 0  →  > RSP SETFORMAT 0 0 0
1778952909.158 +0.026s TRXC < CMD RXTUNE 890200  →  > RSP RXTUNE 0 890200
1778952909.158 +0.026s TRXC < CMD TXTUNE 935200  →  > RSP TXTUNE 0 935200
1778952909.158 +0.026s TRXC < CMD SETTSC 7  →  > RSP SETTSC 0 7
1778952909.158 +0.026s TRXC < CMD NOMTXPOWER  →  > RSP NOMTXPOWER 0 50
1778952909.158 +0.026s BTS: POWERON (wall_fn anchor at t0, qfn=116)
1778952909.158 +0.026s TRXC < CMD POWERON  →  > RSP POWERON 0
1778952909.158 +0.026s bridge: CLK IND #1 fn=0 (wall_fn)
1778952909.158 +0.026s TRXC < CMD SETRXGAIN 40  →  > RSP SETRXGAIN 0 40
1778952909.158 +0.026s TRXC < CMD SETSLOT 0 5  →  > RSP SETSLOT 0 0 5
1778952909.158 +0.026s TRXC < CMD SETSLOT 1 1  →  > RSP SETSLOT 0 1 1
1778952909.158 +0.026s TRXC < CMD SETSLOT 2 1  →  > RSP SETSLOT 0 2 1
1778952909.158 +0.026s TRXC < CMD SETSLOT 3 1  →  > RSP SETSLOT 0 3 1
1778952909.159 +0.026s TRXC < CMD SETSLOT 4 1  →  > RSP SETSLOT 0 4 1
1778952909.159 +0.027s TRXC < CMD SETSLOT 5 1  →  > RSP SETSLOT 0 5 1
1778952909.159 +0.027s TRXC < CMD SETSLOT 6 1  →  > RSP SETSLOT 0 6 1
1778952909.159 +0.027s TRXC < CMD SETSLOT 7 1  →  > RSP SETSLOT 0 7 1
1778952909.159 +0.027s TRXC < CMD NOHANDOVER 0 4  →  > RSP NOHANDOVER 0 0 4
1778952909.165 +0.033s bridge: QEMU tick #2 qfn=117 wall_fn=1 lag=2715532
1778952909.179 +0.047s bridge: QEMU tick #3 qfn=118 wall_fn=4 lag=2715534
1778952909.425 +0.293s bridge: CLK IND #2 fn=51 (wall_fn)
1778952909.434 +0.302s bridge: DL #1 TN=0 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=000000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.434 +0.302s bridge: DL #2 TN=1 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=010000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.434 +0.302s bridge: DL #3 TN=2 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=020000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.434 +0.302s bridge: DL #4 TN=3 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=030000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.435 +0.302s bridge: DL #5 TN=4 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=040000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.435 +0.302s bridge: DL #6 TN=5 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=050000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.435 +0.303s bridge: DL #7 TN=6 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=060000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.435 +0.303s bridge: DL #8 TN=7 bts_fn=53→qfn=155 (cur_qfn=132, anchor=116) len=154 hdr=070000009b000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.435 +0.303s bridge: DL #9 TN=0 bts_fn=54→qfn=156 (cur_qfn=132, anchor=116) len=154 hdr=000000009c000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.435 +0.303s bridge: DL #10 TN=1 bts_fn=54→qfn=156 (cur_qfn=132, anchor=116) len=154 hdr=010000009c000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952909.462 +0.330s bridge: DL #65 TN=0 bts_fn=61→qfn=163 (cur_qfn=133, anchor=116) len=154 hdr=00000000a3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.476 +0.344s bridge: DL drop #1 TN=0 bts_fn=64 (mod 13) qfn=133 (mod 31) delta_to_match=33 > lookahead=32
1778952909.476 +0.344s bridge: DL drop #2 TN=1 bts_fn=64 (mod 13) qfn=133 (mod 31) delta_to_match=33 > lookahead=32
1778952909.476 +0.344s bridge: DL drop #3 TN=2 bts_fn=64 (mod 13) qfn=133 (mod 31) delta_to_match=33 > lookahead=32
1778952909.476 +0.344s bridge: DL drop #4 TN=3 bts_fn=64 (mod 13) qfn=133 (mod 31) delta_to_match=33 > lookahead=32
1778952909.476 +0.344s bridge: DL drop #5 TN=4 bts_fn=64 (mod 13) qfn=133 (mod 31) delta_to_match=33 > lookahead=32
1778952909.601 +0.469s bridge: DL #305 TN=0 bts_fn=91→qfn=142 (cur_qfn=140, anchor=116) len=154 hdr=000000008e000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.633 +0.501s bridge: CLK IND #3 fn=102 (wall_fn)
1778952909.633 +0.501s bridge: DL #393 TN=0 bts_fn=102→qfn=153 (cur_qfn=141, anchor=116) len=154 hdr=0000000099000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.670 +0.538s bridge: DL #473 TN=0 bts_fn=112→qfn=163 (cur_qfn=142, anchor=116) len=154 hdr=00000000a3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.716 +0.584s bridge: DL #553 TN=0 bts_fn=122→qfn=173 (cur_qfn=144, anchor=116) len=154 hdr=00000000ad000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.859 +0.727s bridge: DL #801 TN=0 bts_fn=153=qfn=153 (cur_qfn=148, anchor=116) len=154 hdr=0000000099000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.869 +0.737s bridge: CLK IND #4 fn=153 (wall_fn)
1778952909.906 +0.773s bridge: DL #881 TN=0 bts_fn=163=qfn=163 (cur_qfn=149, anchor=116) len=154 hdr=00000000a3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952909.952 +0.820s bridge: DL #961 TN=0 bts_fn=173=qfn=173 (cur_qfn=149, anchor=116) len=154 hdr=00000000ad000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.100 +0.968s bridge: CLK IND #5 fn=204 (wall_fn)
1778952910.136 +1.004s bridge: DL #1289 TN=0 bts_fn=214→qfn=163 (cur_qfn=159, anchor=116) len=154 hdr=00000000a3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.159 +1.027s TRXC < CMD SETPOWER 50  →  > RSP SETPOWER 0 50
1778952910.182 +1.050s bridge: DL #1369 TN=0 bts_fn=224→qfn=173 (cur_qfn=162, anchor=116) len=154 hdr=00000000ad000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.228 +1.096s bridge: DL #1449 TN=0 bts_fn=234→qfn=183 (cur_qfn=163, anchor=116) len=154 hdr=00000000b7000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.275 +1.143s bridge: DL #1529 TN=0 bts_fn=244→qfn=193 (cur_qfn=164, anchor=116) len=154 hdr=00000000c1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.423 +1.291s bridge: DL #1777 TN=0 bts_fn=275→qfn=173 (cur_qfn=169, anchor=116) len=154 hdr=00000000ad000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.469 +1.337s bridge: DL #1857 TN=0 bts_fn=285→qfn=183 (cur_qfn=170, anchor=116) len=154 hdr=00000000b7000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.515 +1.383s bridge: DL #1937 TN=0 bts_fn=295→qfn=193 (cur_qfn=171, anchor=116) len=154 hdr=00000000c1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.566 +1.434s bridge: DL #2025 TN=0 bts_fn=306→qfn=204 (cur_qfn=173, anchor=116) len=154 hdr=00000000cc000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.704 +1.572s bridge: DL #2265 TN=0 bts_fn=336→qfn=183 (cur_qfn=176, anchor=116) len=154 hdr=00000000b7000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.750 +1.618s bridge: DL #2345 TN=0 bts_fn=346→qfn=193 (cur_qfn=177, anchor=116) len=154 hdr=00000000c1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.801 +1.669s bridge: DL #2433 TN=0 bts_fn=357→qfn=204 (cur_qfn=179, anchor=116) len=154 hdr=00000000cc000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.847 +1.715s bridge: DL #2513 TN=0 bts_fn=367→qfn=214 (cur_qfn=182, anchor=116) len=154 hdr=00000000d6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952910.907 +1.775s bridge: DL drop #1000 TN=7 bts_fn=380 (mod 23) qfn=186 (mod 33) delta_to_match=41 > lookahead=32
1778952910.986 +1.854s bridge: DL #2753 TN=0 bts_fn=397→qfn=193 (cur_qfn=191, anchor=116) len=154 hdr=00000000c1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.036 +1.904s bridge: DL #2841 TN=0 bts_fn=408→qfn=204 (cur_qfn=195, anchor=116) len=154 hdr=00000000cc000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.078 +1.946s bridge: DL #2921 TN=0 bts_fn=418→qfn=214 (cur_qfn=198, anchor=116) len=154 hdr=00000000d6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.124 +1.992s bridge: DL #3001 TN=0 bts_fn=428→qfn=224 (cur_qfn=200, anchor=116) len=154 hdr=00000000e0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.170 +2.038s bridge: DL #3081 TN=0 bts_fn=438→qfn=234 (cur_qfn=203, anchor=116) len=154 hdr=00000000ea000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.318 +2.186s bridge: DL #3329 TN=0 bts_fn=469→qfn=214 (cur_qfn=213, anchor=116) len=154 hdr=00000000d6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.364 +2.232s bridge: DL #3409 TN=0 bts_fn=479→qfn=224 (cur_qfn=216, anchor=116) len=154 hdr=00000000e0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.410 +2.278s bridge: DL #3489 TN=0 bts_fn=489→qfn=234 (cur_qfn=219, anchor=116) len=154 hdr=00000000ea000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.456 +2.324s bridge: DL #3569 TN=0 bts_fn=499→qfn=244 (cur_qfn=222, anchor=116) len=154 hdr=00000000f4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.507 +2.375s bridge: DL #3657 TN=0 bts_fn=510→qfn=255 (cur_qfn=225, anchor=116) len=154 hdr=00000000ff000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.641 +2.509s bridge: DL #3897 TN=0 bts_fn=540→qfn=234 (cur_qfn=231, anchor=116) len=154 hdr=00000000ea000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.687 +2.555s bridge: DL #3977 TN=0 bts_fn=550→qfn=244 (cur_qfn=234, anchor=116) len=154 hdr=00000000f4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.738 +2.606s bridge: DL #4065 TN=0 bts_fn=561→qfn=255 (cur_qfn=237, anchor=116) len=154 hdr=00000000ff000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.784 +2.652s bridge: DL #4145 TN=0 bts_fn=571→qfn=265 (cur_qfn=238, anchor=116) len=154 hdr=0000000109000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.923 +2.791s bridge: DL #4385 TN=0 bts_fn=601→qfn=244 (cur_qfn=241, anchor=116) len=154 hdr=00000000f4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952911.974 +2.841s bridge: DL #4473 TN=0 bts_fn=612→qfn=255 (cur_qfn=242, anchor=116) len=154 hdr=00000000ff000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.020 +2.888s bridge: DL #4553 TN=0 bts_fn=622→qfn=265 (cur_qfn=243, anchor=116) len=154 hdr=0000000109000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.066 +2.934s bridge: DL #4633 TN=0 bts_fn=632→qfn=275 (cur_qfn=246, anchor=116) len=154 hdr=0000000113000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.209 +3.077s bridge: DL #4881 TN=0 bts_fn=663→qfn=255 (cur_qfn=249, anchor=116) len=154 hdr=00000000ff000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.255 +3.123s bridge: DL #4961 TN=0 bts_fn=673→qfn=265 (cur_qfn=250, anchor=116) len=154 hdr=0000000109000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.274 +3.142s bridge: DL #5000 TN=7 bts_fn=677→qfn=269 (cur_qfn=250, anchor=116) len=154 hdr=070000010d000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952912.274 +3.142s bridge: tick=135 clk=14 dl=5000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=2904 dl_drop=1808 wall_fn=675 qfn=250
1778952912.274 +3.142s bridge: tick=136 clk=14 dl=5000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=2904 dl_drop=1808 wall_fn=675 qfn=251
1778952912.301 +3.169s bridge: DL #5041 TN=0 bts_fn=683→qfn=275 (cur_qfn=251, anchor=116) len=154 hdr=0000000113000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.491 +3.358s bridge: DL #5369 TN=0 bts_fn=724→qfn=265 (cur_qfn=258, anchor=116) len=154 hdr=0000000109000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.537 +3.405s bridge: DL #5449 TN=0 bts_fn=734→qfn=275 (cur_qfn=259, anchor=116) len=154 hdr=0000000113000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.583 +3.451s bridge: DL #5529 TN=0 bts_fn=744→qfn=285 (cur_qfn=259, anchor=116) len=154 hdr=000000011d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.620 +3.488s bridge: DL drop #2000 TN=7 bts_fn=752 (mod 38) qfn=260 (mod 5) delta_to_match=33 > lookahead=32
1778952912.726 +3.594s bridge: DL #5777 TN=0 bts_fn=775→qfn=265 (cur_qfn=262, anchor=116) len=154 hdr=0000000109000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.772 +3.640s bridge: DL #5857 TN=0 bts_fn=785→qfn=275 (cur_qfn=264, anchor=116) len=154 hdr=0000000113000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.818 +3.686s bridge: DL #5937 TN=0 bts_fn=795→qfn=285 (cur_qfn=267, anchor=116) len=154 hdr=000000011d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952912.864 +3.732s bridge: DL #6017 TN=0 bts_fn=805→qfn=295 (cur_qfn=269, anchor=116) len=154 hdr=0000000127000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.007 +3.875s bridge: DL #6265 TN=0 bts_fn=836→qfn=275 (cur_qfn=274, anchor=116) len=154 hdr=0000000113000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.054 +3.921s bridge: DL #6345 TN=0 bts_fn=846→qfn=285 (cur_qfn=275, anchor=116) len=154 hdr=000000011d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.100 +3.968s bridge: DL #6425 TN=0 bts_fn=856→qfn=295 (cur_qfn=277, anchor=116) len=154 hdr=0000000127000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.151 +4.018s bridge: DL #6513 TN=0 bts_fn=867→qfn=306 (cur_qfn=278, anchor=116) len=154 hdr=0000000132000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.289 +4.157s bridge: DL #6753 TN=0 bts_fn=897→qfn=285 (cur_qfn=281, anchor=116) len=154 hdr=000000011d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.335 +4.203s bridge: DL #6833 TN=0 bts_fn=907→qfn=295 (cur_qfn=283, anchor=116) len=154 hdr=0000000127000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.386 +4.254s bridge: DL #6921 TN=0 bts_fn=918→qfn=306 (cur_qfn=286, anchor=116) len=154 hdr=0000000132000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.432 +4.300s bridge: DL #7001 TN=0 bts_fn=928→qfn=316 (cur_qfn=288, anchor=116) len=154 hdr=000000013c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.571 +4.439s bridge: DL #7241 TN=0 bts_fn=958→qfn=295 (cur_qfn=290, anchor=116) len=154 hdr=0000000127000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.621 +4.489s bridge: DL #7329 TN=0 bts_fn=969→qfn=306 (cur_qfn=291, anchor=116) len=154 hdr=0000000132000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.668 +4.535s bridge: DL #7409 TN=0 bts_fn=979→qfn=316 (cur_qfn=292, anchor=116) len=154 hdr=000000013c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.714 +4.581s bridge: DL #7489 TN=0 bts_fn=989→qfn=326 (cur_qfn=294, anchor=116) len=154 hdr=0000000146000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.857 +4.725s bridge: DL #7737 TN=0 bts_fn=1020→qfn=306 (cur_qfn=298, anchor=116) len=154 hdr=0000000132000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.903 +4.771s bridge: DL #7817 TN=0 bts_fn=1030→qfn=316 (cur_qfn=301, anchor=116) len=154 hdr=000000013c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.949 +4.817s bridge: DL #7897 TN=0 bts_fn=1040→qfn=326 (cur_qfn=305, anchor=116) len=154 hdr=0000000146000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952913.995 +4.863s bridge: DL #7977 TN=0 bts_fn=1050→qfn=336 (cur_qfn=308, anchor=116) len=154 hdr=0000000150000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.134 +5.002s bridge: DL drop #3000 TN=7 bts_fn=1080 (mod 9) qfn=318 (mod 12) delta_to_match=48 > lookahead=32
1778952914.184 +5.052s bridge: DL #8305 TN=0 bts_fn=1091→qfn=326 (cur_qfn=321, anchor=116) len=154 hdr=0000000146000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.230 +5.098s bridge: DL #8385 TN=0 bts_fn=1101→qfn=336 (cur_qfn=325, anchor=116) len=154 hdr=0000000150000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.277 +5.145s bridge: DL #8465 TN=0 bts_fn=1111→qfn=346 (cur_qfn=328, anchor=116) len=154 hdr=000000015a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.328 +5.195s bridge: DL #8553 TN=0 bts_fn=1122→qfn=357 (cur_qfn=329, anchor=116) len=154 hdr=0000000165000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.466 +5.334s bridge: DL #8793 TN=0 bts_fn=1152→qfn=336 (cur_qfn=331, anchor=116) len=154 hdr=0000000150000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.512 +5.380s bridge: DL #8873 TN=0 bts_fn=1162→qfn=346 (cur_qfn=332, anchor=116) len=154 hdr=000000015a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.563 +5.431s bridge: DL #8961 TN=0 bts_fn=1173→qfn=357 (cur_qfn=333, anchor=116) len=154 hdr=0000000165000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.701 +5.569s bridge: DL #9201 TN=0 bts_fn=1203→qfn=336 (cur_qfn=336, anchor=116) len=154 hdr=0000000150000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.748 +5.615s bridge: DL #9281 TN=0 bts_fn=1213→qfn=346 (cur_qfn=337, anchor=116) len=154 hdr=000000015a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.798 +5.666s bridge: DL #9369 TN=0 bts_fn=1224→qfn=357 (cur_qfn=338, anchor=116) len=154 hdr=0000000165000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.844 +5.712s bridge: DL #9449 TN=0 bts_fn=1234→qfn=367 (cur_qfn=339, anchor=116) len=154 hdr=000000016f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952914.983 +5.851s bridge: DL #9689 TN=0 bts_fn=1264→qfn=346 (cur_qfn=342, anchor=116) len=154 hdr=000000015a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.033 +5.901s bridge: DL #9777 TN=0 bts_fn=1275→qfn=357 (cur_qfn=343, anchor=116) len=154 hdr=0000000165000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.080 +5.948s bridge: DL #9857 TN=0 bts_fn=1285→qfn=367 (cur_qfn=345, anchor=116) len=154 hdr=000000016f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.126 +5.994s bridge: DL #9937 TN=0 bts_fn=1295→qfn=377 (cur_qfn=346, anchor=116) len=154 hdr=0000000179000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.158 +6.026s bridge: tick=232 clk=26 dl=10000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=6152 dl_drop=3560 wall_fn=1300 qfn=347
1778952915.269 +6.137s bridge: DL #10185 TN=0 bts_fn=1326→qfn=357 (cur_qfn=350, anchor=116) len=154 hdr=0000000165000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.315 +6.183s bridge: DL #10265 TN=0 bts_fn=1336→qfn=367 (cur_qfn=352, anchor=116) len=154 hdr=000000016f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.361 +6.229s bridge: DL #10345 TN=0 bts_fn=1346→qfn=377 (cur_qfn=352, anchor=116) len=154 hdr=0000000179000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.504 +6.372s bridge: DL #10593 TN=0 bts_fn=1377→qfn=357 (cur_qfn=355, anchor=116) len=154 hdr=0000000165000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.551 +6.418s bridge: DL #10673 TN=0 bts_fn=1387→qfn=367 (cur_qfn=356, anchor=116) len=154 hdr=000000016f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.597 +6.464s bridge: DL #10753 TN=0 bts_fn=1397→qfn=377 (cur_qfn=357, anchor=116) len=154 hdr=0000000179000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.643 +6.511s bridge: DL #10833 TN=0 bts_fn=1407→qfn=387 (cur_qfn=359, anchor=116) len=154 hdr=0000000183000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.786 +6.654s bridge: DL #11081 TN=0 bts_fn=1438→qfn=367 (cur_qfn=361, anchor=116) len=154 hdr=000000016f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.832 +6.700s bridge: DL #11161 TN=0 bts_fn=1448→qfn=377 (cur_qfn=363, anchor=116) len=154 hdr=0000000179000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.878 +6.746s bridge: DL #11241 TN=0 bts_fn=1458→qfn=387 (cur_qfn=366, anchor=116) len=154 hdr=0000000183000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.924 +6.792s bridge: DL #11321 TN=0 bts_fn=1468→qfn=397 (cur_qfn=368, anchor=116) len=154 hdr=000000018d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952915.943 +6.811s bridge: DL drop #4000 TN=7 bts_fn=1472 (mod 44) qfn=368 (mod 11) delta_to_match=33 > lookahead=32
1778952916.067 +6.935s bridge: DL #11569 TN=0 bts_fn=1499→qfn=377 (cur_qfn=371, anchor=116) len=154 hdr=0000000179000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.114 +6.981s bridge: DL #11649 TN=0 bts_fn=1509→qfn=387 (cur_qfn=372, anchor=116) len=154 hdr=0000000183000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.160 +7.028s bridge: DL #11729 TN=0 bts_fn=1519→qfn=397 (cur_qfn=373, anchor=116) len=154 hdr=000000018d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.303 +7.171s bridge: DL #11977 TN=0 bts_fn=1550→qfn=377 (cur_qfn=377, anchor=116) len=154 hdr=0000000179000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.349 +7.217s bridge: DL #12057 TN=0 bts_fn=1560→qfn=387 (cur_qfn=378, anchor=116) len=154 hdr=0000000183000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.395 +7.263s bridge: DL #12137 TN=0 bts_fn=1570→qfn=397 (cur_qfn=379, anchor=116) len=154 hdr=000000018d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.446 +7.314s bridge: DL #12225 TN=0 bts_fn=1581→qfn=408 (cur_qfn=380, anchor=116) len=154 hdr=0000000198000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.630 +7.498s bridge: DL #12545 TN=0 bts_fn=1621→qfn=397 (cur_qfn=393, anchor=116) len=154 hdr=000000018d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.681 +7.549s bridge: DL #12633 TN=0 bts_fn=1632→qfn=408 (cur_qfn=397, anchor=116) len=154 hdr=0000000198000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.727 +7.595s bridge: DL #12713 TN=0 bts_fn=1642→qfn=418 (cur_qfn=400, anchor=116) len=154 hdr=00000001a2000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.773 +7.641s bridge: DL #12793 TN=0 bts_fn=1652→qfn=428 (cur_qfn=404, anchor=116) len=154 hdr=00000001ac000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.820 +7.688s bridge: DL #12873 TN=0 bts_fn=1662→qfn=438 (cur_qfn=407, anchor=116) len=154 hdr=00000001b6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952916.963 +7.831s bridge: DL #13121 TN=0 bts_fn=1693→qfn=418 (cur_qfn=417, anchor=116) len=154 hdr=00000001a2000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.009 +7.877s bridge: DL #13201 TN=0 bts_fn=1703→qfn=428 (cur_qfn=420, anchor=116) len=154 hdr=00000001ac000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.055 +7.923s bridge: DL #13281 TN=0 bts_fn=1713→qfn=438 (cur_qfn=423, anchor=116) len=154 hdr=00000001b6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.101 +7.969s bridge: DL #13361 TN=0 bts_fn=1723→qfn=448 (cur_qfn=426, anchor=116) len=154 hdr=00000001c0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.152 +8.020s bridge: DL #13449 TN=0 bts_fn=1734→qfn=459 (cur_qfn=428, anchor=116) len=154 hdr=00000001cb000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.290 +8.158s bridge: DL #13689 TN=0 bts_fn=1764→qfn=438 (cur_qfn=435, anchor=116) len=154 hdr=00000001b6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.336 +8.204s bridge: DL #13769 TN=0 bts_fn=1774→qfn=448 (cur_qfn=439, anchor=116) len=154 hdr=00000001c0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.387 +8.255s bridge: DL #13857 TN=0 bts_fn=1785→qfn=459 (cur_qfn=441, anchor=116) len=154 hdr=00000001cb000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.434 +8.302s bridge: DL #13937 TN=0 bts_fn=1795→qfn=469 (cur_qfn=443, anchor=116) len=154 hdr=00000001d5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.494 +8.361s bridge: DL drop #5000 TN=7 bts_fn=1808 (mod 23) qfn=444 (mod 36) delta_to_match=38 > lookahead=32
1778952917.572 +8.440s bridge: DL #14177 TN=0 bts_fn=1825→qfn=448 (cur_qfn=448, anchor=116) len=154 hdr=00000001c0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.623 +8.491s bridge: DL #14265 TN=0 bts_fn=1836→qfn=459 (cur_qfn=449, anchor=116) len=154 hdr=00000001cb000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.669 +8.537s bridge: DL #14345 TN=0 bts_fn=1846→qfn=469 (cur_qfn=449, anchor=116) len=154 hdr=00000001d5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.715 +8.583s bridge: DL #14425 TN=0 bts_fn=1856→qfn=479 (cur_qfn=450, anchor=116) len=154 hdr=00000001df000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.858 +8.726s bridge: DL #14673 TN=0 bts_fn=1887→qfn=459 (cur_qfn=453, anchor=116) len=154 hdr=00000001cb000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.904 +8.772s bridge: DL #14753 TN=0 bts_fn=1897→qfn=469 (cur_qfn=454, anchor=116) len=154 hdr=00000001d5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952917.951 +8.818s bridge: DL #14833 TN=0 bts_fn=1907→qfn=479 (cur_qfn=455, anchor=116) len=154 hdr=00000001df000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.043 +8.911s bridge: tick=343 clk=38 dl=15000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=9351 dl_drop=5361 wall_fn=1925 qfn=458
1778952918.140 +9.008s bridge: DL #15161 TN=0 bts_fn=1948→qfn=469 (cur_qfn=464, anchor=116) len=154 hdr=00000001d5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.186 +9.054s bridge: DL #15241 TN=0 bts_fn=1958→qfn=479 (cur_qfn=467, anchor=116) len=154 hdr=00000001df000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.232 +9.100s bridge: DL #15321 TN=0 bts_fn=1968→qfn=489 (cur_qfn=470, anchor=116) len=154 hdr=00000001e9000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.278 +9.146s bridge: DL #15401 TN=0 bts_fn=1978→qfn=499 (cur_qfn=473, anchor=116) len=154 hdr=00000001f3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.467 +9.335s bridge: DL #15729 TN=0 bts_fn=2019→qfn=489 (cur_qfn=487, anchor=116) len=154 hdr=00000001e9000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.513 +9.381s bridge: DL #15809 TN=0 bts_fn=2029→qfn=499 (cur_qfn=490, anchor=116) len=154 hdr=00000001f3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.564 +9.432s bridge: DL #15897 TN=0 bts_fn=2040→qfn=510 (cur_qfn=494, anchor=116) len=154 hdr=00000001fe000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.610 +9.478s bridge: DL #15977 TN=0 bts_fn=2050→qfn=520 (cur_qfn=497, anchor=116) len=154 hdr=0000000208000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.657 +9.525s bridge: DL #16057 TN=0 bts_fn=2060→qfn=530 (cur_qfn=499, anchor=116) len=154 hdr=0000000212000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.800 +9.668s bridge: DL #16305 TN=0 bts_fn=2091→qfn=510 (cur_qfn=502, anchor=116) len=154 hdr=00000001fe000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.846 +9.714s bridge: DL #16385 TN=0 bts_fn=2101→qfn=520 (cur_qfn=503, anchor=116) len=154 hdr=0000000208000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952918.892 +9.760s bridge: DL #16465 TN=0 bts_fn=2111→qfn=530 (cur_qfn=504, anchor=116) len=154 hdr=0000000212000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.035 +9.903s bridge: DL #16713 TN=0 bts_fn=2142→qfn=510 (cur_qfn=506, anchor=116) len=154 hdr=00000001fe000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.081 +9.949s bridge: DL #16793 TN=0 bts_fn=2152→qfn=520 (cur_qfn=507, anchor=116) len=154 hdr=0000000208000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.127 +9.995s bridge: DL #16873 TN=0 bts_fn=2162→qfn=530 (cur_qfn=508, anchor=116) len=154 hdr=0000000212000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.174 +10.042s bridge: DL #16953 TN=0 bts_fn=2172→qfn=540 (cur_qfn=509, anchor=116) len=154 hdr=000000021c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.188 +10.055s bridge: DL drop #6000 TN=6 bts_fn=2175 (mod 33) qfn=509 (mod 50) delta_to_match=34 > lookahead=32
1778952919.317 +10.185s bridge: DL #17201 TN=0 bts_fn=2203→qfn=520 (cur_qfn=513, anchor=116) len=154 hdr=0000000208000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.363 +10.231s bridge: DL #17281 TN=0 bts_fn=2213→qfn=530 (cur_qfn=514, anchor=116) len=154 hdr=0000000212000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.409 +10.277s bridge: DL #17361 TN=0 bts_fn=2223→qfn=540 (cur_qfn=515, anchor=116) len=154 hdr=000000021c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.552 +10.420s bridge: DL #17609 TN=0 bts_fn=2254→qfn=520 (cur_qfn=517, anchor=116) len=154 hdr=0000000208000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.598 +10.466s bridge: DL #17689 TN=0 bts_fn=2264→qfn=530 (cur_qfn=518, anchor=116) len=154 hdr=0000000212000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.644 +10.512s bridge: DL #17769 TN=0 bts_fn=2274→qfn=540 (cur_qfn=519, anchor=116) len=154 hdr=000000021c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.690 +10.558s bridge: DL #17849 TN=0 bts_fn=2284→qfn=550 (cur_qfn=521, anchor=116) len=154 hdr=0000000226000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.833 +10.701s bridge: DL #18097 TN=0 bts_fn=2315→qfn=530 (cur_qfn=529, anchor=116) len=154 hdr=0000000212000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.880 +10.748s bridge: DL #18177 TN=0 bts_fn=2325→qfn=540 (cur_qfn=531, anchor=116) len=154 hdr=000000021c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.926 +10.794s bridge: DL #18257 TN=0 bts_fn=2335→qfn=550 (cur_qfn=532, anchor=116) len=154 hdr=0000000226000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952919.977 +10.845s bridge: DL #18345 TN=0 bts_fn=2346→qfn=561 (cur_qfn=533, anchor=116) len=154 hdr=0000000231000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.115 +10.983s bridge: DL #18585 TN=0 bts_fn=2376→qfn=540 (cur_qfn=535, anchor=116) len=154 hdr=000000021c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.161 +11.029s bridge: DL #18665 TN=0 bts_fn=2386→qfn=550 (cur_qfn=536, anchor=116) len=154 hdr=0000000226000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.212 +11.080s bridge: DL #18753 TN=0 bts_fn=2397→qfn=561 (cur_qfn=537, anchor=116) len=154 hdr=0000000231000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.350 +11.218s bridge: DL #18993 TN=0 bts_fn=2427→qfn=540 (cur_qfn=540, anchor=116) len=154 hdr=000000021c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.397 +11.265s bridge: DL #19073 TN=0 bts_fn=2437→qfn=550 (cur_qfn=541, anchor=116) len=154 hdr=0000000226000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.448 +11.315s bridge: DL #19161 TN=0 bts_fn=2448→qfn=561 (cur_qfn=542, anchor=116) len=154 hdr=0000000231000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.494 +11.361s bridge: DL #19241 TN=0 bts_fn=2458→qfn=571 (cur_qfn=543, anchor=116) len=154 hdr=000000023b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.604 +11.472s bridge: DL drop #7000 TN=6 bts_fn=2482 (mod 34) qfn=545 (mod 35) delta_to_match=50 > lookahead=32
1778952920.632 +11.500s bridge: DL #19481 TN=0 bts_fn=2488→qfn=550 (cur_qfn=545, anchor=116) len=154 hdr=0000000226000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.683 +11.551s bridge: DL #19569 TN=0 bts_fn=2499→qfn=561 (cur_qfn=546, anchor=116) len=154 hdr=0000000231000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.729 +11.597s bridge: DL #19649 TN=0 bts_fn=2509→qfn=571 (cur_qfn=547, anchor=116) len=154 hdr=000000023b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.918 +11.786s bridge: DL #19977 TN=0 bts_fn=2550→qfn=561 (cur_qfn=552, anchor=116) len=154 hdr=0000000231000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952920.928 +11.796s bridge: DL #20000 TN=7 bts_fn=2552→qfn=563 (cur_qfn=552, anchor=116) len=154 hdr=0700000233000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952920.928 +11.796s bridge: tick=437 clk=51 dl=20000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=12543 dl_drop=7169 wall_fn=2550 qfn=552
1778952920.964 +11.832s bridge: DL #20057 TN=0 bts_fn=2560→qfn=571 (cur_qfn=553, anchor=116) len=154 hdr=000000023b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.010 +11.878s bridge: DL #20137 TN=0 bts_fn=2570→qfn=581 (cur_qfn=554, anchor=116) len=154 hdr=0000000245000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.153 +12.021s bridge: DL #20385 TN=0 bts_fn=2601→qfn=561 (cur_qfn=559, anchor=116) len=154 hdr=0000000231000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.200 +12.068s bridge: DL #20465 TN=0 bts_fn=2611→qfn=571 (cur_qfn=561, anchor=116) len=154 hdr=000000023b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.246 +12.114s bridge: DL #20545 TN=0 bts_fn=2621→qfn=581 (cur_qfn=561, anchor=116) len=154 hdr=0000000245000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.292 +12.160s bridge: DL #20625 TN=0 bts_fn=2631→qfn=591 (cur_qfn=562, anchor=116) len=154 hdr=000000024f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.435 +12.303s bridge: DL #20873 TN=0 bts_fn=2662→qfn=571 (cur_qfn=569, anchor=116) len=154 hdr=000000023b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.481 +12.349s bridge: DL #20953 TN=0 bts_fn=2672→qfn=581 (cur_qfn=572, anchor=116) len=154 hdr=0000000245000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.527 +12.395s bridge: DL #21033 TN=0 bts_fn=2682→qfn=591 (cur_qfn=575, anchor=116) len=154 hdr=000000024f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.573 +12.441s bridge: DL #21113 TN=0 bts_fn=2692→qfn=601 (cur_qfn=578, anchor=116) len=154 hdr=0000000259000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.624 +12.492s bridge: DL #21201 TN=0 bts_fn=2703→qfn=612 (cur_qfn=582, anchor=116) len=154 hdr=0000000264000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.763 +12.630s bridge: DL #21441 TN=0 bts_fn=2733→qfn=591 (cur_qfn=590, anchor=116) len=154 hdr=000000024f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.809 +12.677s bridge: DL #21521 TN=0 bts_fn=2743→qfn=601 (cur_qfn=592, anchor=116) len=154 hdr=0000000259000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.860 +12.728s bridge: DL #21609 TN=0 bts_fn=2754→qfn=612 (cur_qfn=593, anchor=116) len=154 hdr=0000000264000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952921.906 +12.774s bridge: DL #21689 TN=0 bts_fn=2764→qfn=622 (cur_qfn=595, anchor=116) len=154 hdr=000000026e000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.095 +12.963s bridge: DL #22017 TN=0 bts_fn=2805→qfn=612 (cur_qfn=608, anchor=116) len=154 hdr=0000000264000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.141 +13.009s bridge: DL #22097 TN=0 bts_fn=2815→qfn=622 (cur_qfn=612, anchor=116) len=154 hdr=000000026e000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.187 +13.055s bridge: DL #22177 TN=0 bts_fn=2825→qfn=632 (cur_qfn=615, anchor=116) len=154 hdr=0000000278000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.233 +13.101s bridge: DL #22257 TN=0 bts_fn=2835→qfn=642 (cur_qfn=618, anchor=116) len=154 hdr=0000000282000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.280 +13.148s bridge: DL #22337 TN=0 bts_fn=2845→qfn=652 (cur_qfn=622, anchor=116) len=154 hdr=000000028c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.340 +13.208s bridge: DL drop #8000 TN=6 bts_fn=2858 (mod 2) qfn=626 (mod 14) delta_to_match=39 > lookahead=32
1778952922.423 +13.291s bridge: DL #22585 TN=0 bts_fn=2876→qfn=632 (cur_qfn=632, anchor=116) len=154 hdr=0000000278000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.469 +13.337s bridge: DL #22665 TN=0 bts_fn=2886→qfn=642 (cur_qfn=635, anchor=116) len=154 hdr=0000000282000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.515 +13.383s bridge: DL #22745 TN=0 bts_fn=2896→qfn=652 (cur_qfn=639, anchor=116) len=154 hdr=000000028c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.566 +13.434s bridge: DL #22833 TN=0 bts_fn=2907→qfn=663 (cur_qfn=642, anchor=116) len=154 hdr=0000000297000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.612 +13.480s bridge: DL #22913 TN=0 bts_fn=2917→qfn=673 (cur_qfn=646, anchor=116) len=154 hdr=00000002a1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.801 +13.669s bridge: DL #23241 TN=0 bts_fn=2958→qfn=663 (cur_qfn=659, anchor=116) len=154 hdr=0000000297000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.847 +13.715s bridge: DL #23321 TN=0 bts_fn=2968→qfn=673 (cur_qfn=662, anchor=116) len=154 hdr=00000002a1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.893 +13.761s bridge: DL #23401 TN=0 bts_fn=2978→qfn=683 (cur_qfn=666, anchor=116) len=154 hdr=00000002ab000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952922.940 +13.807s bridge: DL #23481 TN=0 bts_fn=2988→qfn=693 (cur_qfn=668, anchor=116) len=154 hdr=00000002b5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.083 +13.951s bridge: DL #23729 TN=0 bts_fn=3019→qfn=673 (cur_qfn=672, anchor=116) len=154 hdr=00000002a1000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.129 +13.997s bridge: DL #23809 TN=0 bts_fn=3029→qfn=683 (cur_qfn=673, anchor=116) len=154 hdr=00000002ab000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.175 +14.043s bridge: DL #23889 TN=0 bts_fn=3039→qfn=693 (cur_qfn=674, anchor=116) len=154 hdr=00000002b5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.221 +14.089s bridge: DL #23969 TN=0 bts_fn=3049→qfn=703 (cur_qfn=678, anchor=116) len=154 hdr=00000002bf000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.364 +14.232s bridge: DL #24217 TN=0 bts_fn=3080→qfn=683 (cur_qfn=681, anchor=116) len=154 hdr=00000002ab000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.411 +14.278s bridge: DL #24297 TN=0 bts_fn=3090→qfn=693 (cur_qfn=682, anchor=116) len=154 hdr=00000002b5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.457 +14.325s bridge: DL #24377 TN=0 bts_fn=3100→qfn=703 (cur_qfn=683, anchor=116) len=154 hdr=00000002bf000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.508 +14.375s bridge: DL #24465 TN=0 bts_fn=3111→qfn=714 (cur_qfn=684, anchor=116) len=154 hdr=00000002ca000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.646 +14.514s bridge: DL #24705 TN=0 bts_fn=3141→qfn=693 (cur_qfn=689, anchor=116) len=154 hdr=00000002b5000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.692 +14.560s bridge: DL #24785 TN=0 bts_fn=3151→qfn=703 (cur_qfn=692, anchor=116) len=154 hdr=00000002bf000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.743 +14.611s bridge: DL #24873 TN=0 bts_fn=3162→qfn=714 (cur_qfn=695, anchor=116) len=154 hdr=00000002ca000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.789 +14.657s bridge: DL #24953 TN=0 bts_fn=3172→qfn=724 (cur_qfn=699, anchor=116) len=154 hdr=00000002d4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.812 +14.680s bridge: DL #25000 TN=7 bts_fn=3177→qfn=729 (cur_qfn=700, anchor=116) len=154 hdr=07000002d9000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778952923.812 +14.680s bridge: tick=585 clk=63 dl=25000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=15871 dl_drop=8841 wall_fn=3175 qfn=700
1778952923.816 +14.684s bridge: tick=586 clk=63 dl=25000 ul=0 ul_rewrite=0 ul_slot_in/off=0/0 dl_rewrite=15871 dl_drop=8841 wall_fn=3176 qfn=701
1778952923.835 +14.703s bridge: DL #25033 TN=0 bts_fn=3182→qfn=734 (cur_qfn=702, anchor=116) len=154 hdr=00000002de000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952923.927 +14.795s bridge: DL drop #9000 TN=6 bts_fn=3202 (mod 40) qfn=708 (mod 45) delta_to_match=46 > lookahead=32
1778952923.978 +14.846s bridge: DL #25281 TN=0 bts_fn=3213→qfn=714 (cur_qfn=712, anchor=116) len=154 hdr=00000002ca000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.024 +14.892s bridge: DL #25361 TN=0 bts_fn=3223→qfn=724 (cur_qfn=715, anchor=116) len=154 hdr=00000002d4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.070 +14.938s bridge: DL #25441 TN=0 bts_fn=3233→qfn=734 (cur_qfn=718, anchor=116) len=154 hdr=00000002de000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.117 +14.984s bridge: DL #25521 TN=0 bts_fn=3243→qfn=744 (cur_qfn=721, anchor=116) len=154 hdr=00000002e8000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.163 +15.031s bridge: DL #25601 TN=0 bts_fn=3253→qfn=754 (cur_qfn=724, anchor=116) len=154 hdr=00000002f2000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.306 +15.174s bridge: DL #25849 TN=0 bts_fn=3284→qfn=734 (cur_qfn=732, anchor=116) len=154 hdr=00000002de000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.352 +15.220s bridge: DL #25929 TN=0 bts_fn=3294→qfn=744 (cur_qfn=733, anchor=116) len=154 hdr=00000002e8000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.398 +15.266s bridge: DL #26009 TN=0 bts_fn=3304→qfn=754 (cur_qfn=734, anchor=116) len=154 hdr=00000002f2000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.449 +15.317s bridge: DL #26097 TN=0 bts_fn=3315→qfn=765 (cur_qfn=736, anchor=116) len=154 hdr=00000002fd000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.587 +15.455s bridge: DL #26337 TN=0 bts_fn=3345→qfn=744 (cur_qfn=744, anchor=116) len=154 hdr=00000002e8000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.634 +15.502s bridge: DL #26417 TN=0 bts_fn=3355→qfn=754 (cur_qfn=747, anchor=116) len=154 hdr=00000002f2000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.684 +15.552s bridge: DL #26505 TN=0 bts_fn=3366→qfn=765 (cur_qfn=751, anchor=116) len=154 hdr=00000002fd000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.730 +15.598s bridge: DL #26585 TN=0 bts_fn=3376→qfn=775 (cur_qfn=754, anchor=116) len=154 hdr=0000000307000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.777 +15.645s bridge: DL #26665 TN=0 bts_fn=3386→qfn=785 (cur_qfn=755, anchor=116) len=154 hdr=0000000311000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.920 +15.788s bridge: DL #26913 TN=0 bts_fn=3417→qfn=765 (cur_qfn=758, anchor=116) len=154 hdr=00000002fd000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952924.966 +15.834s bridge: DL #26993 TN=0 bts_fn=3427→qfn=775 (cur_qfn=759, anchor=116) len=154 hdr=0000000307000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.012 +15.880s bridge: DL #27073 TN=0 bts_fn=3437→qfn=785 (cur_qfn=760, anchor=116) len=154 hdr=0000000311000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.201 +16.069s bridge: DL #27401 TN=0 bts_fn=3478→qfn=775 (cur_qfn=769, anchor=116) len=154 hdr=0000000307000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.247 +16.115s bridge: DL #27481 TN=0 bts_fn=3488→qfn=785 (cur_qfn=772, anchor=116) len=154 hdr=0000000311000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.293 +16.161s bridge: DL #27561 TN=0 bts_fn=3498→qfn=795 (cur_qfn=775, anchor=116) len=154 hdr=000000031b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.340 +16.208s bridge: DL #27641 TN=0 bts_fn=3508→qfn=805 (cur_qfn=778, anchor=116) len=154 hdr=0000000325000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.483 +16.351s bridge: DL #27889 TN=0 bts_fn=3539→qfn=785 (cur_qfn=781, anchor=116) len=154 hdr=0000000311000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.529 +16.397s bridge: DL #27969 TN=0 bts_fn=3549→qfn=795 (cur_qfn=782, anchor=116) len=154 hdr=000000031b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.575 +16.443s bridge: DL #28049 TN=0 bts_fn=3559→qfn=805 (cur_qfn=784, anchor=116) len=154 hdr=0000000325000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.626 +16.494s bridge: DL #28137 TN=0 bts_fn=3570→qfn=816 (cur_qfn=788, anchor=116) len=154 hdr=0000000330000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.681 +16.549s bridge: DL drop #10000 TN=6 bts_fn=3582 (mod 12) qfn=790 (mod 25) delta_to_match=38 > lookahead=32
1778952925.764 +16.632s bridge: DL #28377 TN=0 bts_fn=3600→qfn=795 (cur_qfn=794, anchor=116) len=154 hdr=000000031b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.810 +16.678s bridge: DL #28457 TN=0 bts_fn=3610→qfn=805 (cur_qfn=797, anchor=116) len=154 hdr=0000000325000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.861 +16.729s bridge: DL #28545 TN=0 bts_fn=3621→qfn=816 (cur_qfn=801, anchor=116) len=154 hdr=0000000330000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.907 +16.775s bridge: DL #28625 TN=0 bts_fn=3631→qfn=826 (cur_qfn=804, anchor=116) len=154 hdr=000000033a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952925.954 +16.821s bridge: DL #28705 TN=0 bts_fn=3641→qfn=836 (cur_qfn=807, anchor=116) len=154 hdr=0000000344000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778952926.143 +17.011s bridge: DL #29033 TN=0 bts_fn=3682→qfn=826 (cur_qfn=819, anchor=116) len=154 hdr=000000033a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***

[... 2645 lines truncated (file too large : 516,910 bytes) ...]

1778953100.451 +191.319s bridge: DL #331193 TN=0 bts_fn=41452→qfn=9730 (cur_qfn=9715, anchor=116) len=154 hdr=0000002602000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.502 +191.370s bridge: DL #331281 TN=0 bts_fn=41463→qfn=9741 (cur_qfn=9719, anchor=116) len=154 hdr=000000260d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.548 +191.416s bridge: DL #331361 TN=0 bts_fn=41473→qfn=9751 (cur_qfn=9722, anchor=116) len=154 hdr=0000002617000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.687 +191.555s bridge: DL #331601 TN=0 bts_fn=41503→qfn=9730 (cur_qfn=9727, anchor=116) len=154 hdr=0000002602000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.738 +191.606s bridge: DL #331689 TN=0 bts_fn=41514→qfn=9741 (cur_qfn=9729, anchor=116) len=154 hdr=000000260d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.784 +191.652s bridge: DL #331769 TN=0 bts_fn=41524→qfn=9751 (cur_qfn=9731, anchor=116) len=154 hdr=0000002617000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.830 +191.698s bridge: DL #331849 TN=0 bts_fn=41534→qfn=9761 (cur_qfn=9732, anchor=116) len=154 hdr=0000002621000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953100.858 +191.726s bridge: DL drop #117000 TN=5 bts_fn=41540 (mod 26) qfn=9732 (mod 42) delta_to_match=35 > lookahead=32
1778953100.973 +191.841s bridge: DL #332097 TN=0 bts_fn=41565→qfn=9741 (cur_qfn=9737, anchor=116) len=154 hdr=000000260d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.019 +191.887s bridge: DL #332177 TN=0 bts_fn=41575→qfn=9751 (cur_qfn=9740, anchor=116) len=154 hdr=0000002617000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.065 +191.933s bridge: DL #332257 TN=0 bts_fn=41585→qfn=9761 (cur_qfn=9743, anchor=116) len=154 hdr=0000002621000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.111 +191.979s bridge: DL #332337 TN=0 bts_fn=41595→qfn=9771 (cur_qfn=9746, anchor=116) len=154 hdr=000000262b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.158 +192.025s bridge: DL #332417 TN=0 bts_fn=41605→qfn=9781 (cur_qfn=9749, anchor=116) len=154 hdr=0000002635000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.301 +192.169s bridge: DL #332665 TN=0 bts_fn=41636→qfn=9761 (cur_qfn=9758, anchor=116) len=154 hdr=0000002621000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.347 +192.215s bridge: DL #332745 TN=0 bts_fn=41646→qfn=9771 (cur_qfn=9760, anchor=116) len=154 hdr=000000262b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.393 +192.261s bridge: DL #332825 TN=0 bts_fn=41656→qfn=9781 (cur_qfn=9762, anchor=116) len=154 hdr=0000002635000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.444 +192.312s bridge: DL #332913 TN=0 bts_fn=41667→qfn=9792 (cur_qfn=9764, anchor=116) len=154 hdr=0000002640000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.628 +192.496s bridge: DL #333233 TN=0 bts_fn=41707→qfn=9781 (cur_qfn=9775, anchor=116) len=154 hdr=0000002635000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.679 +192.547s bridge: DL #333321 TN=0 bts_fn=41718→qfn=9792 (cur_qfn=9779, anchor=116) len=154 hdr=0000002640000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.725 +192.593s bridge: DL #333401 TN=0 bts_fn=41728→qfn=9802 (cur_qfn=9782, anchor=116) len=154 hdr=000000264a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.772 +192.639s bridge: DL #333481 TN=0 bts_fn=41738→qfn=9812 (cur_qfn=9785, anchor=116) len=154 hdr=0000002654000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953101.961 +192.829s bridge: DL #333809 TN=0 bts_fn=41779→qfn=9802 (cur_qfn=9798, anchor=116) len=154 hdr=000000264a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.007 +192.875s bridge: DL #333889 TN=0 bts_fn=41789→qfn=9812 (cur_qfn=9801, anchor=116) len=154 hdr=0000002654000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.053 +192.921s bridge: DL #333969 TN=0 bts_fn=41799→qfn=9822 (cur_qfn=9803, anchor=116) len=154 hdr=000000265e000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.099 +192.967s bridge: DL #334049 TN=0 bts_fn=41809→qfn=9832 (cur_qfn=9806, anchor=116) len=154 hdr=0000002668000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.284 +193.152s bridge: DL #334377 TN=0 bts_fn=41850→qfn=9822 (cur_qfn=9817, anchor=116) len=154 hdr=000000265e000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.330 +193.198s bridge: DL #334457 TN=0 bts_fn=41860→qfn=9832 (cur_qfn=9818, anchor=116) len=154 hdr=0000002668000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.381 +193.249s bridge: DL #334545 TN=0 bts_fn=41871→qfn=9843 (cur_qfn=9819, anchor=116) len=154 hdr=0000002673000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.446 +193.314s bridge: DL drop #118000 TN=5 bts_fn=41884 (mod 13) qfn=9821 (mod 29) delta_to_match=35 > lookahead=32
1778953102.570 +193.438s bridge: DL #334865 TN=0 bts_fn=41911→qfn=9832 (cur_qfn=9823, anchor=116) len=154 hdr=0000002668000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.621 +193.489s bridge: DL #334953 TN=0 bts_fn=41922→qfn=9843 (cur_qfn=9825, anchor=116) len=154 hdr=0000002673000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.640 +193.507s bridge: tick=9711 clk=823 dl=334996 ul=4 ul_rewrite=4 ul_slot_in/off=4/0 dl_rewrite=216570 dl_drop=118138 wall_fn=41924 qfn=9826
1778953102.640 +193.507s bridge: DL #335000 TN=7 bts_fn=41927→qfn=9848 (cur_qfn=9826, anchor=116) len=154 hdr=0700002678000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778953102.663 +193.531s bridge: DL #335033 TN=0 bts_fn=41932→qfn=9853 (cur_qfn=9828, anchor=116) len=154 hdr=000000267d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.709 +193.577s bridge: DL #335113 TN=0 bts_fn=41942→qfn=9863 (cur_qfn=9831, anchor=116) len=154 hdr=0000002687000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.852 +193.720s bridge: DL #335361 TN=0 bts_fn=41973→qfn=9843 (cur_qfn=9841, anchor=116) len=154 hdr=0000002673000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.903 +193.771s bridge: DL #335441 TN=0 bts_fn=41983→qfn=9853 (cur_qfn=9845, anchor=116) len=154 hdr=000000267d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.949 +193.817s bridge: DL #335521 TN=0 bts_fn=41993→qfn=9863 (cur_qfn=9848, anchor=116) len=154 hdr=0000002687000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953102.995 +193.863s bridge: DL #335601 TN=0 bts_fn=42003→qfn=9873 (cur_qfn=9850, anchor=116) len=154 hdr=0000002691000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.042 +193.910s bridge: DL #335681 TN=0 bts_fn=42013→qfn=9883 (cur_qfn=9851, anchor=116) len=154 hdr=000000269b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.139 +194.007s bridge: DL #335849 TN=0 bts_fn=42034→qfn=9853 (cur_qfn=9852, anchor=116) len=154 hdr=000000267d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.185 +194.053s bridge: DL #335929 TN=0 bts_fn=42044→qfn=9863 (cur_qfn=9853, anchor=116) len=154 hdr=0000002687000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.231 +194.099s bridge: DL #336009 TN=0 bts_fn=42054→qfn=9873 (cur_qfn=9854, anchor=116) len=154 hdr=0000002691000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.277 +194.145s bridge: DL #336089 TN=0 bts_fn=42064→qfn=9883 (cur_qfn=9855, anchor=116) len=154 hdr=000000269b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.466 +194.334s bridge: DL #336417 TN=0 bts_fn=42105→qfn=9873 (cur_qfn=9867, anchor=116) len=154 hdr=0000002691000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.512 +194.380s bridge: DL #336497 TN=0 bts_fn=42115→qfn=9883 (cur_qfn=9871, anchor=116) len=154 hdr=000000269b000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.563 +194.431s bridge: DL #336585 TN=0 bts_fn=42126→qfn=9894 (cur_qfn=9874, anchor=116) len=154 hdr=00000026a6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.609 +194.477s bridge: DL #336665 TN=0 bts_fn=42136→qfn=9904 (cur_qfn=9878, anchor=116) len=154 hdr=00000026b0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.798 +194.666s bridge: DL #336993 TN=0 bts_fn=42177→qfn=9894 (cur_qfn=9891, anchor=116) len=154 hdr=00000026a6000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.844 +194.712s bridge: DL #337073 TN=0 bts_fn=42187→qfn=9904 (cur_qfn=9895, anchor=116) len=154 hdr=00000026b0000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.891 +194.759s bridge: DL #337153 TN=0 bts_fn=42197→qfn=9914 (cur_qfn=9898, anchor=116) len=154 hdr=00000026ba000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.937 +194.805s bridge: DL #337233 TN=0 bts_fn=42207→qfn=9924 (cur_qfn=9901, anchor=116) len=154 hdr=00000026c4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953103.983 +194.851s bridge: DL #337313 TN=0 bts_fn=42217→qfn=9934 (cur_qfn=9905, anchor=116) len=154 hdr=00000026ce000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.043 +194.911s bridge: DL drop #119000 TN=5 bts_fn=42230 (mod 2) qfn=9909 (mod 15) delta_to_match=38 > lookahead=32
1778953104.172 +195.040s bridge: DL #337641 TN=0 bts_fn=42258→qfn=9924 (cur_qfn=9918, anchor=116) len=154 hdr=00000026c4000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.218 +195.086s bridge: DL #337721 TN=0 bts_fn=42268→qfn=9934 (cur_qfn=9922, anchor=116) len=154 hdr=00000026ce000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.269 +195.137s bridge: DL #337809 TN=0 bts_fn=42279→qfn=9945 (cur_qfn=9925, anchor=116) len=154 hdr=00000026d9000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.315 +195.183s bridge: DL #337889 TN=0 bts_fn=42289→qfn=9955 (cur_qfn=9929, anchor=116) len=154 hdr=00000026e3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.505 +195.372s bridge: DL #338217 TN=0 bts_fn=42330→qfn=9945 (cur_qfn=9942, anchor=116) len=154 hdr=00000026d9000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.551 +195.419s bridge: DL #338297 TN=0 bts_fn=42340→qfn=9955 (cur_qfn=9945, anchor=116) len=154 hdr=00000026e3000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.597 +195.465s bridge: DL #338377 TN=0 bts_fn=42350→qfn=9965 (cur_qfn=9949, anchor=116) len=154 hdr=00000026ed000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.643 +195.511s bridge: DL #338457 TN=0 bts_fn=42360→qfn=9975 (cur_qfn=9952, anchor=116) len=154 hdr=00000026f7000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.689 +195.557s bridge: DL #338537 TN=0 bts_fn=42370→qfn=9985 (cur_qfn=9955, anchor=116) len=154 hdr=0000002701000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.828 +195.696s bridge: DL #338785 TN=0 bts_fn=42401→qfn=9965 (cur_qfn=9964, anchor=116) len=154 hdr=00000026ed000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.874 +195.742s bridge: DL #338865 TN=0 bts_fn=42411→qfn=9975 (cur_qfn=9967, anchor=116) len=154 hdr=00000026f7000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.920 +195.788s bridge: DL #338945 TN=0 bts_fn=42421→qfn=9985 (cur_qfn=9970, anchor=116) len=154 hdr=0000002701000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953104.971 +195.839s bridge: DL #339033 TN=0 bts_fn=42432→qfn=9996 (cur_qfn=9974, anchor=116) len=154 hdr=000000270c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.017 +195.885s bridge: DL #339113 TN=0 bts_fn=42442→qfn=10006 (cur_qfn=9977, anchor=116) len=154 hdr=0000002716000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.206 +196.074s bridge: DL #339441 TN=0 bts_fn=42483→qfn=9996 (cur_qfn=9989, anchor=116) len=154 hdr=000000270c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.257 +196.125s bridge: DL #339521 TN=0 bts_fn=42493→qfn=10006 (cur_qfn=9993, anchor=116) len=154 hdr=0000002716000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.303 +196.171s bridge: DL #339601 TN=0 bts_fn=42503→qfn=10016 (cur_qfn=9996, anchor=116) len=154 hdr=0000002720000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.349 +196.217s bridge: DL #339681 TN=0 bts_fn=42513→qfn=10026 (cur_qfn=9999, anchor=116) len=154 hdr=000000272a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.530 +196.397s bridge: tick=9897 clk=835 dl=339996 ul=4 ul_rewrite=4 ul_slot_in/off=4/0 dl_rewrite=219730 dl_drop=119978 wall_fn=42550 qfn=10012
1778953105.530 +196.397s bridge: DL #340000 TN=7 bts_fn=42552→qfn=10014 (cur_qfn=10012, anchor=116) len=154 hdr=070000271e000000 bits[0:8]=[0, 1, 1, 1, 1, 1, 0, 1] 
1778953105.539 +196.407s bridge: DL #340009 TN=0 bts_fn=42554→qfn=10016 (cur_qfn=10013, anchor=116) len=154 hdr=0000002720000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.585 +196.453s bridge: DL #340089 TN=0 bts_fn=42564→qfn=10026 (cur_qfn=10016, anchor=116) len=154 hdr=000000272a000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.631 +196.499s bridge: DL #340169 TN=0 bts_fn=42574→qfn=10036 (cur_qfn=10019, anchor=116) len=154 hdr=0000002734000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.682 +196.550s bridge: DL #340257 TN=0 bts_fn=42585→qfn=10047 (cur_qfn=10023, anchor=116) len=154 hdr=000000273f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.728 +196.596s bridge: DL #340337 TN=0 bts_fn=42595→qfn=10057 (cur_qfn=10026, anchor=116) len=154 hdr=0000002749000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.751 +196.619s bridge: DL drop #120000 TN=5 bts_fn=42600 (mod 15) qfn=10028 (mod 32) delta_to_match=34 > lookahead=32
1778953105.866 +196.734s bridge: DL #340577 TN=0 bts_fn=42625→qfn=10036 (cur_qfn=10034, anchor=116) len=154 hdr=0000002734000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.917 +196.785s bridge: DL #340665 TN=0 bts_fn=42636→qfn=10047 (cur_qfn=10036, anchor=116) len=154 hdr=000000273f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953105.963 +196.831s bridge: DL #340745 TN=0 bts_fn=42646→qfn=10057 (cur_qfn=10037, anchor=116) len=154 hdr=0000002749000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.010 +196.877s bridge: DL #340825 TN=0 bts_fn=42656→qfn=10067 (cur_qfn=10038, anchor=116) len=154 hdr=0000002753000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.152 +197.020s bridge: DL #341073 TN=0 bts_fn=42687→qfn=10047 (cur_qfn=10047, anchor=116) len=154 hdr=000000273f000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.199 +197.067s bridge: DL #341153 TN=0 bts_fn=42697→qfn=10057 (cur_qfn=10050, anchor=116) len=154 hdr=0000002749000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.245 +197.113s bridge: DL #341233 TN=0 bts_fn=42707→qfn=10067 (cur_qfn=10053, anchor=116) len=154 hdr=0000002753000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.291 +197.159s bridge: DL #341313 TN=0 bts_fn=42717→qfn=10077 (cur_qfn=10056, anchor=116) len=154 hdr=000000275d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.337 +197.205s bridge: DL #341393 TN=0 bts_fn=42727→qfn=10087 (cur_qfn=10058, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.480 +197.348s bridge: DL #341641 TN=0 bts_fn=42758→qfn=10067 (cur_qfn=10066, anchor=116) len=154 hdr=0000002753000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.527 +197.394s bridge: DL #341721 TN=0 bts_fn=42768→qfn=10077 (cur_qfn=10069, anchor=116) len=154 hdr=000000275d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.573 +197.440s bridge: DL #341801 TN=0 bts_fn=42778→qfn=10087 (cur_qfn=10069, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.624 +197.491s bridge: DL #341889 TN=0 bts_fn=42789→qfn=10098 (cur_qfn=10070, anchor=116) len=154 hdr=0000002772000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.762 +197.630s bridge: DL #342129 TN=0 bts_fn=42819→qfn=10077 (cur_qfn=10074, anchor=116) len=154 hdr=000000275d000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.808 +197.676s bridge: DL #342209 TN=0 bts_fn=42829→qfn=10087 (cur_qfn=10075, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.859 +197.727s bridge: DL #342297 TN=0 bts_fn=42840→qfn=10098 (cur_qfn=10076, anchor=116) len=154 hdr=0000002772000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953106.905 +197.773s bridge: DL #342377 TN=0 bts_fn=42850→qfn=10108 (cur_qfn=10076, anchor=116) len=154 hdr=000000277c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953107.043 +197.911s bridge: DL #342617 TN=0 bts_fn=42880→qfn=10087 (cur_qfn=10078, anchor=116) len=154 hdr=0000002767000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953107.094 +197.962s bridge: DL #342705 TN=0 bts_fn=42891→qfn=10098 (cur_qfn=10080, anchor=116) len=154 hdr=0000002772000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***
1778953107.140 +198.008s bridge: DL #342785 TN=0 bts_fn=42901→qfn=10108 (cur_qfn=10082, anchor=116) len=154 hdr=000000277c000000 bits[0:8]=[0, 0, 0, 0, 0, 0, 0, 0] *** FB ***

:::

bts.log (385,747 bytes, 2875 lignes)
1778952909.144 +0.011s ((*))
1778952909.144 +0.011s   |
1778952909.144 +0.011s  / \ OsmoBTS
1778952909.153 +0.020s DL1C INFO TRX_PROV[0x55c678749c30]{CLOSED}: Allocated (fsm.c:456)
1778952909.153 +0.020s 'no osmotrx timing-advance-loop' is deprecated, Timing Advance loop is now active by default
1778952909.153 +0.020s DLCTRL NOTICE CTRL at 127.0.0.1 4238 (control_if.c:1026)
1778952909.153 +0.020s DLGLOBAL NOTICE Available via telnet 127.0.0.1 4241 (telnet_interface.c:88)
1778952909.154 +0.020s DABIS NOTICE A-bis connection establishment to BSC (127.0.0.1) in progress... (abis.c:170)
1778952909.154 +0.020s DLINP NOTICE E1TS(0:1) enabling ipaccess BTS mode, OML connecting to 127.0.0.1:3002 (ipaccess.c:1078)
1778952909.154 +0.021s DL1C INFO phy0: PHY link state change shutdown -> connecting (phy_link.c:58)
1778952909.154 +0.021s DTRX NOTICE phy0.0: Opening TRXC/TRXD connections to 127.0.0.1 (trx_if.c:1283)
1778952909.154 +0.021s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{CLOSED}: Received Event TRX_PROV_EV_OPEN (trx_if.c:1363)
1778952909.154 +0.021s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWEROFF' (trx_if.c:268)
1778952909.154 +0.021s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{CLOSED}: state_chg to OPEN_POWEROFF (trx_provision_fsm.c:363)
1778952909.154 +0.021s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 1' (trx_if.c:268)
1778952909.155 +0.022s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1778952909.155 +0.022s DTRX INFO phy0.0: Response message: 'RSP POWEROFF 0' (trx_if.c:687)
1778952909.155 +0.022s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 1' (trx_if.c:687)
1778952909.155 +0.022s DOML ERROR OC=GPRS-CELL INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1778952909.155 +0.022s DOML NOTICE OC=GPRS-CELL(f1) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.156 +0.023s DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1778952909.156 +0.023s DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.156 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 0' (trx_if.c:268)
1778952909.156 +0.023s DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:631)
1778952909.156 +0.023s DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1024)
1778952909.156 +0.023s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1070)
1778952909.156 +0.023s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1070)
1778952909.156 +0.023s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1778952909.156 +0.023s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1070)
1778952909.156 +0.023s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1070)
1778952909.156 +0.023s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1778952909.156 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.156 +0.023s DTRX INFO phy0.0: Requesting TRXD PDU version 2 (trx_if.c:296)
1778952909.156 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 2' (trx_if.c:268)
1778952909.156 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1778952909.156 +0.023s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 0' (trx_if.c:687)
1778952909.156 +0.023s DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.156 +0.023s DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.156 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.156 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1778952909.156 +0.023s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 0 0 0' (trx_if.c:687)
1778952909.156 +0.023s DTRX NOTICE phy0.0: Response message 'RSP SETFORMAT 0 0 0' does not match command message 'CMD SETFORMAT 2' (trx_if.c:714)
1778952909.157 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1778952909.157 +0.023s DTRX INFO phy0.0: Requesting TRXD PDU version 0 (trx_if.c:296)
1778952909.157 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 0' (trx_if.c:268)
1778952909.157 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1778952909.157 +0.023s DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.157 +0.023s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 0 0 0' (trx_if.c:687)
1778952909.157 +0.023s DTRX NOTICE phy0.0: Response message 'RSP SETFORMAT 0 0 0' does not match command message 'CMD SETFORMAT 0' (trx_if.c:714)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1778952909.157 +0.024s DTRX INFO phy0.0: Using TRXD PDU version 0 (trx_provision_fsm.c:472)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.157 +0.024s DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.157 +0.024s DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.157 +0.024s DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.157 +0.024s DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.157 +0.024s DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.157 +0.024s DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.157 +0.024s DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.157 +0.024s DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.157 +0.024s DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.157 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.024s DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.158 +0.024s DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1778952909.158 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1778952909.158 +0.024s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.024s DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.158 +0.025s DOML NOTICE OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ARFCN (l1_if.c:223)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RXTUNE 890200' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD TXTUNE 935200' (trx_if.c:268)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_BSIC (l1_if.c:229)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETTSC 7' (trx_if.c:268)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP RXTUNE 0 890200' (trx_if.c:687)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_RXTUNE_CNF (trx_provision_fsm.c:66)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP TXTUNE 0 935200' (trx_if.c:687)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_TXTUNE_CNF (trx_provision_fsm.c:71)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOMTXPOWER' (trx_if.c:268)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ENABLE (l1_if.c:170)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETTSC 0 7' (trx_if.c:687)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETTSC_CNF (trx_provision_fsm.c:76)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Delay poweron, wait for: nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1778952909.158 +0.025s DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP NOMTXPOWER 0 50' (trx_if.c:687)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_NOMTXPOWER_CNF (trx_provision_fsm.c:88)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_POWEROFF}: state_chg to OPEN_WAIT_POWERON_CNF (trx_provision_fsm.c:509)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWERON' (trx_if.c:268)
1778952909.158 +0.025s DOML NOTICE OC=GPRS-NSVC(f2) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP POWERON 0' (trx_if.c:687)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_WAIT_POWERON_CNF}: Received Event TRX_PROV_EV_POWERON_CNF (trx_provision_fsm.c:56)
1778952909.158 +0.025s DL1C NOTICE GSM clock started, waiting for clock indications (scheduler_trx.c:491)
1778952909.158 +0.025s DL1C INFO phy0: PHY link state change connecting -> connected (phy_link.c:58)
1778952909.158 +0.025s DL1C INFO TRX_PROV(phy0-0)[0x55c678749c30]{OPEN_WAIT_POWERON_CNF}: state_chg to OPEN_POWERON (trx_provision_fsm.c:549)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETRXGAIN 40' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 0 5' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 1 1' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 2 1' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 3 1' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 4 1' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 5 1' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 6 1' (trx_if.c:268)
1778952909.158 +0.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 7 1' (trx_if.c:268)
1778952909.158 +0.025s DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1778952909.158 +0.025s DTRX INFO phy0.0: Clock indication: fn=0 (trx_if.c:138)
1778952909.158 +0.025s DL1C INFO TRX Clock Ind: elapsed_us=200120723689, elapsed_fn=  0, error_us=+200120723689 (scheduler_trx.c:566)
1778952909.158 +0.025s DL1C INFO GSM clock jitter: -200120723689us (elapsed_fn=0) (scheduler_trx.c:585)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETRXGAIN 0 40' (trx_if.c:687)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 0 5' (trx_if.c:687)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 1 1' (trx_if.c:687)
1778952909.158 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 2 1' (trx_if.c:687)
1778952909.159 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 3 1' (trx_if.c:687)
1778952909.159 +0.025s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 4 1' (trx_if.c:687)
1778952909.159 +0.026s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 5 1' (trx_if.c:687)
1778952909.159 +0.026s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 6 1' (trx_if.c:687)
1778952909.159 +0.026s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234)
1778952909.159 +0.026s DL1C INFO (bts=0,trx=0) power_ramp_start(cur=0, tgt=0, bypass) (tx_power.c:250)
1778952909.159 +0.026s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952909.159 +0.026s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 7 1' (trx_if.c:687)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:614)
1778952909.159 +0.026s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1778952909.159 +0.026s DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:830)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:614)
1778952909.159 +0.026s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1778952909.159 +0.026s DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:830)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:720)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:720)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:720)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:614)
1778952909.159 +0.026s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state ACTIVE -> NONE (lchan.c:291)
1778952909.159 +0.026s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Deactivating BCCH (scheduler.c:1070)
1778952909.159 +0.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOHANDOVER 0 4' (trx_if.c:268)
1778952909.159 +0.026s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1778952909.159 +0.026s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1778952909.159 +0.026s DPCU NOTICE Disabling GPRS Indicator in SI (No PCU connected) (sysinfo.c:206)
1778952909.159 +0.026s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1778952909.159 +0.026s DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:830)
1778952909.159 +0.026s DRSL INFO Updated AGCH max queue length to 12 (bts.c:512)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:614)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1778952909.159 +0.026s DRSL INFO  Rx RSL BCCH INFO (SI13, 23 bytes) (rsl.c:614)
1778952909.159 +0.026s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1778952909.159 +0.026s DPCU NOTICE Failed to send SI13 to PCU: rc=-5 (pcu_sock.c:830)
1778952909.159 +0.026s DRSL INFO  Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1107)
1778952909.159 +0.026s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1127)
1778952909.159 +0.026s DTRX INFO phy0.0: Response message: 'RSP NOHANDOVER 0 0 4' (trx_if.c:687)
1778952909.159 +0.026s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1127)
1778952909.159 +0.026s DRSL INFO  Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1107)
1778952909.159 +0.026s DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1330)
1778952909.425 +0.292s DTRX INFO phy0.0: Clock indication: fn=51 (trx_if.c:138)
1778952909.425 +0.292s DL1C INFO TRX Clock Ind: elapsed_us= 266725, elapsed_fn= 51, error_us=+31360 (scheduler_trx.c:566)
1778952909.425 +0.292s DL1C NOTICE GSM clock skew: old fn=0, new fn=51 (scheduler_trx.c:580)
1778952909.425 +0.292s DL1P INFO 000053/00/01/02/01 (bts=0,trx=0,ts=0) BCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1778952909.444 +0.311s DL1P INFO 000057/00/05/06/05 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1778952909.471 +0.338s DL1P INFO 000063/00/11/12/11 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1778952909.490 +0.357s DL1P INFO 000067/00/15/16/15 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1778952909.633 +0.500s DTRX INFO phy0.0: Clock indication: fn=102 (trx_if.c:138)
1778952909.633 +0.500s DL1C INFO TRX Clock Ind: elapsed_us= 208041, elapsed_fn= 51, error_us=-27324 (scheduler_trx.c:566)
1778952909.633 +0.500s DL1C INFO GSM clock jitter: 27380us (elapsed_fn=6) (scheduler_trx.c:585)
1778952909.633 +0.500s DL1C NOTICE We were 6 FN slower than TRX, compensated (scheduler_trx.c:608)
1778952909.869 +0.736s DTRX INFO phy0.0: Clock indication: fn=153 (trx_if.c:138)
1778952909.869 +0.736s DL1C INFO TRX Clock Ind: elapsed_us= 235604, elapsed_fn= 51, error_us= +239 (scheduler_trx.c:566)
1778952909.869 +0.736s DL1C INFO GSM clock jitter: -400us (elapsed_fn=0) (scheduler_trx.c:585)
1778952910.100 +0.967s DTRX INFO phy0.0: Clock indication: fn=204 (trx_if.c:138)
1778952910.100 +0.967s DL1C INFO TRX Clock Ind: elapsed_us= 231490, elapsed_fn= 51, error_us=-3875 (scheduler_trx.c:566)
1778952910.100 +0.967s DL1C INFO GSM clock jitter: 3353us (elapsed_fn=1) (scheduler_trx.c:585)
1778952910.100 +0.967s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778952910.159 +1.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to 0 mdBm. (tx_power.c:181)
1778952910.159 +1.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 50' (trx_if.c:268)
1778952910.159 +1.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 50' (trx_if.c:687)
1778952910.339 +1.206s DTRX INFO phy0.0: Clock indication: fn=255 (trx_if.c:138)
1778952910.339 +1.206s DL1C INFO TRX Clock Ind: elapsed_us= 238978, elapsed_fn= 51, error_us=+3613 (scheduler_trx.c:566)
1778952910.339 +1.206s DL1C INFO GSM clock jitter: -4842us (elapsed_fn=-1) (scheduler_trx.c:585)
1778952910.339 +1.206s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778952910.575 +1.442s DTRX INFO phy0.0: Clock indication: fn=306 (trx_if.c:138)
1778952910.575 +1.442s DL1C INFO TRX Clock Ind: elapsed_us= 235802, elapsed_fn= 51, error_us= +437 (scheduler_trx.c:566)
1778952910.575 +1.442s DL1C INFO GSM clock jitter: -297us (elapsed_fn=0) (scheduler_trx.c:585)
1778952910.810 +1.677s DTRX INFO phy0.0: Clock indication: fn=357 (trx_if.c:138)
1778952910.810 +1.677s DL1C INFO TRX Clock Ind: elapsed_us= 235282, elapsed_fn= 51, error_us=  -83 (scheduler_trx.c:566)
1778952910.810 +1.677s DL1C INFO GSM clock jitter: -295us (elapsed_fn=0) (scheduler_trx.c:585)
1778952911.044 +1.911s DTRX INFO phy0.0: Clock indication: fn=408 (trx_if.c:138)
1778952911.044 +1.911s DL1C INFO TRX Clock Ind: elapsed_us= 233638, elapsed_fn= 51, error_us=-1727 (scheduler_trx.c:566)
1778952911.044 +1.911s DL1C INFO GSM clock jitter: 1614us (elapsed_fn=1) (scheduler_trx.c:585)
1778952911.044 +1.911s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778952911.281 +2.148s DTRX INFO phy0.0: Clock indication: fn=459 (trx_if.c:138)
1778952911.281 +2.148s DL1C INFO TRX Clock Ind: elapsed_us= 237007, elapsed_fn= 51, error_us=+1642 (scheduler_trx.c:566)
1778952911.281 +2.148s DL1C INFO GSM clock jitter: -4781us (elapsed_fn=-1) (scheduler_trx.c:585)
1778952911.281 +2.148s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778952911.512 +2.379s DTRX INFO phy0.0: Clock indication: fn=510 (trx_if.c:138)
1778952911.512 +2.379s DL1C INFO TRX Clock Ind: elapsed_us= 231133, elapsed_fn= 51, error_us=-4232 (scheduler_trx.c:566)
1778952911.512 +2.379s DL1C INFO GSM clock jitter: 4382us (elapsed_fn=1) (scheduler_trx.c:585)
1778952911.512 +2.379s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778952911.748 +2.615s DTRX INFO phy0.0: Clock indication: fn=561 (trx_if.c:138)
1778952911.748 +2.615s DL1C INFO TRX Clock Ind: elapsed_us= 235469, elapsed_fn= 51, error_us= +104 (scheduler_trx.c:566)
1778952911.748 +2.615s DL1C INFO GSM clock jitter: -325us (elapsed_fn=0) (scheduler_trx.c:585)
1778952911.983 +2.850s DTRX INFO phy0.0: Clock indication: fn=612 (trx_if.c:138)
1778952911.983 +2.850s DL1C INFO TRX Clock Ind: elapsed_us= 235465, elapsed_fn= 51, error_us= +100 (scheduler_trx.c:566)
1778952911.983 +2.850s DL1C INFO GSM clock jitter: -380us (elapsed_fn=0) (scheduler_trx.c:585)
1778952912.038 +2.905s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952912.218 +3.085s DTRX INFO phy0.0: Clock indication: fn=663 (trx_if.c:138)
1778952912.218 +3.085s DL1C INFO TRX Clock Ind: elapsed_us= 235371, elapsed_fn= 51, error_us=   +6 (scheduler_trx.c:566)
1778952912.218 +3.085s DL1C INFO GSM clock jitter: -463us (elapsed_fn=0) (scheduler_trx.c:585)
1778952912.454 +3.320s DTRX INFO phy0.0: Clock indication: fn=714 (trx_if.c:138)
1778952912.454 +3.321s DL1C INFO TRX Clock Ind: elapsed_us= 235231, elapsed_fn= 51, error_us= -134 (scheduler_trx.c:566)
1778952912.454 +3.321s DL1C INFO GSM clock jitter: -304us (elapsed_fn=0) (scheduler_trx.c:585)
1778952912.689 +3.556s DTRX INFO phy0.0: Clock indication: fn=765 (trx_if.c:138)
1778952912.689 +3.556s DL1C INFO TRX Clock Ind: elapsed_us= 235469, elapsed_fn= 51, error_us= +104 (scheduler_trx.c:566)
1778952912.689 +3.556s DL1C INFO GSM clock jitter: -336us (elapsed_fn=0) (scheduler_trx.c:585)
1778952912.924 +3.791s DTRX INFO phy0.0: Clock indication: fn=816 (trx_if.c:138)
1778952912.924 +3.791s DL1C INFO TRX Clock Ind: elapsed_us= 235228, elapsed_fn= 51, error_us= -137 (scheduler_trx.c:566)
1778952912.924 +3.791s DL1C INFO GSM clock jitter: -273us (elapsed_fn=0) (scheduler_trx.c:585)
1778952913.160 +4.027s DTRX INFO phy0.0: Clock indication: fn=867 (trx_if.c:138)
1778952913.160 +4.027s DL1C INFO TRX Clock Ind: elapsed_us= 235498, elapsed_fn= 51, error_us= +133 (scheduler_trx.c:566)
1778952913.160 +4.027s DL1C INFO GSM clock jitter: -377us (elapsed_fn=0) (scheduler_trx.c:585)
1778952913.395 +4.262s DTRX INFO phy0.0: Clock indication: fn=918 (trx_if.c:138)
1778952913.395 +4.262s DL1C INFO TRX Clock Ind: elapsed_us= 235243, elapsed_fn= 51, error_us= -122 (scheduler_trx.c:566)
1778952913.395 +4.262s DL1C INFO GSM clock jitter: -219us (elapsed_fn=0) (scheduler_trx.c:585)
1778952913.631 +4.498s DTRX INFO phy0.0: Clock indication: fn=969 (trx_if.c:138)
1778952913.631 +4.498s DL1C INFO TRX Clock Ind: elapsed_us= 235574, elapsed_fn= 51, error_us= +209 (scheduler_trx.c:566)
1778952913.631 +4.498s DL1C INFO GSM clock jitter: -397us (elapsed_fn=0) (scheduler_trx.c:585)
1778952913.866 +4.733s DTRX INFO phy0.0: Clock indication: fn=1020 (trx_if.c:138)
1778952913.866 +4.733s DL1C INFO TRX Clock Ind: elapsed_us= 235081, elapsed_fn= 51, error_us= -284 (scheduler_trx.c:566)
1778952913.866 +4.733s DL1C INFO GSM clock jitter: -110us (elapsed_fn=0) (scheduler_trx.c:585)
1778952914.101 +4.968s DTRX INFO phy0.0: Clock indication: fn=1071 (trx_if.c:138)
1778952914.101 +4.968s DL1C INFO TRX Clock Ind: elapsed_us= 235520, elapsed_fn= 51, error_us= +155 (scheduler_trx.c:566)
1778952914.101 +4.968s DL1C INFO GSM clock jitter: -268us (elapsed_fn=0) (scheduler_trx.c:585)
1778952914.337 +5.204s DTRX INFO phy0.0: Clock indication: fn=1122 (trx_if.c:138)
1778952914.337 +5.204s DL1C INFO TRX Clock Ind: elapsed_us= 235561, elapsed_fn= 51, error_us= +196 (scheduler_trx.c:566)
1778952914.337 +5.204s DL1C INFO GSM clock jitter: -417us (elapsed_fn=0) (scheduler_trx.c:585)
1778952914.572 +5.439s DTRX INFO phy0.0: Clock indication: fn=1173 (trx_if.c:138)
1778952914.572 +5.439s DL1C INFO TRX Clock Ind: elapsed_us= 235417, elapsed_fn= 51, error_us=  +52 (scheduler_trx.c:566)
1778952914.572 +5.439s DL1C INFO GSM clock jitter: -346us (elapsed_fn=0) (scheduler_trx.c:585)
1778952914.808 +5.674s DTRX INFO phy0.0: Clock indication: fn=1224 (trx_if.c:138)
1778952914.808 +5.674s DL1C INFO TRX Clock Ind: elapsed_us= 235329, elapsed_fn= 51, error_us=  -36 (scheduler_trx.c:566)
1778952914.808 +5.674s DL1C INFO GSM clock jitter: -400us (elapsed_fn=0) (scheduler_trx.c:585)
1778952914.918 +5.785s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952915.043 +5.910s DTRX INFO phy0.0: Clock indication: fn=1275 (trx_if.c:138)
1778952915.043 +5.910s DL1C INFO TRX Clock Ind: elapsed_us= 235374, elapsed_fn= 51, error_us=   +9 (scheduler_trx.c:566)
1778952915.043 +5.910s DL1C INFO GSM clock jitter: -314us (elapsed_fn=0) (scheduler_trx.c:585)
1778952915.278 +6.145s DTRX INFO phy0.0: Clock indication: fn=1326 (trx_if.c:138)
1778952915.278 +6.145s DL1C INFO TRX Clock Ind: elapsed_us= 235498, elapsed_fn= 51, error_us= +133 (scheduler_trx.c:566)
1778952915.278 +6.145s DL1C INFO GSM clock jitter: -502us (elapsed_fn=0) (scheduler_trx.c:585)
1778952915.514 +6.381s DTRX INFO phy0.0: Clock indication: fn=1377 (trx_if.c:138)
1778952915.514 +6.381s DL1C INFO TRX Clock Ind: elapsed_us= 235241, elapsed_fn= 51, error_us= -124 (scheduler_trx.c:566)
1778952915.514 +6.381s DL1C INFO GSM clock jitter: -353us (elapsed_fn=0) (scheduler_trx.c:585)
1778952915.749 +6.616s DTRX INFO phy0.0: Clock indication: fn=1428 (trx_if.c:138)
1778952915.749 +6.616s DL1C INFO TRX Clock Ind: elapsed_us= 235478, elapsed_fn= 51, error_us= +113 (scheduler_trx.c:566)
1778952915.749 +6.616s DL1C INFO GSM clock jitter: -452us (elapsed_fn=0) (scheduler_trx.c:585)
1778952915.984 +6.851s DTRX INFO phy0.0: Clock indication: fn=1479 (trx_if.c:138)
1778952915.984 +6.851s DL1C INFO TRX Clock Ind: elapsed_us= 235202, elapsed_fn= 51, error_us= -163 (scheduler_trx.c:566)
1778952915.984 +6.851s DL1C INFO GSM clock jitter: -284us (elapsed_fn=0) (scheduler_trx.c:585)
1778952916.220 +7.087s DTRX INFO phy0.0: Clock indication: fn=1530 (trx_if.c:138)
1778952916.220 +7.087s DL1C INFO TRX Clock Ind: elapsed_us= 235519, elapsed_fn= 51, error_us= +154 (scheduler_trx.c:566)
1778952916.220 +7.087s DL1C INFO GSM clock jitter: -403us (elapsed_fn=0) (scheduler_trx.c:585)
1778952916.455 +7.322s DTRX INFO phy0.0: Clock indication: fn=1581 (trx_if.c:138)
1778952916.455 +7.322s DL1C INFO TRX Clock Ind: elapsed_us= 235157, elapsed_fn= 51, error_us= -208 (scheduler_trx.c:566)
1778952916.455 +7.322s DL1C INFO GSM clock jitter: -207us (elapsed_fn=0) (scheduler_trx.c:585)
1778952916.691 +7.557s DTRX INFO phy0.0: Clock indication: fn=1632 (trx_if.c:138)
1778952916.691 +7.557s DL1C INFO TRX Clock Ind: elapsed_us= 235537, elapsed_fn= 51, error_us= +172 (scheduler_trx.c:566)
1778952916.691 +7.557s DL1C INFO GSM clock jitter: -337us (elapsed_fn=0) (scheduler_trx.c:585)
1778952916.926 +7.793s DTRX INFO phy0.0: Clock indication: fn=1683 (trx_if.c:138)
1778952916.926 +7.793s DL1C INFO TRX Clock Ind: elapsed_us= 235254, elapsed_fn= 51, error_us= -111 (scheduler_trx.c:566)
1778952916.926 +7.793s DL1C INFO GSM clock jitter: -191us (elapsed_fn=0) (scheduler_trx.c:585)
1778952917.161 +8.028s DTRX INFO phy0.0: Clock indication: fn=1734 (trx_if.c:138)
1778952917.161 +8.028s DL1C INFO TRX Clock Ind: elapsed_us= 235430, elapsed_fn= 51, error_us=  +65 (scheduler_trx.c:566)
1778952917.161 +8.028s DL1C INFO GSM clock jitter: -268us (elapsed_fn=0) (scheduler_trx.c:585)
1778952917.397 +8.264s DTRX INFO phy0.0: Clock indication: fn=1785 (trx_if.c:138)
1778952917.397 +8.264s DL1C INFO TRX Clock Ind: elapsed_us= 235395, elapsed_fn= 51, error_us=  +30 (scheduler_trx.c:566)
1778952917.397 +8.264s DL1C INFO GSM clock jitter: -253us (elapsed_fn=0) (scheduler_trx.c:585)
1778952917.632 +8.499s DTRX INFO phy0.0: Clock indication: fn=1836 (trx_if.c:138)
1778952917.632 +8.499s DL1C INFO TRX Clock Ind: elapsed_us= 235535, elapsed_fn= 51, error_us= +170 (scheduler_trx.c:566)
1778952917.632 +8.499s DL1C INFO GSM clock jitter: -351us (elapsed_fn=0) (scheduler_trx.c:585)
1778952917.798 +8.665s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952917.868 +8.734s DTRX INFO phy0.0: Clock indication: fn=1887 (trx_if.c:138)
1778952917.868 +8.735s DL1C INFO TRX Clock Ind: elapsed_us= 235359, elapsed_fn= 51, error_us=   -6 (scheduler_trx.c:566)
1778952917.868 +8.735s DL1C INFO GSM clock jitter: -381us (elapsed_fn=0) (scheduler_trx.c:585)
1778952918.103 +8.970s DTRX INFO phy0.0: Clock indication: fn=1938 (trx_if.c:138)
1778952918.103 +8.970s DL1C INFO TRX Clock Ind: elapsed_us= 235360, elapsed_fn= 51, error_us=   -5 (scheduler_trx.c:566)
1778952918.103 +8.970s DL1C INFO GSM clock jitter: -293us (elapsed_fn=0) (scheduler_trx.c:585)
1778952918.338 +9.205s DTRX INFO phy0.0: Clock indication: fn=1989 (trx_if.c:138)
1778952918.338 +9.205s DL1C INFO TRX Clock Ind: elapsed_us= 235125, elapsed_fn= 51, error_us= -240 (scheduler_trx.c:566)
1778952918.338 +9.205s DL1C INFO GSM clock jitter: -135us (elapsed_fn=0) (scheduler_trx.c:585)
1778952918.573 +9.440s DTRX INFO phy0.0: Clock indication: fn=2040 (trx_if.c:138)
1778952918.573 +9.440s DL1C INFO TRX Clock Ind: elapsed_us= 235414, elapsed_fn= 51, error_us=  +49 (scheduler_trx.c:566)
1778952918.573 +9.440s DL1C INFO GSM clock jitter: -118us (elapsed_fn=0) (scheduler_trx.c:585)
1778952918.809 +9.676s DTRX INFO phy0.0: Clock indication: fn=2091 (trx_if.c:138)
1778952918.809 +9.676s DL1C INFO TRX Clock Ind: elapsed_us= 235760, elapsed_fn= 51, error_us= +395 (scheduler_trx.c:566)
1778952918.809 +9.676s DL1C INFO GSM clock jitter: -485us (elapsed_fn=0) (scheduler_trx.c:585)
1778952919.045 +9.911s DTRX INFO phy0.0: Clock indication: fn=2142 (trx_if.c:138)
1778952919.045 +9.912s DL1C INFO TRX Clock Ind: elapsed_us= 235308, elapsed_fn= 51, error_us=  -57 (scheduler_trx.c:566)
1778952919.045 +9.912s DL1C INFO GSM clock jitter: -439us (elapsed_fn=0) (scheduler_trx.c:585)
1778952919.280 +10.147s DTRX INFO phy0.0: Clock indication: fn=2193 (trx_if.c:138)
1778952919.280 +10.147s DL1C INFO TRX Clock Ind: elapsed_us= 235237, elapsed_fn= 51, error_us= -128 (scheduler_trx.c:566)
1778952919.280 +10.147s DL1C INFO GSM clock jitter: -229us (elapsed_fn=0) (scheduler_trx.c:585)
1778952919.515 +10.382s DTRX INFO phy0.0: Clock indication: fn=2244 (trx_if.c:138)
1778952919.515 +10.382s DL1C INFO TRX Clock Ind: elapsed_us= 235505, elapsed_fn= 51, error_us= +140 (scheduler_trx.c:566)
1778952919.515 +10.382s DL1C INFO GSM clock jitter: -406us (elapsed_fn=0) (scheduler_trx.c:585)
1778952919.751 +10.617s DTRX INFO phy0.0: Clock indication: fn=2295 (trx_if.c:138)
1778952919.751 +10.617s DL1C INFO TRX Clock Ind: elapsed_us= 235251, elapsed_fn= 51, error_us= -114 (scheduler_trx.c:566)
1778952919.751 +10.617s DL1C INFO GSM clock jitter: -271us (elapsed_fn=0) (scheduler_trx.c:585)
1778952919.986 +10.853s DTRX INFO phy0.0: Clock indication: fn=2346 (trx_if.c:138)
1778952919.986 +10.853s DL1C INFO TRX Clock Ind: elapsed_us= 235634, elapsed_fn= 51, error_us= +269 (scheduler_trx.c:566)
1778952919.986 +10.853s DL1C INFO GSM clock jitter: -452us (elapsed_fn=0) (scheduler_trx.c:585)
1778952920.222 +11.089s DTRX INFO phy0.0: Clock indication: fn=2397 (trx_if.c:138)
1778952920.222 +11.089s DL1C INFO TRX Clock Ind: elapsed_us= 235478, elapsed_fn= 51, error_us= +113 (scheduler_trx.c:566)
1778952920.222 +11.089s DL1C INFO GSM clock jitter: -548us (elapsed_fn=0) (scheduler_trx.c:585)
1778952920.457 +11.324s DTRX INFO phy0.0: Clock indication: fn=2448 (trx_if.c:138)
1778952920.457 +11.324s DL1C INFO TRX Clock Ind: elapsed_us= 235287, elapsed_fn= 51, error_us=  -78 (scheduler_trx.c:566)
1778952920.457 +11.324s DL1C INFO GSM clock jitter: -508us (elapsed_fn=0) (scheduler_trx.c:585)
1778952920.678 +11.545s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952920.692 +11.559s DTRX INFO phy0.0: Clock indication: fn=2499 (trx_if.c:138)
1778952920.692 +11.559s DL1C INFO TRX Clock Ind: elapsed_us= 235385, elapsed_fn= 51, error_us=  +20 (scheduler_trx.c:566)
1778952920.692 +11.559s DL1C INFO GSM clock jitter: -420us (elapsed_fn=0) (scheduler_trx.c:585)
1778952920.928 +11.795s DTRX INFO phy0.0: Clock indication: fn=2550 (trx_if.c:138)
1778952920.928 +11.795s DL1C INFO TRX Clock Ind: elapsed_us= 235299, elapsed_fn= 51, error_us=  -66 (scheduler_trx.c:566)
1778952920.928 +11.795s DL1C INFO GSM clock jitter: -434us (elapsed_fn=0) (scheduler_trx.c:585)
1778952921.163 +12.030s DTRX INFO phy0.0: Clock indication: fn=2601 (trx_if.c:138)
1778952921.163 +12.030s DL1C INFO TRX Clock Ind: elapsed_us= 235320, elapsed_fn= 51, error_us=  -45 (scheduler_trx.c:566)
1778952921.163 +12.030s DL1C INFO GSM clock jitter: -386us (elapsed_fn=0) (scheduler_trx.c:585)
1778952921.398 +12.265s DTRX INFO phy0.0: Clock indication: fn=2652 (trx_if.c:138)
1778952921.398 +12.265s DL1C INFO TRX Clock Ind: elapsed_us= 235140, elapsed_fn= 51, error_us= -225 (scheduler_trx.c:566)
1778952921.398 +12.265s DL1C INFO GSM clock jitter: -156us (elapsed_fn=0) (scheduler_trx.c:585)
1778952921.634 +12.500s DTRX INFO phy0.0: Clock indication: fn=2703 (trx_if.c:138)
1778952921.634 +12.500s DL1C INFO TRX Clock Ind: elapsed_us= 235518, elapsed_fn= 51, error_us= +153 (scheduler_trx.c:566)
1778952921.634 +12.500s DL1C INFO GSM clock jitter: -260us (elapsed_fn=0) (scheduler_trx.c:585)
1778952921.869 +12.736s DTRX INFO phy0.0: Clock indication: fn=2754 (trx_if.c:138)
1778952921.869 +12.736s DL1C INFO TRX Clock Ind: elapsed_us= 235534, elapsed_fn= 51, error_us= +169 (scheduler_trx.c:566)
1778952921.869 +12.736s DL1C INFO GSM clock jitter: -317us (elapsed_fn=0) (scheduler_trx.c:585)
1778952922.104 +12.971s DTRX INFO phy0.0: Clock indication: fn=2805 (trx_if.c:138)
1778952922.104 +12.971s DL1C INFO TRX Clock Ind: elapsed_us= 235202, elapsed_fn= 51, error_us= -163 (scheduler_trx.c:566)
1778952922.104 +12.971s DL1C INFO GSM clock jitter: -258us (elapsed_fn=0) (scheduler_trx.c:585)
1778952922.340 +13.207s DTRX INFO phy0.0: Clock indication: fn=2856 (trx_if.c:138)
1778952922.340 +13.207s DL1C INFO TRX Clock Ind: elapsed_us= 235470, elapsed_fn= 51, error_us= +105 (scheduler_trx.c:566)
1778952922.340 +13.207s DL1C INFO GSM clock jitter: -310us (elapsed_fn=0) (scheduler_trx.c:585)
1778952922.575 +13.442s DTRX INFO phy0.0: Clock indication: fn=2907 (trx_if.c:138)
1778952922.575 +13.442s DL1C INFO TRX Clock Ind: elapsed_us= 235296, elapsed_fn= 51, error_us=  -69 (scheduler_trx.c:566)
1778952922.575 +13.442s DL1C INFO GSM clock jitter: -208us (elapsed_fn=0) (scheduler_trx.c:585)
1778952922.811 +13.677s DTRX INFO phy0.0: Clock indication: fn=2958 (trx_if.c:138)
1778952922.811 +13.677s DL1C INFO TRX Clock Ind: elapsed_us= 235377, elapsed_fn= 51, error_us=  +12 (scheduler_trx.c:566)
1778952922.811 +13.677s DL1C INFO GSM clock jitter: -247us (elapsed_fn=0) (scheduler_trx.c:585)
1778952923.046 +13.913s DTRX INFO phy0.0: Clock indication: fn=3009 (trx_if.c:138)
1778952923.046 +13.913s DL1C INFO TRX Clock Ind: elapsed_us= 235737, elapsed_fn= 51, error_us= +372 (scheduler_trx.c:566)
1778952923.046 +13.913s DL1C INFO GSM clock jitter: -440us (elapsed_fn=0) (scheduler_trx.c:585)
1778952923.281 +14.148s DTRX INFO phy0.0: Clock indication: fn=3060 (trx_if.c:138)
1778952923.281 +14.148s DL1C INFO TRX Clock Ind: elapsed_us= 235179, elapsed_fn= 51, error_us= -186 (scheduler_trx.c:566)
1778952923.281 +14.148s DL1C INFO GSM clock jitter: -380us (elapsed_fn=0) (scheduler_trx.c:585)
1778952923.517 +14.384s DTRX INFO phy0.0: Clock indication: fn=3111 (trx_if.c:138)
1778952923.517 +14.384s DL1C INFO TRX Clock Ind: elapsed_us= 235622, elapsed_fn= 51, error_us= +257 (scheduler_trx.c:566)
1778952923.517 +14.384s DL1C INFO GSM clock jitter: -510us (elapsed_fn=0) (scheduler_trx.c:585)
1778952923.558 +14.425s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952923.752 +14.619s DTRX INFO phy0.0: Clock indication: fn=3162 (trx_if.c:138)
1778952923.752 +14.619s DL1C INFO TRX Clock Ind: elapsed_us= 234961, elapsed_fn= 51, error_us= -404 (scheduler_trx.c:566)
1778952923.752 +14.619s DL1C INFO GSM clock jitter: -212us (elapsed_fn=0) (scheduler_trx.c:585)
1778952923.987 +14.854s DTRX INFO phy0.0: Clock indication: fn=3213 (trx_if.c:138)
1778952923.987 +14.854s DL1C INFO TRX Clock Ind: elapsed_us= 235383, elapsed_fn= 51, error_us=  +18 (scheduler_trx.c:566)
1778952923.987 +14.854s DL1C INFO GSM clock jitter: -197us (elapsed_fn=0) (scheduler_trx.c:585)
1778952924.223 +15.090s DTRX INFO phy0.0: Clock indication: fn=3264 (trx_if.c:138)
1778952924.223 +15.090s DL1C INFO TRX Clock Ind: elapsed_us= 235502, elapsed_fn= 51, error_us= +137 (scheduler_trx.c:566)
1778952924.223 +15.090s DL1C INFO GSM clock jitter: -242us (elapsed_fn=0) (scheduler_trx.c:585)
1778952924.458 +15.325s DTRX INFO phy0.0: Clock indication: fn=3315 (trx_if.c:138)
1778952924.458 +15.325s DL1C INFO TRX Clock Ind: elapsed_us= 235186, elapsed_fn= 51, error_us= -179 (scheduler_trx.c:566)
1778952924.458 +15.325s DL1C INFO GSM clock jitter: -125us (elapsed_fn=0) (scheduler_trx.c:585)
1778952924.694 +15.560s DTRX INFO phy0.0: Clock indication: fn=3366 (trx_if.c:138)
1778952924.694 +15.560s DL1C INFO TRX Clock Ind: elapsed_us= 235506, elapsed_fn= 51, error_us= +141 (scheduler_trx.c:566)
1778952924.694 +15.561s DL1C INFO GSM clock jitter: -218us (elapsed_fn=0) (scheduler_trx.c:585)
1778952924.929 +15.796s DTRX INFO phy0.0: Clock indication: fn=3417 (trx_if.c:138)
1778952924.929 +15.796s DL1C INFO TRX Clock Ind: elapsed_us= 235586, elapsed_fn= 51, error_us= +221 (scheduler_trx.c:566)
1778952924.929 +15.796s DL1C INFO GSM clock jitter: -373us (elapsed_fn=0) (scheduler_trx.c:585)
1778952925.164 +16.031s DTRX INFO phy0.0: Clock indication: fn=3468 (trx_if.c:138)
1778952925.164 +16.031s DL1C INFO TRX Clock Ind: elapsed_us= 235215, elapsed_fn= 51, error_us= -150 (scheduler_trx.c:566)
1778952925.164 +16.031s DL1C INFO GSM clock jitter: -193us (elapsed_fn=0) (scheduler_trx.c:585)
1778952925.400 +16.267s DTRX INFO phy0.0: Clock indication: fn=3519 (trx_if.c:138)
1778952925.400 +16.267s DL1C INFO TRX Clock Ind: elapsed_us= 235557, elapsed_fn= 51, error_us= +192 (scheduler_trx.c:566)
1778952925.400 +16.267s DL1C INFO GSM clock jitter: -424us (elapsed_fn=0) (scheduler_trx.c:585)
1778952925.635 +16.502s DTRX INFO phy0.0: Clock indication: fn=3570 (trx_if.c:138)
1778952925.635 +16.502s DL1C INFO TRX Clock Ind: elapsed_us= 235171, elapsed_fn= 51, error_us= -194 (scheduler_trx.c:566)
1778952925.635 +16.502s DL1C INFO GSM clock jitter: -239us (elapsed_fn=0) (scheduler_trx.c:585)
1778952925.870 +16.737s DTRX INFO phy0.0: Clock indication: fn=3621 (trx_if.c:138)
1778952925.871 +16.737s DL1C INFO TRX Clock Ind: elapsed_us= 235427, elapsed_fn= 51, error_us=  +62 (scheduler_trx.c:566)
1778952925.871 +16.737s DL1C INFO GSM clock jitter: -247us (elapsed_fn=0) (scheduler_trx.c:585)
1778952926.106 +16.973s DTRX INFO phy0.0: Clock indication: fn=3672 (trx_if.c:138)
1778952926.106 +16.973s DL1C INFO TRX Clock Ind: elapsed_us= 235504, elapsed_fn= 51, error_us= +139 (scheduler_trx.c:566)
1778952926.106 +16.973s DL1C INFO GSM clock jitter: -278us (elapsed_fn=0) (scheduler_trx.c:585)
1778952926.341 +17.208s DTRX INFO phy0.0: Clock indication: fn=3723 (trx_if.c:138)
1778952926.341 +17.208s DL1C INFO TRX Clock Ind: elapsed_us= 235251, elapsed_fn= 51, error_us= -114 (scheduler_trx.c:566)
1778952926.341 +17.208s DL1C INFO GSM clock jitter: -268us (elapsed_fn=0) (scheduler_trx.c:585)
1778952926.438 +17.305s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952926.576 +17.443s DTRX INFO phy0.0: Clock indication: fn=3774 (trx_if.c:138)
1778952926.576 +17.443s DL1C INFO TRX Clock Ind: elapsed_us= 235218, elapsed_fn= 51, error_us= -147 (scheduler_trx.c:566)
1778952926.576 +17.443s DL1C INFO GSM clock jitter: -110us (elapsed_fn=0) (scheduler_trx.c:585)
1778952926.812 +17.679s DTRX INFO phy0.0: Clock indication: fn=3825 (trx_if.c:138)
1778952926.812 +17.679s DL1C INFO TRX Clock Ind: elapsed_us= 235709, elapsed_fn= 51, error_us= +344 (scheduler_trx.c:566)
1778952926.812 +17.679s DL1C INFO GSM clock jitter: -419us (elapsed_fn=0) (scheduler_trx.c:585)
1778952927.048 +17.914s DTRX INFO phy0.0: Clock indication: fn=3876 (trx_if.c:138)
1778952927.048 +17.914s DL1C INFO TRX Clock Ind: elapsed_us= 235398, elapsed_fn= 51, error_us=  +33 (scheduler_trx.c:566)
1778952927.048 +17.915s DL1C INFO GSM clock jitter: -402us (elapsed_fn=0) (scheduler_trx.c:585)
1778952927.283 +18.150s DTRX INFO phy0.0: Clock indication: fn=3927 (trx_if.c:138)
1778952927.283 +18.150s DL1C INFO TRX Clock Ind: elapsed_us= 235435, elapsed_fn= 51, error_us=  +70 (scheduler_trx.c:566)
1778952927.283 +18.150s DL1C INFO GSM clock jitter: -399us (elapsed_fn=0) (scheduler_trx.c:585)
1778952927.518 +18.384s DTRX INFO phy0.0: Clock indication: fn=3978 (trx_if.c:138)
1778952927.518 +18.384s DL1C INFO TRX Clock Ind: elapsed_us= 234508, elapsed_fn= 51, error_us= -857 (scheduler_trx.c:566)
1778952927.518 +18.384s DL1C INFO GSM clock jitter: 376us (elapsed_fn=1) (scheduler_trx.c:585)
1778952927.518 +18.384s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778952927.754 +18.620s DTRX INFO phy0.0: Clock indication: fn=4029 (trx_if.c:138)
1778952927.754 +18.620s DL1C INFO TRX Clock Ind: elapsed_us= 236033, elapsed_fn= 51, error_us= +668 (scheduler_trx.c:566)
1778952927.754 +18.620s DL1C INFO GSM clock jitter: -4866us (elapsed_fn=-1) (scheduler_trx.c:585)
1778952927.754 +18.620s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778952927.990 +18.856s DTRX INFO phy0.0: Clock indication: fn=4080 (trx_if.c:138)
1778952927.990 +18.856s DL1C INFO TRX Clock Ind: elapsed_us= 235943, elapsed_fn= 51, error_us= +578 (scheduler_trx.c:566)
1778952927.990 +18.856s DL1C INFO GSM clock jitter: -489us (elapsed_fn=0) (scheduler_trx.c:585)
1778952928.225 +19.092s DTRX INFO phy0.0: Clock indication: fn=4131 (trx_if.c:138)
1778952928.225 +19.092s DL1C INFO TRX Clock Ind: elapsed_us= 235382, elapsed_fn= 51, error_us=  +17 (scheduler_trx.c:566)
1778952928.225 +19.092s DL1C INFO GSM clock jitter: -495us (elapsed_fn=0) (scheduler_trx.c:585)
1778952928.460 +19.327s DTRX INFO phy0.0: Clock indication: fn=4182 (trx_if.c:138)
1778952928.460 +19.327s DL1C INFO TRX Clock Ind: elapsed_us= 235456, elapsed_fn= 51, error_us=  +91 (scheduler_trx.c:566)
1778952928.460 +19.327s DL1C INFO GSM clock jitter: -487us (elapsed_fn=0) (scheduler_trx.c:585)
1778952928.695 +19.562s DTRX INFO phy0.0: Clock indication: fn=4233 (trx_if.c:138)
1778952928.696 +19.562s DL1C INFO TRX Clock Ind: elapsed_us= 235186, elapsed_fn= 51, error_us= -179 (scheduler_trx.c:566)
1778952928.696 +19.562s DL1C INFO GSM clock jitter: -389us (elapsed_fn=0) (scheduler_trx.c:585)
1778952928.931 +19.798s DTRX INFO phy0.0: Clock indication: fn=4284 (trx_if.c:138)
1778952928.931 +19.798s DL1C INFO TRX Clock Ind: elapsed_us= 235189, elapsed_fn= 51, error_us= -176 (scheduler_trx.c:566)
1778952928.931 +19.798s DL1C INFO GSM clock jitter: -175us (elapsed_fn=0) (scheduler_trx.c:585)
1778952929.166 +20.033s DTRX INFO phy0.0: Clock indication: fn=4335 (trx_if.c:138)
1778952929.166 +20.033s DL1C INFO TRX Clock Ind: elapsed_us= 235468, elapsed_fn= 51, error_us= +103 (scheduler_trx.c:566)
1778952929.166 +20.033s DL1C INFO GSM clock jitter: -284us (elapsed_fn=0) (scheduler_trx.c:585)
1778952929.318 +20.185s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952929.402 +20.268s DTRX INFO phy0.0: Clock indication: fn=4386 (trx_if.c:138)
1778952929.402 +20.268s DL1C INFO TRX Clock Ind: elapsed_us= 235316, elapsed_fn= 51, error_us=  -49 (scheduler_trx.c:566)
1778952929.402 +20.268s DL1C INFO GSM clock jitter: -169us (elapsed_fn=0) (scheduler_trx.c:585)
1778952929.637 +20.504s DTRX INFO phy0.0: Clock indication: fn=4437 (trx_if.c:138)
1778952929.637 +20.504s DL1C INFO TRX Clock Ind: elapsed_us= 235573, elapsed_fn= 51, error_us= +208 (scheduler_trx.c:566)
1778952929.637 +20.504s DL1C INFO GSM clock jitter: -269us (elapsed_fn=0) (scheduler_trx.c:585)
1778952929.872 +20.739s DTRX INFO phy0.0: Clock indication: fn=4488 (trx_if.c:138)
1778952929.872 +20.739s DL1C INFO TRX Clock Ind: elapsed_us= 235251, elapsed_fn= 51, error_us= -114 (scheduler_trx.c:566)
1778952929.872 +20.739s DL1C INFO GSM clock jitter: -258us (elapsed_fn=0) (scheduler_trx.c:585)
1778952930.108 +20.975s DTRX INFO phy0.0: Clock indication: fn=4539 (trx_if.c:138)
1778952930.108 +20.975s DL1C INFO TRX Clock Ind: elapsed_us= 235537, elapsed_fn= 51, error_us= +172 (scheduler_trx.c:566)
1778952930.108 +20.975s DL1C INFO GSM clock jitter: -351us (elapsed_fn=0) (scheduler_trx.c:585)
1778952930.343 +21.210s DTRX INFO phy0.0: Clock indication: fn=4590 (trx_if.c:138)
1778952930.343 +21.210s DL1C INFO TRX Clock Ind: elapsed_us= 235299, elapsed_fn= 51, error_us=  -66 (scheduler_trx.c:566)
1778952930.343 +21.210s DL1C INFO GSM clock jitter: -236us (elapsed_fn=0) (scheduler_trx.c:585)
1778952930.579 +21.445s DTRX INFO phy0.0: Clock indication: fn=4641 (trx_if.c:138)
1778952930.579 +21.445s DL1C INFO TRX Clock Ind: elapsed_us= 235324, elapsed_fn= 51, error_us=  -41 (scheduler_trx.c:566)
1778952930.579 +21.445s DL1C INFO GSM clock jitter: -253us (elapsed_fn=0) (scheduler_trx.c:585)
1778952930.814 +21.681s DTRX INFO phy0.0: Clock indication: fn=4692 (trx_if.c:138)
1778952930.814 +21.681s DL1C INFO TRX Clock Ind: elapsed_us= 235342, elapsed_fn= 51, error_us=  -23 (scheduler_trx.c:566)
1778952930.814 +21.681s DL1C INFO GSM clock jitter: -248us (elapsed_fn=0) (scheduler_trx.c:585)
1778952931.049 +21.916s DTRX INFO phy0.0: Clock indication: fn=4743 (trx_if.c:138)
1778952931.049 +21.916s DL1C INFO TRX Clock Ind: elapsed_us= 235515, elapsed_fn= 51, error_us= +150 (scheduler_trx.c:566)
1778952931.049 +21.916s DL1C INFO GSM clock jitter: -346us (elapsed_fn=0) (scheduler_trx.c:585)
1778952931.284 +22.151s DTRX INFO phy0.0: Clock indication: fn=4794 (trx_if.c:138)
1778952931.284 +22.151s DL1C INFO TRX Clock Ind: elapsed_us= 234992, elapsed_fn= 51, error_us= -373 (scheduler_trx.c:566)
1778952931.284 +22.151s DL1C INFO GSM clock jitter: 87us (elapsed_fn=1) (scheduler_trx.c:585)
1778952931.284 +22.151s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778952931.520 +22.387s DTRX INFO phy0.0: Clock indication: fn=4845 (trx_if.c:138)
1778952931.520 +22.387s DL1C INFO TRX Clock Ind: elapsed_us= 235701, elapsed_fn= 51, error_us= +336 (scheduler_trx.c:566)
1778952931.520 +22.387s DL1C INFO GSM clock jitter: -4873us (elapsed_fn=-1) (scheduler_trx.c:585)
1778952931.520 +22.387s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778952931.756 +22.623s DTRX INFO phy0.0: Clock indication: fn=4896 (trx_if.c:138)
1778952931.756 +22.623s DL1C INFO TRX Clock Ind: elapsed_us= 235837, elapsed_fn= 51, error_us= +472 (scheduler_trx.c:566)
1778952931.756 +22.623s DL1C INFO GSM clock jitter: -297us (elapsed_fn=0) (scheduler_trx.c:585)
1778952931.991 +22.858s DTRX INFO phy0.0: Clock indication: fn=4947 (trx_if.c:138)
1778952931.991 +22.858s DL1C INFO TRX Clock Ind: elapsed_us= 235061, elapsed_fn= 51, error_us= -304 (scheduler_trx.c:566)
1778952931.991 +22.858s DL1C INFO GSM clock jitter: -75us (elapsed_fn=0) (scheduler_trx.c:585)
1778952932.198 +23.065s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778952932.227 +23.093s DTRX INFO phy0.0: Clock indication: fn=4998 (trx_if.c:138)
1778952932.227 +23.093s DL1C INFO TRX Clock Ind: elapsed_us= 235590, elapsed_fn= 51, error_us= +225 (scheduler_trx.c:566)
1778952932.227 +23.093s DL1C INFO GSM clock jitter: -232us (elapsed_fn=0) (scheduler_trx.c:585)
1778952932.462 +23.329s DTRX INFO phy0.0: Clock indication: fn=5049 (trx_if.c:138)
1778952932.462 +23.329s DL1C INFO TRX Clock Ind: elapsed_us= 235499, elapsed_fn= 51, error_us= +134 (scheduler_trx.c:566)
1778952932.462 +23.329s DL1C INFO GSM clock jitter: -404us (elapsed_fn=0) (scheduler_trx.c:585)
1778952932.697 +23.564s DTRX INFO phy0.0: Clock indication: fn=5100 (trx_if.c:138)
1778952932.698 +23.564s DL1C INFO TRX Clock Ind: elapsed_us= 235433, elapsed_fn= 51, error_us=  +68 (scheduler_trx.c:566)
1778952932.698 +23.564s DL1C INFO GSM clock jitter: -462us (elapsed_fn=0) (scheduler_trx.c:585)
1778952932.933 +23.800s DTRX INFO phy0.0: Clock indication: fn=5151 (trx_if.c:138)
1778952932.933 +23.800s DL1C INFO TRX Clock Ind: elapsed_us= 235169, elapsed_fn= 51, error_us= -196 (scheduler_trx.c:566)
1778952932.933 +23.800s DL1C INFO GSM clock jitter: -227us (elapsed_fn=0) (scheduler_trx.c:585)
1778952933.168 +24.035s DTRX INFO phy0.0: Clock indication: fn=5202 (trx_if.c:138)
1778952933.168 +24.035s DL1C INFO TRX Clock Ind: elapsed_us= 235502, elapsed_fn= 51, error_us= +137 (scheduler_trx.c:566)

[... 2175 lines truncated ...]

1778953092.508 +183.375s DL1C INFO GSM clock jitter: -162us (elapsed_fn=0) (scheduler_trx.c:585)
1778953092.744 +183.610s DTRX INFO phy0.0: Clock indication: fn=39780 (trx_if.c:138)
1778953092.744 +183.610s DL1C INFO TRX Clock Ind: elapsed_us= 235459, elapsed_fn= 51, error_us=  +94 (scheduler_trx.c:566)
1778953092.744 +183.610s DL1C INFO GSM clock jitter: -241us (elapsed_fn=0) (scheduler_trx.c:585)
1778953092.979 +183.846s DTRX INFO phy0.0: Clock indication: fn=39831 (trx_if.c:138)
1778953092.979 +183.846s DL1C INFO TRX Clock Ind: elapsed_us= 235499, elapsed_fn= 51, error_us= +134 (scheduler_trx.c:566)
1778953092.979 +183.846s DL1C INFO GSM clock jitter: -275us (elapsed_fn=0) (scheduler_trx.c:585)
1778953093.214 +184.081s DTRX INFO phy0.0: Clock indication: fn=39882 (trx_if.c:138)
1778953093.214 +184.081s DL1C INFO TRX Clock Ind: elapsed_us= 235067, elapsed_fn= 51, error_us= -298 (scheduler_trx.c:566)
1778953093.214 +184.081s DL1C INFO GSM clock jitter: -150us (elapsed_fn=0) (scheduler_trx.c:585)
1778953093.450 +184.316s DTRX INFO phy0.0: Clock indication: fn=39933 (trx_if.c:138)
1778953093.450 +184.316s DL1C INFO TRX Clock Ind: elapsed_us= 235501, elapsed_fn= 51, error_us= +136 (scheduler_trx.c:566)
1778953093.450 +184.316s DL1C INFO GSM clock jitter: -173us (elapsed_fn=0) (scheduler_trx.c:585)
1778953093.463 +184.330s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778953093.685 +184.552s DTRX INFO phy0.0: Clock indication: fn=39984 (trx_if.c:138)
1778953093.685 +184.552s DL1C INFO TRX Clock Ind: elapsed_us= 235163, elapsed_fn= 51, error_us= -202 (scheduler_trx.c:566)
1778953093.685 +184.552s DL1C INFO GSM clock jitter: -47us (elapsed_fn=0) (scheduler_trx.c:585)
1778953093.920 +184.787s DTRX INFO phy0.0: Clock indication: fn=40035 (trx_if.c:138)
1778953093.920 +184.787s DL1C INFO TRX Clock Ind: elapsed_us= 235617, elapsed_fn= 51, error_us= +252 (scheduler_trx.c:566)
1778953093.920 +184.787s DL1C INFO GSM clock jitter: -282us (elapsed_fn=0) (scheduler_trx.c:585)
1778953094.156 +185.023s DTRX INFO phy0.0: Clock indication: fn=40086 (trx_if.c:138)
1778953094.156 +185.023s DL1C INFO TRX Clock Ind: elapsed_us= 235526, elapsed_fn= 51, error_us= +161 (scheduler_trx.c:566)
1778953094.156 +185.023s DL1C INFO GSM clock jitter: -320us (elapsed_fn=0) (scheduler_trx.c:585)
1778953094.391 +185.258s DTRX INFO phy0.0: Clock indication: fn=40137 (trx_if.c:138)
1778953094.391 +185.258s DL1C INFO TRX Clock Ind: elapsed_us= 235398, elapsed_fn= 51, error_us=  +33 (scheduler_trx.c:566)
1778953094.391 +185.258s DL1C INFO GSM clock jitter: -327us (elapsed_fn=0) (scheduler_trx.c:585)
1778953094.626 +185.493s DTRX INFO phy0.0: Clock indication: fn=40188 (trx_if.c:138)
1778953094.626 +185.493s DL1C INFO TRX Clock Ind: elapsed_us= 234799, elapsed_fn= 51, error_us= -566 (scheduler_trx.c:566)
1778953094.626 +185.493s DL1C INFO GSM clock jitter: 284us (elapsed_fn=1) (scheduler_trx.c:585)
1778953094.626 +185.493s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778953094.862 +185.729s DTRX INFO phy0.0: Clock indication: fn=40239 (trx_if.c:138)
1778953094.862 +185.729s DL1C INFO TRX Clock Ind: elapsed_us= 235904, elapsed_fn= 51, error_us= +539 (scheduler_trx.c:566)
1778953094.862 +185.729s DL1C INFO GSM clock jitter: -4875us (elapsed_fn=-1) (scheduler_trx.c:585)
1778953094.862 +185.729s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778953095.098 +185.965s DTRX INFO phy0.0: Clock indication: fn=40290 (trx_if.c:138)
1778953095.098 +185.965s DL1C INFO TRX Clock Ind: elapsed_us= 235727, elapsed_fn= 51, error_us= +362 (scheduler_trx.c:566)
1778953095.098 +185.965s DL1C INFO GSM clock jitter: -237us (elapsed_fn=0) (scheduler_trx.c:585)
1778953095.333 +186.200s DTRX INFO phy0.0: Clock indication: fn=40341 (trx_if.c:138)
1778953095.333 +186.200s DL1C INFO TRX Clock Ind: elapsed_us= 235432, elapsed_fn= 51, error_us=  +67 (scheduler_trx.c:566)
1778953095.333 +186.200s DL1C INFO GSM clock jitter: -342us (elapsed_fn=0) (scheduler_trx.c:585)
1778953095.569 +186.435s DTRX INFO phy0.0: Clock indication: fn=40392 (trx_if.c:138)
1778953095.569 +186.435s DL1C INFO TRX Clock Ind: elapsed_us= 235358, elapsed_fn= 51, error_us=   -7 (scheduler_trx.c:566)
1778953095.569 +186.435s DL1C INFO GSM clock jitter: -314us (elapsed_fn=0) (scheduler_trx.c:585)
1778953095.804 +186.671s DTRX INFO phy0.0: Clock indication: fn=40443 (trx_if.c:138)
1778953095.804 +186.671s DL1C INFO TRX Clock Ind: elapsed_us= 235233, elapsed_fn= 51, error_us= -132 (scheduler_trx.c:566)
1778953095.804 +186.671s DL1C INFO GSM clock jitter: -193us (elapsed_fn=0) (scheduler_trx.c:585)
1778953096.039 +186.906s DTRX INFO phy0.0: Clock indication: fn=40494 (trx_if.c:138)
1778953096.039 +186.906s DL1C INFO TRX Clock Ind: elapsed_us= 235336, elapsed_fn= 51, error_us=  -29 (scheduler_trx.c:566)
1778953096.039 +186.906s DL1C INFO GSM clock jitter: -155us (elapsed_fn=0) (scheduler_trx.c:585)
1778953096.275 +187.142s DTRX INFO phy0.0: Clock indication: fn=40545 (trx_if.c:138)
1778953096.275 +187.142s DL1C INFO TRX Clock Ind: elapsed_us= 235580, elapsed_fn= 51, error_us= +215 (scheduler_trx.c:566)
1778953096.275 +187.142s DL1C INFO GSM clock jitter: -248us (elapsed_fn=0) (scheduler_trx.c:585)
1778953096.344 +187.211s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778953096.510 +187.377s DTRX INFO phy0.0: Clock indication: fn=40596 (trx_if.c:138)
1778953096.510 +187.377s DL1C INFO TRX Clock Ind: elapsed_us= 235376, elapsed_fn= 51, error_us=  +11 (scheduler_trx.c:566)
1778953096.510 +187.377s DL1C INFO GSM clock jitter: -267us (elapsed_fn=0) (scheduler_trx.c:585)
1778953096.745 +187.612s DTRX INFO phy0.0: Clock indication: fn=40647 (trx_if.c:138)
1778953096.745 +187.612s DL1C INFO TRX Clock Ind: elapsed_us= 235244, elapsed_fn= 51, error_us= -121 (scheduler_trx.c:566)
1778953096.745 +187.612s DL1C INFO GSM clock jitter: -189us (elapsed_fn=0) (scheduler_trx.c:585)
1778953096.981 +187.848s DTRX INFO phy0.0: Clock indication: fn=40698 (trx_if.c:138)
1778953096.981 +187.848s DL1C INFO TRX Clock Ind: elapsed_us= 235485, elapsed_fn= 51, error_us= +120 (scheduler_trx.c:566)
1778953096.981 +187.848s DL1C INFO GSM clock jitter: -199us (elapsed_fn=0) (scheduler_trx.c:585)
1778953097.216 +188.083s DTRX INFO phy0.0: Clock indication: fn=40749 (trx_if.c:138)
1778953097.216 +188.083s DL1C INFO TRX Clock Ind: elapsed_us= 235318, elapsed_fn= 51, error_us=  -47 (scheduler_trx.c:566)
1778953097.216 +188.083s DL1C INFO GSM clock jitter: -229us (elapsed_fn=0) (scheduler_trx.c:585)
1778953097.451 +188.318s DTRX INFO phy0.0: Clock indication: fn=40800 (trx_if.c:138)
1778953097.452 +188.318s DL1C INFO TRX Clock Ind: elapsed_us= 235403, elapsed_fn= 51, error_us=  +38 (scheduler_trx.c:566)
1778953097.452 +188.318s DL1C INFO GSM clock jitter: -90us (elapsed_fn=0) (scheduler_trx.c:585)
1778953097.687 +188.554s DTRX INFO phy0.0: Clock indication: fn=40851 (trx_if.c:138)
1778953097.687 +188.554s DL1C INFO TRX Clock Ind: elapsed_us= 235489, elapsed_fn= 51, error_us= +124 (scheduler_trx.c:566)
1778953097.687 +188.554s DL1C INFO GSM clock jitter: -251us (elapsed_fn=0) (scheduler_trx.c:585)
1778953097.922 +188.789s DTRX INFO phy0.0: Clock indication: fn=40902 (trx_if.c:138)
1778953097.922 +188.789s DL1C INFO TRX Clock Ind: elapsed_us= 235378, elapsed_fn= 51, error_us=  +13 (scheduler_trx.c:566)
1778953097.922 +188.789s DL1C INFO GSM clock jitter: -271us (elapsed_fn=0) (scheduler_trx.c:585)
1778953098.158 +189.025s DTRX INFO phy0.0: Clock indication: fn=40953 (trx_if.c:138)
1778953098.158 +189.025s DL1C INFO TRX Clock Ind: elapsed_us= 235350, elapsed_fn= 51, error_us=  -15 (scheduler_trx.c:566)
1778953098.158 +189.025s DL1C INFO GSM clock jitter: -222us (elapsed_fn=0) (scheduler_trx.c:585)
1778953098.393 +189.260s DTRX INFO phy0.0: Clock indication: fn=41004 (trx_if.c:138)
1778953098.393 +189.260s DL1C INFO TRX Clock Ind: elapsed_us= 235326, elapsed_fn= 51, error_us=  -39 (scheduler_trx.c:566)
1778953098.393 +189.260s DL1C INFO GSM clock jitter: -260us (elapsed_fn=0) (scheduler_trx.c:585)
1778953098.628 +189.495s DTRX INFO phy0.0: Clock indication: fn=41055 (trx_if.c:138)
1778953098.628 +189.495s DL1C INFO TRX Clock Ind: elapsed_us= 235307, elapsed_fn= 51, error_us=  -58 (scheduler_trx.c:566)
1778953098.628 +189.495s DL1C INFO GSM clock jitter: -182us (elapsed_fn=0) (scheduler_trx.c:585)
1778953098.864 +189.731s DTRX INFO phy0.0: Clock indication: fn=41106 (trx_if.c:138)
1778953098.864 +189.731s DL1C INFO TRX Clock Ind: elapsed_us= 235371, elapsed_fn= 51, error_us=   +6 (scheduler_trx.c:566)
1778953098.864 +189.731s DL1C INFO GSM clock jitter: -172us (elapsed_fn=0) (scheduler_trx.c:585)
1778953099.099 +189.966s DTRX INFO phy0.0: Clock indication: fn=41157 (trx_if.c:138)
1778953099.099 +189.966s DL1C INFO TRX Clock Ind: elapsed_us= 235399, elapsed_fn= 51, error_us=  +34 (scheduler_trx.c:566)
1778953099.099 +189.966s DL1C INFO GSM clock jitter: -187us (elapsed_fn=0) (scheduler_trx.c:585)
1778953099.224 +190.090s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778953099.335 +190.202s DTRX INFO phy0.0: Clock indication: fn=41208 (trx_if.c:138)
1778953099.335 +190.202s DL1C INFO TRX Clock Ind: elapsed_us= 235713, elapsed_fn= 51, error_us= +348 (scheduler_trx.c:566)
1778953099.335 +190.202s DL1C INFO GSM clock jitter: -381us (elapsed_fn=0) (scheduler_trx.c:585)
1778953099.570 +190.437s DTRX INFO phy0.0: Clock indication: fn=41259 (trx_if.c:138)
1778953099.570 +190.437s DL1C INFO TRX Clock Ind: elapsed_us= 235164, elapsed_fn= 51, error_us= -201 (scheduler_trx.c:566)
1778953099.570 +190.437s DL1C INFO GSM clock jitter: -229us (elapsed_fn=0) (scheduler_trx.c:585)
1778953099.805 +190.672s DTRX INFO phy0.0: Clock indication: fn=41310 (trx_if.c:138)
1778953099.805 +190.672s DL1C INFO TRX Clock Ind: elapsed_us= 235349, elapsed_fn= 51, error_us=  -16 (scheduler_trx.c:566)
1778953099.805 +190.672s DL1C INFO GSM clock jitter: -255us (elapsed_fn=0) (scheduler_trx.c:585)
1778953100.041 +190.908s DTRX INFO phy0.0: Clock indication: fn=41361 (trx_if.c:138)
1778953100.041 +190.908s DL1C INFO TRX Clock Ind: elapsed_us= 235476, elapsed_fn= 51, error_us= +111 (scheduler_trx.c:566)
1778953100.041 +190.908s DL1C INFO GSM clock jitter: -257us (elapsed_fn=0) (scheduler_trx.c:585)
1778953100.276 +191.143s DTRX INFO phy0.0: Clock indication: fn=41412 (trx_if.c:138)
1778953100.276 +191.143s DL1C INFO TRX Clock Ind: elapsed_us= 235237, elapsed_fn= 51, error_us= -128 (scheduler_trx.c:566)
1778953100.276 +191.143s DL1C INFO GSM clock jitter: -193us (elapsed_fn=0) (scheduler_trx.c:585)
1778953100.512 +191.379s DTRX INFO phy0.0: Clock indication: fn=41463 (trx_if.c:138)
1778953100.512 +191.379s DL1C INFO TRX Clock Ind: elapsed_us= 235520, elapsed_fn= 51, error_us= +155 (scheduler_trx.c:566)
1778953100.512 +191.379s DL1C INFO GSM clock jitter: -205us (elapsed_fn=0) (scheduler_trx.c:585)
1778953100.747 +191.614s DTRX INFO phy0.0: Clock indication: fn=41514 (trx_if.c:138)
1778953100.747 +191.614s DL1C INFO TRX Clock Ind: elapsed_us= 235411, elapsed_fn= 51, error_us=  +46 (scheduler_trx.c:566)
1778953100.747 +191.614s DL1C INFO GSM clock jitter: -253us (elapsed_fn=0) (scheduler_trx.c:585)
1778953100.982 +191.849s DTRX INFO phy0.0: Clock indication: fn=41565 (trx_if.c:138)
1778953100.982 +191.849s DL1C INFO TRX Clock Ind: elapsed_us= 235306, elapsed_fn= 51, error_us=  -59 (scheduler_trx.c:566)
1778953100.982 +191.849s DL1C INFO GSM clock jitter: -289us (elapsed_fn=0) (scheduler_trx.c:585)
1778953101.218 +192.085s DTRX INFO phy0.0: Clock indication: fn=41616 (trx_if.c:138)
1778953101.218 +192.085s DL1C INFO TRX Clock Ind: elapsed_us= 235499, elapsed_fn= 51, error_us= +134 (scheduler_trx.c:566)
1778953101.218 +192.085s DL1C INFO GSM clock jitter: -222us (elapsed_fn=0) (scheduler_trx.c:585)
1778953101.453 +192.320s DTRX INFO phy0.0: Clock indication: fn=41667 (trx_if.c:138)
1778953101.453 +192.320s DL1C INFO TRX Clock Ind: elapsed_us= 235276, elapsed_fn= 51, error_us=  -89 (scheduler_trx.c:566)
1778953101.453 +192.320s DL1C INFO GSM clock jitter: -210us (elapsed_fn=0) (scheduler_trx.c:585)
1778953101.689 +192.555s DTRX INFO phy0.0: Clock indication: fn=41718 (trx_if.c:138)
1778953101.689 +192.555s DL1C INFO TRX Clock Ind: elapsed_us= 235370, elapsed_fn= 51, error_us=   +5 (scheduler_trx.c:566)
1778953101.689 +192.555s DL1C INFO GSM clock jitter: -243us (elapsed_fn=0) (scheduler_trx.c:585)
1778953101.924 +192.791s DTRX INFO phy0.0: Clock indication: fn=41769 (trx_if.c:138)
1778953101.924 +192.791s DL1C INFO TRX Clock Ind: elapsed_us= 235472, elapsed_fn= 51, error_us= +107 (scheduler_trx.c:566)
1778953101.924 +192.791s DL1C INFO GSM clock jitter: -268us (elapsed_fn=0) (scheduler_trx.c:585)
1778953102.104 +192.971s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778953102.158 +193.025s DTRX INFO phy0.0: Clock indication: fn=41820 (trx_if.c:138)
1778953102.158 +193.025s DL1C INFO TRX Clock Ind: elapsed_us= 234120, elapsed_fn= 51, error_us=-1245 (scheduler_trx.c:566)
1778953102.158 +193.025s DL1C INFO GSM clock jitter: 953us (elapsed_fn=1) (scheduler_trx.c:585)
1778953102.158 +193.025s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778953102.395 +193.262s DTRX INFO phy0.0: Clock indication: fn=41871 (trx_if.c:138)
1778953102.395 +193.262s DL1C INFO TRX Clock Ind: elapsed_us= 236688, elapsed_fn= 51, error_us=+1323 (scheduler_trx.c:566)
1778953102.395 +193.262s DL1C INFO GSM clock jitter: -4903us (elapsed_fn=-1) (scheduler_trx.c:585)
1778953102.395 +193.262s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778953102.630 +193.497s DTRX INFO phy0.0: Clock indication: fn=41922 (trx_if.c:138)
1778953102.630 +193.497s DL1C INFO TRX Clock Ind: elapsed_us= 235290, elapsed_fn= 51, error_us=  -75 (scheduler_trx.c:566)
1778953102.630 +193.497s DL1C INFO GSM clock jitter: 120us (elapsed_fn=1) (scheduler_trx.c:585)
1778953102.630 +193.497s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778953102.866 +193.733s DTRX INFO phy0.0: Clock indication: fn=41973 (trx_if.c:138)
1778953102.866 +193.733s DL1C INFO TRX Clock Ind: elapsed_us= 235825, elapsed_fn= 51, error_us= +460 (scheduler_trx.c:566)
1778953102.866 +193.733s DL1C INFO GSM clock jitter: -4844us (elapsed_fn=-1) (scheduler_trx.c:585)
1778953102.866 +193.733s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778953103.102 +193.969s DTRX INFO phy0.0: Clock indication: fn=42024 (trx_if.c:138)
1778953103.102 +193.969s DL1C INFO TRX Clock Ind: elapsed_us= 235809, elapsed_fn= 51, error_us= +444 (scheduler_trx.c:566)
1778953103.102 +193.969s DL1C INFO GSM clock jitter: -381us (elapsed_fn=0) (scheduler_trx.c:585)
1778953103.337 +194.204s DTRX INFO phy0.0: Clock indication: fn=42075 (trx_if.c:138)
1778953103.337 +194.204s DL1C INFO TRX Clock Ind: elapsed_us= 235234, elapsed_fn= 51, error_us= -131 (scheduler_trx.c:566)
1778953103.337 +194.204s DL1C INFO GSM clock jitter: -263us (elapsed_fn=0) (scheduler_trx.c:585)
1778953103.572 +194.439s DTRX INFO phy0.0: Clock indication: fn=42126 (trx_if.c:138)
1778953103.572 +194.439s DL1C INFO TRX Clock Ind: elapsed_us= 235324, elapsed_fn= 51, error_us=  -41 (scheduler_trx.c:566)
1778953103.572 +194.439s DL1C INFO GSM clock jitter: -208us (elapsed_fn=0) (scheduler_trx.c:585)
1778953103.808 +194.675s DTRX INFO phy0.0: Clock indication: fn=42177 (trx_if.c:138)
1778953103.808 +194.675s DL1C INFO TRX Clock Ind: elapsed_us= 235410, elapsed_fn= 51, error_us=  +45 (scheduler_trx.c:566)
1778953103.808 +194.675s DL1C INFO GSM clock jitter: -220us (elapsed_fn=0) (scheduler_trx.c:585)
1778953104.043 +194.910s DTRX INFO phy0.0: Clock indication: fn=42228 (trx_if.c:138)
1778953104.043 +194.910s DL1C INFO TRX Clock Ind: elapsed_us= 235445, elapsed_fn= 51, error_us=  +80 (scheduler_trx.c:566)
1778953104.043 +194.910s DL1C INFO GSM clock jitter: -249us (elapsed_fn=0) (scheduler_trx.c:585)
1778953104.279 +195.145s DTRX INFO phy0.0: Clock indication: fn=42279 (trx_if.c:138)
1778953104.279 +195.145s DL1C INFO TRX Clock Ind: elapsed_us= 235419, elapsed_fn= 51, error_us=  +54 (scheduler_trx.c:566)
1778953104.279 +195.145s DL1C INFO GSM clock jitter: -285us (elapsed_fn=0) (scheduler_trx.c:585)
1778953104.514 +195.381s DTRX INFO phy0.0: Clock indication: fn=42330 (trx_if.c:138)
1778953104.514 +195.381s DL1C INFO TRX Clock Ind: elapsed_us= 235524, elapsed_fn= 51, error_us= +159 (scheduler_trx.c:566)
1778953104.514 +195.381s DL1C INFO GSM clock jitter: -326us (elapsed_fn=0) (scheduler_trx.c:585)
1778953104.747 +195.614s DTRX INFO phy0.0: Clock indication: fn=42381 (trx_if.c:138)
1778953104.747 +195.614s DL1C INFO TRX Clock Ind: elapsed_us= 232934, elapsed_fn= 51, error_us=-2431 (scheduler_trx.c:566)
1778953104.747 +195.614s DL1C INFO GSM clock jitter: 2078us (elapsed_fn=1) (scheduler_trx.c:585)
1778953104.747 +195.614s DL1C NOTICE We were 1 FN slower than TRX, compensated (scheduler_trx.c:608)
1778953104.980 +195.847s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1778953104.983 +195.850s DTRX INFO phy0.0: Clock indication: fn=42432 (trx_if.c:138)
1778953104.983 +195.850s DL1C INFO TRX Clock Ind: elapsed_us= 236066, elapsed_fn= 51, error_us= +701 (scheduler_trx.c:566)
1778953104.983 +195.850s DL1C INFO GSM clock jitter: -3172us (elapsed_fn=0) (scheduler_trx.c:585)
1778953105.220 +196.087s DTRX INFO phy0.0: Clock indication: fn=42483 (trx_if.c:138)
1778953105.220 +196.087s DL1C INFO TRX Clock Ind: elapsed_us= 237008, elapsed_fn= 51, error_us=+1643 (scheduler_trx.c:566)
1778953105.220 +196.087s DL1C INFO GSM clock jitter: -4767us (elapsed_fn=-1) (scheduler_trx.c:585)
1778953105.220 +196.087s DL1C NOTICE We were 1 FN faster than TRX, compensating (scheduler_trx.c:595)
1778953105.456 +196.323s DTRX INFO phy0.0: Clock indication: fn=42534 (trx_if.c:138)
1778953105.456 +196.323s DL1C INFO TRX Clock Ind: elapsed_us= 235585, elapsed_fn= 51, error_us= +220 (scheduler_trx.c:566)
1778953105.456 +196.323s DL1C INFO GSM clock jitter: -178us (elapsed_fn=0) (scheduler_trx.c:585)
1778953105.691 +196.558s DTRX INFO phy0.0: Clock indication: fn=42585 (trx_if.c:138)
1778953105.691 +196.558s DL1C INFO TRX Clock Ind: elapsed_us= 235428, elapsed_fn= 51, error_us=  +63 (scheduler_trx.c:566)
1778953105.691 +196.558s DL1C INFO GSM clock jitter: -219us (elapsed_fn=0) (scheduler_trx.c:585)
1778953105.926 +196.793s DTRX INFO phy0.0: Clock indication: fn=42636 (trx_if.c:138)
1778953105.927 +196.793s DL1C INFO TRX Clock Ind: elapsed_us= 235473, elapsed_fn= 51, error_us= +108 (scheduler_trx.c:566)
1778953105.927 +196.793s DL1C INFO GSM clock jitter: -309us (elapsed_fn=0) (scheduler_trx.c:585)
1778953106.162 +197.029s DTRX INFO phy0.0: Clock indication: fn=42687 (trx_if.c:138)
1778953106.162 +197.029s DL1C INFO TRX Clock Ind: elapsed_us= 235374, elapsed_fn= 51, error_us=   +9 (scheduler_trx.c:566)
1778953106.162 +197.029s DL1C INFO GSM clock jitter: -201us (elapsed_fn=0) (scheduler_trx.c:585)
1778953106.397 +197.264s DTRX INFO phy0.0: Clock indication: fn=42738 (trx_if.c:138)
1778953106.397 +197.264s DL1C INFO TRX Clock Ind: elapsed_us= 235280, elapsed_fn= 51, error_us=  -85 (scheduler_trx.c:566)
1778953106.397 +197.264s DL1C INFO GSM clock jitter: -205us (elapsed_fn=0) (scheduler_trx.c:585)
1778953106.633 +197.500s DTRX INFO phy0.0: Clock indication: fn=42789 (trx_if.c:138)
1778953106.633 +197.500s DL1C INFO TRX Clock Ind: elapsed_us= 235794, elapsed_fn= 51, error_us= +429 (scheduler_trx.c:566)
1778953106.633 +197.500s DL1C INFO GSM clock jitter: -509us (elapsed_fn=0) (scheduler_trx.c:585)
1778953106.869 +197.735s DTRX INFO phy0.0: Clock indication: fn=42840 (trx_if.c:138)
1778953106.869 +197.735s DL1C INFO TRX Clock Ind: elapsed_us= 235543, elapsed_fn= 51, error_us= +178 (scheduler_trx.c:566)
1778953106.869 +197.735s DL1C INFO GSM clock jitter: -654us (elapsed_fn=0) (scheduler_trx.c:585)
1778953107.103 +197.970s DTRX INFO phy0.0: Clock indication: fn=42891 (trx_if.c:138)
1778953107.103 +197.970s DL1C INFO TRX Clock Ind: elapsed_us= 234861, elapsed_fn= 51, error_us= -504 (scheduler_trx.c:566)
1778953107.103 +197.970s DL1C INFO GSM clock jitter: -249us (elapsed_fn=0) (scheduler_trx.c:585)
env_boot.log (42,965 bytes, 300 lignes)
1778952906.871 +0.088s [MB] === calypso_machine_init START ===
1778952906.882 +0.099s [SOC] === calypso_soc_realize START ===
1778952906.960 +0.178s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1778952906.960 +0.178s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x5ac8 prog[PC]=0xf880
1778952906.961 +0.179s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1778952906.961 +0.179s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1778952906.963 +0.181s [SOC] === calypso_soc_realize DONE ===
1778952907.027 +0.244s [calypso-trx] CALYPSO_W1C_LATCH=0 (ARM reads NDB direct)
1778952907.031 +0.249s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x5ac8 prog[PC]=0xf880
1778952907.050 +0.268s [calypso-trx] CALYPSO_DSP_BUDGET = 256000 insn/c54x_run (default 256000)
1778952907.052 +0.270s [c54x] BOOT[1] PC=0xff80 op=0xf880 SP=0x5ac8 PMST=0xffa8
1778952907.052 +0.270s [c54x] BOOT[2] PC=0xb410 op=0x69f8 SP=0x5ac8 PMST=0xffa8
1778952907.053 +0.270s [c54x] BOOT[3] PC=0xb413 op=0x76f8 SP=0x5ac8 PMST=0xffa8
1778952907.053 +0.270s [c54x] BOOT[4] PC=0xb416 op=0x75f8 SP=0x5ac8 PMST=0xffa8
1778952907.053 +0.270s [c54x] BOOT[5] PC=0xb418 op=0xf900 SP=0x5ac8 PMST=0xffa8
1778952907.053 +0.270s [c54x] BOOT[6] PC=0x76f8 op=0x0014 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.270s [c54x] BOOT[7] PC=0x76f9 op=0x771a SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.270s [c54x] BOOT[8] PC=0x76fb op=0xf272 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[9] PC=0x76fd op=0xe800 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[10] PC=0x76fe op=0xf6b9 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[11] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[12] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[13] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[14] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[15] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[16] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[17] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[18] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[19] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[20] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[21] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[22] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[23] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[24] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[25] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[26] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[27] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[28] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[29] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[30] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[31] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[32] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[33] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[34] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[35] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[36] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[37] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.053 +0.271s [c54x] BOOT[38] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[39] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[40] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[41] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[42] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[43] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[44] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[45] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.271s [c54x] BOOT[46] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.272s [c54x] BOOT[47] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.272s [c54x] BOOT[48] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.272s [c54x] BOOT[49] PC=0x76ff op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.054 +0.272s [c54x] BOOT[50] PC=0x7700 op=0x3892 SP=0x5ac7 PMST=0xffa8
1778952907.168 +0.386s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0xcf49 IFR=0x0000 idle=0 PC=0xfa4c PMST=0xfa33 IPTR=0x1f4
1778952907.244 +0.462s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0000 idle=0 PC=0xffcc PMST=0xffb8 IPTR=0x1ff
1778952907.321 +0.539s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9a PMST=0xffb8 IPTR=0x1ff
1778952907.383 +0.601s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e98 PMST=0xffb8 IPTR=0x1ff
1778952907.416 +0.634s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9c PMST=0xffb8 IPTR=0x1ff
1778952907.488 +0.705s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e8c PMST=0xffb8 IPTR=0x1ff
1778952907.531 +0.749s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9e PMST=0xffb8 IPTR=0x1ff
1778952907.562 +0.780s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8ea2 PMST=0xffb8 IPTR=0x1ff
1778952907.584 +0.802s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8ea0 PMST=0xffb8 IPTR=0x1ff
1778952907.599 +0.817s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9d PMST=0xffb8 IPTR=0x1ff
1778952907.613 +0.830s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9c PMST=0xffb8 IPTR=0x1ff
1778952907.627 +0.845s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9f PMST=0xffb8 IPTR=0x1ff
1778952907.640 +0.858s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e9e PMST=0xffb8 IPTR=0x1ff
1778952907.655 +0.873s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8ea2 PMST=0xffb8 IPTR=0x1ff
1778952907.668 +0.886s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8e8c PMST=0xffb8 IPTR=0x1ff
1778952907.682 +0.900s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8ea5 PMST=0xffb8 IPTR=0x1ff
1778952907.696 +0.914s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8ea8 PMST=0xffb8 IPTR=0x1ff
1778952907.710 +0.928s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0xfff9 IFR=0x0008 idle=0 PC=0x8ea7 PMST=0xffb8 IPTR=0x1ff
1778952907.724 +0.941s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0xeecb IFR=0x0008 idle=0 PC=0x8e98 PMST=0x1182 IPTR=0x023
1778952907.738 +0.955s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0xeecb IFR=0x0008 idle=0 PC=0x8e97 PMST=0x1182 IPTR=0x023
1778952910.331 +3.549s [calypso-fbsb] CALYPSO_FBSB_SYNTH=1 (synth, dev-assist path)
1778952930.189 +23.407s [c54x]   ST0=0x4193 ST1=0x40e0 PMST=0xffb8 SP=0xde53 INTM=0
1778952930.189 +23.407s [c54x]   ST0=0x4193 ST1=0x40e0 PMST=0xffb8 SP=0xde53 INTM=0
1778952930.197 +23.415s [c54x] STATE-DUMP insn=500154433 PC=0x9032 ST0=0x4193 ST1=0x40e0 INTM=0 IMR=0x0000 IFR=0x0028 XPC=0 PMST=0xffb8 SP=0xde53 AR1=0x42dc AR2=0xc81c BRC=7
1778952932.952 +26.170s [c54x] IRQ #100 vec=19 bit=3: INTM=0 IMR=0x0000 IFR=0x0028 idle=0 PC=0x9033 PMST=0xffb8 IPTR=0x1ff
1778952949.775 +42.992s [c54x] STATE-DUMP insn=1000121068 PC=0x9031 ST0=0xa193 ST1=0x40e0 INTM=0 IMR=0x0000 IFR=0x0028 XPC=0 PMST=0xffb8 SP=0xdf09 AR1=0x70df AR2=0x9a74 BRC=11
1778952956.287 +49.504s [c54x] IRQ #200 vec=19 bit=3: INTM=0 IMR=0x0000 IFR=0x0028 idle=0 PC=0x9034 PMST=0xffb8 IPTR=0x1ff
1778952969.396 +62.613s [c54x] STATE-DUMP insn=1500087883 PC=0x9032 ST0=0x5193 ST1=0x40e0 INTM=0 IMR=0x0000 IFR=0x0028 XPC=0 PMST=0xffb8 SP=0xdfab AR1=0xae67 AR2=0x5d3b BRC=4
1778952980.745 +73.962s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x0000 IFR=0x0008 idle=0 PC=0x6219 PMST=0xffb8 IPTR=0x1ff
1778952989.510 +82.728s [c54x] IRQ #400 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2cb PMST=0xffb8 IPTR=0x1ff
1778952990.267 +83.485s [c54x] STATE-DUMP insn=2000146869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778952990.867 +84.085s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778952992.388 +85.606s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c4 PMST=0xffb8 IPTR=0x1ff
1778952993.848 +87.066s [c54x] IRQ #700 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778952995.344 +88.561s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778952997.540 +90.758s [c54x] IRQ #900 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778952998.860 +92.078s [c54x] IRQ #1000 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953000.324 +93.541s [c54x] IRQ #1100 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953015.015 +108.233s [c54x] IRQ #1200 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953016.710 +109.928s [c54x] IRQ #1300 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953018.039 +111.257s [c54x] IRQ #1400 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953019.603 +112.821s [c54x] IRQ #1500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953020.402 +113.620s [c54x] STATE-DUMP insn=2500114869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953021.265 +114.483s [c54x] IRQ #1600 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953022.830 +116.048s [c54x] IRQ #1700 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953024.096 +117.314s [c54x] IRQ #1800 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953025.494 +118.711s [c54x] IRQ #1900 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953027.300 +120.518s [c54x] IRQ #2000 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c8 PMST=0xffb8 IPTR=0x1ff
1778953029.021 +122.239s [c54x] IRQ #2100 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953030.879 +124.096s [c54x] IRQ #2200 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953032.545 +125.762s [c54x] IRQ #2300 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953034.176 +127.394s [c54x] IRQ #2400 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953035.523 +128.741s [c54x] IRQ #2500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953036.877 +130.095s [c54x] IRQ #2600 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953037.066 +130.284s [c54x] STATE-DUMP insn=3000082869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953038.188 +131.406s [c54x] IRQ #2700 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953039.703 +132.921s [c54x] IRQ #2800 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953041.292 +134.510s [c54x] IRQ #2900 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953042.583 +135.801s [c54x] IRQ #3000 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953044.029 +137.246s [c54x] IRQ #3100 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953045.730 +138.948s [c54x] IRQ #3200 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953047.046 +140.264s [c54x] IRQ #3300 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c4 PMST=0xffb8 IPTR=0x1ff
1778953048.338 +141.556s [c54x] IRQ #3400 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953049.981 +143.199s [c54x] IRQ #3500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953051.269 +144.487s [c54x] IRQ #3600 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953052.673 +145.890s [c54x] IRQ #3700 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953052.715 +145.933s [c54x] STATE-DUMP insn=3500050869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953054.692 +147.910s [c54x] IRQ #3800 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953056.889 +150.107s [c54x] IRQ #3900 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953058.235 +151.452s [c54x] IRQ #4000 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953059.471 +152.689s [c54x] IRQ #4100 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c8 PMST=0xffb8 IPTR=0x1ff
1778953060.796 +154.014s [c54x] IRQ #4200 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953062.145 +155.363s [c54x] IRQ #4300 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953063.408 +156.626s [c54x] IRQ #4400 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953064.677 +157.895s [c54x] IRQ #4500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953066.537 +159.755s [c54x] IRQ #4600 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953067.981 +161.199s [c54x] IRQ #4700 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953069.875 +163.093s [c54x] STATE-DUMP insn=4000018869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953069.882 +163.099s [c54x] STATE-DUMP insn=4000274869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953069.889 +163.107s [c54x] STATE-DUMP insn=4000530869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953069.897 +163.115s [c54x] STATE-DUMP insn=4000786869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953069.912 +163.130s [c54x] STATE-DUMP insn=4001042869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953069.921 +163.139s [c54x] STATE-DUMP insn=4001298869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953069.935 +163.153s [c54x] STATE-DUMP insn=4001554869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953069.952 +163.170s [c54x] STATE-DUMP insn=4001810869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953069.968 +163.186s [c54x] STATE-DUMP insn=4002066869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953070.051 +163.269s [c54x] IRQ #4800 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953072.042 +165.260s [c54x] IRQ #4900 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953073.500 +166.717s [c54x] IRQ #5000 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953075.400 +168.618s [c54x] IRQ #5100 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953077.064 +170.282s [c54x] IRQ #5200 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953077.666 +170.884s [c54x] STATE-DUMP insn=4205074869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953077.674 +170.892s [c54x] STATE-DUMP insn=4205330869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953077.681 +170.899s [c54x] STATE-DUMP insn=4205586869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953077.692 +170.910s [c54x] STATE-DUMP insn=4205842869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953077.699 +170.916s [c54x] STATE-DUMP insn=4206098869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953077.706 +170.924s [c54x] STATE-DUMP insn=4206354869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953077.712 +170.930s [c54x] STATE-DUMP insn=4206610869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953077.720 +170.938s [c54x] STATE-DUMP insn=4206866869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953077.726 +170.944s [c54x] STATE-DUMP insn=4207122869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953077.734 +170.952s [c54x] STATE-DUMP insn=4207378869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953077.741 +170.958s [c54x] STATE-DUMP insn=4207634869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953077.748 +170.966s [c54x] STATE-DUMP insn=4207890869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953077.754 +170.971s [c54x] STATE-DUMP insn=4208146869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953077.762 +170.980s [c54x] STATE-DUMP insn=4208402869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953077.768 +170.986s [c54x] STATE-DUMP insn=4208658869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953077.776 +170.994s [c54x] STATE-DUMP insn=4208914869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953077.784 +171.001s [c54x] STATE-DUMP insn=4209170869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953077.794 +171.012s [c54x] STATE-DUMP insn=4209426869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953077.804 +171.021s [c54x] STATE-DUMP insn=4209682869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953077.813 +171.031s [c54x] STATE-DUMP insn=4209938869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953077.821 +171.038s [c54x] STATE-DUMP insn=4210194869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953077.831 +171.049s [c54x] STATE-DUMP insn=4210450869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953077.839 +171.057s [c54x] STATE-DUMP insn=4210706869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953077.850 +171.068s [c54x] STATE-DUMP insn=4210962869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953077.859 +171.077s [c54x] STATE-DUMP insn=4211218869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953077.868 +171.086s [c54x] STATE-DUMP insn=4211474869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953077.876 +171.094s [c54x] STATE-DUMP insn=4211730869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953077.887 +171.104s [c54x] STATE-DUMP insn=4211986869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953077.898 +171.116s [c54x] STATE-DUMP insn=4212242869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953077.914 +171.132s [c54x] STATE-DUMP insn=4212498869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953077.924 +171.142s [c54x] STATE-DUMP insn=4212754869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953077.938 +171.155s [c54x] STATE-DUMP insn=4213010869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953077.945 +171.162s [c54x] STATE-DUMP insn=4213266869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953077.951 +171.169s [c54x] STATE-DUMP insn=4213522869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953077.957 +171.175s [c54x] STATE-DUMP insn=4213778869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953077.965 +171.183s [c54x] STATE-DUMP insn=4214034869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953077.971 +171.189s [c54x] STATE-DUMP insn=4214290869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953077.979 +171.197s [c54x] STATE-DUMP insn=4214546869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953077.986 +171.203s [c54x] STATE-DUMP insn=4214802869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953077.993 +171.211s [c54x] STATE-DUMP insn=4215058869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953077.999 +171.217s [c54x] STATE-DUMP insn=4215314869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953078.007 +171.225s [c54x] STATE-DUMP insn=4215570869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953078.014 +171.231s [c54x] STATE-DUMP insn=4215826869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953078.831 +172.049s [c54x] STATE-DUMP insn=4230418869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953078.838 +172.056s [c54x] STATE-DUMP insn=4230674869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953078.850 +172.067s [c54x] STATE-DUMP insn=4230930869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953078.855 +172.073s [c54x] STATE-DUMP insn=4231186869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953078.863 +172.081s [c54x] STATE-DUMP insn=4231442869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953078.869 +172.086s [c54x] STATE-DUMP insn=4231698869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953078.877 +172.095s [c54x] STATE-DUMP insn=4231954869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953078.890 +172.108s [c54x] STATE-DUMP insn=4232210869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953078.905 +172.123s [c54x] STATE-DUMP insn=4232466869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953078.914 +172.131s [c54x] STATE-DUMP insn=4232722869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953078.924 +172.141s [c54x] STATE-DUMP insn=4232978869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953078.930 +172.147s [c54x] IRQ #5300 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c8 PMST=0xffb8 IPTR=0x1ff
1778953078.930 +172.147s [c54x] STATE-DUMP insn=4233234869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953078.938 +172.155s [c54x] STATE-DUMP insn=4233490869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953078.943 +172.161s [c54x] STATE-DUMP insn=4233746869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953078.951 +172.169s [c54x] STATE-DUMP insn=4234002869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953078.960 +172.178s [c54x] STATE-DUMP insn=4234258869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953078.970 +172.188s [c54x] STATE-DUMP insn=4234514869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953078.977 +172.194s [c54x] STATE-DUMP insn=4234770869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953078.984 +172.202s [c54x] STATE-DUMP insn=4235026869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953078.989 +172.207s [c54x] STATE-DUMP insn=4235282869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953078.998 +172.216s [c54x] STATE-DUMP insn=4235538869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953079.004 +172.222s [c54x] STATE-DUMP insn=4235794869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953079.012 +172.229s [c54x] STATE-DUMP insn=4236050869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953079.023 +172.241s [c54x] STATE-DUMP insn=4236306869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953079.044 +172.262s [c54x] STATE-DUMP insn=4236562869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953079.058 +172.276s [c54x] STATE-DUMP insn=4236818869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953079.072 +172.289s [c54x] STATE-DUMP insn=4237074869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953079.081 +172.299s [c54x] STATE-DUMP insn=4237330869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953079.090 +172.308s [c54x] STATE-DUMP insn=4237586869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953079.096 +172.314s [c54x] STATE-DUMP insn=4237842869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953079.104 +172.322s [c54x] STATE-DUMP insn=4238098869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953079.110 +172.328s [c54x] STATE-DUMP insn=4238354869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953079.118 +172.336s [c54x] STATE-DUMP insn=4238610869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953079.124 +172.341s [c54x] STATE-DUMP insn=4238866869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953079.132 +172.349s [c54x] STATE-DUMP insn=4239122869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953079.137 +172.355s [c54x] STATE-DUMP insn=4239378869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953079.146 +172.363s [c54x] STATE-DUMP insn=4239634869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953079.151 +172.369s [c54x] STATE-DUMP insn=4239890869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953079.159 +172.377s [c54x] STATE-DUMP insn=4240146869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953079.167 +172.384s [c54x] STATE-DUMP insn=4240402869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953079.178 +172.396s [c54x] STATE-DUMP insn=4240658869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953079.183 +172.401s [c54x] STATE-DUMP insn=4240914869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953079.192 +172.410s [c54x] STATE-DUMP insn=4241170869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953079.617 +172.835s [c54x] STATE-DUMP insn=4255506869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953079.623 +172.840s [c54x] STATE-DUMP insn=4255762869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953079.631 +172.849s [c54x] STATE-DUMP insn=4256018869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953079.636 +172.854s [c54x] STATE-DUMP insn=4256274869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953079.645 +172.863s [c54x] STATE-DUMP insn=4256530869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953079.653 +172.871s [c54x] STATE-DUMP insn=4256786869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953079.673 +172.890s [c54x] STATE-DUMP insn=4257042869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953079.692 +172.910s [c54x] STATE-DUMP insn=4257298869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953079.709 +172.927s [c54x] STATE-DUMP insn=4257554869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953079.723 +172.941s [c54x] STATE-DUMP insn=4257810869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953079.737 +172.955s [c54x] STATE-DUMP insn=4258066869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953079.760 +172.977s [c54x] STATE-DUMP insn=4258322869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953079.793 +173.010s [c54x] STATE-DUMP insn=4258578869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953079.827 +173.045s [c54x] STATE-DUMP insn=4258834869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953079.857 +173.075s [c54x] STATE-DUMP insn=4259090869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953079.876 +173.093s [c54x] STATE-DUMP insn=4259346869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953079.889 +173.107s [c54x] STATE-DUMP insn=4259602869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953079.898 +173.116s [c54x] STATE-DUMP insn=4259858869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953079.908 +173.126s [c54x] STATE-DUMP insn=4260114869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953079.914 +173.131s [c54x] STATE-DUMP insn=4260370869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953079.922 +173.140s [c54x] STATE-DUMP insn=4260626869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953079.927 +173.145s [c54x] STATE-DUMP insn=4260882869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953079.936 +173.154s [c54x] STATE-DUMP insn=4261138869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953079.941 +173.159s [c54x] STATE-DUMP insn=4261394869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953079.950 +173.168s [c54x] STATE-DUMP insn=4261650869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953079.959 +173.177s [c54x] STATE-DUMP insn=4261906869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953079.968 +173.186s [c54x] STATE-DUMP insn=4262162869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953079.974 +173.192s [c54x] STATE-DUMP insn=4262418869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953079.982 +173.200s [c54x] STATE-DUMP insn=4262674869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953079.988 +173.205s [c54x] STATE-DUMP insn=4262930869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953079.996 +173.214s [c54x] STATE-DUMP insn=4263186869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953080.002 +173.219s [c54x] STATE-DUMP insn=4263442869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953080.010 +173.228s [c54x] STATE-DUMP insn=4263698869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953080.021 +173.238s [c54x] STATE-DUMP insn=4263954869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953080.038 +173.256s [c54x] STATE-DUMP insn=4264210869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953080.053 +173.270s [c54x] STATE-DUMP insn=4264466869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953080.070 +173.288s [c54x] STATE-DUMP insn=4264722869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0020 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953080.092 +173.310s [c54x] STATE-DUMP insn=4264978869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953080.126 +173.344s [c54x] STATE-DUMP insn=4265234869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953080.158 +173.376s [c54x] STATE-DUMP insn=4265490869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
1778953080.195 +173.413s [c54x] STATE-DUMP insn=4265746869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff2 AR2=0x000a BRC=0
1778953080.227 +173.445s [c54x] STATE-DUMP insn=4266002869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953080.264 +173.482s [c54x] STATE-DUMP insn=4266258869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953080.706 +173.924s [c54x] IRQ #5400 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953080.714 +173.932s [c54x] STATE-DUMP insn=4280594869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff5 AR2=0x0007 BRC=3
1778953080.720 +173.938s [c54x] STATE-DUMP insn=4280850869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff8 AR2=0x0004 BRC=6
1778953080.728 +173.946s [c54x] STATE-DUMP insn=4281106869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffb AR2=0x0001 BRC=9
1778953080.734 +173.952s [c54x] STATE-DUMP insn=4281362869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffe AR2=0x0012 BRC=12
1778953080.742 +173.960s [c54x] STATE-DUMP insn=4281618869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffed AR2=0x000f BRC=15
1778953080.748 +173.965s [c54x] STATE-DUMP insn=4281874869 PC=0xa2c8 ST0=0x5fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff1 AR2=0x000b BRC=0
1778953080.756 +173.974s [c54x] STATE-DUMP insn=4282130869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff4 AR2=0x0008 BRC=2
1778953080.762 +173.979s [c54x] STATE-DUMP insn=4282386869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff7 AR2=0x0005 BRC=5
1778953080.770 +173.988s [c54x] STATE-DUMP insn=4282642869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffa AR2=0x0002 BRC=8
1778953080.777 +173.995s [c54x] STATE-DUMP insn=4282898869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffd AR2=0xffff BRC=11
1778953080.784 +174.002s [c54x] STATE-DUMP insn=4283154869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffec AR2=0x0010 BRC=14
1778953080.789 +174.007s [c54x] STATE-DUMP insn=4283410869 PC=0xa2cb ST0=0x3fff ST1=0xbfff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffef AR2=0x000d BRC=0
1778953080.798 +174.016s [c54x] STATE-DUMP insn=4283666869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff3 AR2=0x0009 BRC=1
1778953080.803 +174.021s [c54x] STATE-DUMP insn=4283922869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff6 AR2=0x0006 BRC=4
1778953080.812 +174.030s [c54x] STATE-DUMP insn=4284178869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfff9 AR2=0x0003 BRC=7
1778953080.818 +174.035s [c54x] STATE-DUMP insn=4284434869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xfffc AR2=0x0000 BRC=10
1778953080.826 +174.044s [c54x] STATE-DUMP insn=4284690869 PC=0xa2c6 ST0=0x5fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0000 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffeb AR2=0x0011 BRC=13
1778953080.832 +174.050s [c54x] STATE-DUMP insn=4284946869 PC=0xa2c4 ST0=0x3fff ST1=0xffff INTM=1 IMR=0xffff IFR=0x0008 XPC=0 PMST=0xffb8 SP=0x0a76 AR1=0xffee AR2=0x000e BRC=15
frame_irq.log (212,992 bytes, 1983 lignes)
[frame-irq] raise t_virt=170812315 dt=0 next_target=175427315 gap_to_target=4615000 fn=1 #0
[frame-irq] raise t_virt=238745102 dt=67932787 next_target=243360102 gap_to_target=4615000 fn=2 #1
[frame-irq] raise t_virt=314920253 dt=76175151 next_target=319535253 gap_to_target=4615000 fn=3 #2
[frame-irq] raise t_virt=388310011 dt=73389758 next_target=392925011 gap_to_target=4615000 fn=4 #3
[frame-irq] raise t_virt=431321893 dt=43011882 next_target=435936893 gap_to_target=4615000 fn=5 #4
[frame-irq] raise t_virt=486358257 dt=55036364 next_target=490973257 gap_to_target=4615000 fn=6 #5
[frame-irq] raise t_virt=546841882 dt=60483625 next_target=551456882 gap_to_target=4615000 fn=7 #6
[frame-irq] raise t_virt=576062192 dt=29220310 next_target=580677192 gap_to_target=4615000 fn=8 #7
[frame-irq] raise t_virt=607931650 dt=31869458 next_target=612546650 gap_to_target=4615000 fn=9 #8
[frame-irq] raise t_virt=625434645 dt=17502995 next_target=630049645 gap_to_target=4615000 fn=10 #9
[frame-irq] raise t_virt=639350900 dt=13916255 next_target=643965900 gap_to_target=4615000 fn=11 #10
[frame-irq] raise t_virt=652840337 dt=13489437 next_target=657455337 gap_to_target=4615000 fn=12 #11
[frame-irq] raise t_virt=666922009 dt=14081672 next_target=671537009 gap_to_target=4615000 fn=13 #12
[frame-irq] raise t_virt=680697782 dt=13775773 next_target=685312782 gap_to_target=4615000 fn=14 #13
[frame-irq] raise t_virt=694777666 dt=14079884 next_target=699392666 gap_to_target=4615000 fn=15 #14
[frame-irq] raise t_virt=708320066 dt=13542400 next_target=712935066 gap_to_target=4615000 fn=16 #15
[frame-irq] raise t_virt=722653186 dt=14333120 next_target=727268186 gap_to_target=4615000 fn=17 #16
[frame-irq] raise t_virt=736356363 dt=13703177 next_target=740971363 gap_to_target=4615000 fn=18 #17
[frame-irq] raise t_virt=750331844 dt=13975481 next_target=754946844 gap_to_target=4615000 fn=19 #18
[frame-irq] raise t_virt=763790879 dt=13459035 next_target=768405879 gap_to_target=4615000 fn=20 #19
[frame-irq] raise t_virt=778032510 dt=14241631 next_target=782647510 gap_to_target=4615000 fn=21 #20
[frame-irq] raise t_virt=791831515 dt=13799005 next_target=796446515 gap_to_target=4615000 fn=22 #21
[frame-irq] raise t_virt=815660146 dt=23828631 next_target=820275146 gap_to_target=4615000 fn=23 #22
[frame-irq] raise t_virt=862963924 dt=47303778 next_target=867578924 gap_to_target=4615000 fn=24 #23
[frame-irq] raise t_virt=892692888 dt=29728964 next_target=897307888 gap_to_target=4615000 fn=25 #24
[frame-irq] raise t_virt=912505481 dt=19812593 next_target=917120481 gap_to_target=4615000 fn=26 #25
[frame-irq] raise t_virt=924125883 dt=11620402 next_target=928740883 gap_to_target=4615000 fn=27 #26
[frame-irq] raise t_virt=937373931 dt=13248048 next_target=941988931 gap_to_target=4615000 fn=28 #27
[frame-irq] raise t_virt=951263879 dt=13889948 next_target=955878879 gap_to_target=4615000 fn=29 #28
[frame-irq] raise t_virt=965476948 dt=14213069 next_target=970091948 gap_to_target=4615000 fn=30 #29
[frame-irq] raise t_virt=979376567 dt=13899619 next_target=983991567 gap_to_target=4615000 fn=31 #30
[frame-irq] raise t_virt=993044243 dt=13667676 next_target=997659243 gap_to_target=4615000 fn=32 #31
[frame-irq] raise t_virt=1006779569 dt=13735326 next_target=1011394569 gap_to_target=4615000 fn=33 #32
[frame-irq] raise t_virt=1021854618 dt=15075049 next_target=1026469618 gap_to_target=4615000 fn=34 #33
[frame-irq] raise t_virt=1038660098 dt=16805480 next_target=1043275098 gap_to_target=4615000 fn=35 #34
[frame-irq] raise t_virt=1050162731 dt=11502633 next_target=1054777731 gap_to_target=4615000 fn=36 #35
[frame-irq] raise t_virt=1064943885 dt=14781154 next_target=1069558885 gap_to_target=4615000 fn=37 #36
[frame-irq] raise t_virt=1078159645 dt=13215760 next_target=1082774645 gap_to_target=4615000 fn=38 #37
[frame-irq] raise t_virt=1092776891 dt=14617246 next_target=1097391891 gap_to_target=4615000 fn=39 #38
[frame-irq] raise t_virt=1106766108 dt=13989217 next_target=1111381108 gap_to_target=4615000 fn=40 #39
[frame-irq] raise t_virt=1120576041 dt=13809933 next_target=1125191041 gap_to_target=4615000 fn=41 #40
[frame-irq] raise t_virt=1133724543 dt=13148502 next_target=1138339543 gap_to_target=4615000 fn=42 #41
[frame-irq] raise t_virt=1149012806 dt=15288263 next_target=1153627806 gap_to_target=4615000 fn=43 #42
[frame-irq] raise t_virt=1161496018 dt=12483212 next_target=1166111018 gap_to_target=4615000 fn=44 #43
[frame-irq] raise t_virt=1176152366 dt=14656348 next_target=1180767366 gap_to_target=4615000 fn=45 #44
[frame-irq] raise t_virt=1188684234 dt=12531868 next_target=1193299234 gap_to_target=4615000 fn=46 #45
[frame-irq] raise t_virt=1201681427 dt=12997193 next_target=1206296427 gap_to_target=4615000 fn=47 #46
[frame-irq] raise t_virt=1215639784 dt=13958357 next_target=1220254784 gap_to_target=4615000 fn=48 #47
[frame-irq] raise t_virt=1229517450 dt=13877666 next_target=1234132450 gap_to_target=4615000 fn=49 #48
[frame-irq] raise t_virt=1244203280 dt=14685830 next_target=1248818280 gap_to_target=4615000 fn=50 #49
[frame-irq] raise t_virt=1257353354 dt=13150074 next_target=1261968354 gap_to_target=4615000 fn=51 #50
[frame-irq] raise t_virt=1271303406 dt=13950052 next_target=1275918406 gap_to_target=4615000 fn=52 #51
[frame-irq] raise t_virt=1285833496 dt=14530090 next_target=1290448496 gap_to_target=4615000 fn=53 #52
[frame-irq] raise t_virt=1304179070 dt=18345574 next_target=1308794070 gap_to_target=4615000 fn=54 #53
[frame-irq] raise t_virt=1319071284 dt=14892214 next_target=1323686284 gap_to_target=4615000 fn=55 #54
[frame-irq] raise t_virt=1331733244 dt=12661960 next_target=1336348244 gap_to_target=4615000 fn=56 #55
[frame-irq] raise t_virt=1345904129 dt=14170885 next_target=1350519129 gap_to_target=4615000 fn=57 #56
[frame-irq] raise t_virt=1362459413 dt=16555284 next_target=1367074413 gap_to_target=4615000 fn=58 #57
[frame-irq] raise t_virt=1373840988 dt=11381575 next_target=1378455988 gap_to_target=4615000 fn=59 #58
[frame-irq] raise t_virt=1387544934 dt=13703946 next_target=1392159934 gap_to_target=4615000 fn=60 #59
[frame-irq] raise t_virt=1401287193 dt=13742259 next_target=1405902193 gap_to_target=4615000 fn=61 #60
[frame-irq] raise t_virt=1415865588 dt=14578395 next_target=1420480588 gap_to_target=4615000 fn=62 #61
[frame-irq] raise t_virt=1429607124 dt=13741536 next_target=1434222124 gap_to_target=4615000 fn=63 #62
[frame-irq] raise t_virt=1443440108 dt=13832984 next_target=1448055108 gap_to_target=4615000 fn=64 #63
[frame-irq] raise t_virt=1457663961 dt=14223853 next_target=1462278961 gap_to_target=4615000 fn=65 #64
[frame-irq] raise t_virt=1477018169 dt=19354208 next_target=1481633169 gap_to_target=4615000 fn=66 #65
[frame-irq] raise t_virt=1491686768 dt=14668599 next_target=1496301768 gap_to_target=4615000 fn=67 #66
[frame-irq] raise t_virt=1503679270 dt=11992502 next_target=1508294270 gap_to_target=4615000 fn=68 #67
[frame-irq] raise t_virt=1517583776 dt=13904506 next_target=1522198776 gap_to_target=4615000 fn=69 #68
[frame-irq] raise t_virt=1531568745 dt=13984969 next_target=1536183745 gap_to_target=4615000 fn=70 #69
[frame-irq] raise t_virt=1545406354 dt=13837609 next_target=1550021354 gap_to_target=4615000 fn=71 #70
[frame-irq] raise t_virt=1559597494 dt=14191140 next_target=1564212494 gap_to_target=4615000 fn=72 #71
[frame-irq] raise t_virt=1573917716 dt=14320222 next_target=1578532716 gap_to_target=4615000 fn=73 #72
[frame-irq] raise t_virt=1592483590 dt=18565874 next_target=1597098590 gap_to_target=4615000 fn=74 #73
[frame-irq] raise t_virt=1607477400 dt=14993810 next_target=1612092400 gap_to_target=4615000 fn=75 #74
[frame-irq] raise t_virt=1619768724 dt=12291324 next_target=1624383724 gap_to_target=4615000 fn=76 #75
[frame-irq] raise t_virt=1633906996 dt=14138272 next_target=1638521996 gap_to_target=4615000 fn=77 #76
[frame-irq] raise t_virt=1648280092 dt=14373096 next_target=1652895092 gap_to_target=4615000 fn=78 #77
[frame-irq] raise t_virt=1661694498 dt=13414406 next_target=1666309498 gap_to_target=4615000 fn=79 #78
[frame-irq] raise t_virt=1675765828 dt=14071330 next_target=1680380828 gap_to_target=4615000 fn=80 #79
[frame-irq] raise t_virt=1690175296 dt=14409468 next_target=1694790296 gap_to_target=4615000 fn=81 #80
[frame-irq] raise t_virt=1710062039 dt=19886743 next_target=1714677039 gap_to_target=4615000 fn=82 #81
[frame-irq] raise t_virt=1725202078 dt=15140039 next_target=1729817078 gap_to_target=4615000 fn=83 #82
[frame-irq] raise t_virt=1736353783 dt=11151705 next_target=1740968783 gap_to_target=4615000 fn=84 #83
[frame-irq] raise t_virt=1749751743 dt=13397960 next_target=1754366743 gap_to_target=4615000 fn=85 #84
[frame-irq] raise t_virt=1763616477 dt=13864734 next_target=1768231477 gap_to_target=4615000 fn=86 #85
[frame-irq] raise t_virt=1777619518 dt=14003041 next_target=1782234518 gap_to_target=4615000 fn=87 #86
[frame-irq] raise t_virt=1791527629 dt=13908111 next_target=1796142629 gap_to_target=4615000 fn=88 #87
[frame-irq] raise t_virt=1806075878 dt=14548249 next_target=1810690878 gap_to_target=4615000 fn=89 #88
[frame-irq] raise t_virt=1824514829 dt=18438951 next_target=1829129829 gap_to_target=4615000 fn=90 #89
[frame-irq] raise t_virt=1839376477 dt=14861648 next_target=1843991477 gap_to_target=4615000 fn=91 #90
[frame-irq] raise t_virt=1852250536 dt=12874059 next_target=1856865536 gap_to_target=4615000 fn=92 #91
[frame-irq] raise t_virt=1866063414 dt=13812878 next_target=1870678414 gap_to_target=4615000 fn=93 #92
[frame-irq] raise t_virt=1882303167 dt=16239753 next_target=1886918167 gap_to_target=4615000 fn=94 #93
[frame-irq] raise t_virt=1894577904 dt=12274737 next_target=1899192904 gap_to_target=4615000 fn=95 #94
[frame-irq] raise t_virt=1907826254 dt=13248350 next_target=1912441254 gap_to_target=4615000 fn=96 #95
[frame-irq] raise t_virt=1921573918 dt=13747664 next_target=1926188918 gap_to_target=4615000 fn=97 #96
[frame-irq] raise t_virt=1936107891 dt=14533973 next_target=1940722891 gap_to_target=4615000 fn=98 #97
[frame-irq] raise t_virt=1949552466 dt=13444575 next_target=1954167466 gap_to_target=4615000 fn=99 #98
[frame-irq] raise t_virt=1963515991 dt=13963525 next_target=1968130991 gap_to_target=4615000 fn=100 #99
[frame-irq] raise t_virt=1977329349 dt=13813358 next_target=1981944349 gap_to_target=4615000 fn=101 #100
[frame-irq] raise t_virt=1995605038 dt=18275689 next_target=2000220038 gap_to_target=4615000 fn=102 #101
[frame-irq] raise t_virt=2010411449 dt=14806411 next_target=2015026449 gap_to_target=4615000 fn=103 #102
[frame-irq] raise t_virt=2023542112 dt=13130663 next_target=2028157112 gap_to_target=4615000 fn=104 #103
[frame-irq] raise t_virt=2037737706 dt=14195594 next_target=2042352706 gap_to_target=4615000 fn=105 #104
[frame-irq] raise t_virt=2056076107 dt=18338401 next_target=2060691107 gap_to_target=4615000 fn=106 #105
[frame-irq] raise t_virt=2070971150 dt=14895043 next_target=2075586150 gap_to_target=4615000 fn=107 #106
[frame-irq] raise t_virt=2083832590 dt=12861440 next_target=2088447590 gap_to_target=4615000 fn=108 #107
[frame-irq] raise t_virt=2097905273 dt=14072683 next_target=2102520273 gap_to_target=4615000 fn=109 #108
[frame-irq] raise t_virt=2111894272 dt=13988999 next_target=2116509272 gap_to_target=4615000 fn=110 #109
[frame-irq] raise t_virt=2129017941 dt=17123669 next_target=2133632941 gap_to_target=4615000 fn=111 #110
[frame-irq] raise t_virt=2140864286 dt=11846345 next_target=2145479286 gap_to_target=4615000 fn=112 #111
[frame-irq] raise t_virt=2155202777 dt=14338491 next_target=2159817777 gap_to_target=4615000 fn=113 #112
[frame-irq] raise t_virt=2169446550 dt=14243773 next_target=2174061550 gap_to_target=4615000 fn=114 #113
[frame-irq] raise t_virt=2184311735 dt=14865185 next_target=2188926735 gap_to_target=4615000 fn=115 #114
[frame-irq] raise t_virt=2197164486 dt=12852751 next_target=2201779486 gap_to_target=4615000 fn=116 #115
[frame-irq] raise t_virt=2210943044 dt=13778558 next_target=2215558044 gap_to_target=4615000 fn=117 #116
[frame-irq] raise t_virt=2224881603 dt=13938559 next_target=2229496603 gap_to_target=4615000 fn=118 #117
[frame-irq] raise t_virt=2236825950 dt=11944347 next_target=2241440950 gap_to_target=4615000 fn=119 #118
[frame-irq] raise t_virt=2250753127 dt=13927177 next_target=2255368127 gap_to_target=4615000 fn=120 #119
[frame-irq] raise t_virt=2264666845 dt=13913718 next_target=2269281845 gap_to_target=4615000 fn=121 #120
[frame-irq] raise t_virt=2278702707 dt=14035862 next_target=2283317707 gap_to_target=4615000 fn=122 #121
[frame-irq] raise t_virt=2292572358 dt=13869651 next_target=2297187358 gap_to_target=4615000 fn=123 #122
[frame-irq] raise t_virt=2306449111 dt=13876753 next_target=2311064111 gap_to_target=4615000 fn=124 #123
[frame-irq] raise t_virt=2321248352 dt=14799241 next_target=2325863352 gap_to_target=4615000 fn=125 #124
[frame-irq] raise t_virt=2340384565 dt=19136213 next_target=2344999565 gap_to_target=4615000 fn=126 #125
[frame-irq] raise t_virt=2355094986 dt=14710421 next_target=2359709986 gap_to_target=4615000 fn=127 #126
[frame-irq] raise t_virt=2366830720 dt=11735734 next_target=2371445720 gap_to_target=4615000 fn=128 #127
[frame-irq] raise t_virt=2380603351 dt=13772631 next_target=2385218351 gap_to_target=4615000 fn=129 #128
[frame-irq] raise t_virt=2408072031 dt=27468680 next_target=2412687031 gap_to_target=4615000 fn=130 #129
[frame-irq] raise t_virt=2458345095 dt=50273064 next_target=2462960095 gap_to_target=4615000 fn=131 #130
[frame-irq] raise t_virt=2494236807 dt=35891712 next_target=2498851807 gap_to_target=4615000 fn=132 #131
[frame-irq] raise t_virt=2519293129 dt=25056322 next_target=2523908129 gap_to_target=4615000 fn=133 #132
[frame-irq] raise t_virt=2537229753 dt=17936624 next_target=2541844753 gap_to_target=4615000 fn=134 #133
[frame-irq] raise t_virt=2547207903 dt=9978150 next_target=2551822903 gap_to_target=4615000 fn=135 #134
[frame-irq] raise t_virt=2561243472 dt=14035569 next_target=2565858472 gap_to_target=4615000 fn=136 #135
[frame-irq] raise t_virt=2575347987 dt=14104515 next_target=2579962987 gap_to_target=4615000 fn=137 #136
[frame-irq] raise t_virt=2589301790 dt=13953803 next_target=2593916790 gap_to_target=4615000 fn=138 #137
[frame-irq] raise t_virt=2606770384 dt=17468594 next_target=2611385384 gap_to_target=4615000 fn=139 #138
[frame-irq] raise t_virt=2645621545 dt=38851161 next_target=2650236545 gap_to_target=4615000 fn=140 #139
[frame-irq] raise t_virt=2677899364 dt=32277819 next_target=2682514364 gap_to_target=4615000 fn=141 #140
[frame-irq] raise t_virt=2704739389 dt=26840025 next_target=2709354389 gap_to_target=4615000 fn=142 #141
[frame-irq] raise t_virt=2732103757 dt=27364368 next_target=2736718757 gap_to_target=4615000 fn=143 #142
[frame-irq] raise t_virt=2760438432 dt=28334675 next_target=2765053432 gap_to_target=4615000 fn=144 #143
[frame-irq] raise t_virt=2787959018 dt=27520586 next_target=2792574018 gap_to_target=4615000 fn=145 #144
[frame-irq] raise t_virt=2817327972 dt=29368954 next_target=2821942972 gap_to_target=4615000 fn=146 #145
[frame-irq] raise t_virt=2872345111 dt=55017139 next_target=2876960111 gap_to_target=4615000 fn=147 #146
[frame-irq] raise t_virt=2928271201 dt=55926090 next_target=2932886201 gap_to_target=4615000 fn=148 #147
[frame-irq] raise t_virt=2983178031 dt=54906830 next_target=2987793031 gap_to_target=4615000 fn=149 #148
[frame-irq] raise t_virt=3034230350 dt=51052319 next_target=3038845350 gap_to_target=4615000 fn=150 #149
[frame-irq] raise t_virt=3059839804 dt=25609454 next_target=3064454804 gap_to_target=4615000 fn=151 #150
[frame-irq] raise t_virt=3075463014 dt=15623210 next_target=3080078014 gap_to_target=4615000 fn=152 #151
[frame-irq] raise t_virt=3088424895 dt=12961881 next_target=3093039895 gap_to_target=4615000 fn=153 #152
[frame-irq] raise t_virt=3102538199 dt=14113304 next_target=3107153199 gap_to_target=4615000 fn=154 #153
[frame-irq] raise t_virt=3116546223 dt=14008024 next_target=3121161223 gap_to_target=4615000 fn=155 #154
[frame-irq] raise t_virt=3130280698 dt=13734475 next_target=3134895698 gap_to_target=4615000 fn=156 #155
[frame-irq] raise t_virt=3144213634 dt=13932936 next_target=3148828634 gap_to_target=4615000 fn=157 #156
[frame-irq] raise t_virt=3157960191 dt=13746557 next_target=3162575191 gap_to_target=4615000 fn=158 #157
[frame-irq] raise t_virt=3171993914 dt=14033723 next_target=3176608914 gap_to_target=4615000 fn=159 #158
[frame-irq] raise t_virt=3186284127 dt=14290213 next_target=3190899127 gap_to_target=4615000 fn=160 #159
[frame-irq] raise t_virt=3203011855 dt=16727728 next_target=3207626855 gap_to_target=4615000 fn=161 #160
[frame-irq] raise t_virt=3228268577 dt=25256722 next_target=3232883577 gap_to_target=4615000 fn=162 #161
[frame-irq] raise t_virt=3282794138 dt=54525561 next_target=3287409138 gap_to_target=4615000 fn=163 #162
[frame-irq] raise t_virt=3320263025 dt=37468887 next_target=3324878025 gap_to_target=4615000 fn=164 #163
[frame-irq] raise t_virt=3342046864 dt=21783839 next_target=3346661864 gap_to_target=4615000 fn=165 #164
[frame-irq] raise t_virt=3364345150 dt=22298286 next_target=3368960150 gap_to_target=4615000 fn=166 #165
[frame-irq] raise t_virt=3384883024 dt=20537874 next_target=3389498024 gap_to_target=4615000 fn=167 #166
[frame-irq] raise t_virt=3409146201 dt=24263177 next_target=3413761201 gap_to_target=4615000 fn=168 #167
[frame-irq] raise t_virt=3455465096 dt=46318895 next_target=3460080096 gap_to_target=4615000 fn=169 #168
[frame-irq] raise t_virt=3509701894 dt=54236798 next_target=3514316894 gap_to_target=4615000 fn=170 #169
[frame-irq] raise t_virt=3553068252 dt=43366358 next_target=3557683252 gap_to_target=4615000 fn=171 #170
[frame-irq] raise t_virt=3594914751 dt=41846499 next_target=3599529751 gap_to_target=4615000 fn=172 #171
[frame-irq] raise t_virt=3618483392 dt=23568641 next_target=3623098392 gap_to_target=4615000 fn=173 #172
[frame-irq] raise t_virt=3662793969 dt=44310577 next_target=3667408969 gap_to_target=4615000 fn=174 #173
[frame-irq] raise t_virt=3722692562 dt=59898593 next_target=3727307562 gap_to_target=4615000 fn=175 #174
[frame-irq] raise t_virt=3775196856 dt=52504294 next_target=3779811856 gap_to_target=4615000 fn=176 #175
[frame-irq] raise t_virt=3804330815 dt=29133959 next_target=3808945815 gap_to_target=4615000 fn=177 #176
[frame-irq] raise t_virt=3821645449 dt=17314634 next_target=3826260449 gap_to_target=4615000 fn=178 #177
[frame-irq] raise t_virt=3835631028 dt=13985579 next_target=3840246028 gap_to_target=4615000 fn=179 #178
[frame-irq] raise t_virt=3850861857 dt=15230829 next_target=3855476857 gap_to_target=4615000 fn=180 #179
[frame-irq] raise t_virt=3874931381 dt=24069524 next_target=3879546381 gap_to_target=4615000 fn=181 #180
[frame-irq] raise t_virt=3891933477 dt=17002096 next_target=3896548477 gap_to_target=4615000 fn=182 #181
[frame-irq] raise t_virt=3902696507 dt=10763030 next_target=3907311507 gap_to_target=4615000 fn=183 #182
[frame-irq] raise t_virt=3916064701 dt=13368194 next_target=3920679701 gap_to_target=4615000 fn=184 #183
[frame-irq] raise t_virt=3930259060 dt=14194359 next_target=3934874060 gap_to_target=4615000 fn=185 #184
[frame-irq] raise t_virt=3944262042 dt=14002982 next_target=3948877042 gap_to_target=4615000 fn=186 #185
[frame-irq] raise t_virt=3958043470 dt=13781428 next_target=3962658470 gap_to_target=4615000 fn=187 #186
[frame-irq] raise t_virt=3975617675 dt=17574205 next_target=3980232675 gap_to_target=4615000 fn=188 #187
[frame-irq] raise t_virt=3991784578 dt=16166903 next_target=3996399578 gap_to_target=4615000 fn=189 #188
[frame-irq] raise t_virt=4004440865 dt=12656287 next_target=4009055865 gap_to_target=4615000 fn=190 #189
[frame-irq] raise t_virt=4018442522 dt=14001657 next_target=4023057522 gap_to_target=4615000 fn=191 #190
[frame-irq] raise t_virt=4033141583 dt=14699061 next_target=4037756583 gap_to_target=4615000 fn=192 #191
[frame-irq] raise t_virt=4045870594 dt=12729011 next_target=4050485594 gap_to_target=4615000 fn=193 #192
[frame-irq] raise t_virt=4059900853 dt=14030259 next_target=4064515853 gap_to_target=4615000 fn=194 #193
[frame-irq] raise t_virt=4073778043 dt=13877190 next_target=4078393043 gap_to_target=4615000 fn=195 #194
[frame-irq] raise t_virt=4090055832 dt=16277789 next_target=4094670832 gap_to_target=4615000 fn=196 #195
[frame-irq] raise t_virt=4101982821 dt=11926989 next_target=4106597821 gap_to_target=4615000 fn=197 #196
[frame-irq] raise t_virt=4122150181 dt=20167360 next_target=4126765181 gap_to_target=4615000 fn=198 #197
[frame-irq] raise t_virt=4135275416 dt=13125235 next_target=4139890416 gap_to_target=4615000 fn=199 #198
[frame-irq] raise t_virt=4156315732 dt=21040316 next_target=4160930732 gap_to_target=4615000 fn=200 #199
[frame-irq] raise t_virt=4175563211 dt=19247479 next_target=4180178211 gap_to_target=4615000 fn=201 #200
[frame-irq] raise t_virt=4193534645 dt=17971434 next_target=4198149645 gap_to_target=4615000 fn=202 #201
[frame-irq] raise t_virt=4209926717 dt=16392072 next_target=4214541717 gap_to_target=4615000 fn=203 #202
[frame-irq] raise t_virt=4233355336 dt=23428619 next_target=4237970336 gap_to_target=4615000 fn=204 #203
[frame-irq] raise t_virt=4252290929 dt=18935593 next_target=4256905929 gap_to_target=4615000 fn=205 #204
[frame-irq] raise t_virt=4266398594 dt=14107665 next_target=4271013594 gap_to_target=4615000 fn=206 #205
[frame-irq] raise t_virt=4277763677 dt=11365083 next_target=4282378677 gap_to_target=4615000 fn=207 #206
[frame-irq] raise t_virt=4291528470 dt=13764793 next_target=4296143470 gap_to_target=4615000 fn=208 #207
[frame-irq] raise t_virt=4305357678 dt=13829208 next_target=4309972678 gap_to_target=4615000 fn=209 #208
[frame-irq] raise t_virt=4319095078 dt=13737400 next_target=4323710078 gap_to_target=4615000 fn=210 #209
[frame-irq] raise t_virt=4332952102 dt=13857024 next_target=4337567102 gap_to_target=4615000 fn=211 #210
[frame-irq] raise t_virt=4346779423 dt=13827321 next_target=4351394423 gap_to_target=4615000 fn=212 #211
[frame-irq] raise t_virt=4360815655 dt=14036232 next_target=4365430655 gap_to_target=4615000 fn=213 #212
[frame-irq] raise t_virt=4374791905 dt=13976250 next_target=4379406905 gap_to_target=4615000 fn=214 #213
[frame-irq] raise t_virt=4388598297 dt=13806392 next_target=4393213297 gap_to_target=4615000 fn=215 #214
[frame-irq] raise t_virt=4407010919 dt=18412622 next_target=4411625919 gap_to_target=4615000 fn=216 #215
[frame-irq] raise t_virt=4421883168 dt=14872249 next_target=4426498168 gap_to_target=4615000 fn=217 #216
[frame-irq] raise t_virt=4435153545 dt=13270377 next_target=4439768545 gap_to_target=4615000 fn=218 #217
[frame-irq] raise t_virt=4448984127 dt=13830582 next_target=4453599127 gap_to_target=4615000 fn=219 #218
[frame-irq] raise t_virt=4463901767 dt=14917640 next_target=4468516767 gap_to_target=4615000 fn=220 #219
[frame-irq] raise t_virt=4476936161 dt=13034394 next_target=4481551161 gap_to_target=4615000 fn=221 #220
[frame-irq] raise t_virt=4491036318 dt=14100157 next_target=4495651318 gap_to_target=4615000 fn=222 #221
[frame-irq] raise t_virt=4504684374 dt=13648056 next_target=4509299374 gap_to_target=4615000 fn=223 #222
[frame-irq] raise t_virt=4535163363 dt=30478989 next_target=4539778363 gap_to_target=4615000 fn=224 #223
[frame-irq] raise t_virt=4560513337 dt=25349974 next_target=4565128337 gap_to_target=4615000 fn=225 #224
[frame-irq] raise t_virt=4588040624 dt=27527287 next_target=4592655624 gap_to_target=4615000 fn=226 #225
[frame-irq] raise t_virt=4615476151 dt=27435527 next_target=4620091151 gap_to_target=4615000 fn=227 #226
[frame-irq] raise t_virt=4636087116 dt=20610965 next_target=4640702116 gap_to_target=4615000 fn=228 #227
[frame-irq] raise t_virt=4649266177 dt=13179061 next_target=4653881177 gap_to_target=4615000 fn=229 #228
[frame-irq] raise t_virt=4661987501 dt=12721324 next_target=4666602501 gap_to_target=4615000 fn=230 #229
[frame-irq] raise t_virt=4675800765 dt=13813264 next_target=4680415765 gap_to_target=4615000 fn=231 #230
[frame-irq] raise t_virt=4689718570 dt=13917805 next_target=4694333570 gap_to_target=4615000 fn=232 #231
[frame-irq] raise t_virt=4703495803 dt=13777233 next_target=4708110803 gap_to_target=4615000 fn=233 #232
[frame-irq] raise t_virt=4717584968 dt=14089165 next_target=4722199968 gap_to_target=4615000 fn=234 #233
[frame-irq] raise t_virt=4731181497 dt=13596529 next_target=4735796497 gap_to_target=4615000 fn=235 #234
[frame-irq] raise t_virt=4748329280 dt=17147783 next_target=4752944280 gap_to_target=4615000 fn=236 #235
[frame-irq] raise t_virt=4774886280 dt=26557000 next_target=4779501280 gap_to_target=4615000 fn=237 #236
[frame-irq] raise t_virt=4828302734 dt=53416454 next_target=4832917734 gap_to_target=4615000 fn=238 #237
[frame-irq] raise t_virt=4884442728 dt=56139994 next_target=4889057728 gap_to_target=4615000 fn=239 #238
[frame-irq] raise t_virt=4943514727 dt=59071999 next_target=4948129727 gap_to_target=4615000 fn=240 #239
[frame-irq] raise t_virt=4996863013 dt=53348286 next_target=5001478013 gap_to_target=4615000 fn=241 #240
[frame-irq] raise t_virt=5031866776 dt=35003763 next_target=5036481776 gap_to_target=4615000 fn=242 #241
[frame-irq] raise t_virt=5056401450 dt=24534674 next_target=5061016450 gap_to_target=4615000 fn=243 #242
[frame-irq] raise t_virt=5073962105 dt=17560655 next_target=5078577105 gap_to_target=4615000 fn=244 #243
[frame-irq] raise t_virt=5094596957 dt=20634852 next_target=5099211957 gap_to_target=4615000 fn=245 #244
[frame-irq] raise t_virt=5108517615 dt=13920658 next_target=5113132615 gap_to_target=4615000 fn=246 #245
[frame-irq] raise t_virt=5129229423 dt=20711808 next_target=5133844423 gap_to_target=4615000 fn=247 #246
[frame-irq] raise t_virt=5183109159 dt=53879736 next_target=5187724159 gap_to_target=4615000 fn=248 #247
[frame-irq] raise t_virt=5241830647 dt=58721488 next_target=5246445647 gap_to_target=4615000 fn=249 #248
[frame-irq] raise t_virt=5305913256 dt=64082609 next_target=5310528256 gap_to_target=4615000 fn=250 #249
[frame-irq] raise t_virt=5366011582 dt=60098326 next_target=5370626582 gap_to_target=4615000 fn=251 #250
[frame-irq] raise t_virt=5414123811 dt=48112229 next_target=5418738811 gap_to_target=4615000 fn=252 #251
[frame-irq] raise t_virt=5434924678 dt=20800867 next_target=5439539678 gap_to_target=4615000 fn=253 #252
[frame-irq] raise t_virt=5450087367 dt=15162689 next_target=5454702367 gap_to_target=4615000 fn=254 #253
[frame-irq] raise t_virt=5461056720 dt=10969353 next_target=5465671720 gap_to_target=4615000 fn=255 #254
[frame-irq] raise t_virt=5475716320 dt=14659600 next_target=5480331320 gap_to_target=4615000 fn=256 #255
[frame-irq] raise t_virt=5497734126 dt=22017806 next_target=5502349126 gap_to_target=4615000 fn=257 #256
[frame-irq] raise t_virt=5553076671 dt=55342545 next_target=5557691671 gap_to_target=4615000 fn=258 #257
[frame-irq] raise t_virt=5615587246 dt=62510575 next_target=5620202246 gap_to_target=4615000 fn=259 #258
[frame-irq] raise t_virt=5674692325 dt=59105079 next_target=5679307325 gap_to_target=4615000 fn=260 #259
[frame-irq] raise t_virt=5723784437 dt=49092112 next_target=5728399437 gap_to_target=4615000 fn=261 #260
[frame-irq] raise t_virt=5762407292 dt=38622855 next_target=5767022292 gap_to_target=4615000 fn=262 #261
[frame-irq] raise t_virt=5787496377 dt=25089085 next_target=5792111377 gap_to_target=4615000 fn=263 #262
[frame-irq] raise t_virt=5803527876 dt=16031499 next_target=5808142876 gap_to_target=4615000 fn=264 #263
[frame-irq] raise t_virt=5822739180 dt=19211304 next_target=5827354180 gap_to_target=4615000 fn=265 #264
[frame-irq] raise t_virt=5840676349 dt=17937169 next_target=5845291349 gap_to_target=4615000 fn=266 #265
[frame-irq] raise t_virt=5859479934 dt=18803585 next_target=5864094934 gap_to_target=4615000 fn=267 #266
[frame-irq] raise t_virt=5877911269 dt=18431335 next_target=5882526269 gap_to_target=4615000 fn=268 #267
[frame-irq] raise t_virt=5897003681 dt=19092412 next_target=5901618681 gap_to_target=4615000 fn=269 #268
[frame-irq] raise t_virt=5914488490 dt=17484809 next_target=5919103490 gap_to_target=4615000 fn=270 #269
[frame-irq] raise t_virt=5933135806 dt=18647316 next_target=5937750806 gap_to_target=4615000 fn=271 #270
[frame-irq] raise t_virt=5952573049 dt=19437243 next_target=5957188049 gap_to_target=4615000 fn=272 #271
[frame-irq] raise t_virt=5990604629 dt=38031580 next_target=5995219629 gap_to_target=4615000 fn=273 #272
[frame-irq] raise t_virt=6046824175 dt=56219546 next_target=6051439175 gap_to_target=4615000 fn=274 #273
[frame-irq] raise t_virt=6089223124 dt=42398949 next_target=6093838124 gap_to_target=4615000 fn=275 #274
[frame-irq] raise t_virt=6123408385 dt=34185261 next_target=6128023385 gap_to_target=4615000 fn=276 #275
[frame-irq] raise t_virt=6172612733 dt=49204348 next_target=6177227733 gap_to_target=4615000 fn=277 #276
[frame-irq] raise t_virt=6224729519 dt=52116786 next_target=6229344519 gap_to_target=4615000 fn=278 #277
[frame-irq] raise t_virt=6249327461 dt=24597942 next_target=6253942461 gap_to_target=4615000 fn=279 #278
[frame-irq] raise t_virt=6275345122 dt=26017661 next_target=6279960122 gap_to_target=4615000 fn=280 #279
[frame-irq] raise t_virt=6326676542 dt=51331420 next_target=6331291542 gap_to_target=4615000 fn=281 #280
[frame-irq] raise t_virt=6361769450 dt=35092908 next_target=6366384450 gap_to_target=4615000 fn=282 #281
[frame-irq] raise t_virt=6383831767 dt=22062317 next_target=6388446767 gap_to_target=4615000 fn=283 #282
[frame-irq] raise t_virt=6395192376 dt=11360609 next_target=6399807376 gap_to_target=4615000 fn=284 #283
[frame-irq] raise t_virt=6409430132 dt=14237756 next_target=6414045132 gap_to_target=4615000 fn=285 #284
[frame-irq] raise t_virt=6423320003 dt=13889871 next_target=6427935003 gap_to_target=4615000 fn=286 #285
[frame-irq] raise t_virt=6437100123 dt=13780120 next_target=6441715123 gap_to_target=4615000 fn=287 #286
[frame-irq] raise t_virt=6492644658 dt=55544535 next_target=6497259658 gap_to_target=4615000 fn=288 #287
[frame-irq] raise t_virt=6552504077 dt=59859419 next_target=6557119077 gap_to_target=4615000 fn=289 #288
[frame-irq] raise t_virt=6610397991 dt=57893914 next_target=6615012991 gap_to_target=4615000 fn=290 #289
[frame-irq] raise t_virt=6665972369 dt=55574378 next_target=6670587369 gap_to_target=4615000 fn=291 #290
[frame-irq] raise t_virt=6713282862 dt=47310493 next_target=6717897862 gap_to_target=4615000 fn=292 #291
[frame-irq] raise t_virt=6744902149 dt=31619287 next_target=6749517149 gap_to_target=4615000 fn=293 #292
[frame-irq] raise t_virt=6760303374 dt=15401225 next_target=6764918374 gap_to_target=4615000 fn=294 #293
[frame-irq] raise t_virt=6782748835 dt=22445461 next_target=6787363835 gap_to_target=4615000 fn=295 #294
[frame-irq] raise t_virt=6838271801 dt=55522966 next_target=6842886801 gap_to_target=4615000 fn=296 #295
[frame-irq] raise t_virt=6875012130 dt=36740329 next_target=6879627130 gap_to_target=4615000 fn=297 #296
[frame-irq] raise t_virt=6896719914 dt=21707784 next_target=6901334914 gap_to_target=4615000 fn=298 #297
[frame-irq] raise t_virt=6908439377 dt=11719463 next_target=6913054377 gap_to_target=4615000 fn=299 #298
[frame-irq] raise t_virt=6921910975 dt=13471598 next_target=6926525975 gap_to_target=4615000 fn=300 #299
[frame-irq] raise t_virt=6935641194 dt=13730219 next_target=6940256194 gap_to_target=4615000 fn=301 #300
[frame-irq] raise t_virt=6949717055 dt=14075861 next_target=6954332055 gap_to_target=4615000 fn=302 #301
[frame-irq] raise t_virt=6963292080 dt=13575025 next_target=6967907080 gap_to_target=4615000 fn=303 #302
[frame-irq] raise t_virt=6978902744 dt=15610664 next_target=6983517744 gap_to_target=4615000 fn=304 #303
[frame-irq] raise t_virt=6991761317 dt=12858573 next_target=6996376317 gap_to_target=4615000 fn=305 #304
[frame-irq] raise t_virt=7007596407 dt=15835090 next_target=7012211407 gap_to_target=4615000 fn=306 #305
[frame-irq] raise t_virt=7019230540 dt=11634133 next_target=7023845540 gap_to_target=4615000 fn=307 #306
[frame-irq] raise t_virt=7035578682 dt=16348142 next_target=7040193682 gap_to_target=4615000 fn=308 #307
[frame-irq] raise t_virt=7047391245 dt=11812563 next_target=7052006245 gap_to_target=4615000 fn=309 #308
[frame-irq] raise t_virt=7061331419 dt=13940174 next_target=7065946419 gap_to_target=4615000 fn=310 #309
[frame-irq] raise t_virt=7075074904 dt=13743485 next_target=7079689904 gap_to_target=4615000 fn=311 #310
[frame-irq] raise t_virt=7090791235 dt=15716331 next_target=7095406235 gap_to_target=4615000 fn=312 #311
[frame-irq] raise t_virt=7102866083 dt=12074848 next_target=7107481083 gap_to_target=4615000 fn=313 #312
[frame-irq] raise t_virt=7116670199 dt=13804116 next_target=7121285199 gap_to_target=4615000 fn=314 #313
[frame-irq] raise t_virt=7130753562 dt=14083363 next_target=7135368562 gap_to_target=4615000 fn=315 #314
[frame-irq] raise t_virt=7147062334 dt=16308772 next_target=7151677334 gap_to_target=4615000 fn=316 #315
[frame-irq] raise t_virt=7158804983 dt=11742649 next_target=7163419983 gap_to_target=4615000 fn=317 #316
[frame-irq] raise t_virt=7172677551 dt=13872568 next_target=7177292551 gap_to_target=4615000 fn=318 #317
[frame-irq] raise t_virt=7186518796 dt=13841245 next_target=7191133796 gap_to_target=4615000 fn=319 #318
[frame-irq] raise t_virt=7200522995 dt=14004199 next_target=7205137995 gap_to_target=4615000 fn=320 #319
[frame-irq] raise t_virt=7214719263 dt=14196268 next_target=7219334263 gap_to_target=4615000 fn=321 #320
[frame-irq] raise t_virt=7230204227 dt=15484964 next_target=7234819227 gap_to_target=4615000 fn=322 #321
[frame-irq] raise t_virt=7242870635 dt=12666408 next_target=7247485635 gap_to_target=4615000 fn=323 #322
[frame-irq] raise t_virt=7256566806 dt=13696171 next_target=7261181806 gap_to_target=4615000 fn=324 #323
[frame-irq] raise t_virt=7270509539 dt=13942733 next_target=7275124539 gap_to_target=4615000 fn=325 #324
[frame-irq] raise t_virt=7285493772 dt=14984233 next_target=7290108772 gap_to_target=4615000 fn=326 #325
[frame-irq] raise t_virt=7300416074 dt=14922302 next_target=7305031074 gap_to_target=4615000 fn=327 #326
[frame-irq] raise t_virt=7342821060 dt=42404986 next_target=7347436060 gap_to_target=4615000 fn=328 #327
[frame-irq] raise t_virt=7392799370 dt=49978310 next_target=7397414370 gap_to_target=4615000 fn=329 #328
[frame-irq] raise t_virt=7446186196 dt=53386826 next_target=7450801196 gap_to_target=4615000 fn=330 #329
[frame-irq] raise t_virt=7505473321 dt=59287125 next_target=7510088321 gap_to_target=4615000 fn=331 #330
[frame-irq] raise t_virt=7565607154 dt=60133833 next_target=7570222154 gap_to_target=4615000 fn=332 #331
[frame-irq] raise t_virt=7612242140 dt=46634986 next_target=7616857140 gap_to_target=4615000 fn=333 #332
[frame-irq] raise t_virt=7664990882 dt=52748742 next_target=7669605882 gap_to_target=4615000 fn=334 #333
[frame-irq] raise t_virt=7720886607 dt=55895725 next_target=7725501607 gap_to_target=4615000 fn=335 #334
[frame-irq] raise t_virt=7756914989 dt=36028382 next_target=7761529989 gap_to_target=4615000 fn=336 #335
[frame-irq] raise t_virt=7810373414 dt=53458425 next_target=7814988414 gap_to_target=4615000 fn=337 #336
[frame-irq] raise t_virt=7868047913 dt=57674499 next_target=7872662913 gap_to_target=4615000 fn=338 #337
[frame-irq] raise t_virt=7910917422 dt=42869509 next_target=7915532422 gap_to_target=4615000 fn=339 #338
[frame-irq] raise t_virt=7929760462 dt=18843040 next_target=7934375462 gap_to_target=4615000 fn=340 #339
[frame-irq] raise t_virt=7982548355 dt=52787893 next_target=7987163355 gap_to_target=4615000 fn=341 #340
[frame-irq] raise t_virt=8038754271 dt=56205916 next_target=8043369271 gap_to_target=4615000 fn=342 #341
[frame-irq] raise t_virt=8072985002 dt=34230731 next_target=8077600002 gap_to_target=4615000 fn=343 #342
[frame-irq] raise t_virt=8102103492 dt=29118490 next_target=8106718492 gap_to_target=4615000 fn=344 #343
[frame-irq] raise t_virt=8124748657 dt=22645165 next_target=8129363657 gap_to_target=4615000 fn=345 #344
[frame-irq] raise t_virt=8175054212 dt=50305555 next_target=8179669212 gap_to_target=4615000 fn=346 #345
[frame-irq] raise t_virt=8231616039 dt=56561827 next_target=8236231039 gap_to_target=4615000 fn=347 #346
[frame-irq] raise t_virt=8262579228 dt=30963189 next_target=8267194228 gap_to_target=4615000 fn=348 #347
[frame-irq] raise t_virt=8279945227 dt=17365999 next_target=8284560227 gap_to_target=4615000 fn=349 #348
[frame-irq] raise t_virt=8301762046 dt=21816819 next_target=8306377046 gap_to_target=4615000 fn=350 #349
[frame-irq] raise t_virt=8342836383 dt=41074337 next_target=8347451383 gap_to_target=4615000 fn=351 #350
[frame-irq] raise t_virt=8396351870 dt=53515487 next_target=8400966870 gap_to_target=4615000 fn=352 #351
[frame-irq] raise t_virt=8459494343 dt=63142473 next_target=8464109343 gap_to_target=4615000 fn=353 #352
[frame-irq] raise t_virt=8515129594 dt=55635251 next_target=8519744594 gap_to_target=4615000 fn=354 #353
[frame-irq] raise t_virt=8572504503 dt=57374909 next_target=8577119503 gap_to_target=4615000 fn=355 #354
[frame-irq] raise t_virt=8616009401 dt=43504898 next_target=8620624401 gap_to_target=4615000 fn=356 #355
[frame-irq] raise t_virt=8637085191 dt=21075790 next_target=8641700191 gap_to_target=4615000 fn=357 #356
[frame-irq] raise t_virt=8667852043 dt=30766852 next_target=8672467043 gap_to_target=4615000 fn=358 #357
[frame-irq] raise t_virt=8714124202 dt=46272159 next_target=8718739202 gap_to_target=4615000 fn=359 #358
[frame-irq] raise t_virt=8770736303 dt=56612101 next_target=8775351303 gap_to_target=4615000 fn=360 #359
[frame-irq] raise t_virt=8829799614 dt=59063311 next_target=8834414614 gap_to_target=4615000 fn=361 #360
[frame-irq] raise t_virt=8860924660 dt=31125046 next_target=8865539660 gap_to_target=4615000 fn=362 #361
[frame-irq] raise t_virt=8880182950 dt=19258290 next_target=8884797950 gap_to_target=4615000 fn=363 #362
[frame-irq] raise t_virt=8894518388 dt=14335438 next_target=8899133388 gap_to_target=4615000 fn=364 #363
[frame-irq] raise t_virt=8907763012 dt=13244624 next_target=8912378012 gap_to_target=4615000 fn=365 #364
[frame-irq] raise t_virt=8921731811 dt=13968799 next_target=8926346811 gap_to_target=4615000 fn=366 #365
[frame-irq] raise t_virt=8935624796 dt=13892985 next_target=8940239796 gap_to_target=4615000 fn=367 #366
[frame-irq] raise t_virt=8981821468 dt=46196672 next_target=8986436468 gap_to_target=4615000 fn=368 #367
[frame-irq] raise t_virt=9028873683 dt=47052215 next_target=9033488683 gap_to_target=4615000 fn=369 #368
[frame-irq] raise t_virt=9056966042 dt=28092359 next_target=9061581042 gap_to_target=4615000 fn=370 #369
[frame-irq] raise t_virt=9100676065 dt=43710023 next_target=9105291065 gap_to_target=4615000 fn=371 #370
[frame-irq] raise t_virt=9161543695 dt=60867630 next_target=9166158695 gap_to_target=4615000 fn=372 #371
[frame-irq] raise t_virt=9210121665 dt=48577970 next_target=9214736665 gap_to_target=4615000 fn=373 #372
[frame-irq] raise t_virt=9257049807 dt=46928142 next_target=9261664807 gap_to_target=4615000 fn=374 #373
[frame-irq] raise t_virt=9290540278 dt=33490471 next_target=9295155278 gap_to_target=4615000 fn=375 #374
[frame-irq] raise t_virt=9317053878 dt=26513600 next_target=9321668878 gap_to_target=4615000 fn=376 #375
[frame-irq] raise t_virt=9345700564 dt=28646686 next_target=9350315564 gap_to_target=4615000 fn=377 #376
[frame-irq] raise t_virt=9403417432 dt=57716868 next_target=9408032432 gap_to_target=4615000 fn=378 #377
[frame-irq] raise t_virt=9455343922 dt=51926490 next_target=9459958922 gap_to_target=4615000 fn=379 #378
[frame-irq] raise t_virt=9480626583 dt=25282661 next_target=9485241583 gap_to_target=4615000 fn=380 #379
[frame-irq] raise t_virt=9496828539 dt=16201956 next_target=9501443539 gap_to_target=4615000 fn=381 #380
[frame-irq] raise t_virt=9507729849 dt=10901310 next_target=9512344849 gap_to_target=4615000 fn=382 #381
[frame-irq] raise t_virt=9521855846 dt=14125997 next_target=9526470846 gap_to_target=4615000 fn=383 #382
[frame-irq] raise t_virt=9535803423 dt=13947577 next_target=9540418423 gap_to_target=4615000 fn=384 #383
[frame-irq] raise t_virt=9549641855 dt=13838432 next_target=9554256855 gap_to_target=4615000 fn=385 #384
[frame-irq] raise t_virt=9563789418 dt=14147563 next_target=9568404418 gap_to_target=4615000 fn=386 #385
[frame-irq] raise t_virt=9577739523 dt=13950105 next_target=9582354523 gap_to_target=4615000 fn=387 #386
[frame-irq] raise t_virt=9593480074 dt=15740551 next_target=9598095074 gap_to_target=4615000 fn=388 #387
[frame-irq] raise t_virt=9605805107 dt=12325033 next_target=9610420107 gap_to_target=4615000 fn=389 #388
[frame-irq] raise t_virt=9619522770 dt=13717663 next_target=9624137770 gap_to_target=4615000 fn=390 #389
[frame-irq] raise t_virt=9633404627 dt=13881857 next_target=9638019627 gap_to_target=4615000 fn=391 #390
[frame-irq] raise t_virt=9647977602 dt=14572975 next_target=9652592602 gap_to_target=4615000 fn=392 #391
[frame-irq] raise t_virt=9661659462 dt=13681860 next_target=9666274462 gap_to_target=4615000 fn=393 #392
[frame-irq] raise t_virt=9675637154 dt=13977692 next_target=9680252154 gap_to_target=4615000 fn=394 #393
[frame-irq] raise t_virt=9689372468 dt=13735314 next_target=9693987468 gap_to_target=4615000 fn=395 #394
[frame-irq] raise t_virt=9706197662 dt=16825194 next_target=9710812662 gap_to_target=4615000 fn=396 #395
[frame-irq] raise t_virt=9717427171 dt=11229509 next_target=9722042171 gap_to_target=4615000 fn=397 #396
[frame-irq] raise t_virt=9731130434 dt=13703263 next_target=9735745434 gap_to_target=4615000 fn=398 #397
[frame-irq] raise t_virt=9745165777 dt=14035343 next_target=9749780777 gap_to_target=4615000 fn=399 #398
[frame-irq] raise t_virt=9759128035 dt=13962258 next_target=9763743035 gap_to_target=4615000 fn=400 #399
[frame-irq] raise t_virt=9773291272 dt=14163237 next_target=9777906272 gap_to_target=4615000 fn=401 #400
[frame-irq] raise t_virt=9787535196 dt=14243924 next_target=9792150196 gap_to_target=4615000 fn=402 #401
[frame-irq] raise t_virt=9801806918 dt=14271722 next_target=9806421918 gap_to_target=4615000 fn=403 #402
[frame-irq] raise t_virt=9820240488 dt=18433570 next_target=9824855488 gap_to_target=4615000 fn=404 #403
[frame-irq] raise t_virt=9835166275 dt=14925787 next_target=9839781275 gap_to_target=4615000 fn=405 #404
[frame-irq] raise t_virt=9847152565 dt=11986290 next_target=9851767565 gap_to_target=4615000 fn=406 #405
[frame-irq] raise t_virt=9861251968 dt=14099403 next_target=9865866968 gap_to_target=4615000 fn=407 #406
[frame-irq] raise t_virt=9875429747 dt=14177779 next_target=9880044747 gap_to_target=4615000 fn=408 #407
[frame-irq] raise t_virt=9889388183 dt=13958436 next_target=9894003183 gap_to_target=4615000 fn=409 #408
[frame-irq] raise t_virt=9903504298 dt=14116115 next_target=9908119298 gap_to_target=4615000 fn=410 #409
[frame-irq] raise t_virt=9917823849 dt=14319551 next_target=9922438849 gap_to_target=4615000 fn=411 #410
[frame-irq] raise t_virt=9934551589 dt=16727740 next_target=9939166589 gap_to_target=4615000 fn=412 #411
[frame-irq] raise t_virt=9949952850 dt=15401261 next_target=9954567850 gap_to_target=4615000 fn=413 #412
[frame-irq] raise t_virt=9963402993 dt=13450143 next_target=9968017993 gap_to_target=4615000 fn=414 #413
[frame-irq] raise t_virt=9977288931 dt=13885938 next_target=9981903931 gap_to_target=4615000 fn=415 #414
[frame-irq] raise t_virt=9994510757 dt=17221826 next_target=9999125757 gap_to_target=4615000 fn=416 #415
[frame-irq] raise t_virt=10007962362 dt=13451605 next_target=10012577362 gap_to_target=4615000 fn=417 #416
[frame-irq] raise t_virt=10020260521 dt=12298159 next_target=10024875521 gap_to_target=4615000 fn=418 #417
[frame-irq] raise t_virt=10033774373 dt=13513852 next_target=10038389373 gap_to_target=4615000 fn=419 #418
[frame-irq] raise t_virt=10049099513 dt=15325140 next_target=10053714513 gap_to_target=4615000 fn=420 #419
[frame-irq] raise t_virt=10061244494 dt=12144981 next_target=10065859494 gap_to_target=4615000 fn=421 #420
[frame-irq] raise t_virt=10075189562 dt=13945068 next_target=10079804562 gap_to_target=4615000 fn=422 #421
[frame-irq] raise t_virt=10088205681 dt=13016119 next_target=10092820681 gap_to_target=4615000 fn=423 #422
[frame-irq] raise t_virt=10105497939 dt=17292258 next_target=10110112939 gap_to_target=4615000 fn=424 #423
[frame-irq] raise t_virt=10115941259 dt=10443320 next_target=10120556259 gap_to_target=4615000 fn=425 #424
[frame-irq] raise t_virt=10146805029 dt=30863770 next_target=10151420029 gap_to_target=4615000 fn=426 #425
[frame-irq] raise t_virt=10178289243 dt=31484214 next_target=10182904243 gap_to_target=4615000 fn=427 #426
[frame-irq] raise t_virt=10202027818 dt=23738575 next_target=10206642818 gap_to_target=4615000 fn=428 #427
[frame-irq] raise t_virt=10219323298 dt=17295480 next_target=10223938298 gap_to_target=4615000 fn=429 #428
[frame-irq] raise t_virt=10237471777 dt=18148479 next_target=10242086777 gap_to_target=4615000 fn=430 #429
[frame-irq] raise t_virt=10263454376 dt=25982599 next_target=10268069376 gap_to_target=4615000 fn=431 #430
[frame-irq] raise t_virt=10286016766 dt=22562390 next_target=10290631766 gap_to_target=4615000 fn=432 #431
[frame-irq] raise t_virt=10299221845 dt=13205079 next_target=10303836845 gap_to_target=4615000 fn=433 #432
[frame-irq] raise t_virt=10310567412 dt=11345567 next_target=10315182412 gap_to_target=4615000 fn=434 #433
[frame-irq] raise t_virt=10324317716 dt=13750304 next_target=10328932716 gap_to_target=4615000 fn=435 #434
[frame-irq] raise t_virt=10337822007 dt=13504291 next_target=10342437007 gap_to_target=4615000 fn=436 #435
[frame-irq] raise t_virt=10351747041 dt=13925034 next_target=10356362041 gap_to_target=4615000 fn=437 #436
[frame-irq] raise t_virt=10365679721 dt=13932680 next_target=10370294721 gap_to_target=4615000 fn=438 #437
[frame-irq] raise t_virt=10379676217 dt=13996496 next_target=10384291217 gap_to_target=4615000 fn=439 #438
[frame-irq] raise t_virt=10407142536 dt=27466319 next_target=10411757536 gap_to_target=4615000 fn=440 #439
[frame-irq] raise t_virt=10436019097 dt=28876561 next_target=10440634097 gap_to_target=4615000 fn=441 #440
[frame-irq] raise t_virt=10457233617 dt=21214520 next_target=10461848617 gap_to_target=4615000 fn=442 #441
[frame-irq] raise t_virt=10502347936 dt=45114319 next_target=10506962936 gap_to_target=4615000 fn=443 #442
[frame-irq] raise t_virt=10535504834 dt=33156898 next_target=10540119834 gap_to_target=4615000 fn=444 #443
[frame-irq] raise t_virt=10557074987 dt=21570153 next_target=10561689987 gap_to_target=4615000 fn=445 #444
[frame-irq] raise t_virt=10578130011 dt=21055024 next_target=10582745011 gap_to_target=4615000 fn=446 #445
[frame-irq] raise t_virt=10605287049 dt=27157038 next_target=10609902049 gap_to_target=4615000 fn=447 #446
[frame-irq] raise t_virt=10646796106 dt=41509057 next_target=10651411106 gap_to_target=4615000 fn=448 #447
[frame-irq] raise t_virt=10704939701 dt=58143595 next_target=10709554701 gap_to_target=4615000 fn=449 #448
[frame-irq] raise t_virt=10762817527 dt=57877826 next_target=10767432527 gap_to_target=4615000 fn=450 #449
[frame-irq] raise t_virt=10821669756 dt=58852229 next_target=10826284756 gap_to_target=4615000 fn=451 #450
[frame-irq] raise t_virt=10878856555 dt=57186799 next_target=10883471555 gap_to_target=4615000 fn=452 #451
[frame-irq] raise t_virt=10927062297 dt=48205742 next_target=10931677297 gap_to_target=4615000 fn=453 #452
[frame-irq] raise t_virt=10965901429 dt=38839132 next_target=10970516429 gap_to_target=4615000 fn=454 #453
[frame-irq] raise t_virt=11008741108 dt=42839679 next_target=11013356108 gap_to_target=4615000 fn=455 #454
[frame-irq] raise t_virt=11043087584 dt=34346476 next_target=11047702584 gap_to_target=4615000 fn=456 #455
[frame-irq] raise t_virt=11064301920 dt=21214336 next_target=11068916920 gap_to_target=4615000 fn=457 #456
[frame-irq] raise t_virt=11089352792 dt=25050872 next_target=11093967792 gap_to_target=4615000 fn=458 #457
[frame-irq] raise t_virt=11109494614 dt=20141822 next_target=11114109614 gap_to_target=4615000 fn=459 #458
[frame-irq] raise t_virt=11123054854 dt=13560240 next_target=11127669854 gap_to_target=4615000 fn=460 #459
[frame-irq] raise t_virt=11134595981 dt=11541127 next_target=11139210981 gap_to_target=4615000 fn=461 #460
[frame-irq] raise t_virt=11150412045 dt=15816064 next_target=11155027045 gap_to_target=4615000 fn=462 #461
[frame-irq] raise t_virt=11161804199 dt=11392154 next_target=11166419199 gap_to_target=4615000 fn=463 #462
[frame-irq] raise t_virt=11176006585 dt=14202386 next_target=11180621585 gap_to_target=4615000 fn=464 #463
[frame-irq] raise t_virt=11189953297 dt=13946712 next_target=11194568297 gap_to_target=4615000 fn=465 #464
[frame-irq] raise t_virt=11203570988 dt=13617691 next_target=11208185988 gap_to_target=4615000 fn=466 #465
[frame-irq] raise t_virt=11217655799 dt=14084811 next_target=11222270799 gap_to_target=4615000 fn=467 #466
[frame-irq] raise t_virt=11234107814 dt=16452015 next_target=11238722814 gap_to_target=4615000 fn=468 #467
[frame-irq] raise t_virt=11253493424 dt=19385610 next_target=11258108424 gap_to_target=4615000 fn=469 #468
[frame-irq] raise t_virt=11268730003 dt=15236579 next_target=11273345003 gap_to_target=4615000 fn=470 #469
[frame-irq] raise t_virt=11284322202 dt=15592199 next_target=11288937202 gap_to_target=4615000 fn=471 #470
[frame-irq] raise t_virt=11297056172 dt=12733970 next_target=11301671172 gap_to_target=4615000 fn=472 #471
[frame-irq] raise t_virt=11311626948 dt=14570776 next_target=11316241948 gap_to_target=4615000 fn=473 #472
[frame-irq] raise t_virt=11324984641 dt=13357693 next_target=11329599641 gap_to_target=4615000 fn=474 #473
[frame-irq] raise t_virt=11339539905 dt=14555264 next_target=11344154905 gap_to_target=4615000 fn=475 #474
[frame-irq] raise t_virt=11353516705 dt=13976800 next_target=11358131705 gap_to_target=4615000 fn=476 #475
[frame-irq] raise t_virt=11367338580 dt=13821875 next_target=11371953580 gap_to_target=4615000 fn=477 #476
[frame-irq] raise t_virt=11382141054 dt=14802474 next_target=11386756054 gap_to_target=4615000 fn=478 #477
[frame-irq] raise t_virt=11396010777 dt=13869723 next_target=11400625777 gap_to_target=4615000 fn=479 #478
[frame-irq] raise t_virt=11408831511 dt=12820734 next_target=11413446511 gap_to_target=4615000 fn=480 #479
[frame-irq] raise t_virt=11423858422 dt=15026911 next_target=11428473422 gap_to_target=4615000 fn=481 #480
[frame-irq] raise t_virt=11437026050 dt=13167628 next_target=11441641050 gap_to_target=4615000 fn=482 #481
[frame-irq] raise t_virt=11450899428 dt=13873378 next_target=11455514428 gap_to_target=4615000 fn=483 #482
[frame-irq] raise t_virt=11465091318 dt=14191890 next_target=11469706318 gap_to_target=4615000 fn=484 #483
[frame-irq] raise t_virt=11478493815 dt=13402497 next_target=11483108815 gap_to_target=4615000 fn=485 #484
[frame-irq] raise t_virt=11491329523 dt=12835708 next_target=11495944523 gap_to_target=4615000 fn=486 #485
[frame-irq] raise t_virt=11505307063 dt=13977540 next_target=11509922063 gap_to_target=4615000 fn=487 #486
[frame-irq] raise t_virt=11519343142 dt=14036079 next_target=11523958142 gap_to_target=4615000 fn=488 #487
[frame-irq] raise t_virt=11533258877 dt=13915735 next_target=11537873877 gap_to_target=4615000 fn=489 #488
[frame-irq] raise t_virt=11546918511 dt=13659634 next_target=11551533511 gap_to_target=4615000 fn=490 #489
[frame-irq] raise t_virt=11564070496 dt=17151985 next_target=11568685496 gap_to_target=4615000 fn=491 #490
[frame-irq] raise t_virt=11575304819 dt=11234323 next_target=11579919819 gap_to_target=4615000 fn=492 #491
[frame-irq] raise t_virt=11588611253 dt=13306434 next_target=11593226253 gap_to_target=4615000 fn=493 #492
[frame-irq] raise t_virt=11602455606 dt=13844353 next_target=11607070606 gap_to_target=4615000 fn=494 #493
[frame-irq] raise t_virt=11617074525 dt=14618919 next_target=11621689525 gap_to_target=4615000 fn=495 #494
[frame-irq] raise t_virt=11630136970 dt=13062445 next_target=11634751970 gap_to_target=4615000 fn=496 #495
[frame-irq] raise t_virt=11647045788 dt=16908818 next_target=11651660788 gap_to_target=4615000 fn=497 #496
[frame-irq] raise t_virt=11657999469 dt=10953681 next_target=11662614469 gap_to_target=4615000 fn=498 #497
[frame-irq] raise t_virt=11690752781 dt=32753312 next_target=11695367781 gap_to_target=4615000 fn=499 #498
[frame-irq] raise t_virt=11742442702 dt=51689921 next_target=11747057702 gap_to_target=4615000 fn=500 #499

[... 1283 lines truncated ...]

[frame-irq] raise t_virt=40374473877 dt=14121321 next_target=40379088877 gap_to_target=4615000 fn=1784 #1783
[frame-irq] raise t_virt=40388171013 dt=13697136 next_target=40392786013 gap_to_target=4615000 fn=1785 #1784
[frame-irq] raise t_virt=40403401541 dt=15230528 next_target=40408016541 gap_to_target=4615000 fn=1786 #1785
[frame-irq] raise t_virt=40415772147 dt=12370606 next_target=40420387147 gap_to_target=4615000 fn=1787 #1786
[frame-irq] raise t_virt=40430213338 dt=14441191 next_target=40434828338 gap_to_target=4615000 fn=1788 #1787
[frame-irq] raise t_virt=40443840667 dt=13627329 next_target=40448455667 gap_to_target=4615000 fn=1789 #1788
[frame-irq] raise t_virt=40457239423 dt=13398756 next_target=40461854423 gap_to_target=4615000 fn=1790 #1789
[frame-irq] raise t_virt=40471340375 dt=14100952 next_target=40475955375 gap_to_target=4615000 fn=1791 #1790
[frame-irq] raise t_virt=40488704260 dt=17363885 next_target=40493319260 gap_to_target=4615000 fn=1792 #1791
[frame-irq] raise t_virt=40510551945 dt=21847685 next_target=40515166945 gap_to_target=4615000 fn=1793 #1792
[frame-irq] raise t_virt=40526380071 dt=15828126 next_target=40530995071 gap_to_target=4615000 fn=1794 #1793
[frame-irq] raise t_virt=40546395326 dt=20015255 next_target=40551010326 gap_to_target=4615000 fn=1795 #1794
[frame-irq] raise t_virt=40564446670 dt=18051344 next_target=40569061670 gap_to_target=4615000 fn=1796 #1795
[frame-irq] raise t_virt=40584709670 dt=20263000 next_target=40589324670 gap_to_target=4615000 fn=1797 #1796
[frame-irq] raise t_virt=40599574247 dt=14864577 next_target=40604189247 gap_to_target=4615000 fn=1798 #1797
[frame-irq] raise t_virt=40621336463 dt=21762216 next_target=40625951463 gap_to_target=4615000 fn=1799 #1798
[frame-irq] raise t_virt=40637197746 dt=15861283 next_target=40641812746 gap_to_target=4615000 fn=1800 #1799
[frame-irq] raise t_virt=40655248337 dt=18050591 next_target=40659863337 gap_to_target=4615000 fn=1801 #1800
[frame-irq] raise t_virt=40669942414 dt=14694077 next_target=40674557414 gap_to_target=4615000 fn=1802 #1801
[frame-irq] raise t_virt=40683685778 dt=13743364 next_target=40688300778 gap_to_target=4615000 fn=1803 #1802
[frame-irq] raise t_virt=40699610932 dt=15925154 next_target=40704225932 gap_to_target=4615000 fn=1804 #1803
[frame-irq] raise t_virt=40711446691 dt=11835759 next_target=40716061691 gap_to_target=4615000 fn=1805 #1804
[frame-irq] raise t_virt=40725329176 dt=13882485 next_target=40729944176 gap_to_target=4615000 fn=1806 #1805
[frame-irq] raise t_virt=40738916668 dt=13587492 next_target=40743531668 gap_to_target=4615000 fn=1807 #1806
[frame-irq] raise t_virt=40756023177 dt=17106509 next_target=40760638177 gap_to_target=4615000 fn=1808 #1807
[frame-irq] raise t_virt=40767379184 dt=11356007 next_target=40771994184 gap_to_target=4615000 fn=1809 #1808
[frame-irq] raise t_virt=40780992568 dt=13613384 next_target=40785607568 gap_to_target=4615000 fn=1810 #1809
[frame-irq] raise t_virt=40794664940 dt=13672372 next_target=40799279940 gap_to_target=4615000 fn=1811 #1810
[frame-irq] raise t_virt=40809470828 dt=14805888 next_target=40814085828 gap_to_target=4615000 fn=1812 #1811
[frame-irq] raise t_virt=40822298379 dt=12827551 next_target=40826913379 gap_to_target=4615000 fn=1813 #1812
[frame-irq] raise t_virt=40836297459 dt=13999080 next_target=40840912459 gap_to_target=4615000 fn=1814 #1813
[frame-irq] raise t_virt=40849971504 dt=13674045 next_target=40854586504 gap_to_target=4615000 fn=1815 #1814
[frame-irq] raise t_virt=40865899378 dt=15927874 next_target=40870514378 gap_to_target=4615000 fn=1816 #1815
[frame-irq] raise t_virt=40877980964 dt=12081586 next_target=40882595964 gap_to_target=4615000 fn=1817 #1816
[frame-irq] raise t_virt=40892022921 dt=14041957 next_target=40896637921 gap_to_target=4615000 fn=1818 #1817
[frame-irq] raise t_virt=40905789972 dt=13767051 next_target=40910404972 gap_to_target=4615000 fn=1819 #1818
[frame-irq] raise t_virt=40921223559 dt=15433587 next_target=40925838559 gap_to_target=4615000 fn=1820 #1819
[frame-irq] raise t_virt=40934067200 dt=12843641 next_target=40938682200 gap_to_target=4615000 fn=1821 #1820
[frame-irq] raise t_virt=40948064191 dt=13996991 next_target=40952679191 gap_to_target=4615000 fn=1822 #1821
[frame-irq] raise t_virt=40961927168 dt=13862977 next_target=40966542168 gap_to_target=4615000 fn=1823 #1822
[frame-irq] raise t_virt=40977978628 dt=16051460 next_target=40982593628 gap_to_target=4615000 fn=1824 #1823
[frame-irq] raise t_virt=40990189267 dt=12210639 next_target=40994804267 gap_to_target=4615000 fn=1825 #1824
[frame-irq] raise t_virt=41003793223 dt=13603956 next_target=41008408223 gap_to_target=4615000 fn=1826 #1825
[frame-irq] raise t_virt=41017557054 dt=13763831 next_target=41022172054 gap_to_target=4615000 fn=1827 #1826
[frame-irq] raise t_virt=41031864686 dt=14307632 next_target=41036479686 gap_to_target=4615000 fn=1828 #1827
[frame-irq] raise t_virt=41045498591 dt=13633905 next_target=41050113591 gap_to_target=4615000 fn=1829 #1828
[frame-irq] raise t_virt=41059836818 dt=14338227 next_target=41064451818 gap_to_target=4615000 fn=1830 #1829
[frame-irq] raise t_virt=41074150778 dt=14313960 next_target=41078765778 gap_to_target=4615000 fn=1831 #1830
[frame-irq] raise t_virt=41088795635 dt=14644857 next_target=41093410635 gap_to_target=4615000 fn=1832 #1831
[frame-irq] raise t_virt=41102244901 dt=13449266 next_target=41106859901 gap_to_target=4615000 fn=1833 #1832
[frame-irq] raise t_virt=41116379564 dt=14134663 next_target=41120994564 gap_to_target=4615000 fn=1834 #1833
[frame-irq] raise t_virt=41130348068 dt=13968504 next_target=41134963068 gap_to_target=4615000 fn=1835 #1834
[frame-irq] raise t_virt=41144597639 dt=14249571 next_target=41149212639 gap_to_target=4615000 fn=1836 #1835
[frame-irq] raise t_virt=41158126529 dt=13528890 next_target=41162741529 gap_to_target=4615000 fn=1837 #1836
[frame-irq] raise t_virt=41172069709 dt=13943180 next_target=41176684709 gap_to_target=4615000 fn=1838 #1837
[frame-irq] raise t_virt=41185791871 dt=13722162 next_target=41190406871 gap_to_target=4615000 fn=1839 #1838
[frame-irq] raise t_virt=41199955840 dt=14163969 next_target=41204570840 gap_to_target=4615000 fn=1840 #1839
[frame-irq] raise t_virt=41213923969 dt=13968129 next_target=41218538969 gap_to_target=4615000 fn=1841 #1840
[frame-irq] raise t_virt=41227848000 dt=13924031 next_target=41232463000 gap_to_target=4615000 fn=1842 #1841
[frame-irq] raise t_virt=41241988516 dt=14140516 next_target=41246603516 gap_to_target=4615000 fn=1843 #1842
[frame-irq] raise t_virt=41255900738 dt=13912222 next_target=41260515738 gap_to_target=4615000 fn=1844 #1843
[frame-irq] raise t_virt=41269620674 dt=13719936 next_target=41274235674 gap_to_target=4615000 fn=1845 #1844
[frame-irq] raise t_virt=41283863341 dt=14242667 next_target=41288478341 gap_to_target=4615000 fn=1846 #1845
[frame-irq] raise t_virt=41297586587 dt=13723246 next_target=41302201587 gap_to_target=4615000 fn=1847 #1846
[frame-irq] raise t_virt=41311444898 dt=13858311 next_target=41316059898 gap_to_target=4615000 fn=1848 #1847
[frame-irq] raise t_virt=41326203500 dt=14758602 next_target=41330818500 gap_to_target=4615000 fn=1849 #1848
[frame-irq] raise t_virt=41339253481 dt=13049981 next_target=41343868481 gap_to_target=4615000 fn=1850 #1849
[frame-irq] raise t_virt=41352855419 dt=13601938 next_target=41357470419 gap_to_target=4615000 fn=1851 #1850
[frame-irq] raise t_virt=41367204096 dt=14348677 next_target=41371819096 gap_to_target=4615000 fn=1852 #1851
[frame-irq] raise t_virt=41381043473 dt=13839377 next_target=41385658473 gap_to_target=4615000 fn=1853 #1852
[frame-irq] raise t_virt=41394797061 dt=13753588 next_target=41399412061 gap_to_target=4615000 fn=1854 #1853
[frame-irq] raise t_virt=41408518686 dt=13721625 next_target=41413133686 gap_to_target=4615000 fn=1855 #1854
[frame-irq] raise t_virt=41423584106 dt=15065420 next_target=41428199106 gap_to_target=4615000 fn=1856 #1855
[frame-irq] raise t_virt=41435903783 dt=12319677 next_target=41440518783 gap_to_target=4615000 fn=1857 #1856
[frame-irq] raise t_virt=41449897507 dt=13993724 next_target=41454512507 gap_to_target=4615000 fn=1858 #1857
[frame-irq] raise t_virt=41463910004 dt=14012497 next_target=41468525004 gap_to_target=4615000 fn=1859 #1858
[frame-irq] raise t_virt=41477718261 dt=13808257 next_target=41482333261 gap_to_target=4615000 fn=1860 #1859
[frame-irq] raise t_virt=41491837388 dt=14119127 next_target=41496452388 gap_to_target=4615000 fn=1861 #1860
[frame-irq] raise t_virt=41506060927 dt=14223539 next_target=41510675927 gap_to_target=4615000 fn=1862 #1861
[frame-irq] raise t_virt=41520193099 dt=14132172 next_target=41524808099 gap_to_target=4615000 fn=1863 #1862
[frame-irq] raise t_virt=41534177206 dt=13984107 next_target=41538792206 gap_to_target=4615000 fn=1864 #1863
[frame-irq] raise t_virt=41548146619 dt=13969413 next_target=41552761619 gap_to_target=4615000 fn=1865 #1864
[frame-irq] raise t_virt=41562213739 dt=14067120 next_target=41566828739 gap_to_target=4615000 fn=1866 #1865
[frame-irq] raise t_virt=41575905137 dt=13691398 next_target=41580520137 gap_to_target=4615000 fn=1867 #1866
[frame-irq] raise t_virt=41589907869 dt=14002732 next_target=41594522869 gap_to_target=4615000 fn=1868 #1867
[frame-irq] raise t_virt=41603723308 dt=13815439 next_target=41608338308 gap_to_target=4615000 fn=1869 #1868
[frame-irq] raise t_virt=41617761769 dt=14038461 next_target=41622376769 gap_to_target=4615000 fn=1870 #1869
[frame-irq] raise t_virt=41631695230 dt=13933461 next_target=41636310230 gap_to_target=4615000 fn=1871 #1870
[frame-irq] raise t_virt=41645363872 dt=13668642 next_target=41649978872 gap_to_target=4615000 fn=1872 #1871
[frame-irq] raise t_virt=41659140866 dt=13776994 next_target=41663755866 gap_to_target=4615000 fn=1873 #1872
[frame-irq] raise t_virt=41673386506 dt=14245640 next_target=41678001506 gap_to_target=4615000 fn=1874 #1873
[frame-irq] raise t_virt=41687301434 dt=13914928 next_target=41691916434 gap_to_target=4615000 fn=1875 #1874
[frame-irq] raise t_virt=41701287581 dt=13986147 next_target=41705902581 gap_to_target=4615000 fn=1876 #1875
[frame-irq] raise t_virt=41715200568 dt=13912987 next_target=41719815568 gap_to_target=4615000 fn=1877 #1876
[frame-irq] raise t_virt=41728997685 dt=13797117 next_target=41733612685 gap_to_target=4615000 fn=1878 #1877
[frame-irq] raise t_virt=41742764000 dt=13766315 next_target=41747379000 gap_to_target=4615000 fn=1879 #1878
[frame-irq] raise t_virt=41756488751 dt=13724751 next_target=41761103751 gap_to_target=4615000 fn=1880 #1879
[frame-irq] raise t_virt=41770165859 dt=13677108 next_target=41774780859 gap_to_target=4615000 fn=1881 #1880
[frame-irq] raise t_virt=41784395390 dt=14229531 next_target=41789010390 gap_to_target=4615000 fn=1882 #1881
[frame-irq] raise t_virt=41798345806 dt=13950416 next_target=41802960806 gap_to_target=4615000 fn=1883 #1882
[frame-irq] raise t_virt=41812458410 dt=14112604 next_target=41817073410 gap_to_target=4615000 fn=1884 #1883
[frame-irq] raise t_virt=41826234274 dt=13775864 next_target=41830849274 gap_to_target=4615000 fn=1885 #1884
[frame-irq] raise t_virt=41840169269 dt=13934995 next_target=41844784269 gap_to_target=4615000 fn=1886 #1885
[frame-irq] raise t_virt=41854096926 dt=13927657 next_target=41858711926 gap_to_target=4615000 fn=1887 #1886
[frame-irq] raise t_virt=41867848830 dt=13751904 next_target=41872463830 gap_to_target=4615000 fn=1888 #1887
[frame-irq] raise t_virt=41881658150 dt=13809320 next_target=41886273150 gap_to_target=4615000 fn=1889 #1888
[frame-irq] raise t_virt=41895619884 dt=13961734 next_target=41900234884 gap_to_target=4615000 fn=1890 #1889
[frame-irq] raise t_virt=41909323384 dt=13703500 next_target=41913938384 gap_to_target=4615000 fn=1891 #1890
[frame-irq] raise t_virt=41923659054 dt=14335670 next_target=41928274054 gap_to_target=4615000 fn=1892 #1891
[frame-irq] raise t_virt=41937685668 dt=14026614 next_target=41942300668 gap_to_target=4615000 fn=1893 #1892
[frame-irq] raise t_virt=41951599402 dt=13913734 next_target=41956214402 gap_to_target=4615000 fn=1894 #1893
[frame-irq] raise t_virt=41965670489 dt=14071087 next_target=41970285489 gap_to_target=4615000 fn=1895 #1894
[frame-irq] raise t_virt=41979581855 dt=13911366 next_target=41984196855 gap_to_target=4615000 fn=1896 #1895
[frame-irq] raise t_virt=41993583117 dt=14001262 next_target=41998198117 gap_to_target=4615000 fn=1897 #1896
[frame-irq] raise t_virt=42007525317 dt=13942200 next_target=42012140317 gap_to_target=4615000 fn=1898 #1897
[frame-irq] raise t_virt=42021225680 dt=13700363 next_target=42025840680 gap_to_target=4615000 fn=1899 #1898
[frame-irq] raise t_virt=42035125369 dt=13899689 next_target=42039740369 gap_to_target=4615000 fn=1900 #1899
[frame-irq] raise t_virt=42048975766 dt=13850397 next_target=42053590766 gap_to_target=4615000 fn=1901 #1900
[frame-irq] raise t_virt=42063060376 dt=14084610 next_target=42067675376 gap_to_target=4615000 fn=1902 #1901
[frame-irq] raise t_virt=42083426205 dt=20365829 next_target=42088041205 gap_to_target=4615000 fn=1903 #1902
[frame-irq] raise t_virt=42099888450 dt=16462245 next_target=42104503450 gap_to_target=4615000 fn=1904 #1903
[frame-irq] raise t_virt=42112835901 dt=12947451 next_target=42117450901 gap_to_target=4615000 fn=1905 #1904
[frame-irq] raise t_virt=42126919303 dt=14083402 next_target=42131534303 gap_to_target=4615000 fn=1906 #1905
[frame-irq] raise t_virt=42140958096 dt=14038793 next_target=42145573096 gap_to_target=4615000 fn=1907 #1906
[frame-irq] raise t_virt=42156974492 dt=16016396 next_target=42161589492 gap_to_target=4615000 fn=1908 #1907
[frame-irq] raise t_virt=42168696468 dt=11721976 next_target=42173311468 gap_to_target=4615000 fn=1909 #1908
[frame-irq] raise t_virt=42182527590 dt=13831122 next_target=42187142590 gap_to_target=4615000 fn=1910 #1909
[frame-irq] raise t_virt=42196686761 dt=14159171 next_target=42201301761 gap_to_target=4615000 fn=1911 #1910
[frame-irq] raise t_virt=42210490584 dt=13803823 next_target=42215105584 gap_to_target=4615000 fn=1912 #1911
[frame-irq] raise t_virt=42224356996 dt=13866412 next_target=42228971996 gap_to_target=4615000 fn=1913 #1912
[frame-irq] raise t_virt=42238350646 dt=13993650 next_target=42242965646 gap_to_target=4615000 fn=1914 #1913
[frame-irq] raise t_virt=42252091857 dt=13741211 next_target=42256706857 gap_to_target=4615000 fn=1915 #1914
[frame-irq] raise t_virt=42266517781 dt=14425924 next_target=42271132781 gap_to_target=4615000 fn=1916 #1915
[frame-irq] raise t_virt=42280003189 dt=13485408 next_target=42284618189 gap_to_target=4615000 fn=1917 #1916
[frame-irq] raise t_virt=42293808888 dt=13805699 next_target=42298423888 gap_to_target=4615000 fn=1918 #1917
[frame-irq] raise t_virt=42308216416 dt=14407528 next_target=42312831416 gap_to_target=4615000 fn=1919 #1918
[frame-irq] raise t_virt=42323615138 dt=15398722 next_target=42328230138 gap_to_target=4615000 fn=1920 #1919
[frame-irq] raise t_virt=42335630359 dt=12015221 next_target=42340245359 gap_to_target=4615000 fn=1921 #1920
[frame-irq] raise t_virt=42349547119 dt=13916760 next_target=42354162119 gap_to_target=4615000 fn=1922 #1921
[frame-irq] raise t_virt=42363504481 dt=13957362 next_target=42368119481 gap_to_target=4615000 fn=1923 #1922
[frame-irq] raise t_virt=42377914489 dt=14410008 next_target=42382529489 gap_to_target=4615000 fn=1924 #1923
[frame-irq] raise t_virt=42391501700 dt=13587211 next_target=42396116700 gap_to_target=4615000 fn=1925 #1924
[frame-irq] raise t_virt=42405607721 dt=14106021 next_target=42410222721 gap_to_target=4615000 fn=1926 #1925
[frame-irq] raise t_virt=42419457144 dt=13849423 next_target=42424072144 gap_to_target=4615000 fn=1927 #1926
[frame-irq] raise t_virt=42433388316 dt=13931172 next_target=42438003316 gap_to_target=4615000 fn=1928 #1927
[frame-irq] raise t_virt=42447265307 dt=13876991 next_target=42451880307 gap_to_target=4615000 fn=1929 #1928
[frame-irq] raise t_virt=42461247066 dt=13981759 next_target=42465862066 gap_to_target=4615000 fn=1930 #1929
[frame-irq] raise t_virt=42475222625 dt=13975559 next_target=42479837625 gap_to_target=4615000 fn=1931 #1930
[frame-irq] raise t_virt=42490057976 dt=14835351 next_target=42494672976 gap_to_target=4615000 fn=1932 #1931
[frame-irq] raise t_virt=42502838783 dt=12780807 next_target=42507453783 gap_to_target=4615000 fn=1933 #1932
[frame-irq] raise t_virt=42516855365 dt=14016582 next_target=42521470365 gap_to_target=4615000 fn=1934 #1933
[frame-irq] raise t_virt=42530769312 dt=13913947 next_target=42535384312 gap_to_target=4615000 fn=1935 #1934
[frame-irq] raise t_virt=42544355280 dt=13585968 next_target=42548970280 gap_to_target=4615000 fn=1936 #1935
[frame-irq] raise t_virt=42558448270 dt=14092990 next_target=42563063270 gap_to_target=4615000 fn=1937 #1936
[frame-irq] raise t_virt=42572253082 dt=13804812 next_target=42576868082 gap_to_target=4615000 fn=1938 #1937
[frame-irq] raise t_virt=42586141346 dt=13888264 next_target=42590756346 gap_to_target=4615000 fn=1939 #1938
[frame-irq] raise t_virt=42600235364 dt=14094018 next_target=42604850364 gap_to_target=4615000 fn=1940 #1939
[frame-irq] raise t_virt=42614063292 dt=13827928 next_target=42618678292 gap_to_target=4615000 fn=1941 #1940
[frame-irq] raise t_virt=42627972663 dt=13909371 next_target=42632587663 gap_to_target=4615000 fn=1942 #1941
[frame-irq] raise t_virt=42641849491 dt=13876828 next_target=42646464491 gap_to_target=4615000 fn=1943 #1942
[frame-irq] raise t_virt=42655557063 dt=13707572 next_target=42660172063 gap_to_target=4615000 fn=1944 #1943
[frame-irq] raise t_virt=42669385605 dt=13828542 next_target=42674000605 gap_to_target=4615000 fn=1945 #1944
[frame-irq] raise t_virt=42683131569 dt=13745964 next_target=42687746569 gap_to_target=4615000 fn=1946 #1945
[frame-irq] raise t_virt=42697182802 dt=14051233 next_target=42701797802 gap_to_target=4615000 fn=1947 #1946
[frame-irq] raise t_virt=42710961416 dt=13778614 next_target=42715576416 gap_to_target=4615000 fn=1948 #1947
[frame-irq] raise t_virt=42725289797 dt=14328381 next_target=42729904797 gap_to_target=4615000 fn=1949 #1948
[frame-irq] raise t_virt=42739331262 dt=14041465 next_target=42743946262 gap_to_target=4615000 fn=1950 #1949
[frame-irq] raise t_virt=42753471406 dt=14140144 next_target=42758086406 gap_to_target=4615000 fn=1951 #1950
[frame-irq] raise t_virt=42769239032 dt=15767626 next_target=42773854032 gap_to_target=4615000 fn=1952 #1951
[frame-irq] raise t_virt=42786666876 dt=17427844 next_target=42791281876 gap_to_target=4615000 fn=1953 #1952
[frame-irq] raise t_virt=42800954711 dt=14287835 next_target=42805569711 gap_to_target=4615000 fn=1954 #1953
[frame-irq] raise t_virt=42815661559 dt=14706848 next_target=42820276559 gap_to_target=4615000 fn=1955 #1954
[frame-irq] raise t_virt=42834082757 dt=18421198 next_target=42838697757 gap_to_target=4615000 fn=1956 #1955
[frame-irq] raise t_virt=42852578366 dt=18495609 next_target=42857193366 gap_to_target=4615000 fn=1957 #1956
[frame-irq] raise t_virt=42870726833 dt=18148467 next_target=42875341833 gap_to_target=4615000 fn=1958 #1957
[frame-irq] raise t_virt=42886885591 dt=16158758 next_target=42891500591 gap_to_target=4615000 fn=1959 #1958
[frame-irq] raise t_virt=42922703361 dt=35817770 next_target=42927318361 gap_to_target=4615000 fn=1960 #1959
[frame-irq] raise t_virt=42976609991 dt=53906630 next_target=42981224991 gap_to_target=4615000 fn=1961 #1960
[frame-irq] raise t_virt=43005909258 dt=29299267 next_target=43010524258 gap_to_target=4615000 fn=1962 #1961
[frame-irq] raise t_virt=43025190912 dt=19281654 next_target=43029805912 gap_to_target=4615000 fn=1963 #1962
[frame-irq] raise t_virt=43038251997 dt=13061085 next_target=43042866997 gap_to_target=4615000 fn=1964 #1963
[frame-irq] raise t_virt=43051869215 dt=13617218 next_target=43056484215 gap_to_target=4615000 fn=1965 #1964
[frame-irq] raise t_virt=43065965642 dt=14096427 next_target=43070580642 gap_to_target=4615000 fn=1966 #1965
[frame-irq] raise t_virt=43080025395 dt=14059753 next_target=43084640395 gap_to_target=4615000 fn=1967 #1966
[frame-irq] raise t_virt=43093954362 dt=13928967 next_target=43098569362 gap_to_target=4615000 fn=1968 #1967
[frame-irq] raise t_virt=43109378460 dt=15424098 next_target=43113993460 gap_to_target=4615000 fn=1969 #1968
[frame-irq] raise t_virt=43121821982 dt=12443522 next_target=43126436982 gap_to_target=4615000 fn=1970 #1969
[frame-irq] raise t_virt=43136182725 dt=14360743 next_target=43140797725 gap_to_target=4615000 fn=1971 #1970
[frame-irq] raise t_virt=43150070366 dt=13887641 next_target=43154685366 gap_to_target=4615000 fn=1972 #1971
[frame-irq] raise t_virt=43165176353 dt=15105987 next_target=43169791353 gap_to_target=4615000 fn=1973 #1972
[frame-irq] raise t_virt=43177840627 dt=12664274 next_target=43182455627 gap_to_target=4615000 fn=1974 #1973
[frame-irq] raise t_virt=43191902106 dt=14061479 next_target=43196517106 gap_to_target=4615000 fn=1975 #1974
[frame-irq] raise t_virt=43206087214 dt=14185108 next_target=43210702214 gap_to_target=4615000 fn=1976 #1975
[frame-irq] raise t_virt=43220282384 dt=14195170 next_target=43224897384 gap_to_target=4615000 fn=1977 #1976
[frame-irq] raise t_virt=43233763190 dt=13480806 next_target=43238378190 gap_to_target=4615000 fn=1978 #1977
[frame-irq] raise t_virt=43247934737 dt=14171547 next_target=43252549737 gap_to_target=4615000 fn=1979 #1978
[frame-irq] raise t_virt=43262279049 dt=14344312 next_target=43266894049 gap_to_target=4615000 fn=1980 #1979
[frame-irq] raise t_virt=43276419115 dt=14140066 next_target=43281034115 gap_to_target=4615000 fn=1981 #1980
[frame-irq] raise t_virt=43290023477 dt=13604362 next_target=43294638477 gap_to_target=4615000 fn=1982 #1981
[frame-irq] raise t_virt=43304037185 dt=14013708 next_target=43308652185 ga
fw-irda.log (105,472 bytes, 2269 lignes)
1778952907.904 +0.066s [fw-irda] [fw-beacon]
1778952907.959 +0.121s [fw-irda] [fw-beacon]
1778952908.031 +0.193s [fw-irda] [fw-beacon]
1778952908.087 +0.249s [fw-irda] [fw-beacon]
1778952908.142 +0.304s [fw-irda] [fw-beacon]
1778952908.196 +0.358s [fw-irda] [fw-beacon]
1778952908.252 +0.414s [fw-irda] [fw-beacon]
1778952908.312 +0.474s [fw-irda] [fw-beacon]
1778952908.368 +0.530s [fw-irda] [fw-beacon]
1778952908.424 +0.586s [fw-irda] [fw-beacon]
1778952908.484 +0.646s [fw-irda] [fw-beacon]
1778952908.540 +0.702s [fw-irda] [fw-beacon]
1778952908.600 +0.762s [fw-irda] [fw-beacon]
1778952908.657 +0.818s [fw-irda] [fw-beacon]
1778952908.716 +0.878s [fw-irda] [fw-beacon]
1778952908.772 +0.934s [fw-irda] [fw-beacon]
1778952908.832 +0.994s [fw-irda] [fw-beacon]
1778952908.888 +1.050s [fw-irda] [fw-beacon]
1778952908.944 +1.106s [fw-irda] [fw-beacon]
1778952909.004 +1.166s [fw-irda] [fw-beacon]
1778952909.064 +1.226s [fw-irda] [fw-beacon]
1778952909.122 +1.283s [fw-irda] [fw-beacon]
1778952909.178 +1.340s [fw-irda] [fw-beacon]
1778952909.231 +1.393s [fw-irda] [fw-beacon]
1778952909.288 +1.450s [fw-irda] [fw-beacon]
1778952909.347 +1.509s [fw-irda] [fw-beacon]
1778952909.503 +1.665s [fw-irda] [fw-beacon]
1778952909.556 +1.718s [fw-irda] [fw-beacon]
1778952909.674 +1.836s [fw-irda] [fw-beacon]
1778952909.840 +2.002s [fw-irda] [fw-beacon]
1778952910.044 +2.206s [fw-irda] [fw-beacon]
1778952910.097 +2.259s [fw-irda] [fw-beacon]
1778952910.153 +2.315s [fw-irda] [fw-beacon]
1778952910.375 +2.537s [fw-irda] [fw-beacon]
1778952910.630 +2.791s [fw-irda] [fw-beacon]
1778952910.802 +2.964s [fw-irda] [fw-beacon]
1778952910.869 +3.031s [fw-irda] [fw-beacon]
1778952910.924 +3.086s [fw-irda] [fw-beacon]
1778952910.985 +3.147s [fw-irda] [fw-beacon]
1778952911.040 +3.202s [fw-irda] [fw-beacon]
1778952911.102 +3.264s [fw-irda] [fw-beacon]
1778952911.176 +3.338s [fw-irda] [fw-beacon]
1778952911.248 +3.409s [fw-irda] [fw-beacon]
1778952911.299 +3.461s [fw-irda] [fw-beacon]
1778952911.355 +3.517s [fw-irda] [fw-beacon]
1778952911.415 +3.577s [fw-irda] [fw-beacon]
1778952911.471 +3.633s [fw-irda] [fw-beacon]
1778952911.582 +3.744s [fw-irda] [fw-beacon]
1778952911.642 +3.804s [fw-irda] [fw-beacon]
1778952911.698 +3.859s [fw-irda] [fw-beacon]
1778952911.999 +4.161s [fw-irda] [fw-beacon]
1778952912.096 +4.258s [fw-irda] [fw-beacon]
1778952912.442 +4.604s [fw-irda] [fw-beacon]
1778952912.729 +4.891s [fw-irda] [fw-beacon]
1778952912.807 +4.969s [fw-irda] [fw-beacon]
1778952912.881 +5.043s [fw-irda] [fw-beacon]
1778952913.058 +5.220s [fw-irda] [fw-beacon]
1778952913.242 +5.404s [fw-irda] [fw-beacon]
1778952913.362 +5.524s [fw-irda] [fw-beacon]
1778952913.460 +5.622s [fw-irda] [fw-beacon]
1778952913.749 +5.911s [fw-irda] [fw-beacon]
1778952913.876 +6.038s [fw-irda] [fw-beacon]
1778952913.930 +6.092s [fw-irda] [fw-beacon]
1778952913.986 +6.148s [fw-irda] [fw-beacon]
1778952914.041 +6.203s [fw-irda] [fw-beacon]
1778952914.097 +6.259s [fw-irda] [fw-beacon]
1778952914.153 +6.315s [fw-irda] [fw-beacon]
1778952914.209 +6.371s [fw-irda] [fw-beacon]
1778952914.267 +6.429s [fw-irda] [fw-beacon]
1778952914.632 +6.794s [fw-irda] [fw-beacon]
1778952915.091 +7.253s [fw-irda] [fw-beacon]
1778952915.310 +7.472s [fw-irda] [fw-beacon]
1778952915.828 +7.990s [fw-irda] [fw-beacon]
1778952915.888 +8.050s [fw-irda] [fw-beacon]
1778952916.069 +8.231s [fw-irda] [fw-beacon]
1778952916.312 +8.474s [fw-irda] [fw-beacon]
1778952916.488 +8.650s [fw-irda] [fw-beacon]
1778952916.544 +8.706s [fw-irda] [fw-beacon]
1778952916.600 +8.762s [fw-irda] [fw-beacon]
1778952916.656 +8.818s [fw-irda] [fw-beacon]
1778952916.712 +8.873s [fw-irda] [fw-beacon]
1778952916.768 +8.930s [fw-irda] [fw-beacon]
1778952916.828 +8.989s [fw-irda] [fw-beacon]
1778952916.885 +9.047s [fw-irda] [fw-beacon]
1778952916.944 +9.106s [fw-irda] [fw-beacon]
1778952917.016 +9.177s [fw-irda] [fw-beacon]
1778952917.072 +9.234s [fw-irda] [fw-beacon]
1778952917.204 +9.366s [fw-irda] [fw-beacon]
1778952917.278 +9.440s [fw-irda] [fw-beacon]
1778952917.332 +9.494s [fw-irda] [fw-beacon]
1778952917.469 +9.631s [fw-irda] [fw-beacon]
1778952917.731 +9.893s [fw-irda] [fw-beacon]
1778952918.010 +10.171s [fw-irda] [fw-beacon]
1778952918.090 +10.252s [fw-irda] [fw-beacon]
1778952918.142 +10.304s [fw-irda] [fw-beacon]
1778952918.201 +10.362s [fw-irda] [fw-beacon]
1778952918.291 +10.453s [fw-irda] [fw-beacon]
1778952918.348 +10.510s [fw-irda] [fw-beacon]
1778952918.403 +10.565s [fw-irda] [fw-beacon]
1778952918.458 +10.620s [fw-irda] [fw-beacon]
1778952918.513 +10.675s [fw-irda] [fw-beacon]
1778952918.569 +10.731s [fw-irda] [fw-beacon]
1778952918.624 +10.786s [fw-irda] [fw-beacon]
1778952918.829 +10.991s [fw-irda] [fw-beacon]
1778952919.287 +11.449s [fw-irda] [fw-beacon]
1778952919.708 +11.870s [fw-irda] [fw-beacon]
1778952919.805 +11.967s [fw-irda] [fw-beacon]
1778952920.124 +12.286s [fw-irda] [fw-beacon]
1778952920.596 +12.758s [fw-irda] [fw-beacon]
1778952921.059 +13.221s [fw-irda] [fw-beacon]
1778952921.250 +13.412s [fw-irda] [fw-beacon]
1778952921.388 +13.550s [fw-irda] [fw-beacon]
1778952921.441 +13.603s [fw-irda] [fw-beacon]
1778952921.497 +13.659s [fw-irda] [fw-beacon]
1778952921.557 +13.718s [fw-irda] [fw-beacon]
1778952921.612 +13.774s [fw-irda] [fw-beacon]
1778952921.673 +13.835s [fw-irda] [fw-beacon]
1778952921.800 +13.962s [fw-irda] [fw-beacon]
1778952921.911 +14.073s [fw-irda] [fw-beacon]
1778952921.964 +14.126s [fw-irda] [fw-beacon]
1778952922.019 +14.181s [fw-irda] [fw-beacon]
1778952922.080 +14.242s [fw-irda] [fw-beacon]
1778952922.135 +14.296s [fw-irda] [fw-beacon]
1778952922.191 +14.352s [fw-irda] [fw-beacon]
1778952922.247 +14.409s [fw-irda] [fw-beacon]
1778952922.303 +14.465s [fw-irda] [fw-beacon]
1778952922.359 +14.520s [fw-irda] [fw-beacon]
1778952922.415 +14.576s [fw-irda] [fw-beacon]
1778952922.471 +14.632s [fw-irda] [fw-beacon]
1778952922.527 +14.689s [fw-irda] [fw-beacon]
1778952922.582 +14.744s [fw-irda] [fw-beacon]
1778952922.638 +14.799s [fw-irda] [fw-beacon]
1778952922.693 +14.855s [fw-irda] [fw-beacon]
1778952922.750 +14.912s [fw-irda] [fw-beacon]
1778952922.807 +14.969s [fw-irda] [fw-beacon]
1778952922.876 +15.037s [fw-irda] [fw-beacon]
1778952922.945 +15.107s [fw-irda] [fw-beacon]
1778952923.158 +15.320s [fw-irda] [fw-beacon]
1778952923.241 +15.402s [fw-irda] [fw-beacon]
1778952923.605 +15.766s [fw-irda] [fw-beacon]
1778952923.669 +15.831s [fw-irda] [fw-beacon]
1778952923.725 +15.887s [fw-irda] [fw-beacon]
1778952923.785 +15.947s [fw-irda] [fw-beacon]
1778952923.840 +16.002s [fw-irda] [fw-beacon]
1778952923.901 +16.063s [fw-irda] [fw-beacon]
1778952923.961 +16.122s [fw-irda] [fw-beacon]
1778952924.017 +16.179s [fw-irda] [fw-beacon]
1778952924.077 +16.239s [fw-irda] [fw-beacon]
1778952924.134 +16.296s [fw-irda] [fw-beacon]
1778952924.192 +16.354s [fw-irda] [fw-beacon]
1778952924.248 +16.410s [fw-irda] [fw-beacon]
1778952924.443 +16.605s [fw-irda] [fw-beacon]
1778952924.506 +16.668s [fw-irda] [fw-beacon]
1778952924.562 +16.723s [fw-irda] [fw-beacon]
1778952924.631 +16.793s [fw-irda] [fw-beacon]
1778952924.687 +16.848s [fw-irda] [fw-beacon]
1778952924.900 +17.062s [fw-irda] [fw-beacon]
1778952925.092 +17.254s [fw-irda] [fw-beacon]
1778952925.158 +17.320s [fw-irda] [fw-beacon]
1778952925.209 +17.371s [fw-irda] [fw-beacon]
1778952925.265 +17.427s [fw-irda] [fw-beacon]
1778952925.321 +17.483s [fw-irda] [fw-beacon]
1778952925.575 +17.737s [fw-irda] [fw-beacon]
1778952925.640 +17.802s [fw-irda] [fw-beacon]
1778952925.749 +17.911s [fw-irda] [fw-beacon]
1778952925.802 +17.964s [fw-irda] [fw-beacon]
1778952925.859 +18.021s [fw-irda] [fw-beacon]
1778952925.915 +18.077s [fw-irda] [fw-beacon]
1778952925.973 +18.135s [fw-irda] [fw-beacon]
1778952926.030 +18.192s [fw-irda] [fw-beacon]
1778952926.088 +18.249s [fw-irda] [fw-beacon]
1778952926.216 +18.377s [fw-irda] [fw-beacon]
1778952926.350 +18.511s [fw-irda] [fw-beacon]
1778952926.746 +18.908s [fw-irda] [fw-beacon]
1778952927.019 +19.181s [fw-irda] [fw-beacon]
1778952927.140 +19.302s [fw-irda] [fw-beacon]
1778952927.195 +19.357s [fw-irda] [fw-beacon]
1778952927.250 +19.412s [fw-irda] [fw-beacon]
1778952927.367 +19.529s [fw-irda] [fw-beacon]
1778952927.440 +19.602s [fw-irda] [fw-beacon]
1778952927.496 +19.658s [fw-irda] [fw-beacon]
1778952927.556 +19.718s [fw-irda] [fw-beacon]
1778952927.612 +19.773s [fw-irda] [fw-beacon]
1778952927.668 +19.830s [fw-irda] [fw-beacon]
1778952927.728 +19.890s [fw-irda] [fw-beacon]
1778952927.973 +20.135s [fw-irda] [fw-beacon]
1778952928.210 +20.372s [fw-irda] [fw-beacon]
1778952928.442 +20.604s [fw-irda] [fw-beacon]
1778952928.570 +20.732s [fw-irda] [fw-beacon]
1778952928.725 +20.887s [fw-irda] [fw-beacon]
1778952928.814 +20.976s [fw-irda] [fw-beacon]
1778952928.869 +21.031s [fw-irda] [fw-beacon]
1778952928.925 +21.087s [fw-irda] [fw-beacon]
1778952928.986 +21.148s [fw-irda] [fw-beacon]
1778952929.160 +21.322s [fw-irda] [fw-beacon]
1778952929.214 +21.376s [fw-irda] [fw-beacon]
1778952929.270 +21.432s [fw-irda] [fw-beacon]
1778952929.392 +21.554s [fw-irda] [fw-beacon]
1778952929.593 +21.755s [fw-irda] [fw-beacon]
1778952929.663 +21.825s [fw-irda] [fw-beacon]
1778952929.718 +21.880s [fw-irda] [fw-beacon]
1778952929.773 +21.935s [fw-irda] [fw-beacon]
1778952929.875 +22.037s [fw-irda] [fw-beacon]
1778952929.999 +22.161s [fw-irda] [fw-beacon]
1778952930.079 +22.241s [fw-irda] [fw-beacon]
1778952930.209 +22.371s [fw-irda] [fw-beacon]
1778952930.264 +22.426s [fw-irda] [fw-beacon]
1778952930.319 +22.481s [fw-irda] [fw-beacon]
1778952930.383 +22.545s [fw-irda] [fw-beacon]
1778952930.478 +22.639s [fw-irda] [fw-beacon]
1778952930.541 +22.703s [fw-irda] [fw-beacon]
1778952930.597 +22.759s [fw-irda] [fw-beacon]
1778952930.653 +22.815s [fw-irda] [fw-beacon]
1778952930.709 +22.871s [fw-irda] [fw-beacon]
1778952930.766 +22.927s [fw-irda] [fw-beacon]
1778952930.822 +22.983s [fw-irda] [fw-beacon]
1778952931.009 +23.171s [fw-irda] [fw-beacon]
1778952931.280 +23.442s [fw-irda] [fw-beacon]
1778952931.581 +23.743s [fw-irda] [fw-beacon]
1778952931.740 +23.902s [fw-irda] [fw-beacon]
1778952931.823 +23.985s [fw-irda] [fw-beacon]
1778952931.892 +24.054s [fw-irda] [fw-beacon]
1778952931.947 +24.109s [fw-irda] [fw-beacon]
1778952932.022 +24.184s [fw-irda] [fw-beacon]
1778952932.078 +24.240s [fw-irda] [fw-beacon]
1778952932.131 +24.293s [fw-irda] [fw-beacon]
1778952932.187 +24.349s [fw-irda] [fw-beacon]
1778952932.243 +24.405s [fw-irda] [fw-beacon]
1778952932.300 +24.462s [fw-irda] [fw-beacon]
1778952932.550 +24.712s [fw-irda] [fw-beacon]
1778952932.637 +24.799s [fw-irda] [fw-beacon]
1778952932.942 +25.104s [fw-irda] [fw-beacon]
1778952933.012 +25.174s [fw-irda] [fw-beacon]
1778952933.068 +25.230s [fw-irda] [fw-beacon]
1778952933.376 +25.537s [fw-irda] [fw-beacon]
1778952933.690 +25.852s [fw-irda] [fw-beacon]
1778952933.799 +25.961s [fw-irda] [fw-beacon]
1778952933.932 +26.094s [fw-irda] [fw-beacon]
1778952933.989 +26.151s [fw-irda] [fw-beacon]
1778952934.184 +26.346s [fw-irda] [fw-beacon]
1778952934.268 +26.430s [fw-irda] [fw-beacon]
1778952934.364 +26.526s [fw-irda] [fw-beacon]
1778952934.444 +26.606s [fw-irda] [fw-beacon]
1778952934.497 +26.659s [fw-irda] [fw-beacon]
1778952934.553 +26.715s [fw-irda] [fw-beacon]
1778952934.656 +26.818s [fw-irda] [fw-beacon]
1778952934.738 +26.900s [fw-irda] [fw-beacon]
1778952934.794 +26.956s [fw-irda] [fw-beacon]
1778952934.851 +27.013s [fw-irda] [fw-beacon]
1778952934.906 +27.068s [fw-irda] [fw-beacon]
1778952934.960 +27.122s [fw-irda] [fw-beacon]
1778952935.019 +27.181s [fw-irda] [fw-beacon]
1778952935.077 +27.239s [fw-irda] [fw-beacon]
1778952935.164 +27.326s [fw-irda] [fw-beacon]
1778952935.220 +27.381s [fw-irda] [fw-beacon]
1778952935.290 +27.452s [fw-irda] [fw-beacon]
1778952935.446 +27.608s [fw-irda] [fw-beacon]
1778952935.573 +27.735s [fw-irda] [fw-beacon]
1778952935.915 +28.077s [fw-irda] [fw-beacon]
1778952936.501 +28.662s [fw-irda] [fw-beacon]
1778952936.799 +28.961s [fw-irda] [fw-beacon]
1778952937.144 +29.305s [fw-irda] [fw-beacon]
1778952937.221 +29.383s [fw-irda] [fw-beacon]
1778952937.309 +29.471s [fw-irda] [fw-beacon]
1778952937.363 +29.524s [fw-irda] [fw-beacon]
1778952937.569 +29.731s [fw-irda] [fw-beacon]
1778952937.663 +29.825s [fw-irda] [fw-beacon]
1778952937.719 +29.880s [fw-irda] [fw-beacon]
1778952937.774 +29.936s [fw-irda] [fw-beacon]
1778952937.831 +29.993s [fw-irda] [fw-beacon]
1778952937.890 +30.052s [fw-irda] [fw-beacon]
1778952937.946 +30.108s [fw-irda] [fw-beacon]
1778952938.037 +30.199s [fw-irda] [fw-beacon]
1778952938.098 +30.260s [fw-irda] [fw-beacon]
1778952938.198 +30.360s [fw-irda] [fw-beacon]
1778952938.253 +30.415s [fw-irda] [fw-beacon]
1778952938.307 +30.469s [fw-irda] [fw-beacon]
1778952938.362 +30.524s [fw-irda] [fw-beacon]
1778952938.425 +30.586s [fw-irda] [fw-beacon]
1778952938.497 +30.658s [fw-irda] [fw-beacon]
1778952938.554 +30.716s [fw-irda] [fw-beacon]
1778952938.624 +30.786s [fw-irda] [fw-beacon]
1778952938.681 +30.843s [fw-irda] [fw-beacon]
1778952938.737 +30.899s [fw-irda] [fw-beacon]
1778952938.792 +30.954s [fw-irda] [fw-beacon]
1778952938.849 +31.011s [fw-irda] [fw-beacon]
1778952939.121 +31.283s [fw-irda] [fw-beacon]
1778952939.352 +31.514s [fw-irda] [fw-beacon]
1778952939.442 +31.604s [fw-irda] [fw-beacon]
1778952939.497 +31.659s [fw-irda] [fw-beacon]
1778952939.551 +31.713s [fw-irda] [fw-beacon]
1778952939.606 +31.768s [fw-irda] [fw-beacon]
1778952939.662 +31.824s [fw-irda] [fw-beacon]
1778952939.717 +31.879s [fw-irda] [fw-beacon]
1778952939.773 +31.935s [fw-irda] [fw-beacon]
1778952939.896 +32.058s [fw-irda] [fw-beacon]
1778952939.954 +32.116s [fw-irda] [fw-beacon]
1778952940.018 +32.180s [fw-irda] [fw-beacon]
1778952940.074 +32.236s [fw-irda] [fw-beacon]
1778952940.132 +32.294s [fw-irda] [fw-beacon]
1778952940.196 +32.358s [fw-irda] [fw-beacon]
1778952940.327 +32.489s [fw-irda] [fw-beacon]
1778952940.380 +32.541s [fw-irda] [fw-beacon]
1778952940.436 +32.598s [fw-irda] [fw-beacon]
1778952940.499 +32.660s [fw-irda] [fw-beacon]
1778952940.654 +32.815s [fw-irda] [fw-beacon]
1778952940.781 +32.943s [fw-irda] [fw-beacon]
1778952940.837 +32.999s [fw-irda] [fw-beacon]
1778952941.140 +33.302s [fw-irda] [fw-beacon]
1778952941.319 +33.481s [fw-irda] [fw-beacon]
1778952941.374 +33.536s [fw-irda] [fw-beacon]
1778952941.430 +33.592s [fw-irda] [fw-beacon]
1778952941.485 +33.647s [fw-irda] [fw-beacon]
1778952941.737 +33.899s [fw-irda] [fw-beacon]
1778952941.992 +34.154s [fw-irda] [fw-beacon]
1778952942.049 +34.211s [fw-irda] [fw-beacon]
1778952942.155 +34.316s [fw-irda] [fw-beacon]
1778952942.289 +34.451s [fw-irda] [fw-beacon]
1778952942.638 +34.800s [fw-irda] [fw-beacon]
1778952942.876 +35.037s [fw-irda] [fw-beacon]
1778952942.950 +35.112s [fw-irda] [fw-beacon]
1778952943.025 +35.187s [fw-irda] [fw-beacon]
1778952943.082 +35.243s [fw-irda] [fw-beacon]
1778952943.134 +35.296s [fw-irda] [fw-beacon]
1778952943.190 +35.352s [fw-irda] [fw-beacon]
1778952943.250 +35.411s [fw-irda] [fw-beacon]
1778952943.305 +35.467s [fw-irda] [fw-beacon]
1778952943.361 +35.523s [fw-irda] [fw-beacon]
1778952943.470 +35.632s [fw-irda] [fw-beacon]
1778952943.528 +35.690s [fw-irda] [fw-beacon]
1778952943.613 +35.775s [fw-irda] [fw-beacon]
1778952943.681 +35.842s [fw-irda] [fw-beacon]
1778952943.736 +35.898s [fw-irda] [fw-beacon]
1778952943.791 +35.953s [fw-irda] [fw-beacon]
1778952943.847 +36.009s [fw-irda] [fw-beacon]
1778952943.939 +36.101s [fw-irda] [fw-beacon]
1778952944.009 +36.171s [fw-irda] [fw-beacon]
1778952944.064 +36.226s [fw-irda] [fw-beacon]
1778952944.136 +36.298s [fw-irda] [fw-beacon]
1778952944.194 +36.356s [fw-irda] [fw-beacon]
1778952944.252 +36.414s [fw-irda] [fw-beacon]
1778952944.306 +36.468s [fw-irda] [fw-beacon]
1778952944.361 +36.523s [fw-irda] [fw-beacon]
1778952944.416 +36.578s [fw-irda] [fw-beacon]
1778952944.472 +36.634s [fw-irda] [fw-beacon]
1778952944.532 +36.694s [fw-irda] [fw-beacon]
1778952944.588 +36.750s [fw-irda] [fw-beacon]
1778952944.644 +36.806s [fw-irda] [fw-beacon]
1778952944.701 +36.863s [fw-irda] [fw-beacon]
1778952944.802 +36.964s [fw-irda] [fw-beacon]
1778952944.862 +37.024s [fw-irda] [fw-beacon]
1778952944.922 +37.084s [fw-irda] [fw-beacon]
1778952944.978 +37.140s [fw-irda] [fw-beacon]
1778952945.033 +37.195s [fw-irda] [fw-beacon]
1778952945.089 +37.251s [fw-irda] [fw-beacon]
1778952945.145 +37.307s [fw-irda] [fw-beacon]
1778952945.201 +37.363s [fw-irda] [fw-beacon]
1778952945.257 +37.419s [fw-irda] [fw-beacon]
1778952945.313 +37.475s [fw-irda] [fw-beacon]
1778952945.369 +37.531s [fw-irda] [fw-beacon]
1778952945.425 +37.587s [fw-irda] [fw-beacon]
1778952945.481 +37.643s [fw-irda] [fw-beacon]
1778952945.571 +37.732s [fw-irda] [fw-beacon]
1778952945.628 +37.790s [fw-irda] [fw-beacon]
1778952945.683 +37.845s [fw-irda] [fw-beacon]
1778952945.739 +37.901s [fw-irda] [fw-beacon]
1778952945.794 +37.956s [fw-irda] [fw-beacon]
1778952945.851 +38.013s [fw-irda] [fw-beacon]
1778952945.906 +38.068s [fw-irda] [fw-beacon]
1778952945.963 +38.124s [fw-irda] [fw-beacon]
1778952946.032 +38.194s [fw-irda] [fw-beacon]
1778952946.102 +38.264s [fw-irda] [fw-beacon]
1778952946.185 +38.347s [fw-irda] [fw-beacon]
1778952946.252 +38.414s [fw-irda] [fw-beacon]
1778952946.308 +38.470s [fw-irda] [fw-beacon]
1778952946.374 +38.536s [fw-irda] [fw-beacon]
1778952946.462 +38.624s [fw-irda] [fw-beacon]
1778952946.516 +38.678s [fw-irda] [fw-beacon]
1778952946.874 +39.036s [fw-irda] [fw-beacon]
1778952947.045 +39.207s [fw-irda] [fw-beacon]
1778952947.099 +39.261s [fw-irda] [fw-beacon]
1778952947.155 +39.317s [fw-irda] [fw-beacon]
1778952947.215 +39.377s [fw-irda] [fw-beacon]
1778952947.270 +39.432s [fw-irda] [fw-beacon]
1778952947.327 +39.488s [fw-irda] [fw-beacon]
1778952947.382 +39.544s [fw-irda] [fw-beacon]
1778952947.438 +39.599s [fw-irda] [fw-beacon]
1778952947.513 +39.675s [fw-irda] [fw-beacon]
1778952947.588 +39.750s [fw-irda] [fw-beacon]
1778952947.650 +39.812s [fw-irda] [fw-beacon]
1778952947.705 +39.867s [fw-irda] [fw-beacon]
1778952947.761 +39.923s [fw-irda] [fw-beacon]
1778952947.816 +39.978s [fw-irda] [fw-beacon]
1778952947.872 +40.034s [fw-irda] [fw-beacon]
1778952947.928 +40.090s [fw-irda] [fw-beacon]
1778952947.984 +40.146s [fw-irda] [fw-beacon]
1778952948.040 +40.202s [fw-irda] [fw-beacon]
1778952948.097 +40.258s [fw-irda] [fw-beacon]
1778952948.152 +40.314s [fw-irda] [fw-beacon]
1778952948.208 +40.370s [fw-irda] [fw-beacon]
1778952948.264 +40.426s [fw-irda] [fw-beacon]
1778952948.320 +40.482s [fw-irda] [fw-beacon]
1778952948.375 +40.537s [fw-irda] [fw-beacon]
1778952948.430 +40.592s [fw-irda] [fw-beacon]
1778952948.487 +40.649s [fw-irda] [fw-beacon]
1778952948.542 +40.704s [fw-irda] [fw-beacon]
1778952948.598 +40.760s [fw-irda] [fw-beacon]
1778952948.654 +40.815s [fw-irda] [fw-beacon]
1778952948.709 +40.871s [fw-irda] [fw-beacon]
1778952948.765 +40.927s [fw-irda] [fw-beacon]
1778952948.821 +40.982s [fw-irda] [fw-beacon]
1778952948.876 +41.038s [fw-irda] [fw-beacon]
1778952948.932 +41.094s [fw-irda] [fw-beacon]
1778952948.988 +41.149s [fw-irda] [fw-beacon]
1778952949.050 +41.212s [fw-irda] [fw-beacon]
1778952949.107 +41.269s [fw-irda] [fw-beacon]
1778952949.163 +41.325s [fw-irda] [fw-beacon]
1778952949.219 +41.380s [fw-irda] [fw-beacon]
1778952949.275 +41.436s [fw-irda] [fw-beacon]
1778952949.330 +41.492s [fw-irda] [fw-beacon]
1778952949.386 +41.548s [fw-irda] [fw-beacon]
1778952949.442 +41.604s [fw-irda] [fw-beacon]
1778952949.497 +41.659s [fw-irda] [fw-beacon]
1778952949.552 +41.714s [fw-irda] [fw-beacon]
1778952949.608 +41.770s [fw-irda] [fw-beacon]
1778952949.663 +41.825s [fw-irda] [fw-beacon]
1778952949.720 +41.882s [fw-irda] [fw-beacon]
1778952949.782 +41.944s [fw-irda] [fw-beacon]
1778952949.890 +42.052s [fw-irda] [fw-beacon]
1778952950.005 +42.167s [fw-irda] [fw-beacon]
1778952950.060 +42.222s [fw-irda] [fw-beacon]
1778952950.116 +42.278s [fw-irda] [fw-beacon]
1778952950.172 +42.334s [fw-irda] [fw-beacon]
1778952950.229 +42.390s [fw-irda] [fw-beacon]
1778952950.284 +42.446s [fw-irda] [fw-beacon]
1778952950.340 +42.502s [fw-irda] [fw-beacon]
1778952950.410 +42.572s [fw-irda] [fw-beacon]
1778952950.479 +42.641s [fw-irda] [fw-beacon]
1778952950.534 +42.696s [fw-irda] [fw-beacon]
1778952950.590 +42.752s [fw-irda] [fw-beacon]
1778952950.647 +42.809s [fw-irda] [fw-beacon]
1778952950.702 +42.864s [fw-irda] [fw-beacon]
1778952950.757 +42.919s [fw-irda] [fw-beacon]
1778952950.813 +42.975s [fw-irda] [fw-beacon]
1778952950.869 +43.030s [fw-irda] [fw-beacon]
1778952950.924 +43.085s [fw-irda] [fw-beacon]
1778952950.979 +43.141s [fw-irda] [fw-beacon]
1778952951.035 +43.196s [fw-irda] [fw-beacon]
1778952951.090 +43.252s [fw-irda] [fw-beacon]
1778952951.146 +43.307s [fw-irda] [fw-beacon]
1778952951.204 +43.366s [fw-irda] [fw-beacon]
1778952951.401 +43.563s [fw-irda] [fw-beacon]
1778952951.686 +43.848s [fw-irda] [fw-beacon]
1778952951.829 +43.991s [fw-irda] [fw-beacon]
1778952951.885 +44.047s [fw-irda] [fw-beacon]
1778952951.945 +44.107s [fw-irda] [fw-beacon]
1778952952.000 +44.162s [fw-irda] [fw-beacon]
1778952952.056 +44.218s [fw-irda] [fw-beacon]
1778952952.112 +44.274s [fw-irda] [fw-beacon]
1778952952.167 +44.329s [fw-irda] [fw-beacon]
1778952952.223 +44.385s [fw-irda] [fw-beacon]
1778952952.312 +44.474s [fw-irda] [fw-beacon]
1778952952.371 +44.533s [fw-irda] [fw-beacon]
1778952952.426 +44.588s [fw-irda] [fw-beacon]
1778952952.482 +44.644s [fw-irda] [fw-beacon]
1778952952.538 +44.700s [fw-irda] [fw-beacon]
1778952952.594 +44.756s [fw-irda] [fw-beacon]
1778952952.651 +44.812s [fw-irda] [fw-beacon]
1778952952.706 +44.868s [fw-irda] [fw-beacon]
1778952952.764 +44.926s [fw-irda] [fw-beacon]
1778952953.050 +45.212s [fw-irda] [fw-beacon]
1778952953.125 +45.287s [fw-irda] [fw-beacon]
1778952953.186 +45.348s [fw-irda] [fw-beacon]
1778952953.257 +45.419s [fw-irda] [fw-beacon]
1778952953.373 +45.535s [fw-irda] [fw-beacon]
1778952953.436 +45.598s [fw-irda] [fw-beacon]
1778952953.492 +45.654s [fw-irda] [fw-beacon]
1778952953.580 +45.741s [fw-irda] [fw-beacon]
1778952953.635 +45.797s [fw-irda] [fw-beacon]
1778952953.691 +45.853s [fw-irda] [fw-beacon]
1778952953.751 +45.913s [fw-irda] [fw-beacon]
1778952953.807 +45.969s [fw-irda] [fw-beacon]
1778952953.863 +46.024s [fw-irda] [fw-beacon]
1778952953.918 +46.080s [fw-irda] [fw-beacon]
1778952953.975 +46.137s [fw-irda] [fw-beacon]
1778952954.039 +46.201s [fw-irda] [fw-beacon]
1778952954.095 +46.257s [fw-irda] [fw-beacon]
1778952954.166 +46.328s [fw-irda] [fw-beacon]
1778952954.235 +46.397s [fw-irda] [fw-beacon]
1778952954.289 +46.450s [fw-irda] [fw-beacon]
1778952954.354 +46.516s [fw-irda] [fw-beacon]
1778952954.535 +46.697s [fw-irda] [fw-beacon]
1778952954.605 +46.767s [fw-irda] [fw-beacon]
1778952954.658 +46.820s [fw-irda] [fw-beacon]
1778952954.714 +46.876s [fw-irda] [fw-beacon]
1778952954.770 +46.932s [fw-irda] [fw-beacon]
1778952954.826 +46.988s [fw-irda] [fw-beacon]
1778952954.886 +47.047s [fw-irda] [fw-beacon]
1778952954.942 +47.103s [fw-irda] [fw-beacon]
1778952954.998 +47.160s [fw-irda] [fw-beacon]
1778952955.066 +47.228s [fw-irda] [fw-beacon]
1778952955.138 +47.300s [fw-irda] [fw-beacon]
1778952955.194 +47.356s [fw-irda] [fw-beacon]
1778952955.254 +47.416s [fw-irda] [fw-beacon]
1778952955.314 +47.476s [fw-irda] [fw-beacon]
1778952955.384 +47.545s [fw-irda] [fw-beacon]
1778952955.442 +47.604s [fw-irda] [fw-beacon]
1778952955.513 +47.675s [fw-irda] [fw-beacon]
1778952955.577 +47.738s [fw-irda] [fw-beacon]
1778952955.744 +47.906s [fw-irda] [fw-beacon]
1778952955.881 +48.043s [fw-irda] [fw-beacon]
1778952956.174 +48.336s [fw-irda] [fw-beacon]
1778952956.236 +48.398s [fw-irda] [fw-beacon]
1778952956.292 +48.454s [fw-irda] [fw-beacon]
1778952956.416 +48.577s [fw-irda] [fw-beacon]
1778952956.468 +48.630s [fw-irda] [fw-beacon]
1778952956.524 +48.685s [fw-irda] [fw-beacon]
1778952956.579 +48.741s [fw-irda] [fw-beacon]
1778952956.635 +48.797s [fw-irda] [fw-beacon]
1778952956.692 +48.854s [fw-irda] [fw-beacon]
1778952956.748 +48.909s [fw-irda] [fw-beacon]
1778952956.803 +48.965s [fw-irda] [fw-beacon]
1778952956.859 +49.020s [fw-irda] [fw-beacon]
1778952956.914 +49.076s [fw-irda] [fw-beacon]
1778952956.970 +49.131s [fw-irda] [fw-beacon]
1778952957.026 +49.187s [fw-irda] [fw-beacon]
1778952957.081 +49.243s [fw-irda] [fw-beacon]
1778952957.136 +49.298s [fw-irda] [fw-beacon]
1778952957.197 +49.358s [fw-irda] [fw-beacon]
1778952957.257 +49.419s [fw-irda] [fw-beacon]
1778952957.506 +49.668s [fw-irda] [fw-beacon]
1778952957.754 +49.916s [fw-irda] [fw-beacon]
1778952957.934 +50.096s [fw-irda] [fw-beacon]
1778952958.169 +50.331s [fw-irda] [fw-beacon]
1778952958.633 +50.794s [fw-irda] [fw-beacon]
1778952958.733 +50.895s [fw-irda] [fw-beacon]
1778952958.868 +51.030s [fw-irda] [fw-beacon]
1778952959.094 +51.256s [fw-irda] [fw-beacon]
1778952959.561 +51.723s [fw-irda] [fw-beacon]
1778952959.664 +51.826s [fw-irda] [fw-beacon]
1778952959.738 +51.900s [fw-irda] [fw-beacon]
1778952959.810 +51.972s [fw-irda] [fw-beacon]
1778952959.862 +52.024s [fw-irda] [fw-beacon]
1778952959.918 +52.080s [fw-irda] [fw-beacon]
1778952959.973 +52.135s [fw-irda] [fw-beacon]
1778952960.031 +52.192s [fw-irda] [fw-beacon]
1778952960.100 +52.262s [fw-irda] [fw-beacon]
1778952960.156 +52.318s [fw-irda] [fw-beacon]
1778952960.211 +52.373s [fw-irda] [fw-beacon]
1778952960.265 +52.427s [fw-irda] [fw-beacon]
1778952960.322 +52.484s [fw-irda] [fw-beacon]
1778952960.381 +52.543s [fw-irda] [fw-beacon]
1778952960.438 +52.600s [fw-irda] [fw-beacon]
1778952960.494 +52.655s [fw-irda] [fw-beacon]
1778952960.550 +52.712s [fw-irda] [fw-beacon]
1778952960.606 +52.768s [fw-irda] [fw-beacon]
1778952960.676 +52.838s [fw-irda] [fw-beacon]
1778952960.744 +52.906s [fw-irda] [fw-beacon]
1778952960.800 +52.962s [fw-irda] [fw-beacon]
1778952960.855 +53.017s [fw-irda] [fw-beacon]
1778952960.911 +53.073s [fw-irda] [fw-beacon]
1778952960.966 +53.128s [fw-irda] [fw-beacon]
1778952961.026 +53.188s [fw-irda] [fw-beacon]
1778952961.105 +53.266s [fw-irda] [fw-beacon]
1778952961.404 +53.566s [fw-irda] [fw-beacon]
1778952961.626 +53.788s [fw-irda] [fw-beacon]
1778952961.682 +53.844s [fw-irda] [fw-beacon]
1778952961.741 +53.903s [fw-irda] [fw-beacon]
1778952961.794 +53.956s [fw-irda] [fw-beacon]
1778952961.850 +54.012s [fw-irda] [fw-beacon]
1778952961.909 +54.071s [fw-irda] [fw-beacon]
1778952962.175 +54.337s [fw-irda] [fw-beacon]
1778952962.280 +54.442s [fw-irda] [fw-beacon]
1778952962.396 +54.558s [fw-irda] [fw-beacon]
1778952962.480 +54.642s [fw-irda] [fw-beacon]
1778952962.536 +54.698s [fw-irda] [fw-beacon]
1778952962.817 +54.979s [fw-irda] [fw-beacon]
1778952962.916 +55.078s [fw-irda] [fw-beacon]
1778952963.414 +55.575s [fw-irda] [fw-beacon]
1778952963.675 +55.837s [fw-irda] [fw-beacon]
1778952963.732 +55.894s [fw-irda] [fw-beacon]
1778952963.793 +55.955s [fw-irda] [fw-beacon]
1778952963.853 +56.015s [fw-irda] [fw-beacon]
1778952963.908 +56.070s [fw-irda] [fw-beacon]
1778952963.964 +56.126s [fw-irda] [fw-beacon]
1778952964.020 +56.182s [fw-irda] [fw-beacon]
1778952964.077 +56.239s [fw-irda] [fw-beacon]
1778952964.147 +56.309s [fw-irda] [fw-beacon]
1778952964.201 +56.363s [fw-irda] [fw-beacon]
1778952964.257 +56.419s [fw-irda] [fw-beacon]
1778952964.323 +56.485s [fw-irda] [fw-beacon]
1778952964.406 +56.568s [fw-irda] [fw-beacon]
1778952964.549 +56.711s [fw-irda] [fw-beacon]
1778952964.605 +56.767s [fw-irda] [fw-beacon]
1778952964.660 +56.822s [fw-irda] [fw-beacon]
1778952964.717 +56.878s [fw-irda] [fw-beacon]
1778952964.773 +56.935s [fw-irda] [fw-beacon]
1778952964.826 +56.988s [fw-irda] [fw-beacon]
1778952964.882 +57.044s [fw-irda] [fw-beacon]
1778952964.943 +57.104s [fw-irda] [fw-beacon]
1778952965.003 +57.165s [fw-irda] [fw-beacon]
1778952965.058 +57.220s [fw-irda] [fw-beacon]
1778952965.116 +57.277s [fw-irda] [fw-beacon]
1778952965.174 +57.336s [fw-irda] [fw-beacon]
1778952965.229 +57.391s [fw-irda] [fw-beacon]
1778952965.290 +57.451s [fw-irda] [fw-beacon]
1778952965.345 +57.507s [fw-irda] [fw-beacon]
1778952965.402 +57.564s [fw-irda] [fw-beacon]
1778952965.482 +57.644s [fw-irda] [fw-beacon]
1778952965.537 +57.699s [fw-irda] [fw-beacon]
1778952965.802 +57.964s [fw-irda] [fw-beacon]
1778952965.903 +58.064s [fw-irda] [fw-beacon]
1778952965.956 +58.118s [fw-irda] [fw-beacon]
1778952966.012 +58.174s [fw-irda] [fw-beacon]
1778952966.179 +58.341s [fw-irda] [fw-beacon]
1778952966.511 +58.673s [fw-irda] [fw-beacon]
1778952966.615 +58.777s [fw-irda] [fw-beacon]
1778952966.670 +58.832s [fw-irda] [fw-beacon]
1778952966.726 +58.888s [fw-irda] [fw-beacon]
1778952966.870 +59.032s [fw-irda] [fw-beacon]
1778952966.989 +59.151s [fw-irda] [fw-beacon]
1778952967.036 +59.198s [fw-irda] [fw-beacon]
1778952967.092 +59.254s [fw-irda] [fw-beacon]
1778952967.149 +59.311s [fw-irda] [fw-beacon]
1778952967.206 +59.368s [fw-irda] [fw-beacon]
1778952967.261 +59.422s [fw-irda] [fw-beacon]
1778952967.332 +59.494s [fw-irda] [fw-beacon]
1778952967.388 +59.550s [fw-irda] [fw-beacon]
1778952967.444 +59.606s [fw-irda] [fw-beacon]
1778952967.504 +59.666s [fw-irda] [fw-beacon]
1778952967.559 +59.721s [fw-irda] [fw-beacon]
1778952967.615 +59.777s [fw-irda] [fw-beacon]
1778952967.676 +59.838s [fw-irda] [fw-beacon]
1778952967.755 +59.917s [fw-irda] [fw-beacon]
1778952967.809 +59.971s [fw-irda] [fw-beacon]
1778952967.866 +60.028s [fw-irda] [fw-beacon]
1778952967.925 +60.087s [fw-irda] [fw-beacon]
1778952968.201 +60.363s [fw-irda] [fw-beacon]
1778952968.270 +60.432s [fw-irda] [fw-beacon]
1778952968.328 +60.490s [fw-irda] [fw-beacon]
1778952968.384 +60.546s [fw-irda] [fw-beacon]
1778952968.444 +60.606s [fw-irda] [fw-beacon]
1778952968.622 +60.784s [fw-irda] [fw-beacon]
1778952968.853 +61.015s [fw-irda] [fw-beacon]
1778952969.145 +61.307s [fw-irda] [fw-beacon]
1778952969.264 +61.426s [fw-irda] [fw-beacon]
1778952969.332 +61.494s [fw-irda] [fw-beacon]
1778952969.392 +61.554s [fw-irda] [fw-beacon]
1778952969.457 +61.618s [fw-irda] [fw-beacon]
1778952969.513 +61.675s [fw-irda] [fw-beacon]
1778952969.583 +61.745s [fw-irda] [fw-beacon]
1778952969.690 +61.852s [fw-irda] [fw-beacon]
1778952969.807 +61.969s [fw-irda] [fw-beacon]
1778952969.891 +62.053s [fw-irda] [fw-beacon]
1778952969.963 +62.125s [fw-irda] [fw-beacon]
1778952970.017 +62.179s [fw-irda] [fw-beacon]
1778952970.073 +62.235s [fw-irda] [fw-beacon]
1778952970.133 +62.295s [fw-irda] [fw-beacon]
1778952970.226 +62.388s [fw-irda] [fw-beacon]
1778952970.357 +62.518s [fw-irda] [fw-beacon]
1778952970.484 +62.646s [fw-irda] [fw-beacon]
1778952970.596 +62.758s [fw-irda] [fw-beacon]
1778952970.651 +62.813s [fw-irda] [fw-beacon]
1778952970.707 +62.869s [fw-irda] [fw-beacon]
1778952970.764 +62.926s [fw-irda] [fw-beacon]
1778952970.819 +62.981s [fw-irda] [fw-beacon]
1778952970.876 +63.038s [fw-irda] [fw-beacon]
1778952970.930 +63.092s [fw-irda] [fw-beacon]
1778952970.986 +63.148s [fw-irda] [fw-beacon]
1778952971.042 +63.204s [fw-irda] [fw-beacon]
1778952971.097 +63.259s [fw-irda] [fw-beacon]
1778952971.153 +63.315s [fw-irda] [fw-beacon]
1778952971.209 +63.371s [fw-irda] [fw-beacon]
1778952971.265 +63.427s [fw-irda] [fw-beacon]
1778952971.321 +63.482s [fw-irda] [fw-beacon]
1778952971.376 +63.538s [fw-irda] [fw-beacon]
1778952971.431 +63.593s [fw-irda] [fw-beacon]
1778952971.487 +63.649s [fw-irda] [fw-beacon]
1778952971.543 +63.705s [fw-irda] [fw-beacon]
1778952971.598 +63.760s [fw-irda] [fw-beacon]
1778952971.654 +63.816s [fw-irda] [fw-beacon]
1778952971.710 +63.872s [fw-irda] [fw-beacon]
1778952971.766 +63.928s [fw-irda] [fw-beacon]
1778952971.821 +63.983s [fw-irda] [fw-beacon]
1778952971.877 +64.039s [fw-irda] [fw-beacon]
1778952971.932 +64.094s [fw-irda] [fw-beacon]
1778952972.039 +64.201s [fw-irda] [fw-beacon]
1778952972.107 +64.269s [fw-irda] [fw-beacon]
1778952972.163 +64.325s [fw-irda] [fw-beacon]
1778952972.223 +64.385s [fw-irda] [fw-beacon]
1778952972.281 +64.442s [fw-irda] [fw-beacon]
1778952972.438 +64.600s [fw-irda] [fw-beacon]
1778952972.952 +65.113s [fw-irda] [fw-beacon]
1778952973.071 +65.233s [fw-irda] [fw-beacon]
1778952973.144 +65.306s [fw-irda] [fw-beacon]
1778952973.212 +65.374s [fw-irda] [fw-beacon]
1778952973.267 +65.429s [fw-irda] [fw-beacon]
1778952973.320 +65.482s [fw-irda] [fw-beacon]
1778952973.376 +65.538s [fw-irda] [fw-beacon]
1778952973.447 +65.609s [fw-irda] [fw-beacon]
1778952973.503 +65.665s [fw-irda] [fw-beacon]
1778952973.576 +65.737s [fw-irda] [fw-beacon]
1778952973.631 +65.793s [fw-irda] [fw-beacon]
1778952973.689 +65.851s [fw-irda] [fw-beacon]
1778952973.789 +65.951s [fw-irda] [fw-beacon]
1778952973.884 +66.046s [fw-irda] [fw-beacon]
1778952973.950 +66.112s [fw-irda] [fw-beacon]
1778952974.006 +66.167s [fw-irda] [fw-beacon]
1778952974.061 +66.223s [fw-irda] [fw-beacon]
1778952974.116 +66.278s [fw-irda] [fw-beacon]
1778952974.172 +66.334s [fw-irda] [fw-beacon]
1778952974.227 +66.389s [fw-irda] [fw-beacon]
1778952974.283 +66.445s [fw-irda] [fw-beacon]
1778952974.340 +66.501s [fw-irda] [fw-beacon]
1778952974.397 +66.559s [fw-irda] [fw-beacon]
1778952974.452 +66.614s [fw-irda] [fw-beacon]
1778952974.789 +66.951s [fw-irda] [fw-beacon]
1778952974.890 +67.052s [fw-irda] [fw-beacon]
1778952975.392 +67.554s [fw-irda] [fw-beacon]
1778952975.610 +67.772s [fw-irda] [fw-beacon]
1778952975.753 +67.915s [fw-irda] [fw-beacon]
1778952976.004 +68.166s [fw-irda] [fw-beacon]
1778952976.059 +68.221s [fw-irda] [fw-beacon]
1778952976.115 +68.276s [fw-irda] [fw-beacon]
1778952976.174 +68.336s [fw-irda] [fw-beacon]
1778952976.230 +68.392s [fw-irda] [fw-beacon]
1778952976.339 +68.501s [fw-irda] [fw-beacon]
1778952976.482 +68.643s [fw-irda] [fw-beacon]
1778952976.686 +68.848s [fw-irda] [fw-beacon]
1778952976.738 +68.900s [fw-irda] [fw-beacon]
1778952976.795 +68.956s [fw-irda] [fw-beacon]
1778952976.859 +69.020s [fw-irda] [fw-beacon]
1778952976.919 +69.081s [fw-irda] [fw-beacon]
1778952976.974 +69.136s [fw-irda] [fw-beacon]
1778952977.030 +69.192s [fw-irda] [fw-beacon]
1778952977.090 +69.252s [fw-irda] [fw-beacon]
1778952977.146 +69.308s [fw-irda] [fw-beacon]
1778952977.203 +69.365s [fw-irda] [fw-beacon]
1778952977.263 +69.425s [fw-irda] [fw-beacon]
1778952977.317 +69.479s [fw-irda] [fw-beacon]
1778952977.373 +69.535s [fw-irda] [fw-beacon]
1778952977.429 +69.590s [fw-irda] [fw-beacon]
1778952977.541 +69.703s [fw-irda] [fw-beacon]
1778952977.653 +69.815s [fw-irda] [fw-beacon]
1778952977.711 +69.873s [fw-irda] [fw-beacon]
1778952977.767 +69.929s [fw-irda] [fw-beacon]
1778952977.823 +69.985s [fw-irda] [fw-beacon]
1778952977.878 +70.040s [fw-irda] [fw-beacon]
1778952977.934 +70.096s [fw-irda] [fw-beacon]
1778952977.990 +70.151s [fw-irda] [fw-beacon]
1778952978.045 +70.207s [fw-irda] [fw-beacon]
1778952978.122 +70.283s [fw-irda] [fw-beacon]
1778952978.310 +70.472s [fw-irda] [fw-beacon]
1778952978.402 +70.564s [fw-irda] [fw-beacon]
1778952978.457 +70.619s [fw-irda] [fw-beacon]
1778952978.513 +70.675s [fw-irda] [fw-beacon]
1778952978.569 +70.731s [fw-irda] [fw-beacon]
1778952978.624 +70.786s [fw-irda] [fw-beacon]
1778952978.680 +70.842s [fw-irda] [fw-beacon]
1778952978.736 +70.898s [fw-irda] [fw-beacon]
1778952978.791 +70.953s [fw-irda] [fw-beacon]
1778952978.848 +71.010s [fw-irda] [fw-beacon]
1778952978.904 +71.065s [fw-irda] [fw-beacon]
1778952978.959 +71.121s [fw-irda] [fw-beacon]
1778952979.014 +71.176s [fw-irda] [fw-beacon]
1778952979.070 +71.232s [fw-irda] [fw-beacon]
1778952979.125 +71.287s [fw-irda] [fw-beacon]
1778952979.181 +71.343s [fw-irda] [fw-beacon]
1778952979.236 +71.398s [fw-irda] [fw-beacon]
1778952979.292 +71.454s [fw-irda] [fw-beacon]
1778952979.348 +71.510s [fw-irda] [fw-beacon]
1778952979.404 +71.566s [fw-irda] [fw-beacon]
1778952979.459 +71.621s [fw-irda] [fw-beacon]
1778952979.515 +71.677s [fw-irda] [fw-beacon]
1778952979.571 +71.733s [fw-irda] [fw-beacon]
1778952979.627 +71.789s [fw-irda] [fw-beacon]
1778952979.682 +71.844s [fw-irda] [fw-beacon]
1778952979.738 +71.900s [fw-irda] [fw-beacon]
1778952979.795 +71.957s [fw-irda] [fw-beacon]
1778952979.851 +72.013s [fw-irda] [fw-beacon]
1778952979.938 +72.100s [fw-irda] [fw-beacon]
1778952979.992 +72.154s [fw-irda] [fw-beacon]
1778952980.047 +72.209s [fw-irda] [fw-beacon]
1778952980.108 +72.270s [fw-irda] [fw-beacon]
1778952980.473 +72.635s [fw-irda] [fw-beacon]
1778952980.681 +72.843s [fw-irda] [fw-beacon]
1778952980.764 +72.926s [fw-irda] [fw-beacon]
1778952980.949 +73.111s [fw-irda] [fw-beacon]
1778952981.087 +73.249s [fw-irda] [fw-beacon]
1778952981.145 +73.307s [fw-irda] [fw-beacon]
1778952981.214 +73.376s [fw-irda] [fw-beacon]
1778952981.278 +73.440s [fw-irda] [fw-beacon]
1778952981.335 +73.497s [fw-irda] [fw-beacon]
1778952981.391 +73.553s [fw-irda] [fw-beacon]
1778952981.445 +73.607s [fw-irda] [fw-beacon]
1778952981.640 +73.802s [fw-irda] [fw-beacon]
1778952981.704 +73.865s [fw-irda] [fw-beacon]
1778952981.760 +73.922s [fw-irda] [fw-beacon]
1778952981.816 +73.978s [fw-irda] [fw-beacon]
1778952981.870 +74.032s [fw-irda] [fw-beacon]
1778952981.926 +74.088s [fw-irda] [fw-beacon]
1778952981.981 +74.143s [fw-irda] [fw-beacon]
1778952982.038 +74.200s [fw-irda] [fw-beacon]
1778952982.097 +74.259s [fw-irda] [fw-beacon]
1778952982.153 +74.315s [fw-irda] [fw-beacon]
1778952982.209 +74.371s [fw-irda] [fw-beacon]
1778952982.264 +74.426s [fw-irda] [fw-beacon]
1778952982.320 +74.482s [fw-irda] [fw-beacon]
1778952982.376 +74.538s [fw-irda] [fw-beacon]
1778952982.432 +74.594s [fw-irda] [fw-beacon]
1778952982.488 +74.649s [fw-irda] [fw-beacon]
1778952982.543 +74.705s [fw-irda] [fw-beacon]
1778952982.601 +74.763s [fw-irda] [fw-beacon]
1778952982.656 +74.818s [fw-irda] [fw-beacon]
1778952982.711 +74.873s [fw-irda] [fw-beacon]
1778952982.766 +74.928s [fw-irda] [fw-beacon]
1778952982.822 +74.984s [fw-irda] [fw-beacon]
1778952982.878 +75.039s [fw-irda] [fw-beacon]
1778952982.933 +75.095s [fw-irda] [fw-beacon]
1778952982.988 +75.150s [fw-irda] [fw-beacon]
1778952983.044 +75.206s [fw-irda] [fw-beacon]
1778952983.102 +75.264s [fw-irda] [fw-beacon]
1778952983.161 +75.323s [fw-irda] [fw-beacon]
1778952983.368 +75.530s [fw-irda] [fw-beacon]
1778952983.518 +75.680s [fw-irda] [fw-beacon]
1778952983.570 +75.732s [fw-irda] [fw-beacon]
1778952983.626 +75.788s [fw-irda] [fw-beacon]
1778952983.686 +75.848s [fw-irda] [fw-beacon]
1778952983.741 +75.903s [fw-irda] [fw-beacon]
1778952983.897 +76.058s [fw-irda] [fw-beacon]
1778952983.964 +76.126s [fw-irda] [fw-beacon]
1778952984.042 +76.204s [fw-irda] [fw-beacon]
1778952984.110 +76.272s [fw-irda] [fw-beacon]
1778952984.179 +76.341s [fw-irda] [fw-beacon]
1778952984.244 +76.406s [fw-irda] [fw-beacon]
1778952984.331 +76.493s [fw-irda] [fw-beacon]
1778952984.517 +76.679s [fw-irda] [fw-beacon]
1778952984.748 +76.910s [fw-irda] [fw-beacon]
1778952984.822 +76.984s [fw-irda] [fw-beacon]
1778952984.966 +77.128s [fw-irda] [fw-beacon]
1778952985.122 +77.283s [fw-irda] [fw-beacon]
1778952985.208 +77.370s [fw-irda] [fw-beacon]
1778952985.276 +77.438s [fw-irda] [fw-beacon]
1778952985.333 +77.494s [fw-irda] [fw-beacon]
1778952985.393 +77.555s [fw-irda] [fw-beacon]
1778952985.491 +77.653s [fw-irda] [fw-beacon]
1778952985.573 +77.735s [fw-irda] [fw-beacon]
1778952985.704 +77.866s [fw-irda] [fw-beacon]
1778952986.079 +78.241s [fw-irda] [fw-beacon]
1778952986.262 +78.424s [fw-irda] [fw-beacon]
1778952986.310 +78.472s [fw-irda] [fw-beacon]
1778952986.469 +78.631s [fw-irda] [fw-beacon]
1778952986.712 +78.874s [fw-irda] [fw-beacon]
1778952986.887 +79.049s [fw-irda] [fw-beacon]
1778952987.044 +79.206s [fw-irda] [fw-beacon]
1778952987.142 +79.304s [fw-irda] [fw-beacon]
1778952987.212 +79.374s [fw-irda] [fw-beacon]
1778952987.306 +79.468s [fw-irda] [fw-beacon]
1778952987.408 +79.570s [fw-irda] [fw-beacon]
1778952987.539 +79.700s [fw-irda] [fw-beacon]
1778952987.638 +79.800s [fw-irda] [fw-beacon]
1778952987.741 +79.903s [fw-irda] [fw-beacon]
1778952987.830 +79.992s [fw-irda] [fw-beacon]
1778952987.905 +80.067s [fw-irda] [fw-beacon]
1778952987.969 +80.131s [fw-irda] [fw-beacon]
1778952988.021 +80.183s [fw-irda] [fw-beacon]
1778952988.093 +80.255s [fw-irda] [fw-beacon]
1778952988.215 +80.377s [fw-irda] [fw-beacon]
1778952988.273 +80.435s [fw-irda] [fw-beacon]
1778952988.341 +80.503s [fw-irda] [fw-beacon]
1778952988.419 +80.581s [fw-irda] [fw-beacon]
1778952988.494 +80.656s [fw-irda] [fw-beacon]
1778952988.557 +80.718s [fw-irda] [fw-beacon]
1778952988.610 +80.771s [fw-irda] [fw-beacon]
1778952988.665 +80.827s [fw-irda] [fw-beacon]
1778952988.766 +80.928s [fw-irda] [fw-beacon]
1778952988.834 +80.996s [fw-irda] [fw-beacon]
1778952988.902 +81.064s [fw-irda] [fw-beacon]
1778952988.958 +81.120s [fw-irda] [fw-beacon]
1778952989.029 +81.191s [fw-irda] [fw-beacon]
1778952989.089 +81.251s [fw-irda] [fw-beacon]
1778952989.143 +81.305s [fw-irda] [fw-beacon]
1778952989.199 +81.361s [fw-irda] [fw-beacon]
1778952989.256 +81.418s [fw-irda] [fw-beacon]
1778952989.318 +81.480s [fw-irda] [fw-beacon]
1778952989.387 +81.549s [fw-irda] [fw-beacon]
1778952989.469 +81.631s [fw-irda] [fw-beacon]
1778952989.525 +81.687s [fw-irda] [fw-beacon]
1778952989.581 +81.743s [fw-irda] [fw-beacon]
1778952989.635 +81.797s [fw-irda] [fw-beacon]
1778952989.691 +81.853s [fw-irda] [fw-beacon]
1778952989.747 +81.908s [fw-irda] [fw-beacon]
1778952989.802 +81.964s [fw-irda] [fw-beacon]
1778952989.858 +82.020s [fw-irda] [fw-beacon]
1778952989.914 +82.075s [fw-irda] [fw-beacon]
1778952989.969 +82.131s [fw-irda] [fw-beacon]
1778952990.025 +82.187s [fw-irda] [fw-beacon]
1778952990.080 +82.242s [fw-irda] [fw-beacon]
1778952990.135 +82.297s [fw-irda] [fw-beacon]
1778952990.185 +82.347s [fw-irda] [fw-beacon]
1778952990.238 +82.400s [fw-irda] [fw-beacon]
1778952990.296 +82.458s [fw-irda] [fw-beacon]
1778952990.359 +82.520s [fw-irda] [fw-beacon]
1778952990.426 +82.588s [fw-irda] [fw-beacon]
1778952990.476 +82.638s [fw-irda] [fw-beacon]
1778952990.533 +82.695s [fw-irda] [fw-beacon]
1778952990.593 +82.755s [fw-irda] [fw-beacon]
1778952990.650 +82.812s [fw-irda] [fw-beacon]
1778952990.714 +82.875s [fw-irda] [fw-beacon]
1778952990.771 +82.932s [fw-irda] [fw-beacon]
1778952990.839 +83.001s [fw-irda] [fw-beacon]
1778952990.899 +83.060s [fw-irda] [fw-beacon]
1778952990.960 +83.122s [fw-irda] [fw-beacon]
1778952991.049 +83.211s [fw-irda] [fw-beacon]
1778952991.105 +83.267s [fw-irda] [fw-beacon]
1778952991.160 +83.321s [fw-irda] [fw-beacon]
1778952991.220 +83.382s [fw-irda] [fw-beacon]
1778952991.283 +83.445s [fw-irda] [fw-beacon]
1778952991.344 +83.506s [fw-irda] [fw-beacon]
1778952991.405 +83.567s [fw-irda] [fw-beacon]
1778952991.475 +83.637s [fw-irda] [fw-beacon]
1778952991.543 +83.705s [fw-irda] [fw-beacon]
1778952991.599 +83.761s [fw-irda] [fw-beacon]
1778952991.659 +83.821s [fw-irda] [fw-beacon]
1778952991.716 +83.878s [fw-irda] [fw-beacon]
1778952991.775 +83.937s [fw-irda] [fw-beacon]
1778952991.830 +83.992s [fw-irda] [fw-beacon]
1778952991.888 +84.050s [fw-irda] [fw-beacon]
1778952992.111 +84.273s [fw-irda] [fw-beacon]
1778952992.182 +84.344s [fw-irda] [fw-beacon]
1778952992.238 +84.400s [fw-irda] [fw-beacon]
1778952992.298 +84.460s [fw-irda] [fw-beacon]
1778952992.360 +84.521s [fw-irda] [fw-beacon]
1778952992.437 +84.599s [fw-irda] [fw-beacon]
1778952992.495 +84.656s [fw-irda] [fw-beacon]
1778952992.548 +84.710s [fw-irda] [fw-beacon]
1778952992.603 +84.765s [fw-irda] [fw-beacon]
1778952992.659 +84.821s [fw-irda] [fw-beacon]
1778952992.720 +84.881s [fw-irda] [fw-beacon]
1778952992.779 +84.941s [fw-irda] [fw-beacon]
1778952992.841 +85.003s [fw-irda] [fw-beacon]
1778952992.905 +85.066s [fw-irda] [fw-beacon]
1778952992.960 +85.122s [fw-irda] [fw-beacon]
1778952993.016 +85.178s [fw-irda] [fw-beacon]
1778952993.072 +85.234s [fw-irda] [fw-beacon]
1778952993.127 +85.289s [fw-irda] [fw-beacon]
1778952993.183 +85.345s [fw-irda] [fw-beacon]
1778952993.415 +85.577s [fw-irda] [fw-beacon]
1778952993.545 +85.707s [fw-irda] [fw-beacon]
1778952993.598 +85.760s [fw-irda] [fw-beacon]
1778952993.654 +85.816s [fw-irda] [fw-beacon]
1778952993.709 +85.871s [fw-irda] [fw-beacon]
1778952993.765 +85.927s [fw-irda] [fw-beacon]
1778952993.820 +85.982s [fw-irda] [fw-beacon]
1778952993.877 +86.039s [fw-irda] [fw-beacon]
1778952993.937 +86.099s [fw-irda] [fw-beacon]
1778952994.002 +86.164s [fw-irda] [fw-beacon]
1778952994.067 +86.229s [fw-irda] [fw-beacon]
1778952994.122 +86.283s [fw-irda] [fw-beacon]
1778952994.179 +86.341s [fw-irda] [fw-beacon]
1778952994.249 +86.411s [fw-irda] [fw-beacon]
1778952994.321 +86.483s [fw-irda] [fw-beacon]
1778952994.377 +86.539s [fw-irda] [fw-beacon]
1778952994.437 +86.598s [fw-irda] [fw-beacon]
1778952994.507 +86.669s [fw-irda] [fw-beacon]
1778952994.580 +86.742s [fw-irda] [fw-beacon]
1778952994.651 +86.813s [fw-irda] [fw-beacon]
1778952994.713 +86.875s [fw-irda] [fw-beacon]
1778952994.770 +86.932s [fw-irda] [fw-beacon]
1778952994.830 +86.992s [fw-irda] [fw-beacon]
1778952994.885 +87.046s [fw-irda] [fw-beacon]
1778952994.941 +87.103s [fw-irda] [fw-beacon]
1778952995.001 +87.163s [fw-irda] [fw-beacon]
1778952995.070 +87.232s [fw-irda] [fw-beacon]
1778952995.174 +87.335s [fw-irda] [fw-beacon]
1778952995.268 +87.429s [fw-irda] [fw-beacon]
1778952995.321 +87.483s [fw-irda] [fw-beacon]
1778952995.377 +87.539s [fw-irda] [fw-beacon]
1778952995.432 +87.594s [fw-irda] [fw-beacon]
1778952995.488 +87.650s [fw-irda] [fw-beacon]
1778952995.543 +87.705s [fw-irda] [fw-beacon]
1778952995.604 +87.766s [fw-irda] [fw-beacon]
1778952995.680 +87.842s [fw-irda] [fw-beacon]
1778952995.735 +87.896s [fw-irda] [fw-beacon]
1778952996.008 +88.170s [fw-irda] [fw-beacon]
1778952996.136 +88.298s [fw-irda] [fw-beacon]
1778952996.213 +88.374s [fw-irda] [fw-beacon]
1778952996.289 +88.451s [fw-irda] [fw-beacon]
1778952996.547 +88.709s [fw-irda] [fw-beacon]
1778952996.755 +88.917s [fw-irda] [fw-beacon]
1778952996.976 +89.138s [fw-irda] [fw-beacon]
1778952997.135 +89.297s [fw-irda] [fw-beacon]
1778952997.189 +89.350s [fw-irda] [fw-beacon]
1778952997.250 +89.412s [fw-irda] [fw-beacon]
1778952997.318 +89.480s [fw-irda] [fw-beacon]
1778952997.379 +89.541s [fw-irda] [fw-beacon]
1778952997.439 +89.601s [fw-irda] [fw-beacon]
1778952997.500 +89.662s [fw-irda] [fw-beacon]
1778952997.560 +89.721s [fw-irda] [fw-beacon]
1778952997.615 +89.777s [fw-irda] [fw-beacon]
1778952997.671 +89.833s [fw-irda] [fw-beacon]
1778952997.732 +89.894s [fw-irda] [fw-beacon]
1778952997.792 +89.954s [fw-irda] [fw-beacon]
1778952997.840 +90.002s [fw-irda] [fw-beacon]
1778952997.893 +90.055s [fw-irda] [fw-beacon]
1778952997.949 +90.111s [fw-irda] [fw-beacon]
1778952998.014 +90.176s [fw-irda] [fw-beacon]
1778952998.074 +90.236s [fw-irda] [fw-beacon]
1778952998.135 +90.296s [fw-irda] [fw-beacon]
1778952998.190 +90.352s [fw-irda] [fw-beacon]
1778952998.260 +90.422s [fw-irda] [fw-beacon]
1778952998.319 +90.481s [fw-irda] [fw-beacon]
1778952998.380 +90.542s [fw-irda] [fw-beacon]
1778952998.450 +90.612s [fw-irda] [fw-beacon]
1778952998.505 +90.667s [fw-irda] [fw-beacon]
1778952998.581 +90.743s [fw-irda] [fw-beacon]
1778952998.655 +90.817s [fw-irda] [fw-beacon]
1778952998.723 +90.885s [fw-irda] [fw-beacon]
1778952998.784 +90.945s [fw-irda] [fw-beacon]
1778952998.838 +91.000s [fw-irda] [fw-beacon]
1778952998.894 +91.056s [fw-irda] [fw-beacon]
1778952998.955 +91.116s [fw-irda] [fw-beacon]
1778952999.009 +91.171s [fw-irda] [fw-beacon]
1778952999.066 +91.228s [fw-irda] [fw-beacon]
1778952999.139 +91.301s [fw-irda] [fw-beacon]
1778952999.200 +91.362s [fw-irda] [fw-beacon]
1778952999.255 +91.417s [fw-irda] [fw-beacon]
1778952999.315 +91.477s [fw-irda] [fw-beacon]
1778952999.377 +91.539s [fw-irda] [fw-beacon]
1778952999.445 +91.607s [fw-irda] [fw-beacon]
1778952999.500 +91.662s [fw-irda] [fw-beacon]
1778952999.557 +91.719s [fw-irda] [fw-beacon]
1778952999.651 +91.813s [fw-irda] [fw-beacon]
1778952999.713 +91.875s [fw-irda] [fw-beacon]
1778952999.900 +92.062s [fw-irda] [fw-beacon]
1778952999.968 +92.130s [fw-irda] [fw-beacon]
1778953000.025 +92.186s [fw-irda] [fw-beacon]
1778953000.080 +92.242s [fw-irda] [fw-beacon]
1778953000.151 +92.312s [fw-irda] [fw-beacon]
1778953000.205 +92.366s [fw-irda] [fw-beacon]
1778953000.260 +92.422s [fw-irda] [fw-beacon]
1778953000.316 +92.478s [fw-irda] [fw-beacon]
1778953000.371 +92.532s [fw-irda] [fw-beacon]
1778953000.427 +92.588s [fw-irda] [fw-beacon]
1778953000.482 +92.644s [fw-irda] [fw-beacon]
1778953000.538 +92.699s [fw-irda] [fw-beacon]
1778953000.594 +92.755s [fw-irda] [fw-beacon]
1778953000.649 +92.811s [fw-irda] [fw-beacon]
1778953000.706 +92.868s [fw-irda] [fw-beacon]
1778953000.941 +93.102s [fw-irda] [fw-beacon]
1778953001.002 +93.164s [fw-irda] [fw-beacon]
1778953001.113 +93.275s [fw-irda] [fw-beacon]
1778953001.372 +93.534s [fw-irda] [fw-beacon]
1778953005.962 +98.124s [fw-irda] [fw-beacon]
1778953012.382 +104.543s [fw-irda] [fw-beacon]
1778953012.893 +105.055s [fw-irda] [fw-beacon]
1778953015.030 +107.191s [fw-irda] [fw-beacon]
1778953015.428 +107.590s [fw-irda] [fw-beacon]
1778953015.604 +107.766s [fw-irda] [fw-beacon]
1778953015.670 +107.832s [fw-irda] [fw-beacon]
1778953015.729 +107.891s [fw-irda] [fw-beacon]
1778953015.785 +107.947s [fw-irda] [fw-beacon]
1778953015.840 +108.002s [fw-irda] [fw-beacon]
1778953015.896 +108.058s [fw-irda] [fw-beacon]
1778953015.952 +108.114s [fw-irda] [fw-beacon]
1778953016.008 +108.170s [fw-irda] [fw-beacon]
1778953016.063 +108.225s [fw-irda] [fw-beacon]
1778953016.175 +108.337s [fw-irda] [fw-beacon]
1778953016.230 +108.391s [fw-irda] [fw-beacon]
1778953016.286 +108.448s [fw-irda] [fw-beacon]
1778953016.342 +108.503s [fw-irda] [fw-beacon]
1778953016.452 +108.614s [fw-irda] [fw-beacon]
1778953016.563 +108.725s [fw-irda] [fw-beacon]
1778953016.619 +108.781s [fw-irda] [fw-beacon]
1778953016.675 +108.837s [fw-irda] [fw-beacon]
1778953016.730 +108.892s [fw-irda] [fw-beacon]
1778953016.841 +109.003s [fw-irda] [fw-beacon]
1778953016.897 +109.058s [fw-irda] [fw-beacon]
1778953016.951 +109.113s [fw-irda] [fw-beacon]
1778953017.062 +109.224s [fw-irda] [fw-beacon]
1778953017.174 +109.336s [fw-irda] [fw-beacon]
1778953017.231 +109.393s [fw-irda] [fw-beacon]
1778953017.294 +109.455s [fw-irda] [fw-beacon]
1778953017.419 +109.581s [fw-irda] [fw-beacon]
1778953017.476 +109.638s [fw-irda] [fw-beacon]
1778953017.531 +109.693s [fw-irda] [fw-beacon]
1778953017.586 +109.747s [fw-irda] [fw-beacon]
1778953017.642 +109.804s [fw-irda] [fw-beacon]
1778953017.754 +109.915s [fw-irda] [fw-beacon]
1778953017.809 +109.971s [fw-irda] [fw-beacon]
1778953017.865 +110.027s [fw-irda] [fw-beacon]
1778953017.921 +110.083s [fw-irda] [fw-beacon]
1778953017.977 +110.139s [fw-irda] [fw-beacon]
1778953018.207 +110.369s [fw-irda] con]
1778953018.432 +110.594s [fw-irda] [fw-beacon]
1778953018.492 +110.654s [fw-irda] [fw-beacon]
1778953018.609 +110.770s [fw-irda] [fw-beacon]
1778953018.664 +110.825s [fw-irda] -beacon]
1778953018.719 +110.881s [fw-irda] [fw-beacon]
1778953018.831 +110.993s [fw-irda] [fw-beacon]
1778953019.021 +111.182s [fw-irda] [fw-beacon]
1778953019.205 +111.367s [fw-irda] [fw-beacon]
1778953019.326 +111.488s [fw-irda] [fw-beacon]
1778953019.387 +111.549s [fw-irda] [fw-beacon]
1778953019.457 +111.619s [fw-irda] [fw-beacon]
1778953019.567 +111.729s [fw-irda] [fw-beacon]
1778953019.698 +111.860s [fw-irda] [fw-beacon]
1778953019.850 +112.012s [fw-irda] [fw-beacon]
1778953019.961 +112.123s [fw-irda] [fw-beacon]
1778953020.046 +112.208s [fw-irda] [fw-beacon]
1778953020.390 +112.552s [fw-irda] [fw-beacon]
1778953020.452 +112.614s [fw-irda] [fw-beacon]
1778953020.562 +112.724s [fw-irda] [fw-beacon]
1778953020.622 +112.784s [fw-irda] [fw-beacon]
1778953020.682 +112.844s [fw-irda] [fw-beacon]
1778953020.756 +112.917s [fw-irda] [fw-beacon]
1778953020.896 +113.058s [fw-irda] [fw-beacon]
1778953020.960 +113.122s [fw-irda] [fw-beacon]
1778953021.016 +113.178s [fw-irda] [fw-beacon]
1778953021.076 +113.238s [fw-irda] [fw-beacon]
1778953021.132 +113.294s [fw-irda] [fw-beacon]
1778953021.243 +113.405s [fw-irda] [fw-beacon]
1778953021.706 +113.868s [fw-irda] [fw-beaco[fw-beacon][fw-beacon]
1778953021.761 +113.923s [fw-irda] [fw-beacon]
1778953021.821 +113.983s [fw-irda] [fw-beacon]
1778953021.942 +114.103s [fw-irda] [fw-beacon]
1778953021.997 +114.159s [fw-irda] [fw-beacon]
1778953022.058 +114.220s [fw-irda] [fw-beacon]
1778953022.118 +114.280s [fw-irda] [fw-beacon]
1778953022.187 +114.349s [fw-irda] [fw-beacon]
1778953022.248 +114.410s [fw-irda] [fw-beacon]
1778953022.362 +114.523s [fw-irda] [fw-beacon]
1778953022.429 +114.591s [fw-irda] [fw-beacon]
1778953022.489 +114.651s [fw-irda] [fw-beacon]
1778953022.549 +114.710s [fw-irda] [fw-beacon]
1778953022.605 +114.767s [fw-irda] [fw-beacon]
1778953022.664 +114.826s [fw-irda] [fw-beacon]
1778953022.720 +114.882s [fw-irda] [fw-beacon]
1778953022.836 +114.998s [fw-irda] [fw-beacon]
1778953022.898 +115.060s [fw-irda] [fw-beacon]
1778953023.026 +115.188s [fw-irda] [fw-beacon]
1778953023.082 +115.244s [fw-irda] [fw-beacon]
1778953023.138 +115.299s [fw-irda] [fw-beacon]
1778953023.209 +115.371s [fw-irda] [fw-beacon]
1778953023.264 +115.426s [fw-irda] [fw-beacon]
1778953023.318 +115.480s [fw-irda] [fw-beacon]
1778953023.379 +115.541s [fw-irda] [fw-beacon]
1778953023.444 +115.605s [fw-irda] [fw-beacon]
1778953023.514 +115.676s [fw-irda] [fw-beacon]
1778953023.569 +115.730s [fw-irda] [fw-beacon]
1778953023.689 +115.851s [fw-irda] [fw-beacon]
1778953023.810 +115.972s [fw-irda] [fw-beacon]
1778953023.931 +116.093s [fw-irda] [fw-beacon]
1778953023.985 +116.147s [fw-irda] [fw-beacon]
1778953024.044 +116.206s [fw-irda] [fw-beacon]
1778953024.161 +116.323s [fw-irda] [fw-beacon]
1778953024.221 +116.383s [fw-irda] [fw-beacon]
1778953024.282 +116.443s [fw-irda] [fw-beacon]
1778953024.337 +116.498s [fw-irda] [fw-beacon]
1778953024.399 +116.561s [fw-irda] ]
1778953024.513 +116.675s [fw-irda] [fw-beacon]
1778953024.570 +116.732s [fw-irda] [fw-beacon]
1778953024.626 +116.788s [fw-irda] [fw-beacon]
1778953024.681 +116.843s [fw-irda] [fw-beacon]
1778953024.793 +116.954s [fw-irda] [fw-beacon]
1778953024.848 +117.009s [fw-irda] [fw-beacon]
1778953024.960 +117.122s [fw-irda] [fw-beacon]
1778953025.015 +117.177s [fw-irda] [fw-beacon]
1778953025.126 +117.288s [fw-irda] [fw-beacon]
1778953025.181 +117.343s [fw-irda] [fw-beacon]
1778953025.254 +117.415s [fw-irda] [fw-beacon]
1778953025.399 +117.561s [fw-irda] [fw-beacon]
1778953025.452 +117.614s [fw-irda] [fw-beacon]
1778953025.509 +117.670s [fw-irda] [fw-beaon]
1778953025.620 +117.782s [fw-irda] [fw-beacon]
1778953025.680 +117.842s [fw-irda] [fw-beacon]
1778953025.738 +117.899s [fw-irda] [fw-beacon]
1778953025.835 +117.997s [fw-irda] [fw-beacon]
1778953025.946 +118.108s [fw-irda] [fw-beacon]
1778953026.030 +118.192s [fw-irda] [fw-beacon]
1778953026.085 +118.247s [fw-irda] [fw-beacon]
1778953026.140 +118.302s [fw-irda] [fw-beacon]
1778953026.195 +118.357s [fw-irda] [fw-beacon]
1778953026.250 +118.412s [fw-irda] [fw-beacon]
1778953026.346 +118.508s [fw-irda] [fw-beacon]
1778953026.624 +118.785s [fw-irda] [fw-beacon]
1778953026.711 +118.873s [fw-irda] [fw-beacon]
1778953026.875 +119.037s [fw-irda] acon]
1778953027.114 +119.276s [fw-irda] [fw-beacon]
1778953027.170 +119.332s [fw-irda] [fw-beacon]
1778953027.291 +119.453s [fw-irda] [fw-beacon]
1778953027.348 +119.510s [fw-irda] [fw-beacon]
1778953027.462 +119.624s [fw-irda] [fw-beacon]
1778953027.527 +119.689s [fw-irda] [fw-beacon]
1778953027.643 +119.805s [fw-irda] [fw-beacon]
1778953027.765 +119.926s [fw-irda] [fw-beacon]
1778953027.875 +120.037s [fw-irda] [fw-beacon]
1778953027.936 +120.098s [fw-irda] [fw-beacon]
1778953028.065 +120.227s [fw-irda] [fw-beacon]
1778953028.120 +120.282s [fw-irda] [fw-beacon]
1778953028.177 +120.339s [fw-irda] [fw-beacon]
1778953028.232 +120.394s [fw-irda] [fw-beacon]
1778953028.413 +120.574s [fw-irda] n]
1778953028.739 +120.901s [fw-irda] [fw-beacon]
1778953029.077 +121.239s [fw-irda] [fw-beacon]
1778953029.230 +121.392s [fw-irda] [fw-beacon]
1778953029.352 +121.514s [fw-irda] [fw-beacon]
1778953029.412 +121.574s [fw-irda] [fw-beacon]
1778953029.529 +121.691s [fw-irda] [fw-beacon]
1778953029.589 +121.750s [fw-irda] [fw-beacon]
1778953029.649 +121.811s [fw-irda] [fw-beacon]
1778953029.704 +121.865s [fw-irda] [fw-beacon]
1778953029.849 +122.011s [fw-irda] [fw-beacon]
1778953029.908 +122.070s [fw-irda] [fw-beacon]
1778953029.974 +122.136s [fw-irda] n]
1778953030.142 +122.304s [fw-irda] [fw-beacon]
1778953030.191 +122.353s [fw-irda] [fw-beacon]
1778953030.246 +122.408s [fw-irda] [fw-beacon]
1778953030.302 +122.464s [fw-irda] [fw-beacon]
1778953030.423 +122.584s [fw-irda] [fw-beacon]
1778953030.510 +122.672s [fw-irda] [fw-beacon]
1778953030.732 +122.894s [fw-irda] [fw-beacon]
1778953030.895 +123.057s [fw-irda] [fw-beacon]
1778953030.948 +123.110s [fw-irda] [fw-beacon]
1778953031.005 +123.167s [fw-irda] [fw-beacon]
1778953031.065 +123.227s [fw-irda] [fw-beacon]
1778953031.121 +123.283s [fw-irda] [fw-beacon]
1778953031.241 +123.402s [fw-irda] [fw-beacon]
1778953031.321 +123.483s [fw-irda] [fw-beacon]
1778953031.378 +123.540s [fw-irda] [fw-beacon]
1778953031.445 +123.606s [fw-irda] [fw-beacon]
1778953031.501 +123.663s [fw-irda] [fw-beacon]
1778953031.556 +123.717s [fw-irda] [fw-beacon]
1778953031.611 +123.773s [fw-irda] [fw-beacon]
1778953031.666 +123.828s [fw-irda] [fw-beacon]
1778953031.728 +123.890s [fw-irda] [fw-beacon]
1778953031.879 +124.040s [fw-irda] [fw-beacon]
1778953031.935 +124.096s [fw-irda] [fw-beacon]
1778953032.056 +124.218s [fw-irda] [fw-beacon]
1778953032.190 +124.352s [fw-irda] [fw-beacon]
1778953032.299 +124.461s [fw-irda] [fw-beacon]
1778953032.387 +124.549s [fw-irda] [fw-beacon]
1778953032.503 +124.665s [fw-irda] [fw-beacon]
1778953032.559 +124.721s [fw-irda] [fw-beacon]
1778953032.615 +124.777s [fw-irda] [fw-beacon]
1778953032.807 +124.969s [fw-irda] [fw-beacon]
1778953032.976 +125.138s [fw-irda] [fw-beacon]
1778953033.051 +125.213s [fw-irda] [fw-beacon]
1778953033.138 +125.300s [fw-irda] [fw-beacon]
1778953033.192 +125.354s [fw-irda] [fw-beacon]
1778953033.248 +125.410s [fw-irda] [fw-beacon]
1778953033.304 +125.466s [fw-irda] [fw-beacon]
1778953033.368 +125.530s [fw-irda] [fw-beacon]
1778953033.430 +125.592s [fw-irda] [fw-beacon]
1778953033.498 +125.660s [fw-irda] [fw-beacon]
1778953033.555 +125.716s [fw-irda] [fw-beacon]
1778953033.614 +125.776s [fw-irda] [fw-beacon]
1778953033.670 +125.832s [fw-irda] [fw-beacon]
1778953033.731 +125.893s [fw-irda] [fw-beacon]
1778953033.787 +125.948s [fw-irda] [fw-beacon]
1778953033.842 +126.004s [fw-irda] [fw-beacon]
1778953033.916 +126.078s [fw-irda] [fw-beacon]
1778953033.989 +126.151s [fw-irda] [fw-beacon]
1778953034.070 +126.232s [fw-irda] [fw-beacon]
1778953034.149 +126.311s [fw-irda] [fw-beacon]
1778953034.208 +126.369s [fw-irda] [fw-beacon]
1778953034.264 +126.426s [fw-irda] [fw-beacon]
1778953034.319 +126.481s [fw-irda] [fw-beacon]
1778953034.380 +126.541s [fw-irda] [fw-beacon]
1778953034.440 +126.602s [fw-irda] [fw-beacon]
1778953034.495 +126.656s [fw-irda] [fw-beacon]
1778953034.552 +126.713s [fw-irda] [fw-beacon]
1778953034.611 +126.773s [fw-irda] [fw-beacon]
1778953034.667 +126.828s [fw-irda] [fw-beacon]
1778953034.728 +126.890s [fw-irda] [fw-beacon]
1778953034.792 +126.954s [fw-irda] [fw-beacon]
1778953034.868 +127.030s [fw-irda] [fw-beacon]
1778953034.923 +127.085s [fw-irda] [fw-beacon]
1778953034.984 +127.146s [fw-irda] [fw-beacon]
1778953035.047 +127.209s [fw-irda] [fw-beacon]
1778953035.113 +127.275s [fw-irda] [fw-beacon]
1778953035.177 +127.339s [fw-irda] [fw-beacon]
1778953035.238 +127.400s [fw-irda] [fw-beacon]
1778953035.293 +127.454s [fw-irda] [fw-beacon]
1778953035.364 +127.526s [fw-irda] [fw-beacon]
1778953035.419 +127.580s [fw-irda] [fw-beacon]
1778953035.474 +127.636s [fw-irda] [fw-beacon]
1778953035.529 +127.691s [fw-irda] [fw-beacon]
1778953035.586 +127.747s [fw-irda] [fw-beacon]
1778953035.645 +127.807s [fw-irda] [fw-beacon]
1778953035.706 +127.867s [fw-irda] [fw-beacon]
1778953035.780 +127.942s [fw-irda] [fw-beacon]
1778953035.836 +127.998s [fw-irda] [fw-beacon]
1778953035.890 +128.052s [fw-irda] [fw-beacon]
1778953035.946 +128.108s [fw-irda] [fw-beacon]
1778953036.001 +128.163s [fw-irda] [fw-beacon]
1778953036.057 +128.219s [fw-irda] [fw-beacon]
1778953036.118 +128.280s [fw-irda] [fw-beacon]
1778953036.173 +128.335s [fw-irda] [fw-beacon]
1778953036.229 +128.391s [fw-irda] [fw-beacon]
1778953036.286 +128.448s [fw-irda] [fw-beacon]
1778953036.340 +128.502s [fw-irda] [fw-beacon]
1778953036.396 +128.558s [fw-irda] [fw-beacon]
1778953036.466 +128.628s [fw-irda] [fw-beacon]
1778953036.522 +128.684s [fw-irda] [fw-beacon]
1778953036.577 +128.739s [fw-irda] [fw-beacon]
1778953036.633 +128.795s [fw-irda] [fw-beacon]
1778953036.689 +128.851s [fw-irda] [fw-beacon]
1778953036.744 +128.906s [fw-irda] [fw-beacon]
1778953036.800 +128.962s [fw-irda] [fw-beacon]
1778953036.856 +129.018s [fw-irda] [fw-beacon]
1778953036.912 +129.074s [fw-irda] [fw-beacon]
1778953036.968 +129.130s [fw-irda] [fw-beacon]
1778953037.023 +129.184s [fw-irda] [fw-beacon]
1778953037.078 +129.240s [fw-irda] [fw-beacon]
1778953037.148 +129.310s [fw-irda] [fw-beacon]
1778953037.203 +129.365s [fw-irda] [fw-beacon]
1778953037.259 +129.421s [fw-irda] [fw-beacon]
1778953037.314 +129.476s [fw-irda] [fw-beacon]
1778953037.371 +129.533s [fw-irda] [fw-beacon]
1778953037.426 +129.588s [fw-irda] [fw-beacon]
1778953037.483 +129.644s [fw-irda] [fw-beacon]
1778953037.571 +129.733s [fw-irda] [fw-beacon]
1778953037.683 +129.845s [fw-irda] [fw-beacon]
1778953037.740 +129.902s [fw-irda] [fw-beacon]
1778953037.795 +129.957s [fw-irda] [fw-beacon]
1778953037.851 +130.013s [fw-irda] [fw-beacon]
1778953037.910 +130.072s [fw-irda] [fw-beacon]
1778953037.972 +130.134s [fw-irda] [fw-beacon]
1778953038.038 +130.200s [fw-irda] [fw-beacon]
1778953038.165 +130.327s [fw-irda] [fw-beacon]
1778953038.222 +130.384s [fw-irda] [fw-beacon]
1778953038.277 +130.439s [fw-irda] [fw-beacon]
1778953038.333 +130.495s [fw-irda] [fw-beacon]
1778953038.388 +130.550s [fw-irda] [fw-beacon]
1778953038.443 +130.605s [fw-irda] [fw-beacon]
1778953038.500 +130.662s [fw-irda] [fw-beacon]
1778953038.564 +130.726s [fw-irda] [fw-beacon]
1778953038.620 +130.782s [fw-irda] [fw-beacon]
1778953038.681 +130.843s [fw-irda] [fw-beacon]
1778953038.745 +130.907s [fw-irda] [fw-beacon]
1778953038.805 +130.967s [fw-irda] [fw-beacon]
1778953038.867 +131.029s [fw-irda] [fw-beacon]
1778953039.051 +131.213s [fw-irda] [fw-beacon]
1778953039.156 +131.318s [fw-irda] [fw-beacon]
1778953039.230 +131.392s [fw-irda] [fw-beacon]
1778953039.305 +131.467s [fw-irda] [fw-beacon]
1778953039.361 +131.523s [fw-irda] [fw-beacon]
1778953039.417 +131.579s [fw-irda] [fw-beacon]
1778953039.472 +131.634s [fw-irda] [fw-beacon]
1778953039.528 +131.690s [fw-irda] [fw-beacon]
1778953039.583 +131.745s [fw-irda] [fw-beacon]
1778953039.644 +131.806s [fw-irda] [fw-beacon]
1778953039.708 +131.870s [fw-irda] [fw-beacon]
1778953039.764 +131.926s [fw-irda] [fw-beacon]
1778953039.826 +131.987s [fw-irda] [fw-beacon]
1778953039.894 +132.056s [fw-irda] [fw-beacon]
1778953040.002 +132.164s [fw-irda] [fw-beacon]
1778953040.075 +132.237s [fw-irda] [fw-beacon]
1778953040.155 +132.317s [fw-irda] [fw-beacon]
1778953040.210 +132.371s [fw-irda] [fw-beacon]
1778953040.264 +132.426s [fw-irda] [fw-beacon]
1778953040.326 +132.488s [fw-irda] [fw-beacon]
1778953040.389 +132.551s [fw-irda] [fw-beacon]
1778953040.445 +132.607s [fw-irda] [fw-beacon]
1778953040.597 +132.759s [fw-irda] [fw-beacon]
1778953040.826 +132.988s [fw-irda] [fw-beacon]
1778953040.887 +133.049s [fw-irda] [fw-beacon]
1778953040.964 +133.126s [fw-irda] [fw-beacon]
1778953041.020 +133.182s [fw-irda] [fw-beacon]
1778953041.075 +133.236s [fw-irda] [fw-beacon]
1778953041.131 +133.292s [fw-irda] [fw-beacon]
1778953041.201 +133.362s [fw-irda] [fw-beacon]
1778953041.256 +133.418s [fw-irda] [fw-beacon]
1778953041.311 +133.473s [fw-irda] [fw-beacon]
1778953041.367 +133.528s [fw-irda] [fw-beacon]
1778953041.428 +133.590s [fw-irda] [fw-beacon]
1778953041.493 +133.655s [fw-irda] [fw-beacon]
1778953041.548 +133.710s [fw-irda] [fw-beacon]
1778953041.608 +133.770s [fw-irda] [fw-beacon]
1778953041.665 +133.827s [fw-irda] [fw-beacon]
1778953041.719 +133.881s [fw-irda] [fw-beacon]
1778953041.775 +133.936s [fw-irda] [fw-beacon]
1778953041.830 +133.992s [fw-irda] [fw-beacon]
1778953041.885 +134.047s [fw-irda] [fw-beacon]
1778953041.961 +134.122s [fw-irda] [fw-beacon]
1778953042.035 +134.197s [fw-irda] [fw-beacon]
1778953042.098 +134.260s [fw-irda] [fw-beacon]
1778953042.153 +134.315s [fw-irda] [fw-beacon]
1778953042.208 +134.370s [fw-irda] [fw-beacon]
1778953042.264 +134.426s [fw-irda] [fw-beacon]
1778953042.357 +134.518s [fw-irda] [fw-beacon]
1778953042.457 +134.619s [fw-irda] [fw-beacon]
1778953042.510 +134.672s [fw-irda] [fw-beacon]
1778953042.566 +134.728s [fw-irda] [fw-beacon]
1778953042.627 +134.789s [fw-irda] [fw-beacon]
1778953042.691 +134.853s [fw-irda] [fw-beacon]
1778953042.756 +134.918s [fw-irda] [fw-beacon]
1778953042.816 +134.978s [fw-irda] [fw-beacon]
1778953042.872 +135.034s [fw-irda] [fw-beacon]
1778953042.933 +135.095s [fw-irda] [fw-beacon]
1778953043.001 +135.163s [fw-irda] [fw-beacon]
1778953043.105 +135.266s [fw-irda] [fw-beacon]
1778953043.186 +135.348s [fw-irda] [fw-beacon]
1778953043.266 +135.428s [fw-irda] [fw-beacon]
1778953043.321 +135.483s [fw-irda] [fw-beacon]
1778953043.376 +135.538s [fw-irda] [fw-beacon]
1778953043.431 +135.593s [fw-irda] [fw-beacon]
1778953043.487 +135.649s [fw-irda] [fw-beacon]
1778953043.542 +135.704s [fw-irda] [fw-beacon]
1778953043.599 +135.761s [fw-irda] [fw-beacon]
1778953043.659 +135.821s [fw-irda] [fw-beacon]
1778953043.729 +135.891s [fw-irda] [fw-beacon]
1778953043.785 +135.947s [fw-irda] [fw-beacon]
1778953043.841 +136.002s [fw-irda] [fw-beacon]
1778953043.895 +136.057s [fw-irda] [fw-beacon]
1778953043.951 +136.113s [fw-irda] [fw-beacon]
1778953044.006 +136.168s [fw-irda] [fw-beacon]
1778953044.062 +136.223s [fw-irda] [fw-beacon]
1778953044.118 +136.280s [fw-irda] [fw-beacon]
1778953044.174 +136.336s [fw-irda] [fw-beacon]
1778953044.230 +136.392s [fw-irda] [fw-beacon]
1778953044.285 +136.447s [fw-irda] [fw-beacon]
1778953044.340 +136.502s [fw-irda] [fw-beacon]
1778953044.396 +136.558s [fw-irda] [fw-beacon]
1778953044.451 +136.613s [fw-irda] [fw-beacon]
1778953044.509 +136.670s [fw-irda] [fw-beacon]
1778953044.563 +136.725s [fw-irda] [fw-beacon]
1778953044.683 +136.845s [fw-irda] [fw-beacon]
1778953044.756 +136.918s [fw-irda] [fw-beacon]
1778953044.850 +137.012s [fw-irda] [fw-beacon]
1778953044.947 +137.109s [fw-irda] [fw-beacon]
1778953045.071 +137.233s [fw-irda] [fw-beacon]
1778953045.237 +137.399s [fw-irda] [fw-beacon]
1778953045.344 +137.506s [fw-irda] [fw-beacon]
1778953045.398 +137.560s [fw-irda] [fw-beacon]
1778953045.453 +137.615s [fw-irda] [fw-beacon]
1778953045.524 +137.686s [fw-irda] [fw-beacon]
1778953045.634 +137.796s [fw-irda] [fw-beacon]
1778953045.690 +137.852s [fw-irda] [fw-beacon]
1778953045.750 +137.912s [fw-irda] [fw-beacon]
1778953045.824 +137.985s [fw-irda] [fw-beacon]
1778953045.983 +138.145s [fw-irda] [fw-beacon]
1778953046.038 +138.200s [fw-irda] [fw-beacon]
1778953046.093 +138.255s [fw-irda] [fw-beacon]
1778953046.150 +138.312s [fw-irda] [fw-beacon]
1778953046.208 +138.369s [fw-irda] [fw-beacon]
1778953046.272 +138.433s [fw-irda] [fw-beacon]
1778953046.345 +138.506s [fw-irda] [fw-beacon]
1778953046.400 +138.562s [fw-irda] [fw-beacon]
1778953046.456 +138.618s [fw-irda] [fw-beacon]
1778953046.511 +138.673s [fw-irda] [fw-beacon]
1778953046.567 +138.728s [fw-irda] [fw-beacon]
1778953046.622 +138.784s [fw-irda] [fw-beacon]
1778953046.677 +138.839s [fw-irda] [fw-beacon]
1778953046.733 +138.895s [fw-irda] [fw-beacon]
1778953046.788 +138.950s [fw-irda] [fw-beacon]
1778953046.844 +139.005s [fw-irda] [fw-beacon]
1778953046.918 +139.080s [fw-irda] [fw-beacon]
1778953046.982 +139.144s [fw-irda] [fw-beacon]
1778953047.038 +139.200s [fw-irda] [fw-beacon]
1778953047.093 +139.254s [fw-irda] [fw-beacon]
1778953047.163 +139.325s [fw-irda] [fw-beacon]
1778953047.220 +139.382s [fw-irda] [fw-beacon]
1778953047.275 +139.436s [fw-irda] [fw-beacon]
1778953047.330 +139.492s [fw-irda] [fw-beacon]
1778953047.385 +139.547s [fw-irda] [fw-beacon]
1778953047.441 +139.603s [fw-irda] [fw-beacon]
1778953047.497 +139.659s [fw-irda] [fw-beacon]
1778953047.553 +139.715s [fw-irda] [fw-beacon]
1778953047.608 +139.770s [fw-irda] [fw-beacon]
1778953047.664 +139.826s [fw-irda] [fw-beacon]
1778953047.720 +139.881s [fw-irda] [fw-beacon]
1778953047.775 +139.937s [fw-irda] [fw-beacon]
1778953047.831 +139.993s [fw-irda] [fw-beacon]
1778953047.886 +140.048s [fw-irda] [fw-beacon]
1778953047.942 +140.104s [fw-irda] [fw-beacon]
1778953047.998 +140.159s [fw-irda] [fw-beacon]
1778953048.053 +140.215s [fw-irda] [fw-beacon]
1778953048.108 +140.270s [fw-irda] [fw-beacon]
1778953048.164 +140.326s [fw-irda] [fw-beacon]
1778953048.219 +140.381s [fw-irda] [fw-beacon]
1778953048.275 +140.436s [fw-irda] [fw-beacon]
1778953048.330 +140.492s [fw-irda] [fw-beacon]
1778953048.386 +140.548s [fw-irda] [fw-beacon]
1778953048.519 +140.680s [fw-irda] [fw-beacon]
1778953048.588 +140.750s [fw-irda] [fw-beacon]
1778953048.648 +140.810s [fw-irda] [fw-beacon]
1778953048.705 +140.866s [fw-irda] [fw-beacon]
1778953048.765 +140.927s [fw-irda] [fw-beacon]
1778953048.865 +141.027s [fw-irda] [fw-beacon]
1778953048.935 +141.097s [fw-irda] [fw-beacon]
1778953049.001 +141.163s [fw-irda] [fw-beacon]
1778953049.062 +141.224s [fw-irda] [fw-beacon]
1778953049.122 +141.284s [fw-irda] [fw-beacon]
1778953049.182 +141.344s [fw-irda] [fw-beacon]
1778953049.239 +141.401s [fw-irda] [fw-beacon]
1778953049.295 +141.457s [fw-irda] [fw-beacon]
1778953049.351 +141.513s [fw-irda] [fw-beacon]
1778953049.485 +141.647s [fw-irda] [fw-beacon]
1778953049.570 +141.731s [fw-irda] [fw-beacon]
1778953049.670 +141.832s [fw-irda] [fw-beacon]
1778953049.747 +141.909s [fw-irda] [fw-beacon]
1778953049.802 +141.964s [fw-irda] [fw-beacon]
1778953049.862 +142.024s [fw-irda] [fw-beacon]
1778953049.923 +142.085s [fw-irda] [fw-beacon]
1778953049.987 +142.149s [fw-irda] [fw-beacon]
1778953050.048 +142.210s [fw-irda] [fw-beacon]
1778953050.103 +142.265s [fw-irda] [fw-beacon]
1778953050.158 +142.320s [fw-irda] [fw-beacon]
1778953050.240 +142.402s [fw-irda] [fw-beacon]
1778953050.316 +142.478s [fw-irda] [fw-beacon]
1778953050.381 +142.543s [fw-irda] [fw-beacon]
1778953050.436 +142.598s [fw-irda] [fw-beacon]
1778953050.496 +142.657s [fw-irda] [fw-beacon]
1778953050.558 +142.720s [fw-irda] [fw-beacon]
1778953050.621 +142.783s [fw-irda] [fw-beacon]
1778953050.683 +142.844s [fw-irda] [fw-beacon]
1778953050.742 +142.904s [fw-irda] [fw-beacon]
1778953050.798 +142.960s [fw-irda] [fw-beacon]
1778953050.854 +143.016s [fw-irda] [fw-beacon]
1778953050.914 +143.076s [fw-irda] [fw-beacon]
1778953050.974 +143.136s [fw-irda] [fw-beacon]
1778953051.034 +143.196s [fw-irda] [fw-beacon]
1778953051.093 +143.255s [fw-irda] [fw-beacon]
1778953051.155 +143.316s [fw-irda] [fw-beacon]
1778953051.214 +143.376s [fw-irda] [fw-beacon]
1778953051.276 +143.437s [fw-irda] [fw-beacon]
1778953051.335 +143.497s [fw-irda] [fw-beacon]
1778953051.391 +143.552s [fw-irda] [fw-beacon]
1778953051.446 +143.608s [fw-irda] [fw-beacon]
1778953051.522 +143.684s [fw-irda] [fw-beacon]
1778953051.602 +143.763s [fw-irda] [fw-beacon]
1778953051.670 +143.832s [fw-irda] [fw-beacon]
1778953051.735 +143.897s [fw-irda] [fw-beacon]
1778953051.789 +143.951s [fw-irda] [fw-beacon]
1778953051.845 +144.007s [fw-irda] [fw-beacon]
1778953051.906 +144.067s [fw-irda] [fw-beacon]
1778953051.971 +144.132s [fw-irda] [fw-beacon]
1778953052.035 +144.197s [fw-irda] [fw-beacon]
1778953052.100 +144.262s [fw-irda] [fw-beacon]
1778953052.175 +144.337s [fw-irda] [fw-beacon]
1778953052.230 +144.392s [fw-irda] [fw-beacon]
1778953052.285 +144.447s [fw-irda] [fw-beacon]
1778953052.342 +144.504s [fw-irda] [fw-beacon]
1778953052.401 +144.563s [fw-irda] [fw-beacon]
1778953052.463 +144.624s [fw-irda] [fw-beacon]
1778953052.532 +144.694s [fw-irda] [fw-beacon]
1778953052.601 +144.763s [fw-irda] [fw-beacon]
1778953052.661 +144.823s [fw-irda] [fw-beacon]
1778953052.721 +144.883s [fw-irda] [fw-beacon]
1778953052.777 +144.939s [fw-irda] [fw-beacon]
1778953052.838 +145.000s [fw-irda] [fw-beacon]
1778953052.897 +145.059s [fw-irda] [fw-beacon]
1778953052.972 +145.134s [fw-irda] [fw-beacon]
1778953053.046 +145.208s [fw-irda] [fw-beacon]
1778953053.111 +145.273s [fw-irda] [fw-beacon]
1778953053.233 +145.395s [fw-irda] [fw-beacon]
1778953053.499 +145.661s [fw-irda] [fw-beacon]
1778953053.558 +145.720s [fw-irda] [fw-beacon]
1778953053.615 +145.777s [fw-irda] [fw-beacon]
1778953053.679 +145.841s [fw-irda] [fw-beacon]
1778953053.744 +145.906s [fw-irda] [fw-beacon]
1778953053.804 +145.965s [fw-irda] [fw-beacon]
1778953053.860 +146.022s [fw-irda] [fw-beacon]
1778953054.227 +146.389s [fw-irda] [fw-beacon]
1778953054.442 +146.604s [fw-irda] [fw-beacon]
1778953054.504 +146.666s [fw-irda] [fw-beacon]
1778953054.647 +146.809s [fw-irda] [fw-beacon]
1778953054.711 +146.873s [fw-irda] [fw-beacon]
1778953054.766 +146.928s [fw-irda] [fw-beacon]
1778953054.822 +146.984s [fw-irda] [fw-beacon]
1778953054.881 +147.043s [fw-irda] [fw-beacon]
1778953054.956 +147.118s [fw-irda] [fw-beacon]
1778953055.021 +147.183s [fw-irda] [fw-beacon]
1778953055.122 +147.284s [fw-irda] [fw-beacon]
1778953055.220 +147.381s [fw-irda] [fw-beacon]
1778953055.406 +147.568s [fw-irda] [fw-beacon]
1778953055.645 +147.807s [fw-irda] [fw-beacon]
1778953055.700 +147.862s [fw-irda] [fw-beacon]
1778953055.868 +148.030s [fw-irda] [fw-beacon]
1778953055.928 +148.090s [fw-irda] [fw-beacon]
1778953056.005 +148.166s [fw-irda] [fw-beacon]
1778953056.160 +148.322s [fw-irda] [fw-beacon]
1778953056.266 +148.428s [fw-irda] [fw-beacon]
1778953056.626 +148.788s [fw-irda] [fw-beacon]
1778953056.769 +148.931s [fw-irda] [fw-beacon]
1778953056.834 +148.995s [fw-irda] [fw-beacon]
1778953056.910 +149.072s [fw-irda] [fw-beacon]
1778953056.964 +149.126s [fw-irda] [fw-beacon]
1778953057.020 +149.182s [fw-irda] [fw-beacon]
1778953057.081 +149.243s [fw-irda] [fw-beacon]
1778953057.145 +149.307s [fw-irda] [fw-beacon]
1778953057.205 +149.367s [fw-irda] [fw-beacon]
1778953057.260 +149.422s [fw-irda] [fw-beacon]
1778953057.316 +149.478s [fw-irda] [fw-beacon]
1778953057.376 +149.538s [fw-irda] [fw-beacon]
1778953057.436 +149.598s [fw-irda] [fw-beacon]
1778953057.498 +149.660s [fw-irda] [fw-beacon]
1778953057.562 +149.724s [fw-irda] [fw-beacon]
1778953057.628 +149.790s [fw-irda] [fw-beacon]
1778953057.691 +149.853s [fw-irda] [fw-beacon]
1778953057.748 +149.910s [fw-irda] [fw-beacon]
1778953057.822 +149.984s [fw-irda] [fw-beacon]
1778953057.877 +150.039s [fw-irda] [fw-beacon]
1778953057.933 +150.095s [fw-irda] [fw-beacon]
1778953058.002 +150.164s [fw-irda] [fw-beacon]
1778953058.058 +150.220s [fw-irda] [fw-beacon]
1778953058.114 +150.276s [fw-irda] [fw-beacon]
1778953058.170 +150.331s [fw-irda] [fw-beacon]
1778953058.225 +150.387s [fw-irda] [fw-beacon]
1778953058.281 +150.443s [fw-irda] [fw-beacon]
1778953058.337 +150.499s [fw-irda] [fw-beacon]
1778953058.392 +150.554s [fw-irda] [fw-beacon]
1778953058.448 +150.610s [fw-irda] [fw-beacon]
1778953058.508 +150.670s [fw-irda] [fw-beacon]
1778953058.564 +150.726s [fw-irda] [fw-beacon]
1778953058.619 +150.781s [fw-irda] [fw-beacon]
1778953058.680 +150.842s [fw-irda] [fw-beacon]
1778953058.735 +150.896s [fw-irda] [fw-beacon]
1778953058.792 +150.953s [fw-irda] [fw-beacon]
1778953058.846 +151.008s [fw-irda] [fw-beacon]
1778953058.903 +151.065s [fw-irda] [fw-beacon]
1778953058.975 +151.137s [fw-irda] [fw-beacon]
1778953059.047 +151.209s [fw-irda] [fw-beacon]
1778953059.110 +151.272s [fw-irda] [fw-beacon]
1778953059.184 +151.346s [fw-irda] [fw-beacon]
1778953059.257 +151.419s [fw-irda] [fw-beacon]
1778953059.325 +151.487s [fw-irda] [fw-beacon]
1778953059.394 +151.556s [fw-irda] [fw-beacon]
1778953059.450 +151.611s [fw-irda] [fw-beacon]
1778953059.504 +151.666s [fw-irda] [fw-beacon]
1778953059.565 +151.727s [fw-irda] [fw-beacon]
1778953059.630 +151.791s [fw-irda] [fw-beacon]
1778953059.685 +151.847s [fw-irda] [fw-beacon]
1778953059.741 +151.902s [fw-irda] [fw-beacon]
1778953059.803 +151.965s [fw-irda] [fw-beacon]
1778953059.866 +152.028s [fw-irda] [fw-beacon]
1778953059.921 +152.083s [fw-irda] [fw-beacon]
1778953059.979 +152.141s [fw-irda] [fw-beacon]
1778953060.035 +152.197s [fw-irda] [fw-beacon]
1778953060.090 +152.252s [fw-irda] [fw-beacon]
1778953060.144 +152.306s [fw-irda] [fw-beacon]
1778953060.200 +152.362s [fw-irda] [fw-beacon]
1778953060.256 +152.418s [fw-irda] [fw-beacon]
1778953060.312 +152.474s [fw-irda] [fw-beacon]
1778953060.367 +152.529s [fw-irda] [fw-beacon]
1778953060.422 +152.584s [fw-irda] [fw-beacon]
1778953060.478 +152.640s [fw-irda] [fw-beacon]
1778953060.534 +152.696s [fw-irda] [fw-beacon]
1778953060.589 +152.751s [fw-irda] [fw-beacon]
1778953060.644 +152.806s [fw-irda] [fw-beacon]
1778953060.700 +152.862s [fw-irda] [fw-beacon]
1778953060.756 +152.918s [fw-irda] [fw-beacon]
1778953060.811 +152.973s [fw-irda] [fw-beacon]
1778953060.867 +153.028s [fw-irda] [fw-beacon]
1778953060.922 +153.084s [fw-irda] [fw-beacon]
1778953060.978 +153.140s [fw-irda] [fw-beacon]
1778953061.033 +153.195s [fw-irda] [fw-beacon]
1778953061.088 +153.250s [fw-irda] [fw-beacon]
1778953061.145 +153.307s [fw-irda] [fw-beacon]
1778953061.200 +153.362s [fw-irda] [fw-beacon]
1778953061.256 +153.418s [fw-irda] [fw-beacon]
1778953061.311 +153.473s [fw-irda] [fw-beacon]
1778953061.367 +153.529s [fw-irda] [fw-beacon]
1778953061.423 +153.585s [fw-irda] [fw-beacon]
1778953061.478 +153.640s [fw-irda] [fw-beacon]
1778953061.533 +153.695s [fw-irda] [fw-beacon]
1778953061.589 +153.751s [fw-irda] [fw-beacon]
1778953061.646 +153.808s [fw-irda] [fw-beacon]
1778953061.704 +153.866s [fw-irda] [fw-beacon]
1778953061.765 +153.927s [fw-irda] [fw-beacon]
1778953061.829 +153.991s [fw-irda] [fw-beacon]
1778953061.896 +154.058s [fw-irda] [fw-beacon]
1778953061.965 +154.127s [fw-irda] [fw-beacon]
1778953062.019 +154.181s [fw-irda] [fw-beacon]
1778953062.074 +154.236s [fw-irda] [fw-beacon]
1778953062.136 +154.298s [fw-irda] [fw-beacon]
1778953062.209 +154.371s [fw-irda] [fw-beacon]
1778953062.278 +154.440s [fw-irda] [fw-beacon]
1778953062.334 +154.496s [fw-irda] [fw-beacon]
1778953062.393 +154.555s [fw-irda] [fw-beacon]
1778953062.463 +154.625s [fw-irda] [fw-beacon]
1778953062.519 +154.681s [fw-irda] [fw-beacon]
1778953062.574 +154.736s [fw-irda] [fw-beacon]
1778953062.635 +154.797s [fw-irda] [fw-beacon]
1778953062.692 +154.854s [fw-irda] [fw-beacon]
1778953062.748 +154.909s [fw-irda] [fw-beacon]
1778953062.801 +154.963s [fw-irda] [fw-beacon]
1778953062.857 +155.019s [fw-irda] [fw-beacon]
1778953062.913 +155.075s [fw-irda] [fw-beacon]
1778953062.970 +155.131s [fw-irda] [fw-beacon]
1778953063.024 +155.186s [fw-irda] [fw-beacon]
1778953063.080 +155.242s [fw-irda] [fw-beacon]
1778953063.137 +155.298s [fw-irda] [fw-beacon]
1778953063.192 +155.353s [fw-irda] [fw-beacon]
1778953063.248 +155.410s [fw-irda] [fw-beacon]
1778953063.303 +155.465s [fw-irda] [fw-beacon]
1778953063.358 +155.520s [fw-irda] [fw-beacon]
1778953063.414 +155.576s [fw-irda] [fw-beacon]
1778953063.469 +155.631s [fw-irda] [fw-beacon]
1778953063.525 +155.687s [fw-irda] [fw-beacon]
1778953063.580 +155.742s [fw-irda] [fw-beacon]
1778953063.637 +155.799s [fw-irda] [fw-beacon]
1778953063.727 +155.889s [fw-irda] [fw-beacon]
1778953063.788 +155.949s [fw-irda] [fw-beacon]
1778953063.848 +156.010s [fw-irda] [fw-beacon]
1778953063.908 +156.070s [fw-irda] [fw-beacon]
1778953063.964 +156.125s [fw-irda] [fw-beacon]
1778953064.019 +156.181s [fw-irda] [fw-beacon]
1778953064.075 +156.237s [fw-irda] [fw-beacon]
1778953064.131 +156.292s [fw-irda] [fw-beacon]
1778953064.187 +156.349s [fw-irda] [fw-beacon]
1778953064.242 +156.404s [fw-irda] [fw-beacon]
1778953064.299 +156.460s [fw-irda] [fw-beacon]
1778953064.355 +156.517s [fw-irda] [fw-beacon]
1778953064.410 +156.572s [fw-irda] [fw-beacon]
1778953064.466 +156.627s [fw-irda] [fw-beacon]
1778953064.522 +156.684s [fw-irda] [fw-beacon]
1778953064.578 +156.740s [fw-irda] [fw-beacon]
1778953064.643 +156.804s [fw-irda] [fw-beacon]
1778953064.697 +156.859s [fw-irda] [fw-beacon]
1778953064.753 +156.915s [fw-irda] [fw-beacon]
1778953064.808 +156.970s [fw-irda] [fw-beacon]
1778953064.864 +157.025s [fw-irda] [fw-beacon]
1778953064.919 +157.081s [fw-irda] [fw-beacon]
1778953064.974 +157.136s [fw-irda] [fw-beacon]
1778953065.030 +157.192s [fw-irda] [fw-beacon]
1778953065.085 +157.247s [fw-irda] [fw-beacon]
1778953065.142 +157.304s [fw-irda] [fw-beacon]
1778953065.340 +157.502s [fw-irda] [fw-beacon]
1778953065.430 +157.592s [fw-irda] [fw-beacon]
1778953065.511 +157.673s [fw-irda] [fw-beacon]
1778953065.572 +157.733s [fw-irda] [fw-beacon]
1778953065.682 +157.844s [fw-irda] [fw-beacon]
1778953065.739 +157.901s [fw-irda] [fw-beacon]
1778953065.793 +157.955s [fw-irda] [fw-beacon]
1778953065.849 +158.011s [fw-irda] [fw-beacon]
1778953065.909 +158.071s [fw-irda] [fw-beacon]
1778953065.974 +158.136s [fw-irda] [fw-beacon]
1778953066.240 +158.402s [fw-irda] [fw-beacon]
1778953066.516 +158.677s [fw-irda] [fw-beacon]
1778953066.576 +158.738s [fw-irda] [fw-beacon]
1778953066.647 +158.809s [fw-irda] [fw-beacon]
1778953066.745 +158.907s [fw-irda] [fw-beacon]
1778953066.961 +159.123s [fw-irda] [fw-beacon]
1778953067.014 +159.175s [fw-irda] [fw-beacon]
1778953067.070 +159.232s [fw-irda] [fw-beacon]
1778953067.125 +159.287s [fw-irda] [fw-beacon]
1778953067.261 +159.423s [fw-irda] [fw-beacon]
1778953067.317 +159.479s [fw-irda] [fw-beacon]
1778953067.385 +159.547s [fw-irda] [fw-beacon]
1778953067.454 +159.616s [fw-irda] [fw-beacon]
1778953067.510 +159.672s [fw-irda] [fw-beacon]
1778953067.564 +159.726s [fw-irda] [fw-beacon]
1778953067.620 +159.782s [fw-irda] [fw-beacon]
1778953067.680 +159.842s [fw-irda] [fw-beacon]
1778953067.750 +159.912s [fw-irda] [fw-beacon]
1778953067.806 +159.968s [fw-irda] [fw-beacon]
1778953067.861 +160.023s [fw-irda] [fw-beacon]
1778953067.917 +160.079s [fw-irda] [fw-beacon]
1778953067.972 +160.134s [fw-irda] [fw-beacon]
1778953068.028 +160.189s [fw-irda] [fw-beacon]
1778953068.085 +160.246s [fw-irda] [fw-beacon]
1778953068.151 +160.313s [fw-irda] [fw-beacon]
1778953068.248 +160.410s [fw-irda] [fw-beacon]
1778953068.317 +160.479s [fw-irda] [fw-beacon]
1778953068.395 +160.556s [fw-irda] [fw-beacon]
1778953068.449 +160.611s [fw-irda] [fw-beacon]
1778953068.514 +160.676s [fw-irda] [fw-beacon]
1778953068.645 +160.807s [fw-irda] [fw-beacon]
1778953068.845 +161.007s [fw-irda] [fw-beacon]
1778953068.919 +161.081s [fw-irda] [fw-beacon]
1778953068.986 +161.148s [fw-irda] [fw-beacon]
1778953069.142 +161.304s [fw-irda] [fw-beacon]
1778953069.303 +161.465s [fw-irda] [fw-beacon]
1778953069.382 +161.543s [fw-irda] [fw-beacon]
1778953069.541 +161.703s [fw-irda] [fw-beacon]
1778953069.664 +161.826s [fw-irda] [fw-beacon]
1778953069.729 +161.891s [fw-irda] [fw-beacon]
1778953069.789 +161.951s [fw-irda] [fw-beacon]
1778953069.859 +162.021s [fw-irda] [fw-beacon]
1778953069.935 +162.097s [fw-irda] [fw-beacon]
1778953070.061 +162.223s [fw-irda] [fw-beacon]
1778953070.137 +162.299s [fw-irda] [fw-beacon]
1778953070.202 +162.364s [fw-irda] [fw-beacon]
1778953070.261 +162.423s [fw-irda] [fw-beacon]
1778953070.317 +162.479s [fw-irda] [fw-beacon]
1778953070.377 +162.539s [fw-irda] [fw-beacon]
1778953070.437 +162.599s [fw-irda] [fw-beacon]
1778953070.498 +162.660s [fw-irda] [fw-beacon]
1778953070.558 +162.720s [fw-irda] [fw-beacon]
1778953070.613 +162.775s [fw-irda] [fw-beacon]
1778953070.668 +162.830s [fw-irda] [fw-beacon]
1778953070.725 +162.887s [fw-irda] [fw-beacon]
1778953070.982 +163.144s [fw-irda] [fw-beacon]
1778953071.038 +163.200s [fw-irda] [fw-beacon]
1778953071.304 +163.465s [fw-irda] [fw-beacon]
1778953071.696 +163.858s [fw-irda] [fw-beacon]
1778953071.786 +163.948s [fw-irda] [fw-beacon]
1778953071.865 +164.026s [fw-irda] [fw-beacon]
1778953071.964 +164.126s [fw-irda] [fw-beacon]
1778953072.027 +164.189s [fw-irda] [fw-beacon]
1778953072.123 +164.285s [fw-irda] [fw-beacon]
1778953072.181 +164.343s [fw-irda] [fw-beacon]
1778953072.237 +164.399s [fw-irda] [fw-beacon]
1778953072.293 +164.455s [fw-irda] [fw-beacon]
1778953072.354 +164.516s [fw-irda] [fw-beacon]
1778953072.409 +164.571s [fw-irda] [fw-beacon]
1778953072.469 +164.631s [fw-irda] [fw-beacon]
1778953072.525 +164.687s [fw-irda] [fw-beacon]
1778953072.584 +164.746s [fw-irda] [fw-beacon]
1778953072.639 +164.801s [fw-irda] [fw-beacon]
1778953072.696 +164.858s [fw-irda] [fw-beacon]
1778953072.752 +164.913s [fw-irda] [fw-beacon]
1778953072.807 +164.968s [fw-irda] [fw-beacon]
1778953072.863 +165.025s [fw-irda] [fw-beacon]
1778953072.918 +165.080s [fw-irda] [fw-beacon]
1778953072.974 +165.136s [fw-irda] [fw-beacon]
1778953073.030 +165.191s [fw-irda] [fw-beacon]
1778953073.085 +165.247s [fw-irda] [fw-beacon]
1778953073.141 +165.302s [fw-irda] [fw-beacon]
1778953073.211 +165.373s [fw-irda] [fw-beacon]
1778953073.510 +165.672s [fw-irda] [fw-beacon]
1778953073.559 +165.721s [fw-irda] [fw-beacon]
1778953073.612 +165.774s [fw-irda] [fw-beacon]
1778953073.667 +165.829s [fw-irda] [fw-beacon]
1778953073.729 +165.891s [fw-irda] [fw-beacon]
1778953073.798 +165.960s [fw-irda] [fw-beacon]
1778953073.862 +166.024s [fw-irda] [fw-beacon]
1778953073.918 +166.080s [fw-irda] [fw-beacon]
1778953074.113 +166.274s [fw-irda] [fw-beacon]
1778953074.331 +166.493s [fw-irda] [fw-beacon]
1778953074.435 +166.596s [fw-irda] [fw-beacon]
1778953074.626 +166.788s [fw-irda] [fw-beacon]
1778953074.733 +166.894s [fw-irda] [fw-beacon]
1778953074.809 +166.971s [fw-irda] [fw-beacon]
1778953074.942 +167.104s [fw-irda] [fw-beacon]
1778953075.011 +167.173s [fw-irda] [fw-beacon]
1778953075.076 +167.238s [fw-irda] [fw-beacon]
1778953075.136 +167.297s [fw-irda] [fw-beacon]
1778953075.191 +167.353s [fw-irda] [fw-beacon]
1778953075.247 +167.409s [fw-irda] [fw-beacon]
1778953075.303 +167.465s [fw-irda] [fw-beacon]
1778953075.359 +167.520s [fw-irda] [fw-beacon]
1778953075.414 +167.576s [fw-irda] [fw-beacon]
1778953075.470 +167.632s [fw-irda] [fw-beacon]
1778953075.529 +167.691s [fw-irda] [fw-beacon]
1778953075.586 +167.748s [fw-irda] [fw-beacon]
1778953075.644 +167.805s [fw-irda] [fw-beacon]
1778953075.773 +167.935s [fw-irda] [fw-beacon]
1778953075.876 +168.038s [fw-irda] [fw-beacon]
1778953075.943 +168.105s [fw-irda] [fw-beacon]
1778953076.005 +168.167s [fw-irda] [fw-beacon]
1778953076.061 +168.222s [fw-irda] [fw-beacon]
1778953076.116 +168.278s [fw-irda] [fw-beacon]
1778953076.182 +168.344s [fw-irda] [fw-beacon]
1778953076.335 +168.497s [fw-irda] [fw-beacon]
1778953076.474 +168.636s [fw-irda] [fw-beacon]
1778953076.572 +168.733s [fw-irda] [fw-beacon]
1778953076.827 +168.989s [fw-irda] [fw-beacon]
1778953076.892 +169.054s [fw-irda] [fw-beacon]
1778953076.948 +169.110s [fw-irda] [fw-beacon]
1778953077.008 +169.170s [fw-irda] [fw-beacon]
1778953077.083 +169.245s [fw-irda] [fw-beacon]
1778953077.138 +169.300s [fw-irda] [fw-beacon]
1778953077.194 +169.356s [fw-irda] [fw-beacon]
1778953077.254 +169.416s [fw-irda] [fw-beacon]
1778953077.319 +169.481s [fw-irda] [fw-beacon]
1778953077.384 +169.546s [fw-irda] [fw-beacon]
1778953077.445 +169.607s [fw-irda] [fw-beacon]
1778953077.505 +169.667s [fw-irda] [fw-beacon]
1778953077.560 +169.722s [fw-irda] [fw-beacon]
1778953077.616 +169.777s [fw-irda] [fw-beacon]
1778953077.672 +169.834s [fw-irda] [fw-beacon]
1778953077.732 +169.894s [fw-irda] [fw-beacon]
1778953077.793 +169.955s [fw-irda] [fw-beacon]
1778953077.868 +170.029s [fw-irda] [fw-beacon]
1778953077.963 +170.125s [fw-irda] [fw-beacon]
1778953078.020 +170.182s [fw-irda] [fw-beacon]
1778953078.285 +170.446s [fw-irda] [fw-beacon]
1778953078.541 +170.703s [fw-irda] [fw-beacon]
1778953078.695 +170.857s [fw-irda] [fw-beacon]
1778953078.749 +170.911s [fw-irda] [fw-beacon]
1778953078.806 +170.968s [fw-irda] [fw-beacon]
1778953078.876 +171.038s [fw-irda] [fw-beacon]
1778953078.949 +171.111s [fw-irda] [fw-beacon]
1778953079.012 +171.173s [fw-irda] [fw-beacon]
1778953079.103 +171.265s [fw-irda] [fw-beacon]
1778953079.157 +171.319s [fw-irda] [fw-beacon]
1778953079.219 +171.381s [fw-irda] [fw-beacon]
1778953079.292 +171.454s [fw-irda] [fw-beacon]
1778953079.363 +171.524s [fw-irda] [fw-beacon]
1778953079.416 +171.577s [fw-irda] [fw-beacon]
1778953079.472 +171.633s [fw-irda] [fw-beacon]
1778953079.526 +171.688s [fw-irda] [fw-beacon]
1778953079.582 +171.744s [fw-irda] [fw-beacon]
1778953079.642 +171.804s [fw-irda] [fw-beacon]
1778953079.889 +172.051s [fw-irda] [fw-beacon]
1778953079.947 +172.109s [fw-irda] [fw-beacon]
1778953080.007 +172.169s [fw-irda] [fw-beacon]
1778953080.262 +172.424s [fw-irda] [fw-beacon]
1778953080.374 +172.536s [fw-irda] [fw-beacon]
1778953080.428 +172.590s [fw-irda] [fw-beacon]
1778953080.484 +172.646s [fw-irda] [fw-beacon]
1778953080.544 +172.706s [fw-irda] [fw-beacon]
1778953080.602 +172.764s [fw-irda] [fw-beacon]
1778953080.657 +172.819s [fw-irda] [fw-beacon]
1778953080.712 +172.874s [fw-irda] [fw-beacon]
1778953080.768 +172.930s [fw-irda] [fw-beacon]
1778953080.824 +172.986s [fw-irda] [fw-beacon]
1778953080.894 +173.056s [fw-irda] [fw-beacon]
1778953080.950 +173.112s [fw-irda] [fw-beacon]
1778953081.005 +173.167s [fw-irda] [fw-beacon]
1778953081.075 +173.237s [fw-irda] [fw-beacon]
1778953081.130 +173.292s [fw-irda] [fw-beacon]
1778953081.185 +173.347s [fw-irda] [fw-beacon]
1778953081.244 +173.406s [fw-irda] [fw-beacon]
1778953081.314 +173.476s [fw-irda] [fw-beacon]
1778953081.379 +173.541s [fw-irda] [fw-beacon]
1778953081.434 +173.596s [fw-irda] [fw-beacon]
1778953081.491 +173.653s [fw-irda] [fw-beacon]
1778953081.547 +173.709s [fw-irda] [fw-beacon]
1778953081.602 +173.764s [fw-irda] [fw-beacon]
1778953081.663 +173.825s [fw-irda] [fw-beacon]
1778953081.718 +173.880s [fw-irda] [fw-beacon]
1778953081.774 +173.936s [fw-irda] [fw-beacon]
1778953081.830 +173.992s [fw-irda] [fw-beacon]
1778953081.886 +174.048s [fw-irda] [fw-beacon]
1778953081.942 +174.104s [fw-irda] [fw-beacon]
1778953082.011 +174.173s [fw-irda] [fw-beacon]
1778953082.078 +174.240s [fw-irda] [fw-beacon]
1778953082.135 +174.297s [fw-irda] [fw-beacon]
1778953082.194 +174.356s [fw-irda] [fw-beacon]
1778953082.255 +174.416s [fw-irda] [fw-beacon]
1778953082.319 +174.481s [fw-irda] [fw-beacon]
1778953082.380 +174.542s [fw-irda] [fw-beacon]
1778953082.435 +174.596s [fw-irda] [fw-beacon]
1778953082.491 +174.653s [fw-irda] [fw-beacon]
1778953082.685 +174.847s [fw-irda] [fw-beacon]
1778953082.768 +174.930s [fw-irda] [fw-beacon]
1778953082.828 +174.990s [fw-irda] [fw-beacon]
1778953082.889 +175.051s [fw-irda] [fw-beacon]
1778953082.953 +175.115s [fw-irda] [fw-beacon]
1778953083.014 +175.176s [fw-irda] [fw-beacon]
1778953083.069 +175.230s [fw-irda] [fw-beacon]
1778953083.126 +175.288s [fw-irda] [fw-beacon]
1778953083.181 +175.343s [fw-irda] [fw-beacon]
1778953083.237 +175.399s [fw-irda] [fw-beacon]
1778953083.292 +175.454s [fw-irda] [fw-beacon]
1778953083.349 +175.511s [fw-irda] [fw-beacon]
1778953083.403 +175.565s [fw-irda] [fw-beacon]
1778953083.459 +175.621s [fw-irda] [fw-beacon]
1778953083.515 +175.677s [fw-irda] [fw-beacon]
1778953083.571 +175.732s [fw-irda] [fw-beacon]
1778953083.626 +175.787s [fw-irda] [fw-beacon]
1778953083.687 +175.849s [fw-irda] [fw-beacon]
1778953083.849 +176.011s [fw-irda] [fw-beacon]
1778953083.921 +176.083s [fw-irda] [fw-beacon]
1778953083.976 +176.138s [fw-irda] [fw-beacon]
1778953084.041 +176.203s [fw-irda] [fw-beacon]
1778953084.479 +176.641s [fw-irda] [fw-beacon]
1778953084.911 +177.073s [fw-irda] [fw-beacon]
1778953085.017 +177.179s [fw-irda] [fw-beacon]
1778953085.309 +177.470s [fw-irda] [fw-beacon]
1778953085.571 +177.733s [fw-irda] [fw-beacon]
1778953085.631 +177.793s [fw-irda] [fw-beacon]
1778953085.691 +177.853s [fw-irda] [fw-beacon]
1778953085.747 +177.908s [fw-irda] [fw-beacon]
1778953085.807 +177.969s [fw-irda] [fw-beacon]
1778953085.863 +178.025s [fw-irda] [fw-beacon]
1778953085.919 +178.081s [fw-irda] [fw-beacon]
1778953086.006 +178.168s [fw-irda] [fw-beacon]
1778953086.076 +178.238s [fw-irda] [fw-beacon]
1778953086.241 +178.403s [fw-irda] [fw-beacon]
1778953086.437 +178.599s [fw-irda] [fw-beacon]
1778953086.492 +178.654s [fw-irda] [fw-beacon]
1778953086.552 +178.714s [fw-irda] [fw-beacon]
1778953086.627 +178.789s [fw-irda] [fw-beacon]
1778953086.682 +178.844s [fw-irda] [fw-beacon]
1778953086.743 +178.905s [fw-irda] [fw-beacon]
1778953086.808 +178.970s [fw-irda] [fw-beacon]
1778953086.867 +179.029s [fw-irda] [fw-beacon]
1778953086.924 +179.085s [fw-irda] [fw-beacon]
1778953086.998 +179.160s [fw-irda] [fw-beacon]
1778953087.069 +179.231s [fw-irda] [fw-beacon]
1778953087.123 +179.285s [fw-irda] [fw-beacon]
1778953087.178 +179.340s [fw-irda] [fw-beacon]
1778953087.234 +179.395s [fw-irda] [fw-beacon]
1778953087.289 +179.451s [fw-irda] [fw-beacon]
1778953087.349 +179.511s [fw-irda] [fw-beacon]
1778953087.409 +179.571s [fw-irda] [fw-beacon]
1778953087.471 +179.633s [fw-irda] [fw-beacon]
1778953087.534 +179.696s [fw-irda] [fw-beacon]
1778953087.590 +179.752s [fw-irda] [fw-beacon]
1778953087.651 +179.812s [fw-irda] [fw-beacon]
1778953087.710 +179.872s [fw-irda] [fw-beacon]
1778953087.771 +179.933s [fw-irda] [fw-beacon]
1778953087.840 +180.002s [fw-irda] [fw-beacon]
1778953087.897 +180.059s [fw-irda] [fw-beacon]
1778953087.952 +180.114s [fw-irda] [fw-beacon]
1778953088.012 +180.174s [fw-irda] [fw-beacon]
1778953088.069 +180.230s [fw-irda] [fw-beacon]
1778953088.323 +180.485s [fw-irda] [fw-beacon]
1778953088.479 +180.641s [fw-irda] [fw-beacon]
1778953088.619 +180.781s [fw-irda] [fw-beacon]
1778953088.877 +181.039s [fw-irda] [fw-beacon]
1778953089.003 +181.165s [fw-irda] [fw-beacon]
1778953089.149 +181.311s [fw-irda] [fw-beacon]
1778953089.206 +181.368s [fw-irda] [fw-beacon]
1778953089.306 +181.468s [fw-irda] [fw-beacon]
1778953089.362 +181.524s [fw-irda] [fw-beacon]
1778953089.418 +181.580s [fw-irda] [fw-beacon]
1778953089.474 +181.636s [fw-irda] [fw-beacon]
1778953089.529 +181.691s [fw-irda] [fw-beacon]
1778953089.589 +181.751s [fw-irda] [fw-beacon]
1778953089.649 +181.811s [fw-irda] [fw-beacon]
1778953089.705 +181.867s [fw-irda] [fw-beacon]
1778953089.765 +181.927s [fw-irda] [fw-beacon]
1778953089.825 +181.987s [fw-irda] [fw-beacon]
1778953089.885 +182.047s [fw-irda] [fw-beacon]
1778953089.941 +182.103s [fw-irda] [fw-beacon]
1778953089.996 +182.158s [fw-irda] [fw-beacon]
1778953090.054 +182.215s [fw-irda] [fw-beacon]
1778953090.152 +182.314s [fw-irda] [fw-beacon]
1778953090.253 +182.415s [fw-irda] [fw-beacon]
1778953090.308 +182.470s [fw-irda] [fw-beacon]
1778953090.364 +182.526s [fw-irda] [fw-beacon]
1778953090.420 +182.581s [fw-irda] [fw-beacon]
1778953090.475 +182.637s [fw-irda] [fw-beacon]
1778953090.530 +182.692s [fw-irda] [fw-beacon]
1778953090.586 +182.748s [fw-irda] [fw-beacon]
1778953090.641 +182.803s [fw-irda] [fw-beacon]
1778953090.697 +182.859s [fw-irda] [fw-beacon]
1778953090.752 +182.914s [fw-irda] [fw-beacon]
1778953090.808 +182.970s [fw-irda] [fw-beacon]
1778953090.863 +183.025s [fw-irda] [fw-beacon]
1778953090.919 +183.081s [fw-irda] [fw-beacon]
1778953090.979 +183.141s [fw-irda] [fw-beacon]
1778953091.196 +183.358s [fw-irda] [fw-beacon]
1778953091.411 +183.573s [fw-irda] [fw-beacon]
1778953091.494 +183.656s [fw-irda] [fw-beacon]
1778953091.582 +183.744s [fw-irda] [fw-beacon]
1778953091.690 +183.852s [fw-irda] [fw-beacon]
1778953091.745 +183.907s [fw-irda] [fw-beacon]
1778953091.800 +183.962s [fw-irda] [fw-beacon]
1778953091.861 +184.023s [fw-irda] [fw-beacon]
1778953091.917 +184.079s [fw-irda] [fw-beacon]
1778953091.973 +184.134s [fw-irda] [fw-beacon]
1778953092.029 +184.191s [fw-irda] [fw-beacon]
1778953092.085 +184.247s [fw-irda] [fw-beacon]
1778953092.140 +184.302s [fw-irda] [fw-beacon]
1778953092.196 +184.358s [fw-irda] [fw-beacon]
1778953092.252 +184.414s [fw-irda] [fw-beacon]
1778953092.344 +184.505s [fw-irda] [fw-beacon]
1778953092.454 +184.616s [fw-irda] [fw-beacon]
1778953092.513 +184.675s [fw-irda] [fw-beacon]
1778953092.584 +184.746s [fw-irda] [fw-beacon]
1778953092.646 +184.807s [fw-irda] [fw-beacon]
1778953092.709 +184.871s [fw-irda] [fw-beacon]
1778953092.764 +184.926s [fw-irda] [fw-beacon]
1778953092.824 +184.986s [fw-irda] [fw-beacon]
1778953092.898 +185.060s [fw-irda] [fw-beacon]
1778953092.964 +185.126s [fw-irda] [fw-beacon]
1778953093.019 +185.181s [fw-irda] [fw-beacon]
1778953093.075 +185.237s [fw-irda] [fw-beacon]
1778953093.131 +185.293s [fw-irda] [fw-beacon]
1778953093.187 +185.349s [fw-irda] [fw-beacon]
1778953093.243 +185.405s [fw-irda] [fw-beacon]
1778953093.298 +185.460s [fw-irda] [fw-beacon]
1778953093.354 +185.516s [fw-irda] [fw-beacon]
1778953093.409 +185.571s [fw-irda] [fw-beacon]
1778953093.464 +185.626s [fw-irda] [fw-beacon]
1778953093.521 +185.683s [fw-irda] [fw-beacon]
1778953093.576 +185.738s [fw-irda] [fw-beacon]
1778953093.632 +185.794s [fw-irda] [fw-beacon]
1778953093.688 +185.850s [fw-irda] [fw-beacon]
1778953093.743 +185.905s [fw-irda] [fw-beacon]
1778953093.798 +185.960s [fw-irda] [fw-beacon]
1778953093.855 +186.017s [fw-irda] [fw-beacon]
1778953093.910 +186.072s [fw-irda] [fw-beacon]
1778953093.966 +186.127s [fw-irda] [fw-beacon]
1778953094.022 +186.184s [fw-irda] [fw-beacon]
1778953094.199 +186.360s [fw-irda] [fw-beacon]
1778953094.253 +186.415s [fw-irda] [fw-beacon]
1778953094.326 +186.488s [fw-irda] [fw-beacon]
1778953094.400 +186.562s [fw-irda] [fw-beacon]
1778953094.457 +186.618s [fw-irda] [fw-beacon]
1778953094.512 +186.674s [fw-irda] [fw-beacon]
1778953094.568 +186.730s [fw-irda] [fw-beacon]
1778953094.624 +186.786s [fw-irda] [fw-beacon]
1778953094.680 +186.841s [fw-irda] [fw-beacon]
1778953094.735 +186.897s [fw-irda] [fw-beacon]
1778953094.790 +186.952s [fw-irda] [fw-beacon]
1778953094.859 +187.021s [fw-irda] [fw-beacon]
1778953094.920 +187.082s [fw-irda] [fw-beacon]
1778953094.976 +187.138s [fw-irda] [fw-beacon]
1778953095.044 +187.206s [fw-irda] [fw-beacon]
1778953095.106 +187.268s [fw-irda] [fw-beacon]
1778953095.174 +187.336s [fw-irda] [fw-beacon]
1778953095.231 +187.393s [fw-irda] [fw-beacon]
1778953095.286 +187.448s [fw-irda] [fw-beacon]
1778953095.342 +187.503s [fw-irda] [fw-beacon]
1778953095.397 +187.559s [fw-irda] [fw-beacon]
1778953095.454 +187.616s [fw-irda] [fw-beacon]
1778953095.530 +187.692s [fw-irda] [fw-beacon]
1778953095.597 +187.759s [fw-irda] [fw-beacon]
1778953095.665 +187.827s [fw-irda] [fw-beacon]
1778953095.721 +187.883s [fw-irda] [fw-beacon]
1778953095.786 +187.948s [fw-irda] [fw-beacon]
1778953095.841 +188.003s [fw-irda] [fw-beacon]
1778953095.898 +188.060s [fw-irda] [fw-beacon]
1778953095.953 +188.115s [fw-irda] [fw-beacon]
1778953096.014 +188.176s [fw-irda] [fw-beacon]
1778953096.083 +188.245s [fw-irda] [fw-beacon]
1778953096.140 +188.302s [fw-irda] [fw-beacon]
1778953096.217 +188.379s [fw-irda] [fw-beacon]
1778953096.273 +188.434s [fw-irda] [fw-beacon]
1778953096.328 +188.490s [fw-irda] [fw-beacon]
1778953096.389 +188.551s [fw-irda] [fw-beacon]
1778953096.453 +188.615s [fw-irda] [fw-beacon]
1778953096.513 +188.674s [fw-irda] [fw-beacon]
1778953096.569 +188.730s [fw-irda] [fw-beacon]
1778953096.624 +188.786s [fw-irda] [fw-beacon]
1778953096.680 +188.842s [fw-irda] [fw-beacon]
1778953096.736 +188.897s [fw-irda] [fw-beacon]
1778953096.791 +188.953s [fw-irda] [fw-beacon]
1778953096.847 +189.009s [fw-irda] [fw-beacon]
1778953096.903 +189.065s [fw-irda] [fw-beacon]
1778953096.960 +189.122s [fw-irda] [fw-beacon]
1778953097.042 +189.204s [fw-irda] [fw-beacon]
1778953097.101 +189.262s [fw-irda] [fw-beacon]
1778953097.162 +189.323s [fw-irda] [fw-beacon]
1778953097.218 +189.380s [fw-irda] [fw-beacon]
1778953097.274 +189.436s [fw-irda] [fw-beacon]
1778953097.346 +189.507s [fw-irda] [fw-beacon]
1778953097.416 +189.578s [fw-irda] [fw-beacon]
1778953097.472 +189.633s [fw-irda] [fw-beacon]
1778953097.529 +189.691s [fw-irda] [fw-beacon]
1778953097.585 +189.747s [fw-irda] [fw-beacon]
1778953097.653 +189.815s [fw-irda] [fw-beacon]
1778953097.723 +189.885s [fw-irda] [fw-beacon]
1778953097.792 +189.954s [fw-irda] [fw-beacon]
1778953097.848 +190.010s [fw-irda] [fw-beacon]
1778953097.904 +190.066s [fw-irda] [fw-beacon]
1778953097.960 +190.122s [fw-irda] [fw-beacon]
1778953098.029 +190.191s [fw-irda] [fw-beacon]
1778953098.098 +190.260s [fw-irda] [fw-beacon]
1778953098.167 +190.329s [fw-irda] [fw-beacon]
1778953098.223 +190.385s [fw-irda] [fw-beacon]
1778953098.306 +190.468s [fw-irda] [fw-beacon]
1778953098.375 +190.537s [fw-irda] [fw-beacon]
1778953098.432 +190.594s [fw-irda] [fw-beacon]
1778953098.491 +190.653s [fw-irda] [fw-beacon]
1778953098.547 +190.709s [fw-irda] [fw-beacon]
1778953098.617 +190.779s [fw-irda] [fw-beacon]
1778953098.686 +190.848s [fw-irda] [fw-beacon]
1778953098.769 +190.931s [fw-irda] [fw-beacon]
1778953098.839 +191.000s [fw-irda] [fw-beacon]
1778953098.895 +191.057s [fw-irda] [fw-beacon]
1778953098.963 +191.125s [fw-irda] [fw-beacon]
1778953099.019 +191.181s [fw-irda] [fw-beacon]
1778953099.075 +191.236s [fw-irda] [fw-beacon]
1778953099.130 +191.292s [fw-irda] [fw-beacon]
1778953099.186 +191.348s [fw-irda] [fw-beacon]
1778953099.242 +191.404s [fw-irda] [fw-beacon]
1778953099.312 +191.473s [fw-irda] [fw-beacon]
1778953099.435 +191.597s [fw-irda] [fw-beacon]
1778953099.490 +191.652s [fw-irda] [fw-beacon]
1778953099.546 +191.707s [fw-irda] [fw-beacon]
1778953099.602 +191.764s [fw-irda] [fw-beacon]
1778953099.658 +191.820s [fw-irda] [fw-beacon]
1778953099.713 +191.875s [fw-irda] [fw-beacon]
1778953099.768 +191.930s [fw-irda] [fw-beacon]
1778953099.838 +192.000s [fw-irda] [fw-beacon]
1778953099.908 +192.069s [fw-irda] [fw-beacon]
1778953099.963 +192.124s [fw-irda] [fw-beacon]
1778953100.018 +192.180s [fw-irda] [fw-beacon]
1778953100.074 +192.236s [fw-irda] [fw-beacon]
1778953100.143 +192.305s [fw-irda] [fw-beacon]
1778953100.199 +192.360s [fw-irda] [fw-beacon]
1778953100.254 +192.416s [fw-irda] [fw-beacon]
1778953100.327 +192.489s [fw-irda] [fw-beacon]
1778953100.413 +192.575s [fw-irda] [fw-beacon]
1778953100.479 +192.641s [fw-irda] [fw-beacon]
1778953100.541 +192.702s [fw-irda] [fw-beacon]
1778953100.613 +192.775s [fw-irda] [fw-beacon]
1778953100.808 +192.970s [fw-irda] [fw-beacon]
1778953100.947 +193.109s [fw-irda] [fw-beacon]
1778953101.003 +193.165s [fw-irda] [fw-beacon]
1778953101.071 +193.233s [fw-irda] [fw-beacon]
1778953101.128 +193.290s [fw-irda] [fw-beacon]
1778953101.192 +193.354s [fw-irda] [fw-beacon]
1778953101.252 +193.414s [fw-irda] [fw-beacon]
1778953101.318 +193.480s [fw-irda] [fw-beacon]
1778953101.410 +193.572s [fw-irda] [fw-beacon]
1778953101.502 +193.664s [fw-irda] [fw-beacon]
1778953101.567 +193.729s [fw-irda] [fw-beacon]
1778953101.627 +193.788s [fw-irda] [fw-beacon]
1778953101.683 +193.844s [fw-irda] [fw-beacon]
1778953101.742 +193.904s [fw-irda] [fw-beacon]
1778953101.803 +193.965s [fw-irda] [fw-beacon]
1778953101.863 +194.024s [fw-irda] [fw-beacon]
1778953101.918 +194.080s [fw-irda] [fw-beacon]
1778953101.981 +194.143s [fw-irda] [fw-beacon]
1778953102.054 +194.216s [fw-irda] [fw-beacon]
1778953102.119 +194.280s [fw-irda] [fw-beacon]
1778953102.182 +194.344s [fw-irda] [fw-beacon]
1778953102.240 +194.401s [fw-irda] [fw-beacon]
1778953102.522 +194.684s [fw-irda] [fw-beacon]
1778953102.656 +194.818s [fw-irda] [fw-beacon]
1778953102.726 +194.888s [fw-irda] [fw-beacon]
1778953102.782 +194.944s [fw-irda] [fw-beacon]
1778953102.836 +194.998s [fw-irda] [fw-beacon]
1778953102.891 +195.053s [fw-irda] [fw-beacon]
1778953102.948 +195.109s [fw-irda] [fw-beacon]
1778953103.295 +195.456s [fw-irda] [fw-beacon]
1778953103.383 +195.545s [fw-irda] [fw-beacon]
1778953103.450 +195.612s [fw-irda] [fw-beacon]
1778953103.506 +195.668s [fw-irda] [fw-beacon]
1778953103.562 +195.724s [fw-irda] [fw-beacon]
1778953103.618 +195.779s [fw-irda] [fw-beacon]
1778953103.673 +195.835s [fw-irda] [fw-beacon]
1778953103.729 +195.891s [fw-irda] [fw-beacon]
1778953103.785 +195.947s [fw-irda] [fw-beacon]
1778953103.841 +196.003s [fw-irda] [fw-beacon]
1778953103.897 +196.059s [fw-irda] [fw-beacon]
1778953103.952 +196.114s [fw-irda] [fw-beacon]
1778953104.008 +196.170s [fw-irda] [fw-beacon]
1778953104.063 +196.225s [fw-irda] [fw-beacon]
1778953104.120 +196.282s [fw-irda] [fw-beacon]
1778953104.174 +196.336s [fw-irda] [fw-beacon]
1778953104.230 +196.392s [fw-irda] [fw-beacon]
1778953104.286 +196.448s [fw-irda] [fw-beacon]
1778953104.342 +196.504s [fw-irda] [fw-beacon]
1778953104.397 +196.559s [fw-irda] [fw-beacon]
1778953104.453 +196.614s [fw-irda] [fw-beacon]
1778953104.509 +196.671s [fw-irda] [fw-beacon]
1778953104.564 +196.726s [fw-irda] [fw-beacon]
1778953104.620 +196.781s [fw-irda] [fw-beacon]
1778953104.675 +196.837s [fw-irda] [fw-beacon]
1778953104.732 +196.894s [fw-irda] [fw-beacon]
1778953104.803 +196.965s [fw-irda] [fw-beacon]
1778953104.879 +197.040s [fw-irda] [fw-beacon]
1778953104.939 +197.101s [fw-irda] [fw-beacon]
1778953105.010 +197.172s [fw-irda] [fw-beacon]
1778953105.075 +197.237s [fw-irda] [fw-beacon]
1778953105.136 +197.298s [fw-irda] [fw-beacon]
1778953105.195 +197.357s [fw-irda] [fw-beacon]
1778953105.266 +197.428s [fw-irda] [fw-beacon]
1778953105.325 +197.487s [fw-irda] [fw-beacon]
1778953105.394 +197.556s [fw-irda] [fw-beacon]
1778953105.478 +197.640s [fw-irda] [fw-beacon]
1778953105.533 +197.695s [fw-irda] [fw-beacon]
1778953105.589 +197.751s [fw-irda] [fw-beacon]
1778953105.644 +197.806s [fw-irda] [fw-beacon]
1778953105.700 +197.862s [fw-irda] [fw-beacon]
1778953105.787 +197.948s [fw-irda] [fw-beacon]
1778953105.875 +198.037s [fw-irda] [fw-beacon]
1778953106.014 +198.176s [fw-irda] [fw-beacon]
1778953106.086 +198.248s [fw-irda] [fw-beacon]
1778953106.142 +198.304s [fw-irda] [fw-beacon]
1778953106.199 +198.361s [fw-irda] [fw-beacon]
1778953106.280 +198.442s [fw-irda] [fw-beacon]
1778953106.360 +198.522s [fw-irda] [fw-beacon]
1778953106.445 +198.606s [fw-irda] [fw-beacon]
1778953106.579 +198.741s [fw-irda] [fw-beacon]
1778953107.093 +199.255s [fw-irda] [fw-beacon]
1778953107.152 +199.313s [fw-irda] [fw-beacon]
irda_capture.stderr.log (62 bytes, 1 lignes)
irda_capture: reading /tmp/irda.pty.link → /tmp/fw-irda.log
mobile.log (3,207 bytes, 43 lignes)
1778952910.167 +0.020s <0013> app_mobile.c:295 Mobile '1' initialized, please start phone now!
1778952910.167 +0.020s <001e> telnet_interface.c:88 Available via telnet 127.0.0.1 4247
1778952910.944 +0.797s <0001> gsm322.c:2929 using DSC of 90
1778952915.889 +5.742s <0001> gsm322.c:2929 using DSC of 90
1778952921.372 +11.226s <0001> gsm322.c:2929 using DSC of 90
1778952925.902 +15.755s <0001> gsm322.c:2929 using DSC of 90
1778952930.354 +20.208s <0001> gsm322.c:2929 using DSC of 90
1778952934.767 +24.620s <0001> gsm322.c:2929 using DSC of 90
1778952939.496 +29.350s <0001> gsm322.c:2929 using DSC of 90
1778952943.834 +33.688s <0001> gsm322.c:2929 using DSC of 90
1778952948.153 +38.007s <0001> gsm322.c:2929 using DSC of 90
1778952952.500 +42.353s <0001> gsm322.c:2929 using DSC of 90
1778952956.818 +46.671s <0001> gsm322.c:2929 using DSC of 90
1778952961.549 +51.403s <0001> gsm322.c:2929 using DSC of 90
1778952966.460 +56.314s <0001> gsm322.c:2929 using DSC of 90
1778952970.848 +60.701s <0001> gsm322.c:2929 using DSC of 90
1778952975.964 +65.817s <0001> gsm322.c:2929 using DSC of 90
1778952980.881 +70.735s <0001> gsm322.c:2929 using DSC of 90
1778952985.334 +75.187s <0001> gsm322.c:2929 using DSC of 90
1778952989.678 +79.532s <0001> gsm322.c:2929 using DSC of 90
1778952994.003 +83.857s <0001> gsm322.c:2929 using DSC of 90
1778952998.354 +88.208s <0001> gsm322.c:2929 using DSC of 90
1778953015.291 +105.145s <0001> gsm322.c:2929 using DSC of 90
1778953019.610 +109.463s <0001> gsm322.c:2929 using DSC of 90
1778953023.958 +113.811s <0001> gsm322.c:2929 using DSC of 90
1778953028.446 +118.300s <0001> gsm322.c:2929 using DSC of 90
1778953033.083 +122.937s <0001> gsm322.c:2929 using DSC of 90
1778953037.413 +127.267s <0001> gsm322.c:2929 using DSC of 90
1778953041.734 +131.588s <0001> gsm322.c:2929 using DSC of 90
1778953046.151 +136.004s <0001> gsm322.c:2929 using DSC of 90
1778953050.530 +140.383s <0001> gsm322.c:2929 using DSC of 90
1778953054.945 +144.798s <0001> gsm322.c:2929 using DSC of 90
1778953059.326 +149.179s <0001> gsm322.c:2929 using DSC of 90
1778953063.656 +153.509s <0001> gsm322.c:2929 using DSC of 90
1778953067.973 +157.827s <0001> gsm322.c:2929 using DSC of 90
1778953072.340 +162.194s <0001> gsm322.c:2929 using DSC of 90
1778953076.995 +166.849s <0001> gsm322.c:2929 using DSC of 90
1778953081.337 +171.190s <0001> gsm322.c:2929 using DSC of 90
1778953085.850 +175.703s <0001> gsm322.c:2929 using DSC of 90
1778953090.198 +180.052s <0001> gsm322.c:2929 using DSC of 90
1778953094.554 +184.408s <0001> gsm322.c:2929 using DSC of 90
1778953098.923 +188.776s <0001> gsm322.c:2929 using DSC of 90
1778953103.578 +193.431s <0001> gsm322.c:2929 using DSC of 90
osmocon.log (489,187 bytes, 11962 lignes)
1778952908.196 +0.071s got 2 bytes from modem, data looks like: 7e 0a  ~.
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 03  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4c  L
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4f  O
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 53  S
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 54  T
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 20   
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 31  1
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 32  2
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 31  1
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 38  8
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 21  !
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 03  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4c  L
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4f  O
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 53  S
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 54  T
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 20   
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 35  5
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 39  9
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 35  5
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 39  9
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 21  !
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 03  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4c  L
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4f  O
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 53  S
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 54  T
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 20   
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 31  1
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 35  5
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 33  3
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 39  9
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 21  !
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 03  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4c  L
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4f  O
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 53  S
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 54  T
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 20   
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 35  5
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 32  2
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 37  7
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 39  9
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 21  !
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 03  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4c  L
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4f  O
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 53  S
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 54  T
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 20   
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 32  2
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 32  2
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 31  1
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 39  9
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 21  !
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 7e  ~
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 0a  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 03  .
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4c  L
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 4f  O
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 53  S
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 54  T
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 20   
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 35  5
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 36  6
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 35  5
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 36  6
1778952908.196 +0.071s got 1 bytes from modem, data looks like: 21  !
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 03  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4c  L
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4f  O
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 53  S
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 54  T
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 20   
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 31  1
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 38  8
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 34  4
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 35  5
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 21  !
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 03  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4c  L
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4f  O
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 53  S
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 54  T
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 20   
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 35  5
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 33  3
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 34  4
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 32  2
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 21  !
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 03  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4c  L
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4f  O
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 53  S
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 54  T
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 20   
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 32  2
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 31  1
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 35  5
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 37  7
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 21  !
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 03  .
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4c  L
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 4f  O
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 53  S
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 54  T
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 20   
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 35  5
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 39  9
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 35  5
1778952908.285 +0.161s got 1 bytes from modem, data looks like: 37  7
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 21  !
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 03  .
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 4c  L
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 4f  O
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 53  S
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 54  T
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 20   
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 31  1
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 35  5
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 34  4
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 39  9
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 21  !
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 7e  ~
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 0a  .
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 03  .
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 4c  L
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 4f  O
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 53  S
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 54  T
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 20   
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 36  6
1778952908.286 +0.161s got 1 bytes from modem, data looks like: 30  0
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 34  4
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 36  6
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 21  !
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 03  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4c  L
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4f  O
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 53  S
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 54  T
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 20   
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 31  1
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 34  4
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 35  5
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 30  0
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 21  !
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 03  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4c  L
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4f  O
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 53  S
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 54  T
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 20   
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 35  5
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 38  8
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 30  0
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 37  7
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 21  !
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 03  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4c  L
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4f  O
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 53  S
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 54  T
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 20   
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 31  1
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 36  6
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 39  9
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 32  2
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 21  !
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 03  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4c  L
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4f  O
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 53  S
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 54  T
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 20   
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 34  4
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 38  8
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 34  4
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 35  5
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 21  !
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 03  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4c  L
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4f  O
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 53  S
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 54  T
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 20   
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 32  2
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 36  6
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 35  5
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 38  8
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 21  !
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 7e  ~
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 0a  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 03  .
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4c  L
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 4f  O
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 53  S
1778952908.368 +0.243s got 1 bytes from modem, data looks like: 54  T
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 20   
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 35  5
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 36  6
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 33  3
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 32  2
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 21  !
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 03  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4c  L
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4f  O
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 53  S
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 54  T
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 20   
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 31  1
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 38  8
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 36  6
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 36  6
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 21  !
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 03  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4c  L
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4f  O
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 53  S
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 54  T
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 20   
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 35  5
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 35  5
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 38  8
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 34  4
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 21  !
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 03  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4c  L
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4f  O
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 53  S
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 54  T
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 20   
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 31  1
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 39  9
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 31  1
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 36  6
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 21  !
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 03  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4c  L
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4f  O
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 53  S
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 54  T
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 20   
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 35  5
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 38  8
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 33  3
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 35  5
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 21  !
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 03  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4c  L
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4f  O
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 53  S
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 54  T
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 20   
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 31  1
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 36  6
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 36  6
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 37  7
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 21  !
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 7e  ~
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 0a  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 03  .
1778952908.458 +0.333s got 1 bytes from modem, data looks like: 4c  L
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4f  O
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 53  S
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 54  T
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 20   
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 35  5
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 39  9
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 35  5
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 37  7
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 21  !
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 03  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4c  L
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4f  O
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 53  S
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 54  T
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 20   
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 31  1
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 35  5
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 34  4
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 31  1
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 21  !
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 03  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4c  L
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4f  O
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 53  S
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 54  T
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 20   
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 35  5
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 37  7
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 31  1
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 38  8
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 21  !
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 03  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4c  L
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4f  O
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 53  S
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 54  T
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 20   
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 31  1
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 37  7
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 38  8
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 32  2
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 21  !
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 03  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4c  L
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4f  O
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 53  S
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 54  T
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 20   
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 35  5
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 36  6
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 32  2
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 31  1
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 21  !
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 03  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4c  L
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 4f  O
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 53  S
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 54  T
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 20   
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 31  1
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 38  8
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 37  7
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 37  7
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 21  !
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 0a  .
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.540 +0.416s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 03  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4c  L
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4f  O
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 53  S
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 54  T
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 20   
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 35  5
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 38  8
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 37  7
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 37  7
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 21  !
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 03  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4c  L
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4f  O
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 53  S
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 54  T
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 20   
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 31  1
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 36  6
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 32  2
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 36  6
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 21  !
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 03  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4c  L
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4f  O
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 53  S
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 54  T
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 20   
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 36  6
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 30  0
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 39  9
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 30  0
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 21  !
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 03  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4c  L
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4f  O
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 53  S
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 54  T
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 20   
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 31  1
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 34  4
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 30  0
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 37  7
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 21  !
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 7e  ~
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 0a  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 03  .
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4c  L
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 4f  O
1778952908.615 +0.490s got 1 bytes from modem, data looks like: 53  S

[... 11262 lines truncated ...]

1778953103.701 +195.577s LOST 1003!
1778953103.715 +195.591s LOST 5598!
1778953103.729 +195.605s LOST 1958!
1778953103.744 +195.620s LOST 6173!
1778953103.757 +195.632s LOST 1268!
1778953103.771 +195.646s LOST 5731!
1778953103.785 +195.660s LOST 1830!
1778953103.800 +195.675s LOST 6050!
1778953103.813 +195.688s LOST 1398!
1778953103.827 +195.702s LOST 5535!
1778953103.841 +195.716s LOST 2011!
1778953103.855 +195.730s LOST 5708!
1778953103.869 +195.744s LOST 1742!
1778953103.883 +195.758s LOST 5776!
1778953103.897 +195.772s LOST 1780!
1778953103.911 +195.786s LOST 5636!
1778953103.924 +195.800s LOST 1813!
1778953103.938 +195.813s LOST 5453!
1778953103.952 +195.827s LOST 2084!
1778953103.966 +195.841s LOST 5544!
1778953103.981 +195.856s LOST 1918!
1778953103.994 +195.869s LOST 5173!
1778953104.008 +195.884s LOST 2334!
1778953104.022 +195.897s LOST 5591!
1778953104.036 +195.912s LOST 1889!
1778953104.050 +195.925s LOST 5457!
1778953104.063 +195.939s LOST 2047!
1778953104.077 +195.952s LOST 5565!
1778953104.091 +195.967s LOST 1944!
1778953104.105 +195.981s LOST 5585!
1778953104.120 +195.995s LOST 1972!
1778953104.132 +196.007s LOST 5108!
1778953104.146 +196.021s LOST 2377!
1778953104.161 +196.036s LOST 6008!
1778953104.174 +196.050s LOST 1478!
1778953104.188 +196.064s LOST 5689!
1778953104.202 +196.077s LOST 1780!
1778953104.216 +196.091s LOST 5509!
1778953104.230 +196.105s LOST 2037!
1778953104.244 +196.119s LOST 5395!
1778953104.257 +196.133s LOST 2052!
1778953104.272 +196.147s LOST 5992!
1778953104.286 +196.161s nb_cmd(0) and rxnb.msg != NULLLOST 1571!
1778953104.286 +196.161s EMPTY
1778953104.299 +196.174s LOST 5232!
1778953104.299 +196.174s EMPTY
1778953104.314 +196.189s LOST 2213!
1778953104.314 +196.189s EMPTY
1778953104.328 +196.203s LOST 5692!
1778953104.328 +196.203s EMPTY
1778953104.342 +196.217s LOST 1842!
1778953104.355 +196.230s LOST 5364!
1778953104.369 +196.244s LOST 2101!
1778953104.383 +196.258s LOST 5735!
1778953104.397 +196.272s LOST 1800!
1778953104.411 +196.286s LOST 5598!
1778953104.425 +196.300s LOST 1861!
1778953104.439 +196.314s LOST 5577!
1778953104.453 +196.328s LOST 1938!
1778953104.466 +196.342s LOST 5599!
1778953104.481 +196.356s LOST 1922!
1778953104.495 +196.370s LOST 5641!
1778953104.522 +196.397s LOST 5064!
1778953104.536 +196.411s LOST 2394!
1778953104.550 +196.425s LOST 5635!
1778953104.564 +196.439s LOST 1905!
1778953104.578 +196.453s LOST 5662!
1778953104.592 +196.467s LOST 1787!
1778953104.606 +196.481s LOST 5915!
1778953104.620 +196.495s LOST 1622!
1778953104.634 +196.510s LOST 5987!
1778953104.648 +196.523s LOST 1477!
1778953104.662 +196.537s LOST 5871!
1778953104.676 +196.551s LOST 1684!
1778953104.689 +196.564s LOST 5536!
1778953104.704 +196.579s LOST 1932!
1778953104.718 +196.593s LOST 5788!
1778953104.732 +196.607s LOST 1705!
1778953104.746 +196.621s LOST 5586!
1778953104.759 +196.635s LOST 1896!
1778953104.774 +196.649s LOST 5747!
1778953104.788 +196.663s LOST 1752!
1778953104.803 +196.679s LOST 6146!
1778953104.831 +196.706s LOST 1369!
1778953104.852 +196.727s LOST 7488!
1778953104.865 +196.741s LOST 5578!
1778953104.879 +196.754s LOST 1981!
1778953104.896 +196.771s LOST 6881!
1778953104.911 +196.787s LOST 6444!
1778953104.925 +196.800s LOST 1621!
1778953104.939 +196.814s LOST 5597!
1778953104.968 +196.843s LOST 7023!
1778953104.981 +196.856s LOST 2386!
1778953104.996 +196.871s LOST 6221!
1778953105.010 +196.886s LOST 1310!
1778953105.025 +196.900s LOST 5737!
1778953105.040 +196.915s nb_cmd(0) and rxnb.msg != NULLLOST 1719!
1778953105.040 +196.915s EMPTY
1778953105.058 +196.933s LOST 7297!
1778953105.058 +196.933s EMPTY
1778953105.075 +196.950s LOST 7070!
1778953105.075 +196.950s EMPTY
1778953105.089 +196.965s LOST 635!
1778953105.089 +196.965s EMPTY
1778953105.104 +196.979s LOST 5801!
1778953105.118 +196.994s LOST 1700!
1778953105.136 +197.011s LOST 7187!
1778953105.150 +197.025s LOST 309!
1778953105.164 +197.039s LOST 5572!
1778953105.178 +197.054s LOST 1937!
1778953105.196 +197.071s LOST 7081!
1778953105.224 +197.099s LOST 5817!
1778953105.237 +197.113s LOST 2104!
1778953105.251 +197.127s LOST 5646!
1778953105.266 +197.141s LOST 1881!
1778953105.283 +197.158s LOST 6825!
1778953105.298 +197.173s LOST 683!
1778953105.311 +197.186s LOST 5545!
1778953105.325 +197.200s LOST 1921!
1778953105.339 +197.214s LOST 5802!
1778953105.367 +197.242s LOST 7084!
1778953105.381 +197.256s LOST 2122!
1778953105.394 +197.270s LOST 5449!
1778953105.408 +197.284s LOST 2031!
1778953105.423 +197.298s LOST 5850!
1778953105.436 +197.311s LOST 1649!
1778953105.450 +197.326s LOST 5715!
1778953105.478 +197.353s LOST 7287!
1778953105.492 +197.367s LOST 1999!
1778953105.506 +197.381s LOST 5581!
1778953105.519 +197.395s LOST 1930!
1778953105.533 +197.408s LOST 5656!
1778953105.547 +197.422s LOST 1840!
1778953105.561 +197.437s LOST 5821!
1778953105.575 +197.450s LOST 1681!
1778953105.589 +197.464s LOST 5754!
1778953105.603 +197.478s LOST 1750!
1778953105.617 +197.492s LOST 5698!
1778953105.631 +197.506s LOST 1794!
1778953105.644 +197.520s LOST 5615!
1778953105.658 +197.533s LOST 1884!
1778953105.673 +197.548s LOST 6047!
1778953105.686 +197.561s LOST 1456!
1778953105.700 +197.575s LOST 5702!
1778953105.728 +197.603s LOST 7238!
1778953105.741 +197.617s LOST 2075!
1778953105.755 +197.631s LOST 5664!
1778953105.769 +197.645s LOST 1819!
1778953105.787 +197.662s LOST 6945!
1778953105.819 +197.694s LOST 556!
1778953105.842 +197.717s LOST 7499!
1778953105.858 +197.733s nb_cmd(0) and rxnb.msg != NULLLOST 6509!
1778953105.858 +197.733s EMPTY
1778953105.875 +197.750s LOST 6756!
1778953105.875 +197.750s EMPTY
1778953105.900 +197.775s LOST 1766!
1778953105.900 +197.775s EMPTY
1778953105.953 +197.828s LOST 95!
1778953105.953 +197.828s EMPTY
1778953105.990 +197.866s LOST 7408!
1778953106.014 +197.889s LOST 46!
1778953106.042 +197.917s LOST 7435!
1778953106.059 +197.935s LOST 7115!
1778953106.072 +197.948s LOST 5271!
1778953106.086 +197.961s LOST 2641!
1778953106.100 +197.976s LOST 5838!
1778953106.116 +197.991s LOST 1656!
1778953106.129 +198.004s LOST 5554!
1778953106.142 +198.018s LOST 1946!
1778953106.157 +198.032s LOST 5878!
1778953106.171 +198.046s LOST 1583!
1778953106.186 +198.061s LOST 5987!
1778953106.200 +198.075s LOST 1566!
1778953106.214 +198.090s LOST 5908!
1778953106.229 +198.104s LOST 1543!
1778953106.248 +198.123s LOST 26!
1778953106.280 +198.155s LOST 44!
1778953106.298 +198.174s LOST 7441!
1778953106.320 +198.196s LOST 7494!
1778953106.335 +198.210s LOST 6029!
1778953106.360 +198.235s LOST 1534!
1778953106.396 +198.271s LOST 7431!
1778953106.396 +198.271s LOST 5950!
1778953106.416 +198.291s LOST 797!
1778953106.432 +198.307s LOST 6332!
1778953106.445 +198.320s LOST 1983!
1778953106.460 +198.335s LOST 6100!
1778953106.478 +198.354s LOST 119!
1778953106.500 +198.375s LOST 1168!
1778953106.700 +198.575s LOST 116!
1778953106.700 +198.575s LOST 147!
1778953106.723 +198.598s LOST 7329!
1778953106.737 +198.613s LOST 5801!
1778953107.091 +198.966s LOST 1705!
1778953107.091 +198.966s LOST 14!
1778953107.091 +198.967s LOST 74!
1778953107.108 +198.983s LOST 6939!
1778953107.124 +198.999s LOST 6494!
1778953107.138 +199.013s LOST 1445!
1778953107.152 +199.027s LOST 5651!
pc_hist.log (423,765 bytes, 2536 lignes)
1778952907.361 +0.578s [c54x] PC HIST insn=2000000 top: 8e97:72774 8e98:72774 8e9a:72774 8e9b:72774 8e9c:72774 8e9d:72774 8e9e:72774 8e9f:72774 8ea0:72774 8ea2:72774
1778952907.552 +0.769s [c54x] PC HIST insn=4000000 top: 8e97:121212 8e98:121212 8e9a:121212 8e9b:121212 8e9c:121212 8e9d:121212 8e9e:121212 8e9f:121212 8ea0:121212 8ea2:121212
1778952907.624 +0.842s [c54x] PC HIST insn=6000000 top: 8ea5:121213 8ea6:121213 8ea8:121213 8e97:121212 8e98:121212 8e9a:121212 8e9b:121212 8e9c:121212 8e9d:121212 8e9e:121212
1778952907.681 +0.898s [c54x] PC HIST insn=8000000 top: 8e97:121212 8e98:121212 8e9a:121212 8e9b:121212 8e9c:121212 8e9d:121212 8e9e:121212 8e9f:121212 8ea0:121212 8ea7:121212
1778952907.738 +0.955s [c54x] PC HIST insn=10000000 top: 8e97:121213 8e98:121213 8ea2:121213 8ea3:121213 8ea5:121213 8ea6:121213 8ea7:121213 8ea8:121213 8e9a:121212 8e9b:121212
1778952907.849 +1.067s [c54x] PC HIST insn=12000000 top: 8e9a:95562 8e9b:95562 8e9c:95562 8e9d:95562 8e9e:95562 8e9f:95562 8ea0:95562 8ea2:95562 8ea3:95562 8ea5:95562
1778952907.912 +1.130s [c54x] PC HIST insn=14000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952907.967 +1.185s [c54x] PC HIST insn=16000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952908.023 +1.240s [c54x] PC HIST insn=18000000 top: 9031:380946 9032:380946 9033:380946 9034:380946 9036:380945 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952908.077 +1.295s [c54x] PC HIST insn=20000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952908.132 +1.349s [c54x] PC HIST insn=22000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952908.186 +1.404s [c54x] PC HIST insn=24000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952908.237 +1.454s [c54x] PC HIST insn=26000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952908.296 +1.514s [c54x] PC HIST insn=28000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952908.351 +1.569s [c54x] PC HIST insn=30000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952908.406 +1.624s [c54x] PC HIST insn=32000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952908.465 +1.683s [c54x] PC HIST insn=34000000 top: 9031:380947 9032:380947 9033:380947 9034:380947 9036:380947 9038:23810 902f:23809 9039:23809 903b:23809 901e:15
1778952908.520 +1.738s [c54x] PC HIST insn=36000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952908.579 +1.797s [c54x] PC HIST insn=38000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952908.635 +1.852s [c54x] PC HIST insn=40000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952908.694 +1.912s [c54x] PC HIST insn=42000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952908.749 +1.966s [c54x] PC HIST insn=44000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952908.805 +2.023s [c54x] PC HIST insn=46000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952908.860 +2.077s [c54x] PC HIST insn=48000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952908.913 +2.131s [c54x] PC HIST insn=50000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952908.973 +2.191s [c54x] PC HIST insn=52000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952909.033 +2.251s [c54x] PC HIST insn=54000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952909.089 +2.307s [c54x] PC HIST insn=56000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952909.143 +2.361s [c54x] PC HIST insn=58000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952909.196 +2.414s [c54x] PC HIST insn=60000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952909.251 +2.469s [c54x] PC HIST insn=62000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952909.311 +2.529s [c54x] PC HIST insn=64000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952909.380 +2.598s [c54x] PC HIST insn=66000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952909.503 +2.721s [c54x] PC HIST insn=68000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952909.554 +2.772s [c54x] PC HIST insn=70000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952909.666 +2.884s [c54x] PC HIST insn=72000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952909.772 +2.989s [c54x] PC HIST insn=74000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952909.982 +3.199s [c54x] PC HIST insn=76000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952910.063 +3.281s [c54x] PC HIST insn=78000000 top: 9031:380947 9032:380947 9033:380947 9034:380946 9036:380946 902f:23810 9039:23810 903b:23810 9038:23809 901e:15
1778952910.118 +3.336s [c54x] PC HIST insn=80000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952910.173 +3.391s [c54x] PC HIST insn=82000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952910.311 +3.529s [c54x] PC HIST insn=84000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952910.428 +3.646s [c54x] PC HIST insn=86000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952910.586 +3.804s [c54x] PC HIST insn=88000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952910.769 +3.986s [c54x] PC HIST insn=90000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952910.838 +4.056s [c54x] PC HIST insn=92000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952910.893 +4.111s [c54x] PC HIST insn=94000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952910.954 +4.172s [c54x] PC HIST insn=96000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952911.007 +4.225s [c54x] PC HIST insn=98000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952911.062 +4.280s [c54x] PC HIST insn=100000000 top: 9031:380947 9032:380947 9033:380947 9034:380947 9036:380947 9038:23810 902f:23809 9039:23809 903b:23809 901e:15
1778952911.133 +4.351s [c54x] PC HIST insn=102000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952911.206 +4.424s [c54x] PC HIST insn=104000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952911.263 +4.481s [c54x] PC HIST insn=106000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952911.318 +4.535s [c54x] PC HIST insn=108000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952911.373 +4.590s [c54x] PC HIST insn=110000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952911.429 +4.647s [c54x] PC HIST insn=112000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952911.495 +4.713s [c54x] PC HIST insn=114000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952911.598 +4.815s [c54x] PC HIST insn=116000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952911.652 +4.870s [c54x] PC HIST insn=118000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952911.708 +4.926s [c54x] PC HIST insn=120000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952911.877 +5.095s [c54x] PC HIST insn=122000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952912.030 +5.248s [c54x] PC HIST insn=124000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952912.107 +5.325s [c54x] PC HIST insn=126000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952912.342 +5.560s [c54x] PC HIST insn=128000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952912.432 +5.649s [c54x] PC HIST insn=130000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952912.579 +5.796s [c54x] PC HIST insn=132000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952912.751 +5.969s [c54x] PC HIST insn=134000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952912.822 +6.040s [c54x] PC HIST insn=136000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952912.894 +6.112s [c54x] PC HIST insn=138000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952913.041 +6.259s [c54x] PC HIST insn=140000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952913.206 +6.424s [c54x] PC HIST insn=142000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952913.342 +6.560s [c54x] PC HIST insn=144000000 top: 9031:380947 9032:380947 9033:380947 9034:380946 9036:380946 902f:23810 9039:23810 903b:23810 9038:23809 901e:15
1778952913.396 +6.614s [c54x] PC HIST insn=146000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952913.588 +6.806s [c54x] PC HIST insn=148000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952913.732 +6.950s [c54x] PC HIST insn=150000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952913.864 +7.082s [c54x] PC HIST insn=152000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952913.915 +7.133s [c54x] PC HIST insn=154000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952913.972 +7.190s [c54x] PC HIST insn=156000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952914.025 +7.242s [c54x] PC HIST insn=158000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952914.079 +7.297s [c54x] PC HIST insn=160000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952914.134 +7.352s [c54x] PC HIST insn=162000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952914.190 +7.408s [c54x] PC HIST insn=164000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952914.244 +7.462s [c54x] PC HIST insn=166000000 top: 9031:380947 9032:380947 9033:380947 9034:380947 9036:380947 9038:23810 902f:23809 9039:23809 903b:23809 901e:15
1778952914.370 +7.587s [c54x] PC HIST insn=168000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952914.587 +7.804s [c54x] PC HIST insn=170000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952914.784 +8.002s [c54x] PC HIST insn=172000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952914.947 +8.165s [c54x] PC HIST insn=174000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952915.089 +8.307s [c54x] PC HIST insn=176000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952915.244 +8.462s [c54x] PC HIST insn=178000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952915.409 +8.627s [c54x] PC HIST insn=180000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952915.597 +8.815s [c54x] PC HIST insn=182000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952915.769 +8.987s [c54x] PC HIST insn=184000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952915.867 +9.085s [c54x] PC HIST insn=186000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952915.968 +9.185s [c54x] PC HIST insn=188000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952916.143 +9.361s [c54x] PC HIST insn=190000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952916.291 +9.509s [c54x] PC HIST insn=192000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952916.451 +9.668s [c54x] PC HIST insn=194000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952916.501 +9.719s [c54x] PC HIST insn=196000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952916.558 +9.776s [c54x] PC HIST insn=198000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952916.612 +9.829s [c54x] PC HIST insn=200000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952916.668 +9.886s [c54x] PC HIST insn=202000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952916.721 +9.939s [c54x] PC HIST insn=204000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952916.779 +9.997s [c54x] PC HIST insn=206000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952916.835 +10.053s [c54x] PC HIST insn=208000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952916.891 +10.109s [c54x] PC HIST insn=210000000 top: 9031:380947 9032:380947 9033:380947 9034:380946 9036:380946 902f:23810 9039:23810 903b:23810 9038:23809 901e:15
1778952916.950 +10.168s [c54x] PC HIST insn=212000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952917.004 +10.222s [c54x] PC HIST insn=214000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952917.058 +10.276s [c54x] PC HIST insn=216000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952917.142 +10.360s [c54x] PC HIST insn=218000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952917.225 +10.443s [c54x] PC HIST insn=220000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952917.288 +10.505s [c54x] PC HIST insn=222000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952917.342 +10.560s [c54x] PC HIST insn=224000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952917.448 +10.666s [c54x] PC HIST insn=226000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952917.560 +10.778s [c54x] PC HIST insn=228000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952917.752 +10.970s [c54x] PC HIST insn=230000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952917.942 +11.159s [c54x] PC HIST insn=232000000 top: 9031:380947 9032:380947 9033:380947 9034:380947 9036:380947 9038:23810 902f:23809 9039:23809 903b:23809 901e:15
1778952918.061 +11.279s [c54x] PC HIST insn=234000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952918.119 +11.336s [c54x] PC HIST insn=236000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952918.169 +11.387s [c54x] PC HIST insn=238000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952918.233 +11.451s [c54x] PC HIST insn=240000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952918.289 +11.507s [c54x] PC HIST insn=242000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952918.345 +11.562s [c54x] PC HIST insn=244000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952918.399 +11.616s [c54x] PC HIST insn=246000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952918.452 +11.670s [c54x] PC HIST insn=248000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952918.507 +11.725s [c54x] PC HIST insn=250000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952918.562 +11.780s [c54x] PC HIST insn=252000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952918.616 +11.834s [c54x] PC HIST insn=254000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952918.775 +11.992s [c54x] PC HIST insn=256000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952919.010 +12.228s [c54x] PC HIST insn=258000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952919.213 +12.431s [c54x] PC HIST insn=260000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952919.331 +12.548s [c54x] PC HIST insn=262000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952919.547 +12.765s [c54x] PC HIST insn=264000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952919.700 +12.918s [c54x] PC HIST insn=266000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952919.771 +12.989s [c54x] PC HIST insn=268000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952919.826 +13.044s [c54x] PC HIST insn=270000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952919.974 +13.192s [c54x] PC HIST insn=272000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952920.202 +13.420s [c54x] PC HIST insn=274000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952920.370 +13.588s [c54x] PC HIST insn=276000000 top: 9031:380947 9032:380947 9033:380947 9034:380946 9036:380946 902f:23810 9039:23810 903b:23810 9038:23809 901e:15
1778952920.602 +13.819s [c54x] PC HIST insn=278000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952920.787 +14.005s [c54x] PC HIST insn=280000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952920.936 +14.154s [c54x] PC HIST insn=282000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952921.071 +14.289s [c54x] PC HIST insn=284000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952921.182 +14.400s [c54x] PC HIST insn=286000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952921.365 +14.583s [c54x] PC HIST insn=288000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952921.422 +14.640s [c54x] PC HIST insn=290000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952921.477 +14.695s [c54x] PC HIST insn=292000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952921.536 +14.754s [c54x] PC HIST insn=294000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952921.590 +14.808s [c54x] PC HIST insn=296000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952921.649 +14.867s [c54x] PC HIST insn=298000000 top: 9031:380947 9032:380947 9033:380947 9034:380947 9036:380947 9038:23810 902f:23809 9039:23809 903b:23809 901e:15
1778952921.709 +14.927s [c54x] PC HIST insn=300000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952921.798 +15.016s [c54x] PC HIST insn=302000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952921.908 +15.126s [c54x] PC HIST insn=304000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952921.961 +15.179s [c54x] PC HIST insn=306000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952922.016 +15.233s [c54x] PC HIST insn=308000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952922.075 +15.293s [c54x] PC HIST insn=310000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952922.130 +15.347s [c54x] PC HIST insn=312000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952922.184 +15.402s [c54x] PC HIST insn=314000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952922.239 +15.457s [c54x] PC HIST insn=316000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952922.294 +15.512s [c54x] PC HIST insn=318000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952922.348 +15.566s [c54x] PC HIST insn=320000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952922.403 +15.621s [c54x] PC HIST insn=322000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952922.455 +15.673s [c54x] PC HIST insn=324000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952922.510 +15.728s [c54x] PC HIST insn=326000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952922.565 +15.783s [c54x] PC HIST insn=328000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952922.619 +15.837s [c54x] PC HIST insn=330000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952922.674 +15.892s [c54x] PC HIST insn=332000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952922.729 +15.947s [c54x] PC HIST insn=334000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952922.784 +16.002s [c54x] PC HIST insn=336000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952922.838 +16.056s [c54x] PC HIST insn=338000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952922.893 +16.110s [c54x] PC HIST insn=340000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952922.962 +16.179s [c54x] PC HIST insn=342000000 top: 9031:380947 9032:380947 9033:380947 9034:380946 9036:380946 902f:23810 9039:23810 903b:23810 9038:23809 901e:15
1778952923.159 +16.377s [c54x] PC HIST insn=344000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952923.215 +16.433s [c54x] PC HIST insn=346000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952923.360 +16.578s [c54x] PC HIST insn=348000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952923.555 +16.773s [c54x] PC HIST insn=350000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952923.651 +16.869s [c54x] PC HIST insn=352000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952923.706 +16.923s [c54x] PC HIST insn=354000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952923.765 +16.983s [c54x] PC HIST insn=356000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952923.819 +17.037s [c54x] PC HIST insn=358000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952923.879 +17.097s [c54x] PC HIST insn=360000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952923.938 +17.156s [c54x] PC HIST insn=362000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952923.993 +17.210s [c54x] PC HIST insn=364000000 top: 9031:380947 9032:380947 9033:380947 9034:380947 9036:380947 9038:23810 902f:23809 9039:23809 903b:23809 901e:15
1778952924.050 +17.268s [c54x] PC HIST insn=366000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952924.105 +17.323s [c54x] PC HIST insn=368000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952924.163 +17.381s [c54x] PC HIST insn=370000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952924.217 +17.434s [c54x] PC HIST insn=372000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952924.299 +17.517s [c54x] PC HIST insn=374000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952924.456 +17.674s [c54x] PC HIST insn=376000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952924.514 +17.732s [c54x] PC HIST insn=378000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952924.572 +17.790s [c54x] PC HIST insn=380000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952924.637 +17.855s [c54x] PC HIST insn=382000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952924.692 +17.910s [c54x] PC HIST insn=384000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952924.790 +18.008s [c54x] PC HIST insn=386000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952925.005 +18.223s [c54x] PC HIST insn=388000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952925.111 +18.328s [c54x] PC HIST insn=390000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952925.175 +18.392s [c54x] PC HIST insn=392000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952925.234 +18.451s [c54x] PC HIST insn=394000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952925.288 +18.506s [c54x] PC HIST insn=396000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952925.378 +18.596s [c54x] PC HIST insn=398000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952925.556 +18.774s [c54x] PC HIST insn=400000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952925.609 +18.827s [c54x] PC HIST insn=402000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952925.709 +18.927s [c54x] PC HIST insn=404000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952925.778 +18.996s [c54x] PC HIST insn=406000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952925.833 +19.051s [c54x] PC HIST insn=408000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952925.886 +19.103s [c54x] PC HIST insn=410000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952925.940 +19.158s [c54x] PC HIST insn=412000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952925.999 +19.217s [c54x] PC HIST insn=414000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952926.054 +19.271s [c54x] PC HIST insn=416000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952926.109 +19.327s [c54x] PC HIST insn=418000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952926.276 +19.494s [c54x] PC HIST insn=420000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952926.357 +19.575s [c54x] PC HIST insn=422000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952926.534 +19.752s [c54x] PC HIST insn=424000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952926.593 +19.811s [c54x] PC HIST insn=426000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952926.751 +19.969s [c54x] PC HIST insn=428000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952926.891 +20.109s [c54x] PC HIST insn=430000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952927.096 +20.314s [c54x] PC HIST insn=432000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952927.164 +20.382s [c54x] PC HIST insn=434000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952927.219 +20.437s [c54x] PC HIST insn=436000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952927.275 +20.492s [c54x] PC HIST insn=438000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952927.383 +20.601s [c54x] PC HIST insn=440000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952927.448 +20.666s [c54x] PC HIST insn=442000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952927.504 +20.722s [c54x] PC HIST insn=444000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952927.562 +20.780s [c54x] PC HIST insn=446000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952927.616 +20.834s [c54x] PC HIST insn=448000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952927.671 +20.889s [c54x] PC HIST insn=450000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952927.727 +20.945s [c54x] PC HIST insn=452000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952927.930 +21.148s [c54x] PC HIST insn=454000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952928.131 +21.348s [c54x] PC HIST insn=456000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952928.310 +21.528s [c54x] PC HIST insn=458000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952928.475 +21.693s [c54x] PC HIST insn=460000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952928.558 +21.776s [c54x] PC HIST insn=462000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952928.668 +21.886s [c54x] PC HIST insn=464000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952928.758 +21.976s [c54x] PC HIST insn=466000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952928.833 +22.051s [c54x] PC HIST insn=468000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952928.888 +22.106s [c54x] PC HIST insn=470000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952928.943 +22.161s [c54x] PC HIST insn=472000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952929.006 +22.224s [c54x] PC HIST insn=474000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952929.143 +22.361s [c54x] PC HIST insn=476000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952929.197 +22.415s [c54x] PC HIST insn=478000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952929.251 +22.469s [c54x] PC HIST insn=480000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952929.363 +22.581s [c54x] PC HIST insn=482000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952929.439 +22.657s [c54x] PC HIST insn=484000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952929.604 +22.822s [c54x] PC HIST insn=486000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952929.669 +22.886s [c54x] PC HIST insn=488000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952929.722 +22.940s [c54x] PC HIST insn=490000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952929.777 +22.994s [c54x] PC HIST insn=492000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952929.873 +23.091s [c54x] PC HIST insn=494000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952929.980 +23.198s [c54x] PC HIST insn=496000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952930.061 +23.279s [c54x] PC HIST insn=498000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952930.189 +23.407s [c54x] PC HIST insn=500000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952930.246 +23.464s [c54x] PC HIST insn=502000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952930.300 +23.518s [c54x] PC HIST insn=504000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952930.360 +23.578s [c54x] PC HIST insn=506000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952930.434 +23.652s [c54x] PC HIST insn=508000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952930.521 +23.739s [c54x] PC HIST insn=510000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952930.574 +23.791s [c54x] PC HIST insn=512000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952930.628 +23.846s [c54x] PC HIST insn=514000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952930.680 +23.898s [c54x] PC HIST insn=516000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952930.734 +23.952s [c54x] PC HIST insn=518000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952930.790 +24.008s [c54x] PC HIST insn=520000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952930.844 +24.062s [c54x] PC HIST insn=522000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952930.984 +24.202s [c54x] PC HIST insn=524000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952931.184 +24.402s [c54x] PC HIST insn=526000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952931.269 +24.487s [c54x] PC HIST insn=528000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952931.435 +24.652s [c54x] PC HIST insn=530000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952931.550 +24.768s [c54x] PC HIST insn=532000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952931.707 +24.925s [c54x] PC HIST insn=534000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952931.788 +25.006s [c54x] PC HIST insn=536000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952931.862 +25.080s [c54x] PC HIST insn=538000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952931.917 +25.135s [c54x] PC HIST insn=540000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952931.979 +25.197s [c54x] PC HIST insn=542000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952932.032 +25.249s [c54x] PC HIST insn=544000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952932.086 +25.304s [c54x] PC HIST insn=546000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952932.140 +25.357s [c54x] PC HIST insn=548000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952932.196 +25.413s [c54x] PC HIST insn=550000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952932.249 +25.467s [c54x] PC HIST insn=552000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952932.308 +25.525s [c54x] PC HIST insn=554000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952932.508 +25.726s [c54x] PC HIST insn=556000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952932.576 +25.794s [c54x] PC HIST insn=558000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952932.673 +25.891s [c54x] PC HIST insn=560000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952932.849 +26.066s [c54x] PC HIST insn=562000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952932.955 +26.173s [c54x] PC HIST insn=564000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952933.008 +26.226s [c54x] PC HIST insn=566000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952933.063 +26.281s [c54x] PC HIST insn=568000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952933.221 +26.439s [c54x] PC HIST insn=570000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952933.444 +26.662s [c54x] PC HIST insn=572000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952933.636 +26.853s [c54x] PC HIST insn=574000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952933.692 +26.910s [c54x] PC HIST insn=576000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952933.766 +26.983s [c54x] PC HIST insn=578000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952933.904 +27.122s [c54x] PC HIST insn=580000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952933.960 +27.178s [c54x] PC HIST insn=582000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952934.051 +27.269s [c54x] PC HIST insn=584000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952934.235 +27.453s [c54x] PC HIST insn=586000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952934.292 +27.510s [c54x] PC HIST insn=588000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952934.381 +27.599s [c54x] PC HIST insn=590000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952934.449 +27.666s [c54x] PC HIST insn=592000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952934.504 +27.721s [c54x] PC HIST insn=594000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952934.558 +27.776s [c54x] PC HIST insn=596000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952934.660 +27.878s [c54x] PC HIST insn=598000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952934.728 +27.945s [c54x] PC HIST insn=600000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952934.781 +27.999s [c54x] PC HIST insn=602000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952934.835 +28.053s [c54x] PC HIST insn=604000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952934.890 +28.107s [c54x] PC HIST insn=606000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952934.942 +28.160s [c54x] PC HIST insn=608000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952934.997 +28.215s [c54x] PC HIST insn=610000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952935.056 +28.274s [c54x] PC HIST insn=612000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952935.127 +28.344s [c54x] PC HIST insn=614000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952935.184 +28.402s [c54x] PC HIST insn=616000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952935.239 +28.457s [c54x] PC HIST insn=618000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952935.351 +28.569s [c54x] PC HIST insn=620000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952935.430 +28.648s [c54x] PC HIST insn=622000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952935.508 +28.726s [c54x] PC HIST insn=624000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952935.653 +28.871s [c54x] PC HIST insn=626000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952935.842 +29.060s [c54x] PC HIST insn=628000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952936.076 +29.294s [c54x] PC HIST insn=630000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952936.304 +29.522s [c54x] PC HIST insn=632000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952936.473 +29.691s [c54x] PC HIST insn=634000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952936.689 +29.907s [c54x] PC HIST insn=636000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952936.816 +30.033s [c54x] PC HIST insn=638000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952937.027 +30.245s [c54x] PC HIST insn=640000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952937.163 +30.381s [c54x] PC HIST insn=642000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952937.220 +30.438s [c54x] PC HIST insn=644000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952937.308 +30.525s [c54x] PC HIST insn=646000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952937.360 +30.577s [c54x] PC HIST insn=648000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952937.551 +30.769s [c54x] PC HIST insn=650000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952937.658 +30.876s [c54x] PC HIST insn=652000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952937.713 +30.931s [c54x] PC HIST insn=654000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952937.767 +30.985s [c54x] PC HIST insn=656000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952937.823 +31.041s [c54x] PC HIST insn=658000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952937.881 +31.099s [c54x] PC HIST insn=660000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952937.936 +31.153s [c54x] PC HIST insn=662000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952938.000 +31.218s [c54x] PC HIST insn=664000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952938.069 +31.287s [c54x] PC HIST insn=666000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952938.134 +31.351s [c54x] PC HIST insn=668000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952938.195 +31.412s [c54x] PC HIST insn=670000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952938.248 +31.466s [c54x] PC HIST insn=672000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952938.302 +31.520s [c54x] PC HIST insn=674000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952938.357 +31.574s [c54x] PC HIST insn=676000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952938.416 +31.634s [c54x] PC HIST insn=678000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952938.489 +31.706s [c54x] PC HIST insn=680000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952938.543 +31.761s [c54x] PC HIST insn=682000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952938.608 +31.825s [c54x] PC HIST insn=684000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952938.667 +31.885s [c54x] PC HIST insn=686000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952938.722 +31.940s [c54x] PC HIST insn=688000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952938.776 +31.994s [c54x] PC HIST insn=690000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952938.831 +32.049s [c54x] PC HIST insn=692000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952938.958 +32.176s [c54x] PC HIST insn=694000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952939.140 +32.358s [c54x] PC HIST insn=696000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952939.286 +32.504s [c54x] PC HIST insn=698000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952939.408 +32.626s [c54x] PC HIST insn=700000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952939.473 +32.691s [c54x] PC HIST insn=702000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952939.527 +32.745s [c54x] PC HIST insn=704000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952939.582 +32.799s [c54x] PC HIST insn=706000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952939.633 +32.851s [c54x] PC HIST insn=708000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952939.687 +32.905s [c54x] PC HIST insn=710000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952939.743 +32.960s [c54x] PC HIST insn=712000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952939.827 +33.045s [c54x] PC HIST insn=714000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952939.921 +33.138s [c54x] PC HIST insn=716000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952939.983 +33.200s [c54x] PC HIST insn=718000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952940.039 +33.257s [c54x] PC HIST insn=720000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952940.094 +33.312s [c54x] PC HIST insn=722000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952940.149 +33.367s [c54x] PC HIST insn=724000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952940.226 +33.444s [c54x] PC HIST insn=726000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952940.341 +33.559s [c54x] PC HIST insn=728000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952940.392 +33.610s [c54x] PC HIST insn=730000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952940.452 +33.670s [c54x] PC HIST insn=732000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952940.507 +33.724s [c54x] PC HIST insn=734000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952940.640 +33.858s [c54x] PC HIST insn=736000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952940.775 +33.993s [c54x] PC HIST insn=738000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952940.828 +34.045s [c54x] PC HIST insn=740000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952940.991 +34.209s [c54x] PC HIST insn=742000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952941.145 +34.363s [c54x] PC HIST insn=744000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952941.310 +34.528s [c54x] PC HIST insn=746000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952941.365 +34.582s [c54x] PC HIST insn=748000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952941.416 +34.634s [c54x] PC HIST insn=750000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952941.480 +34.698s [c54x] PC HIST insn=752000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952941.595 +34.813s [c54x] PC HIST insn=754000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952941.848 +35.065s [c54x] PC HIST insn=756000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952941.974 +35.191s [c54x] PC HIST insn=758000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952942.027 +35.245s [c54x] PC HIST insn=760000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952942.109 +35.326s [c54x] PC HIST insn=762000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952942.201 +35.419s [c54x] PC HIST insn=764000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952942.302 +35.520s [c54x] PC HIST insn=766000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952942.506 +35.724s [c54x] PC HIST insn=768000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952942.686 +35.904s [c54x] PC HIST insn=770000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952942.833 +36.051s [c54x] PC HIST insn=772000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952942.909 +36.127s [c54x] PC HIST insn=774000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952942.984 +36.202s [c54x] PC HIST insn=776000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952943.047 +36.265s [c54x] PC HIST insn=778000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952943.102 +36.319s [c54x] PC HIST insn=780000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952943.156 +36.374s [c54x] PC HIST insn=782000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952943.216 +36.434s [c54x] PC HIST insn=784000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952943.270 +36.488s [c54x] PC HIST insn=786000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952943.325 +36.542s [c54x] PC HIST insn=788000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952943.380 +36.598s [c54x] PC HIST insn=790000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952943.471 +36.689s [c54x] PC HIST insn=792000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952943.527 +36.745s [c54x] PC HIST insn=794000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952943.588 +36.806s [c54x] PC HIST insn=796000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952943.664 +36.882s [c54x] PC HIST insn=798000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952943.718 +36.936s [c54x] PC HIST insn=800000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952943.773 +36.990s [c54x] PC HIST insn=802000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952943.827 +37.045s [c54x] PC HIST insn=804000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952943.904 +37.122s [c54x] PC HIST insn=806000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952943.988 +37.205s [c54x] PC HIST insn=808000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952944.041 +37.259s [c54x] PC HIST insn=810000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952944.096 +37.314s [c54x] PC HIST insn=812000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952944.151 +37.368s [c54x] PC HIST insn=814000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952944.207 +37.425s [c54x] PC HIST insn=816000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952944.262 +37.480s [c54x] PC HIST insn=818000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952944.316 +37.534s [c54x] PC HIST insn=820000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952944.372 +37.590s [c54x] PC HIST insn=822000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952944.425 +37.643s [c54x] PC HIST insn=824000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952944.483 +37.700s [c54x] PC HIST insn=826000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952944.540 +37.757s [c54x] PC HIST insn=828000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952944.595 +37.813s [c54x] PC HIST insn=830000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952944.649 +37.867s [c54x] PC HIST insn=832000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952944.704 +37.922s [c54x] PC HIST insn=834000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952944.802 +38.019s [c54x] PC HIST insn=836000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952944.860 +38.078s [c54x] PC HIST insn=838000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952944.919 +38.137s [c54x] PC HIST insn=840000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952944.974 +38.192s [c54x] PC HIST insn=842000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952945.029 +38.247s [c54x] PC HIST insn=844000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952945.084 +38.301s [c54x] PC HIST insn=846000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952945.139 +38.356s [c54x] PC HIST insn=848000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952945.194 +38.411s [c54x] PC HIST insn=850000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952945.248 +38.466s [c54x] PC HIST insn=852000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952945.303 +38.521s [c54x] PC HIST insn=854000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952945.358 +38.576s [c54x] PC HIST insn=856000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952945.410 +38.628s [c54x] PC HIST insn=858000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952945.465 +38.683s [c54x] PC HIST insn=860000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952945.538 +38.756s [c54x] PC HIST insn=862000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952945.610 +38.828s [c54x] PC HIST insn=864000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952945.665 +38.882s [c54x] PC HIST insn=866000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952945.719 +38.937s [c54x] PC HIST insn=868000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952945.774 +38.992s [c54x] PC HIST insn=870000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952945.828 +39.046s [c54x] PC HIST insn=872000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952945.883 +39.100s [c54x] PC HIST insn=874000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952945.937 +39.155s [c54x] PC HIST insn=876000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952945.990 +39.208s [c54x] PC HIST insn=878000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952946.044 +39.261s [c54x] PC HIST insn=880000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952946.099 +39.317s [c54x] PC HIST insn=882000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952946.153 +39.370s [c54x] PC HIST insn=884000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952946.218 +39.436s [c54x] PC HIST insn=886000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952946.274 +39.492s [c54x] PC HIST insn=888000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952946.334 +39.552s [c54x] PC HIST insn=890000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952946.411 +39.629s [c54x] PC HIST insn=892000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952946.481 +39.698s [c54x] PC HIST insn=894000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952946.569 +39.786s [c54x] PC HIST insn=896000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952946.765 +39.983s [c54x] PC HIST insn=898000000 top: 9032:380948 9031:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952946.922 +40.140s [c54x] PC HIST insn=900000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952947.040 +40.258s [c54x] PC HIST insn=902000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952947.096 +40.314s [c54x] PC HIST insn=904000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952947.151 +40.368s [c54x] PC HIST insn=906000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952947.210 +40.428s [c54x] PC HIST insn=908000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952947.265 +40.482s [c54x] PC HIST insn=910000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952947.320 +40.538s [c54x] PC HIST insn=912000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952947.374 +40.592s [c54x] PC HIST insn=914000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952947.429 +40.647s [c54x] PC HIST insn=916000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952947.498 +40.716s [c54x] PC HIST insn=918000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952947.570 +40.788s [c54x] PC HIST insn=920000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952947.635 +40.853s [c54x] PC HIST insn=922000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952947.690 +40.907s [c54x] PC HIST insn=924000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952947.744 +40.962s [c54x] PC HIST insn=926000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952947.799 +41.016s [c54x] PC HIST insn=928000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952947.853 +41.071s [c54x] PC HIST insn=930000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952947.908 +41.126s [c54x] PC HIST insn=932000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952947.963 +41.181s [c54x] PC HIST insn=934000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0
1778952948.018 +41.235s [c54x] PC HIST insn=936000000 top: 9031:380953 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9039:23810 903b:23810 9038:23809 0000:0
1778952948.073 +41.290s [c54x] PC HIST insn=938000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952948.127 +41.345s [c54x] PC HIST insn=940000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952948.180 +41.397s [c54x] PC HIST insn=942000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952948.234 +41.452s [c54x] PC HIST insn=944000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952948.290 +41.508s [c54x] PC HIST insn=946000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952948.344 +41.561s [c54x] PC HIST insn=948000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952948.398 +41.616s [c54x] PC HIST insn=950000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952948.452 +41.670s [c54x] PC HIST insn=952000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952948.507 +41.725s [c54x] PC HIST insn=954000000 top: 9036:380948 9031:380947 9032:380947 9033:380947 9034:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952948.562 +41.779s [c54x] PC HIST insn=956000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952948.616 +41.834s [c54x] PC HIST insn=958000000 top: 9031:380953 9032:380953 9033:380953 9034:380953 9036:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952948.671 +41.889s [c54x] PC HIST insn=960000000 top: 9031:380947 9036:380947 9032:380946 9033:380946 9034:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952948.725 +41.943s [c54x] PC HIST insn=962000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952948.778 +41.996s [c54x] PC HIST insn=964000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952948.832 +42.050s [c54x] PC HIST insn=966000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952948.887 +42.105s [c54x] PC HIST insn=968000000 top: 9031:380953 9033:380953 9034:380953 9036:380953 9032:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952948.942 +42.159s [c54x] PC HIST insn=970000000 top: 9032:380947 9033:380947 9031:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952948.996 +42.214s [c54x] PC HIST insn=972000000 top: 9031:380953 9032:380953 9034:380953 9036:380953 9033:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952949.060 +42.278s [c54x] PC HIST insn=974000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952949.116 +42.334s [c54x] PC HIST insn=976000000 top: 9033:380947 9034:380947 9031:380946 9032:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952949.169 +42.387s [c54x] PC HIST insn=978000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952949.224 +42.441s [c54x] PC HIST insn=980000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952949.278 +42.496s [c54x] PC HIST insn=982000000 top: 9034:380948 9031:380947 9032:380947 9033:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952949.333 +42.551s [c54x] PC HIST insn=984000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952949.385 +42.602s [c54x] PC HIST insn=986000000 top: 9031:380953 9032:380953 9033:380953 9036:380953 9034:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952949.439 +42.657s [c54x] PC HIST insn=988000000 top: 9034:380947 9036:380947 9031:380946 9032:380946 9033:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952949.494 +42.711s [c54x] PC HIST insn=990000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952949.548 +42.766s [c54x] PC HIST insn=992000000 top: 9031:380948 9032:380947 9033:380947 9034:380947 9036:380947 902f:23809 9038:23809 9039:23809 903b:23809 901e:15
1778952949.603 +42.820s [c54x] PC HIST insn=994000000 top: 9031:380952 9032:380952 9033:380952 9034:380952 9036:380952 902f:23810 9038:23810 9039:23810 903b:23810 0000:0
1778952949.657 +42.875s [c54x] PC HIST insn=996000000 top: 9032:380953 9033:380953 9034:380953 9036:380953 9031:380952 902f:23809 9038:23809 9039:23809 903b:23809 0000:0
1778952949.712 +42.930s [c54x] PC HIST insn=998000000 top: 9031:380947 9032:380947 9033:380946 9034:380946 9036:380946 902f:23810 9038:23810 9039:23810 903b:23810 901e:15
1778952949.771 +42.989s [c54x] PC HIST insn=1000000000 top: 9033:380953 9034:380953 9036:380953 9031:380952 9032:380952 9038:23810 902f:23809 9039:23809 903b:23809 0000:0

[... 1836 lines truncated ...]

1778953094.491 +187.709s [c54x] PC HIST insn=378000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953094.545 +187.763s [c54x] PC HIST insn=380000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953094.600 +187.818s [c54x] PC HIST insn=382000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953094.655 +187.872s [c54x] PC HIST insn=384000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953094.709 +187.927s [c54x] PC HIST insn=386000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953094.761 +187.979s [c54x] PC HIST insn=388000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953094.817 +188.035s [c54x] PC HIST insn=390000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953094.872 +188.090s [c54x] PC HIST insn=392000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953094.929 +188.147s [c54x] PC HIST insn=394000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953094.989 +188.206s [c54x] PC HIST insn=396000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.054 +188.272s [c54x] PC HIST insn=398000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.115 +188.333s [c54x] PC HIST insn=400000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.180 +188.398s [c54x] PC HIST insn=402000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.234 +188.452s [c54x] PC HIST insn=404000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.289 +188.506s [c54x] PC HIST insn=406000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953095.341 +188.559s [c54x] PC HIST insn=408000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.395 +188.613s [c54x] PC HIST insn=410000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.450 +188.668s [c54x] PC HIST insn=412000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.525 +188.743s [c54x] PC HIST insn=414000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.591 +188.809s [c54x] PC HIST insn=416000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.659 +188.877s [c54x] PC HIST insn=418000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.714 +188.932s [c54x] PC HIST insn=420000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.778 +188.996s [c54x] PC HIST insn=422000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.833 +189.051s [c54x] PC HIST insn=424000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.887 +189.105s [c54x] PC HIST insn=426000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953095.942 +189.160s [c54x] PC HIST insn=428000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953095.999 +189.216s [c54x] PC HIST insn=430000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953096.068 +189.286s [c54x] PC HIST insn=432000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953096.122 +189.340s [c54x] PC HIST insn=434000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.197 +189.415s [c54x] PC HIST insn=436000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953096.253 +189.471s [c54x] PC HIST insn=438000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.308 +189.525s [c54x] PC HIST insn=440000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953096.366 +189.584s [c54x] PC HIST insn=442000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.430 +189.648s [c54x] PC HIST insn=444000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953096.489 +189.707s [c54x] PC HIST insn=446000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953096.544 +189.762s [c54x] PC HIST insn=448000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.596 +189.814s [c54x] PC HIST insn=450000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953096.651 +189.869s [c54x] PC HIST insn=452000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.705 +189.923s [c54x] PC HIST insn=454000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953096.759 +189.977s [c54x] PC HIST insn=456000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.815 +190.033s [c54x] PC HIST insn=458000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.870 +190.087s [c54x] PC HIST insn=460000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953096.924 +190.142s [c54x] PC HIST insn=462000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953096.978 +190.196s [c54x] PC HIST insn=464000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.032 +190.250s [c54x] PC HIST insn=466000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.087 +190.305s [c54x] PC HIST insn=468000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953097.150 +190.368s [c54x] PC HIST insn=470000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953097.203 +190.421s [c54x] PC HIST insn=472000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.258 +190.476s [c54x] PC HIST insn=474000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.312 +190.530s [c54x] PC HIST insn=476000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.384 +190.602s [c54x] PC HIST insn=478000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.439 +190.657s [c54x] PC HIST insn=480000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.494 +190.712s [c54x] PC HIST insn=482000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953097.548 +190.766s [c54x] PC HIST insn=484000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.603 +190.820s [c54x] PC HIST insn=486000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.657 +190.875s [c54x] PC HIST insn=488000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.711 +190.929s [c54x] PC HIST insn=490000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.765 +190.983s [c54x] PC HIST insn=492000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.819 +191.037s [c54x] PC HIST insn=494000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.873 +191.091s [c54x] PC HIST insn=496000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.928 +191.146s [c54x] PC HIST insn=498000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.983 +191.200s [c54x] PC HIST insn=500000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.036 +191.254s [c54x] PC HIST insn=502000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.091 +191.308s [c54x] PC HIST insn=504000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.145 +191.363s [c54x] PC HIST insn=506000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953098.199 +191.417s [c54x] PC HIST insn=508000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953098.253 +191.471s [c54x] PC HIST insn=510000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.308 +191.525s [c54x] PC HIST insn=512000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.361 +191.579s [c54x] PC HIST insn=514000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.416 +191.633s [c54x] PC HIST insn=516000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.474 +191.691s [c54x] PC HIST insn=518000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.529 +191.746s [c54x] PC HIST insn=520000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953098.583 +191.800s [c54x] PC HIST insn=522000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.638 +191.855s [c54x] PC HIST insn=524000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.691 +191.909s [c54x] PC HIST insn=526000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.746 +191.964s [c54x] PC HIST insn=528000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.800 +192.018s [c54x] PC HIST insn=530000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.856 +192.073s [c54x] PC HIST insn=532000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.910 +192.128s [c54x] PC HIST insn=534000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.962 +192.180s [c54x] PC HIST insn=536000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.017 +192.235s [c54x] PC HIST insn=538000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.071 +192.289s [c54x] PC HIST insn=540000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.126 +192.343s [c54x] PC HIST insn=542000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.180 +192.398s [c54x] PC HIST insn=544000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953099.234 +192.452s [c54x] PC HIST insn=546000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953099.289 +192.506s [c54x] PC HIST insn=548000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.382 +192.600s [c54x] PC HIST insn=550000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.438 +192.656s [c54x] PC HIST insn=552000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.493 +192.711s [c54x] PC HIST insn=554000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.547 +192.765s [c54x] PC HIST insn=556000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.601 +192.818s [c54x] PC HIST insn=558000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953099.655 +192.873s [c54x] PC HIST insn=560000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.709 +192.927s [c54x] PC HIST insn=562000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.764 +192.982s [c54x] PC HIST insn=564000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.818 +193.035s [c54x] PC HIST insn=566000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.872 +193.090s [c54x] PC HIST insn=568000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953099.926 +193.144s [c54x] PC HIST insn=570000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953099.981 +193.199s [c54x] PC HIST insn=572000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953100.035 +193.253s [c54x] PC HIST insn=574000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953100.089 +193.307s [c54x] PC HIST insn=576000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953100.142 +193.360s [c54x] PC HIST insn=578000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953100.197 +193.415s [c54x] PC HIST insn=580000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953100.252 +193.469s [c54x] PC HIST insn=582000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953100.306 +193.523s [c54x] PC HIST insn=584000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953100.390 +193.607s [c54x] PC HIST insn=586000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953100.459 +193.677s [c54x] PC HIST insn=588000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953100.518 +193.736s [c54x] PC HIST insn=590000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953100.587 +193.805s [c54x] PC HIST insn=592000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953100.701 +193.918s [c54x] PC HIST insn=594000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953100.818 +194.036s [c54x] PC HIST insn=596000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953100.949 +194.167s [c54x] PC HIST insn=598000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953101.002 +194.220s [c54x] PC HIST insn=600000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.070 +194.287s [c54x] PC HIST insn=602000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953101.124 +194.342s [c54x] PC HIST insn=604000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.188 +194.406s [c54x] PC HIST insn=606000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953101.247 +194.465s [c54x] PC HIST insn=608000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.308 +194.526s [c54x] PC HIST insn=610000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.398 +194.616s [c54x] PC HIST insn=612000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953101.493 +194.711s [c54x] PC HIST insn=614000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.558 +194.775s [c54x] PC HIST insn=616000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953101.617 +194.834s [c54x] PC HIST insn=618000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.671 +194.889s [c54x] PC HIST insn=620000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953101.727 +194.945s [c54x] PC HIST insn=622000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953101.786 +195.004s [c54x] PC HIST insn=624000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.845 +195.063s [c54x] PC HIST insn=626000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953101.900 +195.118s [c54x] PC HIST insn=628000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953101.960 +195.178s [c54x] PC HIST insn=630000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953102.034 +195.252s [c54x] PC HIST insn=632000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953102.097 +195.315s [c54x] PC HIST insn=634000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953102.161 +195.378s [c54x] PC HIST insn=636000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953102.215 +195.433s [c54x] PC HIST insn=638000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953102.320 +195.538s [c54x] PC HIST insn=640000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953102.466 +195.684s [c54x] PC HIST insn=642000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953102.628 +195.845s [c54x] PC HIST insn=644000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953102.680 +195.898s [c54x] PC HIST insn=646000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953102.736 +195.954s [c54x] PC HIST insn=648000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953102.790 +196.008s [c54x] PC HIST insn=650000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953102.845 +196.062s [c54x] PC HIST insn=652000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953102.899 +196.117s [c54x] PC HIST insn=654000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953102.954 +196.172s [c54x] PC HIST insn=656000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953103.166 +196.384s [c54x] PC HIST insn=658000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953103.316 +196.534s [c54x] PC HIST insn=660000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953103.370 +196.588s [c54x] PC HIST insn=662000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953103.425 +196.642s [c54x] PC HIST insn=664000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953103.477 +196.695s [c54x] PC HIST insn=666000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953103.531 +196.749s [c54x] PC HIST insn=668000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953103.586 +196.804s [c54x] PC HIST insn=670000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953103.641 +196.858s [c54x] PC HIST insn=672000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953103.695 +196.913s [c54x] PC HIST insn=674000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953103.750 +196.968s [c54x] PC HIST insn=676000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953103.805 +197.022s [c54x] PC HIST insn=678000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953103.859 +197.077s [c54x] PC HIST insn=680000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953103.913 +197.131s [c54x] PC HIST insn=682000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953103.968 +197.186s [c54x] PC HIST insn=684000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.021 +197.239s [c54x] PC HIST insn=686000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.075 +197.292s [c54x] PC HIST insn=688000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953104.129 +197.346s [c54x] PC HIST insn=690000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.184 +197.401s [c54x] PC HIST insn=692000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953104.238 +197.456s [c54x] PC HIST insn=694000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.292 +197.510s [c54x] PC HIST insn=696000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953104.347 +197.565s [c54x] PC HIST insn=698000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953104.402 +197.620s [c54x] PC HIST insn=700000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.457 +197.674s [c54x] PC HIST insn=702000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953104.511 +197.729s [c54x] PC HIST insn=704000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.563 +197.781s [c54x] PC HIST insn=706000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953104.618 +197.836s [c54x] PC HIST insn=708000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.673 +197.890s [c54x] PC HIST insn=710000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953104.728 +197.946s [c54x] PC HIST insn=712000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953104.783 +198.000s [c54x] PC HIST insn=714000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.859 +198.077s [c54x] PC HIST insn=716000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953104.918 +198.136s [c54x] PC HIST insn=718000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953104.973 +198.190s [c54x] PC HIST insn=720000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953105.028 +198.246s [c54x] PC HIST insn=722000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.092 +198.309s [c54x] PC HIST insn=724000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.151 +198.368s [c54x] PC HIST insn=726000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953105.209 +198.427s [c54x] PC HIST insn=728000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.264 +198.481s [c54x] PC HIST insn=730000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953105.322 +198.540s [c54x] PC HIST insn=732000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.376 +198.594s [c54x] PC HIST insn=734000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953105.430 +198.648s [c54x] PC HIST insn=736000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953105.485 +198.702s [c54x] PC HIST insn=738000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.539 +198.756s [c54x] PC HIST insn=740000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953105.594 +198.811s [c54x] PC HIST insn=742000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.648 +198.865s [c54x] PC HIST insn=744000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953105.702 +198.920s [c54x] PC HIST insn=746000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953105.756 +198.974s [c54x] PC HIST insn=748000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953105.840 +199.058s [c54x] PC HIST insn=750000000 top: a2c6:842106 a2c7:842106 a2c4:52632 a2c5:52632 a2c2:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953105.943 +199.161s [c54x] PC HIST insn=752000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.055 +199.273s [c54x] PC HIST insn=754000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953106.111 +199.328s [c54x] PC HIST insn=756000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.165 +199.383s [c54x] PC HIST insn=758000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953106.221 +199.439s [c54x] PC HIST insn=760000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.289 +199.507s [c54x] PC HIST insn=762000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.367 +199.585s [c54x] PC HIST insn=764000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953106.434 +199.652s [c54x] PC HIST insn=766000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.502 +199.720s [c54x] PC HIST insn=768000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953106.698 +199.916s [c54x] PC HIST insn=770000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.850 +200.068s [c54x] PC HIST insn=772000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953107.085 +200.303s [c54x] PC HIST insn=774000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953107.148 +200.366s [c54x] PC HIST insn=776000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
qemu_diag.log (1,701,378 bytes, 13413 lignes)
18:1778952906.960 +0.178s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x5ac8
180:1778952907.031 +0.249s [c54x] RPTB EXIT PC=0xff80 RSA=0x0000 REA=0x0000 insn=0 SP=0x5ac8
209:1778952907.053 +0.270s [c54x] PMST WR attempt #1: val=0xffa8 cur=0xffa8 PC=0xb410 insn=1
226:1778952907.053 +0.271s [c54x] RPTBD PC=0x76fb REA=0x7700 RSA=0x76ff BRC=63
228:1778952907.053 +0.271s [c54x] RPTB-ENTRY PC=0x76FD AR0=0000 AR1=0000 AR2=0000 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 ARP=0 DP=31 BRC=63 SP=5ac7
236:1778952907.053 +0.271s [c54x] MAC-7700 #1 AR2=0x0001 data[AR2]=0x0008 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
237:1778952907.053 +0.271s [c54x] MAC-7700 #1 ARs: AR0=0000 AR1=0000 AR2=0001 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
238:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=63
243:1778952907.053 +0.271s [c54x] MAC-7700 #2 AR2=0x0003 data[AR2]=0x0008 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
244:1778952907.053 +0.271s [c54x] MAC-7700 #2 ARs: AR0=0000 AR1=0000 AR2=0003 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
245:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=62
250:1778952907.053 +0.271s [c54x] MAC-7700 #3 AR2=0x0005 data[AR2]=0x1006 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
251:1778952907.053 +0.271s [c54x] MAC-7700 #3 ARs: AR0=0000 AR1=0000 AR2=0005 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
252:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=61
257:1778952907.053 +0.271s [c54x] MAC-7700 #4 AR2=0x0007 data[AR2]=0x2900 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
258:1778952907.053 +0.271s [c54x] MAC-7700 #4 ARs: AR0=0000 AR1=0000 AR2=0007 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
259:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=60
264:1778952907.053 +0.271s [c54x] MAC-7700 #5 AR2=0x0009 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
265:1778952907.053 +0.271s [c54x] MAC-7700 #5 ARs: AR0=0000 AR1=0000 AR2=0009 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
266:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=59
271:1778952907.053 +0.271s [c54x] MAC-7700 #6 AR2=0x000b data[AR2]=0x0060 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
272:1778952907.053 +0.271s [c54x] MAC-7700 #6 ARs: AR0=0000 AR1=0000 AR2=000b AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
273:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=58
278:1778952907.053 +0.271s [c54x] MAC-7700 #7 AR2=0x000d data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
279:1778952907.053 +0.271s [c54x] MAC-7700 #7 ARs: AR0=0000 AR1=0000 AR2=000d AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
280:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=57
285:1778952907.053 +0.271s [c54x] MAC-7700 #8 AR2=0x000f data[AR2]=0xff75 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
286:1778952907.053 +0.271s [c54x] MAC-7700 #8 ARs: AR0=0000 AR1=0000 AR2=000f AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
287:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=56
292:1778952907.053 +0.271s [c54x] MAC-7700 #9 AR2=0x0011 data[AR2]=0x005f T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
293:1778952907.053 +0.271s [c54x] MAC-7700 #9 ARs: AR0=0000 AR1=0000 AR2=0011 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
294:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=55
299:1778952907.053 +0.271s [c54x] MAC-7700 #10 AR2=0x0013 data[AR2]=0x0014 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
300:1778952907.053 +0.271s [c54x] MAC-7700 #10 ARs: AR0=0000 AR1=0000 AR2=0013 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
301:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=54
306:1778952907.053 +0.271s [c54x] MAC-7700 #11 AR2=0x0015 data[AR2]=0x0014 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
307:1778952907.053 +0.271s [c54x] MAC-7700 #11 ARs: AR0=0000 AR1=0000 AR2=0015 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
308:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=53
313:1778952907.053 +0.271s [c54x] MAC-7700 #12 AR2=0x0017 data[AR2]=0x1e44 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
314:1778952907.053 +0.271s [c54x] MAC-7700 #12 ARs: AR0=0000 AR1=0000 AR2=0017 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
315:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=52
320:1778952907.053 +0.271s [c54x] MAC-7700 #13 AR2=0x0019 data[AR2]=0xfff6 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
321:1778952907.053 +0.271s [c54x] MAC-7700 #13 ARs: AR0=0000 AR1=0000 AR2=0019 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
322:1778952907.053 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=51
327:1778952907.054 +0.271s [c54x] MAC-7700 #14 AR2=0x001b data[AR2]=0xd9ec T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
328:1778952907.054 +0.271s [c54x] MAC-7700 #14 ARs: AR0=0000 AR1=0000 AR2=001b AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
329:1778952907.054 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=50
334:1778952907.054 +0.271s [c54x] MAC-7700 #15 AR2=0x001d data[AR2]=0xffa8 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
335:1778952907.054 +0.271s [c54x] MAC-7700 #15 ARs: AR0=0000 AR1=0000 AR2=001d AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
336:1778952907.054 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=49
341:1778952907.054 +0.271s [c54x] MAC-7700 #16 AR2=0x001f data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
342:1778952907.054 +0.271s [c54x] MAC-7700 #16 ARs: AR0=0000 AR1=0000 AR2=001f AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
343:1778952907.054 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=48
348:1778952907.054 +0.271s [c54x] MAC-7700 #17 AR2=0x0021 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
349:1778952907.054 +0.271s [c54x] MAC-7700 #17 ARs: AR0=0000 AR1=0000 AR2=0021 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
350:1778952907.054 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=47
355:1778952907.054 +0.271s [c54x] MAC-7700 #18 AR2=0x0023 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
356:1778952907.054 +0.271s [c54x] MAC-7700 #18 ARs: AR0=0000 AR1=0000 AR2=0023 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
357:1778952907.054 +0.271s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=46
362:1778952907.054 +0.272s [c54x] MAC-7700 #19 AR2=0x0025 data[AR2]=0xffff T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
363:1778952907.054 +0.272s [c54x] MAC-7700 #19 ARs: AR0=0000 AR1=0000 AR2=0025 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
364:1778952907.054 +0.272s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=45
369:1778952907.054 +0.272s [c54x] MAC-7700 #20 AR2=0x0027 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
370:1778952907.054 +0.272s [c54x] MAC-7700 #20 ARs: AR0=0000 AR1=0000 AR2=0027 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
371:1778952907.054 +0.272s [c54x] RPTB redirect PC=0x7701→RSA=0x76ff REA=0x7700 BRC=44
374:1778952907.054 +0.272s [c54x] MAC-7700 #21 AR2=0x0029 data[AR2]=0xf802 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
375:1778952907.054 +0.272s [c54x] MAC-7700 #21 ARs: AR0=0000 AR1=0000 AR2=0029 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
378:1778952907.054 +0.272s [c54x] MAC-7700 #22 AR2=0x002b data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
379:1778952907.054 +0.272s [c54x] MAC-7700 #22 ARs: AR0=0000 AR1=0000 AR2=002b AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
382:1778952907.054 +0.272s [c54x] MAC-7700 #23 AR2=0x002d data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
383:1778952907.054 +0.272s [c54x] MAC-7700 #23 ARs: AR0=0000 AR1=0000 AR2=002d AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
386:1778952907.054 +0.272s [c54x] MAC-7700 #24 AR2=0x002f data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
387:1778952907.054 +0.272s [c54x] MAC-7700 #24 ARs: AR0=0000 AR1=0000 AR2=002f AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
390:1778952907.054 +0.272s [c54x] MAC-7700 #25 AR2=0x0031 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
391:1778952907.054 +0.272s [c54x] MAC-7700 #25 ARs: AR0=0000 AR1=0000 AR2=0031 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
394:1778952907.054 +0.272s [c54x] MAC-7700 #26 AR2=0x0033 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
395:1778952907.054 +0.272s [c54x] MAC-7700 #26 ARs: AR0=0000 AR1=0000 AR2=0033 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
398:1778952907.054 +0.272s [c54x] MAC-7700 #27 AR2=0x0035 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
399:1778952907.054 +0.272s [c54x] MAC-7700 #27 ARs: AR0=0000 AR1=0000 AR2=0035 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
402:1778952907.054 +0.272s [c54x] MAC-7700 #28 AR2=0x0037 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
403:1778952907.054 +0.272s [c54x] MAC-7700 #28 ARs: AR0=0000 AR1=0000 AR2=0037 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
406:1778952907.054 +0.272s [c54x] MAC-7700 #29 AR2=0x0039 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
407:1778952907.054 +0.272s [c54x] MAC-7700 #29 ARs: AR0=0000 AR1=0000 AR2=0039 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
410:1778952907.054 +0.272s [c54x] MAC-7700 #30 AR2=0x003b data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
411:1778952907.054 +0.272s [c54x] MAC-7700 #30 ARs: AR0=0000 AR1=0000 AR2=003b AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
414:1778952907.054 +0.272s [c54x] MAC-7700 #31 AR2=0x003d data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
415:1778952907.054 +0.272s [c54x] MAC-7700 #31 ARs: AR0=0000 AR1=0000 AR2=003d AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
418:1778952907.054 +0.272s [c54x] MAC-7700 #32 AR2=0x003f data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
419:1778952907.054 +0.272s [c54x] MAC-7700 #32 ARs: AR0=0000 AR1=0000 AR2=003f AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
422:1778952907.054 +0.272s [c54x] MAC-7700 #33 AR2=0x0041 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
423:1778952907.054 +0.272s [c54x] MAC-7700 #33 ARs: AR0=0000 AR1=0000 AR2=0041 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
426:1778952907.054 +0.272s [c54x] MAC-7700 #34 AR2=0x0043 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
427:1778952907.054 +0.272s [c54x] MAC-7700 #34 ARs: AR0=0000 AR1=0000 AR2=0043 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
430:1778952907.054 +0.272s [c54x] MAC-7700 #35 AR2=0x0045 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
431:1778952907.054 +0.272s [c54x] MAC-7700 #35 ARs: AR0=0000 AR1=0000 AR2=0045 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
434:1778952907.054 +0.272s [c54x] MAC-7700 #36 AR2=0x0047 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
435:1778952907.054 +0.272s [c54x] MAC-7700 #36 ARs: AR0=0000 AR1=0000 AR2=0047 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
438:1778952907.054 +0.272s [c54x] MAC-7700 #37 AR2=0x0049 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
439:1778952907.054 +0.272s [c54x] MAC-7700 #37 ARs: AR0=0000 AR1=0000 AR2=0049 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
442:1778952907.054 +0.272s [c54x] MAC-7700 #38 AR2=0x004b data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
443:1778952907.054 +0.272s [c54x] MAC-7700 #38 ARs: AR0=0000 AR1=0000 AR2=004b AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
446:1778952907.054 +0.272s [c54x] MAC-7700 #39 AR2=0x004d data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
447:1778952907.054 +0.272s [c54x] MAC-7700 #39 ARs: AR0=0000 AR1=0000 AR2=004d AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
450:1778952907.054 +0.272s [c54x] MAC-7700 #40 AR2=0x004f data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
451:1778952907.054 +0.272s [c54x] MAC-7700 #40 ARs: AR0=0000 AR1=0000 AR2=004f AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
454:1778952907.054 +0.272s [c54x] MAC-7700 #41 AR2=0x0051 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
455:1778952907.054 +0.272s [c54x] MAC-7700 #41 ARs: AR0=0000 AR1=0000 AR2=0051 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
458:1778952907.054 +0.272s [c54x] MAC-7700 #42 AR2=0x0053 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
459:1778952907.054 +0.272s [c54x] MAC-7700 #42 ARs: AR0=0000 AR1=0000 AR2=0053 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
462:1778952907.054 +0.272s [c54x] MAC-7700 #43 AR2=0x0055 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
463:1778952907.054 +0.272s [c54x] MAC-7700 #43 ARs: AR0=0000 AR1=0000 AR2=0055 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
466:1778952907.054 +0.272s [c54x] MAC-7700 #44 AR2=0x0057 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
467:1778952907.054 +0.272s [c54x] MAC-7700 #44 ARs: AR0=0000 AR1=0000 AR2=0057 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
470:1778952907.054 +0.272s [c54x] MAC-7700 #45 AR2=0x0059 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
471:1778952907.054 +0.272s [c54x] MAC-7700 #45 ARs: AR0=0000 AR1=0000 AR2=0059 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
474:1778952907.055 +0.272s [c54x] MAC-7700 #46 AR2=0x005b data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
475:1778952907.055 +0.272s [c54x] MAC-7700 #46 ARs: AR0=0000 AR1=0000 AR2=005b AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
478:1778952907.055 +0.272s [c54x] MAC-7700 #47 AR2=0x005d data[AR2]=0x3236 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
479:1778952907.055 +0.272s [c54x] MAC-7700 #47 ARs: AR0=0000 AR1=0000 AR2=005d AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
482:1778952907.055 +0.272s [c54x] MAC-7700 #48 AR2=0x005f data[AR2]=0x3200 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
483:1778952907.055 +0.272s [c54x] MAC-7700 #48 ARs: AR0=0000 AR1=0000 AR2=005f AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
486:1778952907.055 +0.272s [c54x] MAC-7700 #49 AR2=0x0061 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
487:1778952907.055 +0.272s [c54x] MAC-7700 #49 ARs: AR0=0000 AR1=0000 AR2=0061 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
490:1778952907.055 +0.272s [c54x] MAC-7700 #50 AR2=0x0063 data[AR2]=0x0000 T=0x0000 A_pre=0000000000 ST0=0x581f ST1=0x6900
491:1778952907.055 +0.272s [c54x] MAC-7700 #50 ARs: AR0=0000 AR1=0000 AR2=0063 AR3=0000 AR4=0000 AR5=0000 AR6=0000 AR7=0000 SP=5ac7
520:1778952907.055 +0.273s [c54x] RPTB EXIT PC=0x7701 RSA=0x76ff REA=0x7700 insn=137 SP=0x5ac7
529:1778952907.055 +0.273s [c54x] INTM-TRANS 1->0 current PC=0x7707 op=0xfe00 | cause prev_exec PC=0x7706 op=0x8a07 | XPC=0 IFR=0x0000 SP=0x5ac8 insn=143
2914:1778952907.069 +0.287s [c54x] RPTBD PC=0xf07b REA=0xf081 RSA=0xf07f BRC=38
2916:1778952907.069 +0.287s [c54x] RPTB EXIT PC=0xf082 RSA=0xf07f REA=0xf081 insn=27529 SP=0x9003
2949:1778952907.070 +0.287s [c54x] RPTB EXIT PC=0xff0b RSA=0xff08 REA=0xff0a insn=27969 SP=0x9009
2957:1778952907.070 +0.287s [c54x] RPTB EXIT PC=0xff23 RSA=0xff1d REA=0xff22 insn=28616 SP=0x9009
2976:1778952907.070 +0.288s [c54x] WATCH-READ d_fb_det[0x08F8]=0x0000 PC=0x778a insn=28648
2977:1778952907.070 +0.288s [c54x] d_fb_det NON-FBDET-PC write #1 val=0x0000 PC=0x778a SP=0x900e
2996:1778952907.070 +0.288s [c54x] RPTB EXIT PC=0x74f8 RSA=0x74f4 REA=0x74f7 insn=30832 SP=0x9010
3015:1778952907.070 +0.288s [c54x] INTM-TRANS 0->1 current PC=0xff80 op=0xf880 | cause prev_exec PC=0xe40a op=0xf300 | XPC=0 IFR=0x0000 SP=0x900e insn=30888
3018:1778952907.070 +0.288s [c54x] INTM-TRANS #1 0->1 PC=0xff80 insn=30888 SP=0x900e RET=e40b RET+1=04c4 op=0xf880 IMR=0x0000 IFR=0x0000
3021:1778952907.070 +0.288s [c54x] PMST WR attempt #2: val=0xffa8 cur=0xffa8 PC=0xb410 insn=30889
3026:1778952907.070 +0.288s [c54x] RPTBD PC=0x76fb REA=0x7700 RSA=0x76ff BRC=63
3027:1778952907.070 +0.288s [c54x] RPTB-ENTRY PC=0x76FD AR0=0001 AR1=ffd7 AR2=4800 AR3=4a1a AR4=09ef AR5=0a23 AR6=0001 AR7=0000 ARP=0 DP=498 BRC=63 SP=900d
3028:1778952907.070 +0.288s [c54x] RPTB EXIT PC=0x7701 RSA=0x76ff REA=0x7700 insn=31025 SP=0x900d
3032:1778952907.070 +0.288s [c54x] INTM-TRANS 1->0 current PC=0x7707 op=0xfe00 | cause prev_exec PC=0x7706 op=0x8a07 | XPC=0 IFR=0x0000 SP=0x900e insn=31031
3041:1778952907.070 +0.288s [c54x] RPTB EXIT PC=0x75b9 RSA=0x75b5 REA=0x75b8 insn=33210 SP=0x900f
3057:1778952907.070 +0.288s [c54x] RPTBD PC=0x0641 REA=0x7659 RSA=0x0645 BRC=12
3225:1778952907.071 +0.289s [c54x] INTM-TRANS 0->1 current PC=0x033f op=0x0000 | cause prev_exec PC=0x033d op=0x7707 | XPC=0 IFR=0x0000 SP=0x9016 insn=33383
3228:1778952907.071 +0.289s [c54x] INTM-TRANS #2 0->1 PC=0x033f insn=33383 SP=0x9016 RET=0620 RET+1=078d op=0x7706 IMR=0x0000 IFR=0x0000
3229:1778952907.071 +0.289s [c54x] PMST WR attempt #3: val=0xffa8 cur=0xffa8 PC=0x0341 insn=33384
3231:1778952907.071 +0.289s [c54x] RPTB EXIT PC=0x0646 RSA=0x0645 REA=0x0002 insn=33418 SP=0x9016
3241:1778952907.072 +0.289s [c54x] RPTBD PC=0x0641 REA=0x7659 RSA=0x0645 BRC=12
3253:1778952907.072 +0.289s [c54x] DISP-FLAG-W data[0x007e] <- 0x0000 (was 0x0000) PC=0x0792 INTM=1 IFR=0x0000 insn=33492
3254:1778952907.072 +0.289s [c54x] INTM-TRANS 1->0 current PC=0x02d0 op=0x0000 | cause prev_exec PC=0x02cf op=0x8a07 | XPC=0 IFR=0x0000 SP=0x901c insn=33496
3255:1778952907.072 +0.289s [c54x] RPTB EXIT PC=0x79e8 RSA=0x087c REA=0x787e insn=33598 SP=0x9015
3256:1778952907.072 +0.289s [c54x] RPTB EXIT PC=0x79f2 RSA=0x79f1 REA=0x79f1 insn=33627 SP=0x9015
3281:1778952907.072 +0.290s [c54x] RPTB EXIT PC=0x79fb RSA=0x79fa REA=0x79fa insn=33655 SP=0x9015
3282:1778952907.072 +0.290s [c54x] RPTB EXIT PC=0x7a04 RSA=0x7a03 REA=0x7a03 insn=33683 SP=0x9015
3307:1778952907.072 +0.290s [c54x] RPTB EXIT PC=0x7a0d RSA=0x7a0c REA=0x7a0c insn=33711 SP=0x9015
3332:1778952907.072 +0.290s [c54x] RPTB EXIT PC=0x7a15 RSA=0x7a14 REA=0x7a14 insn=33739 SP=0x9015
3333:1778952907.072 +0.290s [c54x] SP-CATASTROPHE Δ=-13658 PC=0x0120 op=0x7718 SP 0x9022 → 0x5ac8 INTM=0 AR0..7: fbff 0495 0980 0980 41f4 0968 317e 03fe BK=015e A=fffffffffd insn=33754
3610:1778952907.075 +0.293s [c54x] SP-CATASTROPHE Δ=-19986 PC=0xfd2a op=0x8018 SP 0x9006 → 0x41f4 INTM=0 AR0..7: fbff 0000 1082 1082 41f4 0968 317e 03fe BK=015e A=00000041f4 insn=61018
3644:1778952907.076 +0.294s [c54x] RPTBD PC=0xf07b REA=0xf081 RSA=0xf07f BRC=38
3645:1778952907.076 +0.294s [c54x] IMR-W        0x0000 → 0x10fb PC=0xf07f op=0xcc89 prev_op=0x0204 SP=0x47ff INTM=0 insn=64146
3646:1778952907.076 +0.294s [c54x] RPTB EXIT PC=0xf082 RSA=0xf07f REA=0xf081 insn=64262 SP=0x47ff
3648:1778952907.076 +0.294s [c54x] IMR-W        0x10fb → 0x50fb PC=0xdd3e op=0x6981 prev_op=0x0000 SP=0x4800 INTM=0 insn=64290
3654:1778952907.076 +0.294s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
3785:1778952907.078 +0.296s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=64426 SP=0x4800
3790:1778952907.078 +0.296s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
3921:1778952907.079 +0.297s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=64560 SP=0x4800
3926:1778952907.079 +0.297s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4057:1778952907.080 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=64694 SP=0x4800
4062:1778952907.080 +0.298s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4156:1778952907.081 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=64828 SP=0x4800
4157:1778952907.081 +0.298s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4158:1778952907.081 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=64962 SP=0x4800
4159:1778952907.081 +0.298s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4160:1778952907.081 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65096 SP=0x4800
4161:1778952907.081 +0.298s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4162:1778952907.081 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65230 SP=0x4800
4163:1778952907.081 +0.298s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4164:1778952907.081 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65364 SP=0x4800
4165:1778952907.081 +0.298s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4166:1778952907.081 +0.298s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65498 SP=0x4800
4167:1778952907.081 +0.299s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4168:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65632 SP=0x4800
4169:1778952907.081 +0.299s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4170:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65766 SP=0x4800
4171:1778952907.081 +0.299s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4172:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=65900 SP=0x4800
4173:1778952907.081 +0.299s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4174:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=66034 SP=0x4800
4176:1778952907.081 +0.299s [c54x] RPTBD PC=0x8a1d REA=0x8a32 RSA=0x8a21 BRC=31
4178:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=66168 SP=0x4800
4181:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=66302 SP=0x4800
4184:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=66436 SP=0x4800
4187:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=66570 SP=0x4800
4190:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8a33 RSA=0x8a21 REA=0x8a32 insn=66704 SP=0x4800
4192:1778952907.081 +0.299s [c54x] SP-CATASTROPHE Δ=-18432 PC=0x8a46 op=0x9918 SP 0x4800 → 0x0000 INTM=0 AR0..7: fbff ffff 1134 340f 4270 045b 7fff 03fe BK=015e A=d910000000 insn=66723
4196:1778952907.081 +0.299s [c54x] DISP-FLAG-W data[0x0060] <- 0x000f (was 0x0000) PC=0x8f28 INTM=0 IFR=0x0000 insn=66741
4197:1778952907.081 +0.299s [c54x] DISP-FLAG-W data[0x0062] <- 0x0001 (was 0x0000) PC=0x8f2a INTM=0 IFR=0x0000 insn=66742
4198:1778952907.081 +0.299s [c54x] DISP-FLAG-W data[0x0063] <- 0x0013 (was 0x0000) PC=0x8f2c INTM=0 IFR=0x0000 insn=66743
4199:1778952907.081 +0.299s [c54x] DISP-FLAG-W data[0x0064] <- 0xffff (was 0x0000) PC=0x8f2e INTM=0 IFR=0x0000 insn=66744
4200:1778952907.081 +0.299s [c54x] DISP-FLAG-W data[0x0065] <- 0x0000 (was 0x0000) PC=0x8f30 INTM=0 IFR=0x0000 insn=66745
4249:1778952907.081 +0.299s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=67255 SP=0xfffe
4295:1778952907.082 +0.299s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=67756 SP=0xfffe
4328:1778952907.082 +0.300s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=68257 SP=0xfffe
4361:1778952907.082 +0.300s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=68758 SP=0xfffe
4394:1778952907.082 +0.300s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=69259 SP=0xfffe
4427:1778952907.082 +0.300s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=69760 SP=0xfffe
4465:1778952907.083 +0.300s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=70261 SP=0xfffe
4502:1778952907.083 +0.301s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=70762 SP=0xfffe
4535:1778952907.083 +0.301s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=71263 SP=0xfffe
4569:1778952907.083 +0.301s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=71764 SP=0xfffe
4607:1778952907.084 +0.301s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=72265 SP=0xfffe
4640:1778952907.084 +0.302s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=72766 SP=0xfffe
4679:1778952907.084 +0.302s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=73267 SP=0xfffe
4712:1778952907.084 +0.302s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=73768 SP=0xfffe
4749:1778952907.085 +0.302s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=74269 SP=0xfffe
4782:1778952907.085 +0.302s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=74770 SP=0xfffe
4818:1778952907.085 +0.303s [c54x] RPTB EXIT PC=0x8f6a RSA=0x8f44 REA=0x8f69 insn=75271 SP=0xfffe
5234:1778952907.088 +0.305s [c54x] PMST WR attempt #4: val=0xffa8 cur=0xffa8 PC=0xb360 insn=89280
5235:1778952907.088 +0.305s [c54x] PMST WR attempt #5: val=0xffb8 cur=0xffa8 PC=0xb362 insn=89281
5270:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=096e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5319:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=09ee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5327:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0a6e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5331:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0aee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5335:1778952907.088 +0.306s [c54x] IMR-W *ZERO* 0x50fb → 0x0000 PC=0xfffd op=0x8000 prev_op=0x7981 SP=0x000a INTM=0 insn=89961
5337:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0b6e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0009
5340:1778952907.088 +0.306s [c54x] INTM-TRANS 0->1 current PC=0x7707 op=0xfe00 | cause prev_exec PC=0x7706 op=0x8a07 | XPC=0 IFR=0x0000 SP=0x000a insn=90106
5343:1778952907.088 +0.306s [c54x] INTM-TRANS #3 0->1 PC=0x7707 insn=90106 SP=0x000a RET=0000 RET+1=0060 op=0xfe00 IMR=0x0000 IFR=0x0000
5345:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0bee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5346:1778952907.088 +0.306s [c54x] INTM-TRANS 1->0 current PC=0x75e8 op=0xfe47 | cause prev_exec PC=0x7702 op=0xf274 | XPC=0 IFR=0x0000 SP=0x0007 insn=90248
5354:1778952907.088 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0c6e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5362:1778952907.089 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0cee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5370:1778952907.089 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0d6e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5378:1778952907.089 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0dee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5386:1778952907.089 +0.306s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0e6e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5394:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0eee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5402:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0f6e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5410:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=0fee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5411:1778952907.089 +0.307s [c54x] WATCH-READ #1 data[0x0ffc] data=0x7715 api_ram=0x7715 api_set=1 PC=0x76ff insn=91676
5412:1778952907.089 +0.307s [c54x] WATCH-READ #2 data[0x0ffd] data=0x2cdc api_ram=0x2cdc api_set=1 PC=0x7700 insn=91677
5413:1778952907.089 +0.307s [c54x] WATCH-READ #3 data[0x0ffe] data=0x7210 api_ram=0x7210 api_set=1 PC=0x76ff insn=91678
5414:1778952907.089 +0.307s [c54x] WATCH-READ #4 data[0x0fff] data=0x2f06 api_ram=0x2f06 api_set=1 PC=0x7700 insn=91679
5422:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=106e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5430:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=10ee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5438:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=116e AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5441:1778952907.089 +0.307s [c54x] INTM-TRANS 0->1 current PC=0x7707 op=0xfe00 | cause prev_exec PC=0x7706 op=0x8a07 | XPC=0 IFR=0x0000 SP=0x0009 insn=92374
5444:1778952907.089 +0.307s [c54x] INTM-TRANS #4 0->1 PC=0x7707 insn=92374 SP=0x0009 RET=0000 RET+1=0000 op=0xfe00 IMR=0x0000 IFR=0x0000
5447:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=0009 AR1=fffe AR2=11ee AR3=7d6a AR4=2bc0 AR5=3d96 AR6=6dd8 AR7=dd90 ARP=0 DP=0 BRC=63 SP=0008
5448:1778952907.089 +0.307s [c54x] INTM-TRANS 1->0 current PC=0x75e8 op=0xfe47 | cause prev_exec PC=0x7702 op=0xf274 | XPC=0 IFR=0x0000 SP=0x0007 insn=92530
5450:1778952907.089 +0.307s [c54x] DISP-FLAG-W data[0x004e] <- 0x55e0 (was 0x0000) PC=0xfe9d INTM=0 IFR=0x0000 insn=92535
5453:1778952907.089 +0.307s [c54x] DISP-FLAG-W data[0x007f] <- 0xfe9d (was 0x0000) PC=0x126e INTM=0 IFR=0x0000 insn=96014
5456:1778952907.089 +0.307s [c54x] PMST WR attempt #6: val=0xffa8 cur=0xffb8 PC=0xb360 insn=104719
5458:1778952907.089 +0.307s [c54x] PMST WR attempt #7: val=0xffb8 cur=0xffa8 PC=0xb362 insn=104720
5460:1778952907.089 +0.307s [c54x] RPTB-ENTRY PC=0x76FD AR0=fff7 AR1=fffa AR2=126a AR3=7d66 AR4=2bbf AR5=3d95 AR6=6dd7 AR7=dd8f ARP=0 DP=0 BRC=63 SP=0017
5463:1778952907.089 +0.307s [c54x] INTM-TRANS 0->1 current PC=0x7707 op=0xfe00 | cause prev_exec PC=0x7706 op=0x8a07 | XPC=0 IFR=0x0000 SP=0x0018 insn=104881
5466:1778952907.089 +0.307s [c54x] INTM-TRANS #5 0->1 PC=0x7707 insn=104881 SP=0x0018 RET=1100 RET+1=fff6 op=0xfe00 IMR=0x0000 IFR=0x0000
5468:1778952907.089 +0.307s [c54x] IMR-W        0x0000 → 0xb800 PC=0xfffd op=0x8000 prev_op=0x7981 SP=0xfffe INTM=1 insn=104905
5473:1778952907.090 +0.307s [c54x] DISP-WRITE data[0x3fab] <- 0x0100 (was 0x0000) PC=0xb829 insn=104931
5486:1778952907.093 +0.311s [c54x] DISP-FLAG-W data[0x0043] <- 0xe910 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=133787
5488:1778952907.094 +0.312s [c54x] WATCH-WRITE data[0x0fff] <- 0xc400  (was 0x2f06) PC=0x8217 insn=139737
5491:1778952907.097 +0.315s [c54x] DISP-FLAG-W data[0x004b] <- 0xf216 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=159211
5493:1778952907.098 +0.316s [c54x] DISP-FLAG-W data[0x007f] <- 0x8a66 (was 0xfe9d) PC=0x8217 INTM=1 IFR=0x0000 insn=170131
5496:1778952907.099 +0.317s [c54x] WATCH-WRITE 0x3dd2 #1 <- 0x0000 (was 0x0000) PC=0x821a insn=175355 INTM=1
5498:1778952907.100 +0.317s [c54x] WATCH-READ #5 data[0x0ffc] data=0x7715 api_ram=0x7715 api_set=1 PC=0x820d insn=179140
5501:1778952907.100 +0.318s [c54x] DISP-PTR data[0x3f65] <- 0x0000 (was 0x0000) PC=0x821a insn=180997
5502:1778952907.100 +0.318s [c54x] DISP-WRITE data[0x3fab] <- 0x00a0 (was 0x0100) PC=0x821a insn=181977
5590:1778952907.102 +0.319s [c54x] DISP-FLAG-W data[0x007d] <- 0x571a (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=189717
5636:1778952907.102 +0.320s [c54x] DISP-FLAG-W data[0x005b] <- 0x6c76 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=193931
5637:1778952907.102 +0.320s [c54x] DISP-WRITE data[0x4359] <- 0x0000 (was 0x0000) PC=0x821a insn=195165
5638:1778952907.103 +0.321s [c54x] DISP-FLAG-W data[0x0071] <- 0xd5c1 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=199839
5645:1778952907.104 +0.321s [c54x] DISP-FLAG-W data[0x0075] <- 0x9288 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=204487
5650:1778952907.105 +0.323s [c54x] DISP-PTR data[0x3f65] <- 0xbcd1 (was 0x0000) PC=0x8217 insn=212677
5651:1778952907.105 +0.323s [c54x] DISP-FLAG-W data[0x0073] <- 0x680a (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=213489
5656:1778952907.108 +0.325s [c54x] DISP-FLAG-W data[0x008d] <- 0x7dd8 (was 0xf074) PC=0x8217 INTM=1 IFR=0x0000 insn=234741
5657:1778952907.108 +0.325s [c54x] DISP-FLAG-W data[0x0061] <- 0xc75c (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=235903
5659:1778952907.109 +0.327s [c54x] WATCH-READ d_fb_det[0x08F8]=0x0000 PC=0x820d insn=244898
7667:1778952907.120 +0.337s [c54x] DISP-FLAG-W data[0x0063] <- 0x0718 (was 0x0013) PC=0x8217 INTM=1 IFR=0x0000 insn=260571
7671:1778952907.120 +0.337s [c54x] DISP-WRITE data[0x3fab] <- 0x275d (was 0x00a0) PC=0x8217 insn=270273
7684:1778952907.120 +0.337s [c54x] DISP-FLAG-W data[0x0049] <- 0x5e33 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=287773
7687:1778952907.120 +0.338s [c54x] DISP-FLAG-W data[0x004f] <- 0x9735 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=297139
7690:1778952907.121 +0.339s [c54x] DISP-FLAG-W data[0x0083] <- 0x6182 (was 0x7707) PC=0x8217 INTM=1 IFR=0x0000 insn=301339
7692:1778952907.121 +0.339s [c54x] WATCH-READ #6 data[0x0ffe] data=0x7210 api_ram=0x7210 api_set=1 PC=0x820d insn=302928
7693:1778952907.121 +0.339s [c54x] DISP-FLAG-W data[0x0069] <- 0x83ca (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=302991
7694:1778952907.121 +0.339s [c54x] DISP-FLAG-W data[0x0059] <- 0x4334 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=305917
7698:1778952907.122 +0.340s [c54x] DISP-WRITE data[0x4359] <- 0xec2f (was 0x0000) PC=0x8217 insn=316669
7699:1778952907.122 +0.340s [c54x] DISP-FLAG-W data[0x0089] <- 0xed29 (was 0xfffc) PC=0x8217 INTM=1 IFR=0x0000 insn=317341
7702:1778952907.124 +0.342s [c54x] DISP-FLAG-W data[0x005f] <- 0x304f (was 0x3200) PC=0x8217 INTM=1 IFR=0x0000 insn=333651
7703:1778952907.124 +0.342s [c54x] DISP-FLAG-W data[0x0045] <- 0x70de (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=335975
7705:1778952907.124 +0.342s [c54x] DISP-FLAG-W data[0x0077] <- 0x8de6 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=340931
7712:1778952907.125 +0.343s [c54x] DISP-FLAG-W data[0x0055] <- 0x07b4 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=354021
7715:1778952907.127 +0.345s [c54x] DISP-FLAG-W data[0x0057] <- 0x20ba (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=368259
7718:1778952907.127 +0.345s [c54x] DSP WR a_sync_SNR = 0x7a0e (s=31246) PC=0x8217 insn=377877 #1
7725:1778952907.129 +0.346s [c54x] DISP-FLAG-W data[0x0051] <- 0x39e1 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=393823
7726:1778952907.129 +0.347s [c54x] DISP-FLAG-W data[0x0067] <- 0x9f7f (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=397897
7727:1778952907.129 +0.347s [c54x] DISP-FLAG-W data[0x008b] <- 0xa0c0 (was 0x3f65) PC=0x8217 INTM=1 IFR=0x0000 insn=398443
7730:1778952907.130 +0.347s [c54x] DISP-FLAG-W data[0x0085] <- 0xcd51 (was 0x7706) PC=0x8217 INTM=1 IFR=0x0000 insn=406661
7734:1778952907.130 +0.348s [c54x] DISP-FLAG-W data[0x0053] <- 0xde43 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=414697
7736:1778952907.130 +0.348s [c54x] DISP-FLAG-W data[0x006d] <- 0xdbcc (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=416671
7737:1778952907.131 +0.348s [c54x] DISP-FLAG-W data[0x0079] <- 0xd595 (was 0x0000) PC=0x8217 INTM=1 IFR=0x0000 insn=417301
7740:1778952907.132 +0.349s [c54x] DISP-FLAG-W data[0x0085] <- 0xb710 (was 0xcd51) PC=0x8217 INTM=1 IFR=0x0000 insn=433359
7741:1778952907.132 +0.349s [c54x] DISP-FLAG-W data[0x0081] <- 0x9d09 (was 0xf074) PC=0x8217 INTM=1 IFR=0x0000 insn=433541

[... 13013 lines truncated (file too large : 1,701,378 bytes) ...]

112771:1778953097.585 +190.802s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9515
112772:1778953097.585 +190.802s [calypso-trx] fbsb hook fired task=24 fn=9515
112838:1778953097.716 +190.934s [c54x] IRQ #6500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
113112:1778953098.292 +191.509s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9566
113113:1778953098.292 +191.510s [calypso-trx] fbsb hook fired task=24 fn=9566
113121:1778953098.306 +191.524s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9567
113122:1778953098.306 +191.524s [calypso-trx] fbsb hook fired task=24 fn=9567
113133:1778953098.320 +191.538s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9568
113134:1778953098.320 +191.538s [calypso-trx] fbsb hook fired task=24 fn=9568
113148:1778953098.348 +191.565s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9570
113149:1778953098.348 +191.566s [calypso-trx] fbsb hook fired task=24 fn=9570
113278:1778953098.602 +191.820s [calypso-trx] fbsb hook fired task=1 fn=9588
113323:1778953098.672 +191.889s [calypso-trx] ARM TASK WR [0x0030] = 5 fn=9593
113324:1778953098.672 +191.889s [calypso-trx] fbsb hook fired task=5 fn=9593
113343:1778953098.699 +191.917s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=9595 #483
113344:1778953098.699 +191.917s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0000 sz=2 fn=9595 #484
113350:1778953098.713 +191.931s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=9596
113351:1778953098.713 +191.931s [calypso-trx] fbsb hook fired task=5 fn=9596
113367:1778953098.741 +191.959s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=9598 #489
113368:1778953098.741 +191.959s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0001 sz=2 fn=9598 #490
113431:1778953098.867 +192.084s [calypso-trx] ARM TASK WR [0x0008] = 6 fn=9607
113432:1778953098.867 +192.084s [calypso-trx] fbsb hook fired task=6 fn=9607
113440:1778953098.880 +192.098s [calypso-trx] ARM TASK WR [0x0030] = 6 fn=9608
113441:1778953098.880 +192.098s [calypso-trx] fbsb hook fired task=6 fn=9608
113451:1778953098.895 +192.113s [c54x] IRQ #6600 vec=21 bit=5: INTM=1 IMR=0xffff IFR=0x0020 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
113793:1778953099.643 +192.861s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9660
113794:1778953099.643 +192.861s [calypso-trx] fbsb hook fired task=24 fn=9660
113805:1778953099.657 +192.875s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9661
113806:1778953099.657 +192.875s [calypso-trx] fbsb hook fired task=24 fn=9661
113814:1778953099.672 +192.889s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9662
113815:1778953099.672 +192.889s [calypso-trx] fbsb hook fired task=24 fn=9662
113824:1778953099.685 +192.902s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9663
113825:1778953099.685 +192.902s [calypso-trx] fbsb hook fired task=24 fn=9663
114066:1778953100.185 +193.402s [BSP] STALE ratio: stale=75000 written=1053 (cur_fn=9699)
114097:1778953100.248 +193.465s [c54x] IRQ #6700 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2cb PMST=0xffb8 IPTR=0x1ff
114156:1778953100.395 +193.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9712
114157:1778953100.395 +193.613s [calypso-trx] fbsb hook fired task=24 fn=9712
114167:1778953100.413 +193.630s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9713
114168:1778953100.413 +193.630s [calypso-trx] fbsb hook fired task=24 fn=9713
114178:1778953100.436 +193.654s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9714
114179:1778953100.436 +193.654s [calypso-trx] fbsb hook fired task=24 fn=9714
114187:1778953100.453 +193.670s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9715
114188:1778953100.453 +193.670s [calypso-trx] fbsb hook fired task=24 fn=9715
114525:1778953101.471 +194.689s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9765
114526:1778953101.471 +194.689s [calypso-trx] fbsb hook fired task=24 fn=9765
114533:1778953101.486 +194.704s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9766
114534:1778953101.486 +194.704s [calypso-trx] fbsb hook fired task=24 fn=9766
114546:1778953101.502 +194.719s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9767
114547:1778953101.502 +194.719s [calypso-trx] fbsb hook fired task=24 fn=9767
114555:1778953101.523 +194.741s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9768
114556:1778953101.523 +194.741s [calypso-trx] fbsb hook fired task=24 fn=9768
114744:1778953101.929 +195.146s [c54x] IRQ #6800 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c8 PMST=0xffb8 IPTR=0x1ff
114884:1778953102.262 +195.479s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9816
114885:1778953102.262 +195.479s [calypso-trx] fbsb hook fired task=24 fn=9816
114893:1778953102.315 +195.533s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9817
114894:1778953102.315 +195.533s [calypso-trx] fbsb hook fired task=24 fn=9817
114904:1778953102.375 +195.593s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9818
114905:1778953102.375 +195.593s [calypso-trx] fbsb hook fired task=24 fn=9818
114912:1778953102.409 +195.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9819
114913:1778953102.409 +195.627s [calypso-trx] fbsb hook fired task=24 fn=9819
115128:1778953103.024 +196.242s [calypso-trx] fbsb hook fired task=1 fn=9850
115198:1778953103.354 +196.572s [calypso-trx] ARM TASK WR [0x0030] = 5 fn=9859
115199:1778953103.354 +196.572s [calypso-trx] fbsb hook fired task=5 fn=9859
115216:1778953103.383 +196.601s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=9861 #495
115217:1778953103.383 +196.601s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0000 sz=2 fn=9861 #496
115226:1778953103.395 +196.613s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=9862
115227:1778953103.395 +196.613s [calypso-trx] fbsb hook fired task=5 fn=9862
115243:1778953103.425 +196.643s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=9864 #501
115250:1778953103.437 +196.655s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0001 sz=2 fn=9865 #502
115299:1778953103.534 +196.752s [calypso-trx] ARM TASK WR [0x0008] = 6 fn=9872
115300:1778953103.534 +196.752s [calypso-trx] fbsb hook fired task=6 fn=9872
115309:1778953103.549 +196.767s [calypso-trx] ARM TASK WR [0x0030] = 6 fn=9873
115310:1778953103.549 +196.767s [calypso-trx] fbsb hook fired task=6 fn=9873
115357:1778953103.640 +196.858s [c54x] IRQ #6900 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
115659:1778953104.257 +197.475s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9924
115660:1778953104.257 +197.475s [calypso-trx] fbsb hook fired task=24 fn=9924
115668:1778953104.272 +197.490s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9925
115669:1778953104.272 +197.490s [calypso-trx] fbsb hook fired task=24 fn=9925
115678:1778953104.286 +197.503s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9926
115679:1778953104.286 +197.503s [calypso-trx] fbsb hook fired task=24 fn=9926
115690:1778953104.299 +197.516s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9927
115691:1778953104.299 +197.516s [calypso-trx] fbsb hook fired task=24 fn=9927
116015:1778953105.003 +198.221s [c54x] IRQ #7000 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
116020:1778953105.010 +198.228s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9976
116021:1778953105.010 +198.228s [calypso-trx] fbsb hook fired task=24 fn=9976
116029:1778953105.024 +198.242s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9977
116030:1778953105.024 +198.242s [calypso-trx] fbsb hook fired task=24 fn=9977
116041:1778953105.040 +198.258s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9978
116042:1778953105.040 +198.258s [calypso-trx] fbsb hook fired task=24 fn=9978
116049:1778953105.058 +198.275s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9979
116050:1778953105.058 +198.275s [calypso-trx] fbsb hook fired task=24 fn=9979
116403:1778953105.819 +199.036s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=10031
116404:1778953105.819 +199.036s [calypso-trx] fbsb hook fired task=24 fn=10031
116416:1778953105.842 +199.060s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=10032
116417:1778953105.842 +199.060s [calypso-trx] fbsb hook fired task=24 fn=10032
116424:1778953105.858 +199.076s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=10033
116425:1778953105.858 +199.076s [calypso-trx] fbsb hook fired task=24 fn=10033
116434:1778953105.875 +199.092s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=10034
116435:1778953105.875 +199.092s [calypso-trx] fbsb hook fired task=24 fn=10034
116659:1778953106.508 +199.726s [c54x] IRQ #7100 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c4 PMST=0xffb8 IPTR=0x1ff
qemu_tail.log (433,173 bytes, 4000 lignes)
1778953097.576 +190.794s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.579 +190.797s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.581 +190.799s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.584 +190.802s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.584 +190.802s [BSP] DARAM-WR-STATS low=0 target=81360 wrap=0 other=219640 total=301000
1778953097.585 +190.802s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.585 +190.802s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9515
1778953097.585 +190.802s [calypso-trx] fbsb hook fired task=24 fn=9515
1778953097.585 +190.802s [calypso-fbsb] on_dsp_task_change task=24 fn=9515 state=6
1778953097.585 +190.803s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.587 +190.805s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.590 +190.807s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.592 +190.810s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.595 +190.812s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.597 +190.815s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.601 +190.819s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.603 +190.820s [c54x] PC HIST insn=486000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.603 +190.820s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.603 +190.820s [c54x] INSN-COUNT-STATS total=486000000 delta=1000000 elapsed_ms=27 rate=36787020/s
1778953097.603 +190.821s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.606 +190.824s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.609 +190.826s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.611 +190.829s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.615 +190.832s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.619 +190.837s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.620 +190.837s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.622 +190.840s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.625 +190.843s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.628 +190.846s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.630 +190.848s [c54x] INSN-COUNT-STATS total=487000000 delta=1000000 elapsed_ms=27 rate=36608528/s
1778953097.630 +190.848s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.633 +190.851s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.636 +190.854s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.638 +190.856s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.641 +190.859s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.644 +190.862s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.646 +190.864s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.649 +190.867s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.651 +190.869s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.653 +190.871s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.653 +190.871s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.655 +190.873s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.657 +190.875s [c54x] PC HIST insn=488000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.657 +190.875s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.657 +190.875s [c54x] INSN-COUNT-STATS total=488000000 delta=1000000 elapsed_ms=27 rate=36727716/s
1778953097.658 +190.875s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.660 +190.878s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.663 +190.881s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.666 +190.884s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.669 +190.886s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.671 +190.889s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.674 +190.892s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.677 +190.894s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.679 +190.897s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.682 +190.900s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.684 +190.901s [c54x] INSN-COUNT-STATS total=489000000 delta=1000000 elapsed_ms=26 rate=37461562/s
1778953097.685 +190.902s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.687 +190.905s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.690 +190.908s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.693 +190.910s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.695 +190.913s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.695 +190.913s [BSP] RX delta stats (last 500): min=0 max=32 mean=14
1778953097.695 +190.913s [BSP] RX tn=4 fn=9538 cur_fn=9523 delta=15
1778953097.698 +190.916s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.701 +190.919s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.704 +190.922s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.707 +190.924s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.709 +190.927s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.711 +190.929s [c54x] PC HIST insn=490000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.711 +190.929s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.711 +190.929s [c54x] INSN-COUNT-STATS total=490000000 delta=1000000 elapsed_ms=27 rate=36556195/s
1778953097.712 +190.930s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.714 +190.932s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.716 +190.934s [c54x] IRQ #6500 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c6 PMST=0xffb8 IPTR=0x1ff
1778953097.717 +190.935s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.720 +190.937s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.722 +190.940s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.723 +190.941s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.723 +190.941s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.726 +190.943s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.728 +190.946s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.731 +190.949s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.734 +190.951s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.736 +190.954s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.738 +190.956s [c54x] INSN-COUNT-STATS total=491000000 delta=1000000 elapsed_ms=27 rate=37006472/s
1778953097.739 +190.957s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.741 +190.959s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.744 +190.961s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.746 +190.964s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.749 +190.966s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.753 +190.970s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.755 +190.973s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.758 +190.976s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.760 +190.978s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.763 +190.981s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.765 +190.983s [c54x] PC HIST insn=492000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.765 +190.983s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.765 +190.983s [c54x] INSN-COUNT-STATS total=492000000 delta=1000000 elapsed_ms=27 rate=36795305/s
1778953097.766 +190.984s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.768 +190.986s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.771 +190.989s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.773 +190.991s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.776 +190.994s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.780 +190.997s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.782 +191.000s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.785 +191.003s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.787 +191.005s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.790 +191.007s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.791 +191.009s [c54x] INSN-COUNT-STATS total=493000000 delta=1000000 elapsed_ms=26 rate=38317235/s
1778953097.792 +191.010s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.792 +191.010s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.793 +191.011s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.796 +191.013s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.798 +191.016s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.801 +191.018s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.803 +191.021s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.807 +191.025s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.810 +191.027s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.812 +191.030s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.815 +191.032s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.817 +191.035s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.819 +191.037s [c54x] PC HIST insn=494000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.819 +191.037s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.819 +191.037s [c54x] INSN-COUNT-STATS total=494000000 delta=1000000 elapsed_ms=27 rate=36530675/s
1778953097.820 +191.037s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.823 +191.041s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.825 +191.043s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.828 +191.046s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.831 +191.048s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.833 +191.051s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.836 +191.054s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.839 +191.057s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.842 +191.059s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.844 +191.062s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.846 +191.064s [c54x] INSN-COUNT-STATS total=495000000 delta=1000000 elapsed_ms=27 rate=36582352/s
1778953097.847 +191.065s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.848 +191.065s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.848 +191.066s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.850 +191.068s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.853 +191.070s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.855 +191.073s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.858 +191.075s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.860 +191.078s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.864 +191.082s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.867 +191.084s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.869 +191.087s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.872 +191.090s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.873 +191.091s [c54x] PC HIST insn=496000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.873 +191.091s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.873 +191.091s [c54x] INSN-COUNT-STATS total=496000000 delta=1000000 elapsed_ms=27 rate=36789812/s
1778953097.874 +191.092s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.878 +191.095s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.880 +191.098s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.883 +191.101s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.885 +191.103s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.888 +191.105s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.891 +191.109s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.894 +191.112s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.897 +191.114s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.899 +191.117s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.901 +191.119s [c54x] INSN-COUNT-STATS total=497000000 delta=1000000 elapsed_ms=27 rate=36156309/s
1778953097.902 +191.120s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.904 +191.122s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.904 +191.122s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.905 +191.123s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.908 +191.125s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.910 +191.128s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.913 +191.131s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.915 +191.133s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.919 +191.136s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.921 +191.139s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.924 +191.141s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.926 +191.144s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.928 +191.146s [c54x] PC HIST insn=498000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953097.928 +191.146s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.928 +191.146s [c54x] INSN-COUNT-STATS total=498000000 delta=1000000 elapsed_ms=26 rate=37053679/s
1778953097.929 +191.147s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.931 +191.149s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.935 +191.153s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.937 +191.155s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.940 +191.158s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.943 +191.160s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.945 +191.163s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.948 +191.166s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.951 +191.169s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.954 +191.171s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.955 +191.173s [c54x] INSN-COUNT-STATS total=499000000 delta=1000000 elapsed_ms=27 rate=36312024/s
1778953097.956 +191.174s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.959 +191.177s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.960 +191.177s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953097.960 +191.178s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953097.962 +191.180s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.964 +191.182s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.967 +191.184s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.969 +191.187s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953097.972 +191.190s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.976 +191.193s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.978 +191.196s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.981 +191.199s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.983 +191.200s [c54x] PC HIST insn=500000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953097.983 +191.200s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953097.983 +191.200s [c54x] INSN-COUNT-STATS total=500000000 delta=1000000 elapsed_ms=27 rate=36800356/s
1778953097.983 +191.201s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.986 +191.204s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.989 +191.207s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953097.992 +191.209s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953097.994 +191.212s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953097.997 +191.214s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953097.999 +191.217s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.003 +191.220s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.005 +191.223s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.008 +191.226s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.010 +191.227s [c54x] INSN-COUNT-STATS total=501000000 delta=1000000 elapsed_ms=26 rate=37165085/s
1778953098.010 +191.228s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.013 +191.231s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.016 +191.234s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.019 +191.236s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.021 +191.239s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.024 +191.242s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.026 +191.244s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.029 +191.247s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.029 +191.247s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.030 +191.247s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.032 +191.250s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.035 +191.252s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.036 +191.254s [c54x] PC HIST insn=502000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.036 +191.254s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.036 +191.254s [c54x] INSN-COUNT-STATS total=502000000 delta=1000000 elapsed_ms=26 rate=37572865/s
1778953098.037 +191.255s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.039 +191.257s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.042 +191.260s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.045 +191.263s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.048 +191.266s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.051 +191.268s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.053 +191.271s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.056 +191.274s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.059 +191.277s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.062 +191.280s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.063 +191.281s [c54x] INSN-COUNT-STATS total=503000000 delta=1000000 elapsed_ms=27 rate=36675804/s
1778953098.064 +191.282s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.067 +191.285s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.069 +191.287s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.073 +191.290s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.075 +191.293s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.078 +191.296s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.080 +191.298s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.083 +191.301s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.086 +191.304s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.089 +191.307s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.091 +191.308s [c54x] PC HIST insn=504000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.091 +191.308s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.091 +191.308s [c54x] INSN-COUNT-STATS total=504000000 delta=1000000 elapsed_ms=27 rate=36758223/s
1778953098.091 +191.309s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.094 +191.312s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.097 +191.315s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.098 +191.316s [BSP] RX delta stats (last 500): min=0 max=32 mean=16
1778953098.098 +191.316s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.098 +191.316s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.100 +191.318s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.103 +191.320s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.105 +191.323s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.108 +191.326s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.111 +191.329s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.114 +191.331s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.116 +191.334s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.118 +191.335s [c54x] INSN-COUNT-STATS total=505000000 delta=1000000 elapsed_ms=26 rate=37079304/s
1778953098.119 +191.336s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.121 +191.339s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.124 +191.342s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.127 +191.345s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.130 +191.348s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.132 +191.350s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.134 +191.352s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.137 +191.355s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.141 +191.358s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.143 +191.361s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.145 +191.363s [c54x] PC HIST insn=506000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953098.145 +191.363s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.145 +191.363s [c54x] INSN-COUNT-STATS total=506000000 delta=1000000 elapsed_ms=27 rate=36862952/s
1778953098.146 +191.363s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.148 +191.366s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.151 +191.368s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.154 +191.372s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.156 +191.374s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.159 +191.377s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.161 +191.379s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.164 +191.382s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.166 +191.384s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.167 +191.384s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.167 +191.384s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.170 +191.388s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.172 +191.389s [c54x] INSN-COUNT-STATS total=507000000 delta=1000000 elapsed_ms=26 rate=37170429/s
1778953098.172 +191.390s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.175 +191.393s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.178 +191.395s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.180 +191.398s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.184 +191.401s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.186 +191.404s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.189 +191.407s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.192 +191.409s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.194 +191.412s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.197 +191.415s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.199 +191.417s [c54x] PC HIST insn=508000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953098.199 +191.417s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.199 +191.417s [c54x] INSN-COUNT-STATS total=508000000 delta=1000000 elapsed_ms=27 rate=36758342/s
1778953098.200 +191.417s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.202 +191.420s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.205 +191.422s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.207 +191.425s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.211 +191.429s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.214 +191.431s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.216 +191.434s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.219 +191.436s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.221 +191.439s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.223 +191.441s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.223 +191.441s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.225 +191.442s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.226 +191.444s [c54x] INSN-COUNT-STATS total=509000000 delta=1000000 elapsed_ms=27 rate=36663251/s
1778953098.227 +191.445s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.229 +191.447s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.232 +191.450s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.235 +191.453s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.238 +191.456s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.241 +191.459s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.244 +191.461s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.246 +191.464s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.249 +191.466s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.252 +191.469s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.253 +191.471s [c54x] PC HIST insn=510000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.253 +191.471s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.253 +191.471s [c54x] INSN-COUNT-STATS total=510000000 delta=1000000 elapsed_ms=27 rate=36969137/s
1778953098.254 +191.472s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.256 +191.474s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.259 +191.477s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.262 +191.479s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.265 +191.483s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.267 +191.485s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.270 +191.487s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.272 +191.490s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.274 +191.492s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.277 +191.495s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.280 +191.498s [c54x] INSN-COUNT-STATS total=511000000 delta=1000000 elapsed_ms=27 rate=36938688/s
1778953098.281 +191.499s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.284 +191.501s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.286 +191.504s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.288 +191.506s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.291 +191.509s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.292 +191.509s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9566
1778953098.292 +191.510s [calypso-trx] fbsb hook fired task=24 fn=9566
1778953098.292 +191.510s [calypso-fbsb] on_dsp_task_change task=24 fn=9566 state=6
1778953098.295 +191.512s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.297 +191.515s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.300 +191.518s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.302 +191.520s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.305 +191.523s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.306 +191.524s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.306 +191.524s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9567
1778953098.306 +191.524s [calypso-trx] fbsb hook fired task=24 fn=9567
1778953098.306 +191.524s [calypso-fbsb] on_dsp_task_change task=24 fn=9567 state=6
1778953098.306 +191.524s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.308 +191.525s [c54x] PC HIST insn=512000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.308 +191.525s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.308 +191.525s [c54x] INSN-COUNT-STATS total=512000000 delta=1000000 elapsed_ms=27 rate=36550358/s
1778953098.308 +191.526s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.311 +191.529s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.314 +191.531s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.316 +191.534s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.319 +191.536s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.320 +191.538s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=9568
1778953098.320 +191.538s [calypso-trx] fbsb hook fired task=24 fn=9568
1778953098.320 +191.538s [calypso-fbsb] on_dsp_task_change task=24 fn=9568 state=6
1778953098.322 +191.540s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.325 +191.542s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.327 +191.545s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.330 +191.547s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.332 +191.550s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.334 +191.552s [BSP] DARAM-WR-STATS low=0 target=81680 wrap=0 other=220320 total=302000
1778953098.335 +191.553s [c54x] INSN-COUNT-STATS total=513000000 delta=1000000 elapsed_ms=27 rate=36672013/s
1778953098.336 +191.553s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.338 +191.556s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.341 +191.559s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.343 +191.561s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.346 +191.564s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.348 +191.565s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=9570
1778953098.348 +191.566s [calypso-trx] fbsb hook fired task=24 fn=9570
1778953098.348 +191.566s [calypso-fbsb] on_dsp_task_change task=24 fn=9570 state=6
1778953098.349 +191.567s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.352 +191.570s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.354 +191.572s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.357 +191.575s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.360 +191.577s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.361 +191.579s [c54x] PC HIST insn=514000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.361 +191.579s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.361 +191.579s [c54x] INSN-COUNT-STATS total=514000000 delta=1000000 elapsed_ms=26 rate=37823077/s
1778953098.363 +191.581s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.365 +191.583s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.368 +191.585s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.370 +191.588s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.373 +191.591s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.375 +191.593s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.375 +191.593s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.377 +191.594s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.379 +191.597s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.381 +191.599s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.384 +191.602s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.387 +191.604s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.388 +191.606s [c54x] INSN-COUNT-STATS total=515000000 delta=1000000 elapsed_ms=27 rate=36912939/s
1778953098.389 +191.607s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.392 +191.610s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.395 +191.612s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.397 +191.615s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.400 +191.617s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.402 +191.620s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.406 +191.624s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.409 +191.626s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.411 +191.629s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.414 +191.631s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.416 +191.633s [c54x] PC HIST insn=516000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953098.416 +191.633s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.416 +191.633s [c54x] INSN-COUNT-STATS total=516000000 delta=1000000 elapsed_ms=27 rate=36905360/s
1778953098.416 +191.634s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.420 +191.637s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.422 +191.640s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.425 +191.643s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.428 +191.646s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.431 +191.648s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.432 +191.649s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.432 +191.650s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.438 +191.655s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.440 +191.658s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.443 +191.660s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.445 +191.663s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.447 +191.665s [c54x] INSN-COUNT-STATS total=517000000 delta=1000000 elapsed_ms=31 rate=31571673/s
1778953098.448 +191.666s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.451 +191.669s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.454 +191.672s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.457 +191.675s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.459 +191.677s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.462 +191.680s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.465 +191.683s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.467 +191.685s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.470 +191.688s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.472 +191.690s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.474 +191.691s [c54x] PC HIST insn=518000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953098.474 +191.692s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.474 +191.692s [c54x] INSN-COUNT-STATS total=518000000 delta=1000000 elapsed_ms=26 rate=37682291/s
1778953098.475 +191.692s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.479 +191.696s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.481 +191.699s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.484 +191.701s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.486 +191.704s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.489 +191.706s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.491 +191.708s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.491 +191.709s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.492 +191.710s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.494 +191.712s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.497 +191.715s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.500 +191.718s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.502 +191.719s [c54x] INSN-COUNT-STATS total=519000000 delta=1000000 elapsed_ms=27 rate=35728394/s
1778953098.502 +191.720s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.506 +191.724s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.508 +191.726s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.511 +191.729s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.514 +191.731s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.516 +191.734s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.519 +191.736s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.522 +191.740s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.524 +191.742s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.527 +191.744s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.529 +191.746s [c54x] PC HIST insn=520000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c8:52632 a2c9:52632 a2cb:52632 a2c4:52631 a2c5:52631 0000:0 0000:0
1778953098.529 +191.746s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953098.529 +191.746s [c54x] INSN-COUNT-STATS total=520000000 delta=1000000 elapsed_ms=26 rate=37307110/s
1778953098.529 +191.747s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.531 +191.749s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.536 +191.753s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.538 +191.756s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.541 +191.759s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953098.544 +191.761s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.546 +191.764s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.547 +191.765s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953098.547 +191.765s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953098.549 +191.767s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.552 +191.770s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.555 +191.772s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.556 +191.774s [c54x] INSN-COUNT-STATS total=521000000 delta=1000000 elapsed_ms=27 rate=35980245/s
1778953098.557 +191.775s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.560 +191.777s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953098.561 +191.779s [PTY-MODEM-RX] <<<RX 42 bytes (rx_count=0 free=8192): 7e 05 03 0d 7d 20 7d 20 7d 20 01 7d 20 7d 20 7d 20 7e 7e 05 03 08 7d 20 7d 20 7d 20 01 7d 20 7d 20 7d 20 7d 20 01 7d 20 01 7e
1778953098.561 +191.779s [PTY-L1CTL] <<<RX 8 bytes (mobile→fw) mt=0x0d: 0d 00 00 00 01 00 00 00
1778953098.561 +191.779s [gate→fw-fifo] DLCI=5 CTRL=03 payload=8 bytes (rx_count_before=0)
1778953098.561 +191.779s [PTY-L1CTL] <<<RX 12 bytes (mobile→fw) mt=0x08: 08 00 00 00 01 00 00 00 00 01 00 01
1778953098.561 +191.779s [gate→fw-fifo] DLCI=5 CTRL=03 payload=12 bytes (rx_count_before=12)
1778953098.561 +191.779s [INTH] IRQ7 dispatch #9400 (total=21893) levels=0x00000082 mask=0xfff96e2b
1778953098.561 +191.779s [l1ctl-sock] TX→mobile: dlci=5 len=8 type=0x0e
1778953098.563 +191.780s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953098.565 +191.783s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.568 +191.786s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.570 +191.788s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953098.573 +191.791s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953098.576 +191.794s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632

[... 3300 lines truncated ...]

1778953106.257 +199.474s [c54x] INSN-COUNT-STATS total=761000000 delta=1000000 elapsed_ms=35 rate=27835284/s
1778953106.258 +199.475s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.260 +199.478s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.263 +199.481s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.266 +199.484s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.269 +199.486s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.271 +199.489s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.274 +199.492s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.277 +199.495s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953106.280 +199.497s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953106.280 +199.498s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953106.284 +199.502s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.287 +199.505s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.289 +199.507s [c54x] PC HIST insn=762000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.289 +199.507s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953106.289 +199.507s [c54x] INSN-COUNT-STATS total=762000000 delta=1000000 elapsed_ms=32 rate=30978670/s
1778953106.290 +199.507s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.293 +199.510s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.295 +199.513s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.302 +199.520s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.306 +199.524s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953106.310 +199.528s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953106.313 +199.531s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.316 +199.534s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.320 +199.537s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.323 +199.541s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.325 +199.543s [c54x] INSN-COUNT-STATS total=763000000 delta=1000000 elapsed_ms=36 rate=27425374/s
1778953106.326 +199.544s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.329 +199.547s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.332 +199.549s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.334 +199.552s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.343 +199.561s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.347 +199.565s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.351 +199.569s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953106.355 +199.573s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.358 +199.576s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.360 +199.577s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953106.360 +199.577s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953106.365 +199.583s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.367 +199.585s [c54x] PC HIST insn=764000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953106.368 +199.585s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953106.368 +199.585s [c54x] INSN-COUNT-STATS total=764000000 delta=1000000 elapsed_ms=42 rate=23706211/s
1778953106.369 +199.587s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.372 +199.590s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.376 +199.593s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.379 +199.597s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953106.382 +199.600s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953106.386 +199.603s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.389 +199.606s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.391 +199.609s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.394 +199.612s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.401 +199.619s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.403 +199.621s [c54x] INSN-COUNT-STATS total=765000000 delta=1000000 elapsed_ms=35 rate=27991415/s
1778953106.404 +199.622s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.407 +199.625s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.411 +199.628s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.414 +199.631s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.419 +199.636s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.421 +199.639s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953106.424 +199.642s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.427 +199.644s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.429 +199.647s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.432 +199.650s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.434 +199.652s [c54x] PC HIST insn=766000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.434 +199.652s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953106.434 +199.652s [c54x] INSN-COUNT-STATS total=766000000 delta=1000000 elapsed_ms=30 rate=32721516/s
1778953106.435 +199.652s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.437 +199.655s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.439 +199.657s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953106.442 +199.659s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953106.444 +199.662s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953106.445 +199.662s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953106.446 +199.663s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.448 +199.666s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.451 +199.669s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.454 +199.672s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.457 +199.674s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.459 +199.677s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.466 +199.684s [c54x] INSN-COUNT-STATS total=767000000 delta=1000000 elapsed_ms=32 rate=31159973/s
1778953106.467 +199.685s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.469 +199.687s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.472 +199.690s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.475 +199.692s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.478 +199.695s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953106.485 +199.703s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.489 +199.706s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.493 +199.710s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.496 +199.713s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.498 +199.716s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.502 +199.720s [c54x] PC HIST insn=768000000 top: a2c6:842107 a2c7:842107 a2c2:52631 a2c4:52631 a2c5:52631 a2c8:52631 a2c9:52631 a2cb:52631 0000:0 0000:0
1778953106.502 +199.720s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953106.502 +199.720s [c54x] INSN-COUNT-STATS total=768000000 delta=1000000 elapsed_ms=36 rate=27523540/s
1778953106.503 +199.721s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.506 +199.724s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953106.508 +199.726s [c54x] IRQ #7100 vec=19 bit=3: INTM=1 IMR=0xffff IFR=0x0008 idle=0 PC=0xa2c4 PMST=0xffb8 IPTR=0x1ff
1778953106.508 +199.726s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953106.512 +199.729s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.516 +199.734s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.519 +199.737s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953106.524 +199.742s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.535 +199.753s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.547 +199.765s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.560 +199.777s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.572 +199.790s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.579 +199.797s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953106.581 +199.799s [c54x] INSN-COUNT-STATS total=769000000 delta=1000000 elapsed_ms=79 rate=12637385/s
1778953106.586 +199.803s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.599 +199.816s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.612 +199.830s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.625 +199.842s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953106.638 +199.856s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.653 +199.871s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.666 +199.884s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.677 +199.895s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.687 +199.904s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.694 +199.912s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.698 +199.916s [c54x] PC HIST insn=770000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953106.698 +199.916s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953106.698 +199.916s [c54x] INSN-COUNT-STATS total=770000000 delta=1000000 elapsed_ms=116 rate=8577655/s
1778953106.699 +199.917s [BSP] RX delta stats (last 500): min=0 max=32 mean=15
1778953106.699 +199.917s [BSP] RX tn=4 fn=10096 cur_fn=10071 delta=25
1778953106.701 +199.919s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953106.707 +199.925s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953106.711 +199.929s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.716 +199.934s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.720 +199.937s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.724 +199.941s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.727 +199.945s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.730 +199.948s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.733 +199.950s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.735 +199.953s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.736 +199.954s [c54x] INSN-COUNT-STATS total=771000000 delta=1000000 elapsed_ms=38 rate=26075789/s
1778953106.737 +199.955s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.747 +199.964s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.756 +199.973s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953106.767 +199.985s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.779 +199.997s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.791 +200.009s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.807 +200.025s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.819 +200.037s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.831 +200.048s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.843 +200.060s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953106.850 +200.068s [c54x] PC HIST insn=772000000 top: a2c6:842106 a2c7:842106 a2c8:52632 a2c9:52632 a2c2:52631 a2c4:52631 a2c5:52631 a2cb:52631 0000:0 0000:0
1778953106.850 +200.068s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953106.850 +200.068s [c54x] INSN-COUNT-STATS total=772000000 delta=1000000 elapsed_ms=113 rate=8787845/s
1778953106.854 +200.071s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953106.866 +200.083s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.878 +200.096s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.891 +200.108s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.902 +200.119s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.913 +200.130s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.925 +200.142s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.936 +200.154s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.948 +200.165s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.961 +200.179s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953106.969 +200.187s [c54x] INSN-COUNT-STATS total=773000000 delta=1000000 elapsed_ms=119 rate=8386964/s
1778953106.974 +200.191s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953106.988 +200.206s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953107.002 +200.219s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.015 +200.232s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.028 +200.246s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.042 +200.259s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.057 +200.274s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.067 +200.284s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.075 +200.293s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953107.081 +200.299s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953107.085 +200.303s [c54x] PC HIST insn=774000000 top: a2c6:842105 a2c7:842105 a2c2:52632 a2c4:52632 a2c5:52632 a2cb:52632 a2c8:52631 a2c9:52631 0000:0 0000:0
1778953107.085 +200.303s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953107.085 +200.303s [c54x] INSN-COUNT-STATS total=774000000 delta=1000000 elapsed_ms=115 rate=8636724/s
1778953107.087 +200.305s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.093 +200.310s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953107.093 +200.310s [UART:irda] IER=0x00 (RX=0 TX=0)
1778953107.095 +200.313s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.098 +200.316s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.101 +200.319s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.104 +200.321s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.106 +200.324s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.113 +200.331s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.115 +200.333s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.117 +200.335s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.119 +200.337s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.121 +200.338s [c54x] INSN-COUNT-STATS total=775000000 delta=1000000 elapsed_ms=35 rate=28100848/s
1778953107.122 +200.339s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c8:2632 a2c9:2632 a2c2:2631
1778953107.124 +200.342s [BSP] RX delta stats (last 500): min=-1 max=31 mean=14
1778953107.126 +200.344s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.129 +200.346s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.131 +200.348s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.133 +200.351s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.135 +200.353s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.137 +200.355s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.142 +200.360s [c54x] PC RECENT (last 100k) top: a2c6:42105 a2c7:42105 a2c2:2632 a2c8:2632 a2c9:2632
1778953107.144 +200.362s [c54x] PC RECENT (last 100k) top: a2c6:42106 a2c7:42106 a2c4:2632 a2c5:2632 a2c2:2631
1778953107.147 +200.365s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.148 +200.366s [c54x] PC HIST insn=776000000 top: a2c6:842104 a2c7:842104 a2c2:52632 a2c4:52632 a2c5:52632 a2c8:52632 a2c9:52632 a2cb:52632 0000:0 0000:0
1778953107.148 +200.366s [c54x] PC HIST cont:        0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0 0000:0
1778953107.148 +200.366s [c54x] INSN-COUNT-STATS total=776000000 delta=1000000 elapsed_ms=27 rate=36405042/s
1778953107.149 +200.367s [c54x] PC RECENT (last 100k) top: a2c6:42107 a2c7:42107 a2c2:2631 a2c4:2631 a2c5:2631
1778953107.151 +200.369s [c54x] PC RECENT (last 100k) top: a2c6:42104 a2c7:42104 a2c2:2632 a2c4:2632 a2c5:2632
1778953107.152 +200.369s [UART:irda] IER=0x02 (RX=0 TX=1)
1778953107.152 +200.369s [UART:irda] IER=0x00 (RX=0 TX=0)
source_excerpts.txt (43 bytes, 2 lignes)
=== calypso_c54x.c — version + size ===

static_decode.txt (6,266 bytes, 274 lignes)
=== Static dump prog[0x8421..0x8440] ===
PROM0[0x8421] = 0xf272
PROM0[0x8422] = 0x8433
PROM0[0x8423] = 0x7713
PROM0[0x8424] = 0x2a98
PROM0[0x8425] = 0xa085
PROM0[0x8426] = 0xec03
PROM0[0x8427] = 0xe085
PROM0[0x8428] = 0x0063
PROM0[0x8429] = 0x6f9b
PROM0[0x842a] = 0x0d62
PROM0[0x842b] = 0x8396
PROM0[0x842c] = 0x4485
PROM0[0x842d] = 0x4391
PROM0[0x842e] = 0x9e1e
PROM0[0x842f] = 0x3f89
PROM0[0x8430] = 0xf484
PROM0[0x8431] = 0x9edb
PROM0[0x8432] = 0x6daa
PROM0[0x8433] = 0xa9a8
PROM0[0x8434] = 0xfc00
PROM0[0x8435] = 0x7712
PROM0[0x8436] = 0x2a8f
PROM0[0x8437] = 0x7713
PROM0[0x8438] = 0x2a99
PROM0[0x8439] = 0x771a
PROM0[0x843a] = 0x008d
PROM0[0x843b] = 0x4594
PROM0[0x843c] = 0xf272
PROM0[0x843d] = 0x844d
PROM0[0x843e] = 0x7710
PROM0[0x843f] = 0x0006
PROM0[0x8440] = 0xa085

=== Static dump prog[0xa2c2..0xa2e1] ===
PROM0[0xa2c2] = 0xf272
PROM0[0xa2c3] = 0xa2c7
PROM0[0xa2c4] = 0x1082
PROM0[0xa2c5] = 0xf495
PROM0[0xa2c6] = 0xf490
PROM0[0xa2c7] = 0xf591
PROM0[0xa2c8] = 0x8192
PROM0[0xa2c9] = 0x6e89
PROM0[0xa2ca] = 0xa2c2
PROM0[0xa2cb] = 0x771a
PROM0[0xa2cc] = 0x000f
PROM0[0xa2cd] = 0xfe00
PROM0[0xa2ce] = 0x6d90
PROM0[0xa2cf] = 0x6daa
PROM0[0xa2d0] = 0xe725
PROM0[0xa2d1] = 0x7714
PROM0[0xa2d2] = 0x000f
PROM0[0xa2d3] = 0x7710
PROM0[0xa2d4] = 0x0020
PROM0[0xa2d5] = 0x7713
PROM0[0xa2d6] = 0x0004
PROM0[0xa2d7] = 0x7711
PROM0[0xa2d8] = 0x0004
PROM0[0xa2d9] = 0x4492
PROM0[0xa2da] = 0x0092
PROM0[0xa2db] = 0x771a
PROM0[0xa2dc] = 0x001f
PROM0[0xa2dd] = 0xf072
PROM0[0xa2de] = 0xa2f5
PROM0[0xa2df] = 0x6c84
PROM0[0xa2e0] = 0xa2eb
PROM0[0xa2e1] = 0xf3e1

=== Static dump prog[0xa2c6..0xa2e5] ===
PROM0[0xa2c6] = 0xf490
PROM0[0xa2c7] = 0xf591
PROM0[0xa2c8] = 0x8192
PROM0[0xa2c9] = 0x6e89
PROM0[0xa2ca] = 0xa2c2
PROM0[0xa2cb] = 0x771a
PROM0[0xa2cc] = 0x000f
PROM0[0xa2cd] = 0xfe00
PROM0[0xa2ce] = 0x6d90
PROM0[0xa2cf] = 0x6daa
PROM0[0xa2d0] = 0xe725
PROM0[0xa2d1] = 0x7714
PROM0[0xa2d2] = 0x000f
PROM0[0xa2d3] = 0x7710
PROM0[0xa2d4] = 0x0020
PROM0[0xa2d5] = 0x7713
PROM0[0xa2d6] = 0x0004
PROM0[0xa2d7] = 0x7711
PROM0[0xa2d8] = 0x0004
PROM0[0xa2d9] = 0x4492
PROM0[0xa2da] = 0x0092
PROM0[0xa2db] = 0x771a
PROM0[0xa2dc] = 0x001f
PROM0[0xa2dd] = 0xf072
PROM0[0xa2de] = 0xa2f5
PROM0[0xa2df] = 0x6c84
PROM0[0xa2e0] = 0xa2eb
PROM0[0xa2e1] = 0xf3e1
PROM0[0xa2e2] = 0x6d8b
PROM0[0xa2e3] = 0x6c83
PROM0[0xa2e4] = 0xa2f5
PROM0[0xa2e5] = 0x7714

=== Static dump prog[0xa2c7..0xa2e6] ===
PROM0[0xa2c7] = 0xf591
PROM0[0xa2c8] = 0x8192
PROM0[0xa2c9] = 0x6e89
PROM0[0xa2ca] = 0xa2c2
PROM0[0xa2cb] = 0x771a
PROM0[0xa2cc] = 0x000f
PROM0[0xa2cd] = 0xfe00
PROM0[0xa2ce] = 0x6d90
PROM0[0xa2cf] = 0x6daa
PROM0[0xa2d0] = 0xe725
PROM0[0xa2d1] = 0x7714
PROM0[0xa2d2] = 0x000f
PROM0[0xa2d3] = 0x7710
PROM0[0xa2d4] = 0x0020
PROM0[0xa2d5] = 0x7713
PROM0[0xa2d6] = 0x0004
PROM0[0xa2d7] = 0x7711
PROM0[0xa2d8] = 0x0004
PROM0[0xa2d9] = 0x4492
PROM0[0xa2da] = 0x0092
PROM0[0xa2db] = 0x771a
PROM0[0xa2dc] = 0x001f
PROM0[0xa2dd] = 0xf072
PROM0[0xa2de] = 0xa2f5
PROM0[0xa2df] = 0x6c84
PROM0[0xa2e0] = 0xa2eb
PROM0[0xa2e1] = 0xf3e1
PROM0[0xa2e2] = 0x6d8b
PROM0[0xa2e3] = 0x6c83
PROM0[0xa2e4] = 0xa2f5
PROM0[0xa2e5] = 0x7714
PROM0[0xa2e6] = 0x000f

=== Static dump prog[0xa0e0..0xa0ff] ===
PROM0[0xa0e0] = 0xfd30
PROM0[0xa0e1] = 0xf484
PROM0[0xa0e2] = 0x9610
PROM0[0xa0e3] = 0xf3e1
PROM0[0xa0e4] = 0xfd43
PROM0[0xa0e5] = 0x6d96
PROM0[0xa0e6] = 0x3c84
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea

=== Static dump prog[0xa0e7..0xa106] ===
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea
PROM0[0xa100] = 0xffe4
PROM0[0xa101] = 0x7717
PROM0[0xa102] = 0x0060
PROM0[0xa103] = 0x7687
PROM0[0xa104] = 0x2bf0
PROM0[0xa105] = 0x7715
PROM0[0xa106] = 0x2eac

=== Static dump prog[0x8208..0x8227] ===
PROM0[0x8208] = 0x7317
PROM0[0x8209] = 0x001a
PROM0[0x820a] = 0xf272
PROM0[0x820b] = 0x820f
PROM0[0x820c] = 0xa428
PROM0[0x820d] = 0xa5a9
PROM0[0x820e] = 0xb028
PROM0[0x820f] = 0xb3a9
PROM0[0x8210] = 0xb02c
PROM0[0x8211] = 0xb3ed
PROM0[0x8212] = 0x3022
PROM0[0x8213] = 0xc863
PROM0[0x8214] = 0x8786
PROM0[0x8215] = 0x2085
PROM0[0x8216] = 0x2186
PROM0[0x8217] = 0x9ab1
PROM0[0x8218] = 0x6e89
PROM0[0x8219] = 0x8208
PROM0[0x821a] = 0x6f96
PROM0[0x821b] = 0x0d61
PROM0[0x821c] = 0xfe00
PROM0[0x821d] = 0xf6b6
PROM0[0x821e] = 0xf495
PROM0[0x821f] = 0x8227
PROM0[0x8220] = 0x822f
PROM0[0x8221] = 0x823a
PROM0[0x8222] = 0x8247
PROM0[0x8223] = 0x8259
PROM0[0x8224] = 0x826d
PROM0[0x8225] = 0x8283
PROM0[0x8226] = 0x829b
PROM0[0x8227] = 0xf272

=== Static dump prog[0x8d2d..0x8d4c] ===
PROM0[0x8d2d] = 0x771a
PROM0[0x8d2e] = 0x0004
PROM0[0x8d2f] = 0xf072
PROM0[0x8d30] = 0x8d33
PROM0[0x8d31] = 0xf461
PROM0[0x8d32] = 0xf591
PROM0[0x8d33] = 0xf3e2
PROM0[0x8d34] = 0x6e89
PROM0[0x8d35] = 0x8d2d
PROM0[0x8d36] = 0xf3e1
PROM0[0x8d37] = 0x8193
PROM0[0x8d38] = 0x1492
PROM0[0x8d39] = 0xf468
PROM0[0x8d3a] = 0x3c92
PROM0[0x8d3b] = 0x0092
PROM0[0x8d3c] = 0x7711
PROM0[0x8d3d] = 0x0007
PROM0[0x8d3e] = 0x771a
PROM0[0x8d3f] = 0x0004
PROM0[0x8d40] = 0xf072
PROM0[0x8d41] = 0x8d44
PROM0[0x8d42] = 0xf461
PROM0[0x8d43] = 0xf591
PROM0[0x8d44] = 0xf3e2
PROM0[0x8d45] = 0x6e89
PROM0[0x8d46] = 0x8d3e
PROM0[0x8d47] = 0xf3e1
PROM0[0x8d48] = 0x8193
PROM0[0x8d49] = 0x6c8c
PROM0[0x8d4a] = 0x8d27
PROM0[0x8d4b] = 0x8a13
PROM0[0x8d4c] = 0x7714

=== Static dump prog[0xfc54..0xfc73] ===

tdma_profile.log (20,480 bytes, 191 lignes)
[prof] fn=1 clk=94872 uart=1917 dspboot=59564841 dspirq=26816643 bsp=10747 ul=102127 irq=85421 total=86676568 #0
[prof] fn=2 clk=34541 uart=1255 dspboot=30398077 dspirq=36402822 bsp=14943 ul=418 irq=15208 total=66867264 #1
[prof] fn=3 clk=67492 uart=1589 dspboot=36645529 dspirq=37016535 bsp=12105 ul=433 irq=21019 total=73764702 #2
[prof] fn=4 clk=63340 uart=1410 dspboot=38108799 dspirq=33067218 bsp=12893 ul=396 irq=7991 total=71262047 #3
[prof] fn=5 clk=46154 uart=1337 dspboot=25821693 dspirq=14510986 bsp=11383 ul=418 irq=9847 total=40401818 #4
[prof] fn=6 clk=32235 uart=606 dspboot=17766859 dspirq=36075925 bsp=9965 ul=348 irq=16460 total=53902398 #5
[prof] fn=7 clk=56301 uart=1035 dspboot=33597383 dspirq=25310519 bsp=5516 ul=61 irq=5503 total=58976318 #6
[prof] fn=8 clk=25935 uart=616 dspboot=17000795 dspirq=11162809 bsp=3578 ul=88 irq=3778 total=28197599 #7
[prof] fn=9 clk=21790 uart=532 dspboot=15664381 dspirq=11933672 bsp=3765 ul=90 irq=4040 total=27628270 #8
[prof] fn=10 clk=8145 uart=304 dspboot=9683612 dspirq=7669521 bsp=2746 ul=69 irq=3024 total=17367421 #9
[prof] fn=11 clk=10999 uart=322 dspboot=6779407 dspirq=6025255 bsp=2205 ul=44 irq=1944 total=12820176 #10
[prof] fn=12 clk=18212 uart=112 dspboot=6152291 dspirq=6277161 bsp=550 ul=27 irq=1744 total=12450097 #11
[prof] fn=13 clk=38628 uart=331 dspboot=6459559 dspirq=6166849 bsp=2288 ul=66 irq=2671 total=12670392 #12
[prof] fn=14 clk=10488 uart=279 dspboot=6256510 dspirq=6324715 bsp=2652 ul=70 irq=2398 total=12597112 #13
[prof] fn=15 clk=9617 uart=319 dspboot=6757951 dspirq=6055270 bsp=2272 ul=62 irq=2571 total=12828062 #14
[prof] fn=16 clk=11399 uart=338 dspboot=6157892 dspirq=6347055 bsp=2222 ul=52 irq=2380 total=12521338 #15
[prof] fn=17 clk=10113 uart=352 dspboot=6542263 dspirq=6442309 bsp=2045 ul=55 irq=2601 total=12999738 #16
[prof] fn=18 clk=10032 uart=302 dspboot=6419753 dspirq=6316328 bsp=2041 ul=49 irq=2649 total=12751154 #17
[prof] fn=19 clk=15642 uart=318 dspboot=6496788 dspirq=6294331 bsp=2261 ul=14690 irq=2295 total=12826325 #18
[prof] fn=20 clk=46007 uart=287 dspboot=6189393 dspirq=6097005 bsp=2041 ul=7644 irq=2382 total=12344759 #19
[prof] fn=21 clk=33279 uart=372 dspboot=6278991 dspirq=6405789 bsp=2395 ul=65 irq=2585 total=12723476 #20
[prof] fn=22 clk=9695 uart=335 dspboot=6278340 dspirq=6379917 bsp=2842 ul=67 irq=2699 total=12673895 #21
[prof] fn=23 clk=15645 uart=325 dspboot=6846770 dspirq=15711711 bsp=10918 ul=383 irq=14389 total=22600141 #22
[prof] fn=24 clk=49888 uart=1116 dspboot=26016078 dspirq=20386243 bsp=14730 ul=244 irq=12837 total=46481136 #23
[prof] fn=25 clk=48433 uart=1585 dspboot=13767067 dspirq=11576863 bsp=8312 ul=200 irq=9080 total=25411540 #24
[prof] fn=26 clk=46666 uart=782 dspboot=10511392 dspirq=6873438 bsp=3255 ul=73 irq=3608 total=17439214 #25
[prof] fn=27 clk=34187 uart=548 dspboot=5563377 dspirq=4914609 bsp=2866 ul=52 irq=2539 total=10518178 #26
[prof] fn=28 clk=30010 uart=306 dspboot=4897351 dspirq=4856662 bsp=2345 ul=42 irq=2547 total=9789263 #27
[prof] fn=29 clk=10537 uart=296 dspboot=4923895 dspirq=4780518 bsp=2598 ul=64 irq=3022 total=9720930 #28
[prof] fn=30 clk=10826 uart=280 dspboot=4964709 dspirq=5053193 bsp=2722 ul=59 irq=3645 total=10035434 #29
[prof] fn=31 clk=12817 uart=288 dspboot=4963149 dspirq=5053770 bsp=2212 ul=61 irq=2964 total=10035261 #30
[prof] fn=32 clk=11495 uart=329 dspboot=4882557 dspirq=4919201 bsp=2440 ul=54 irq=1990 total=9818066 #31
[prof] fn=33 clk=18020 uart=327 dspboot=4862575 dspirq=4777688 bsp=2225 ul=51 irq=2909 total=9663795 #32
[prof] fn=34 clk=10838 uart=271 dspboot=5708703 dspirq=5153242 bsp=2901 ul=55 irq=2968 total=10878978 #33
[prof] fn=35 clk=13046 uart=363 dspboot=6988115 dspirq=6817477 bsp=2431 ul=73 irq=3308 total=13824813 #34
[prof] fn=36 clk=4765 uart=100 dspboot=6096038 dspirq=5372365 bsp=1591 ul=15 irq=1517 total=11476391 #35
[prof] fn=37 clk=14999 uart=336 dspboot=6483681 dspirq=5785290 bsp=4780 ul=67 irq=2998 total=12292151 #36
[prof] fn=38 clk=20025 uart=350 dspboot=5934192 dspirq=5578897 bsp=2122 ul=56 irq=2891 total=11538533 #37
[prof] fn=39 clk=11536 uart=356 dspboot=6382431 dspirq=5803211 bsp=2350 ul=65 irq=3010 total=12202959 #38
[prof] fn=40 clk=19916 uart=300 dspboot=6393734 dspirq=5787036 bsp=2218 ul=62 irq=2993 total=12206259 #39
[prof] fn=41 clk=10443 uart=299 dspboot=6189231 dspirq=5824943 bsp=2470 ul=55 irq=8532 total=12035973 #40
[prof] fn=42 clk=10565 uart=313 dspboot=5873182 dspirq=5334370 bsp=2115 ul=63 irq=2828 total=11223436 #41
[prof] fn=43 clk=12409 uart=294 dspboot=6415016 dspirq=6212790 bsp=7645 ul=76 irq=7601 total=12655831 #42
[prof] fn=44 clk=24832 uart=491 dspboot=5871875 dspirq=5376647 bsp=7635 ul=53 irq=5904 total=11287437 #43
[prof] fn=45 clk=25040 uart=497 dspboot=6369435 dspirq=5640331 bsp=5714 ul=57 irq=4323 total=12045397 #44
[prof] fn=46 clk=17705 uart=418 dspboot=5633184 dspirq=5057944 bsp=2718 ul=47 irq=3095 total=10715111 #45
[prof] fn=47 clk=11773 uart=312 dspboot=4963198 dspirq=4872879 bsp=2341 ul=65 irq=2804 total=9853372 #46
[prof] fn=48 clk=52250 uart=1507 dspboot=4981911 dspirq=4830763 bsp=2322 ul=57 irq=2722 total=9871532 #47
[prof] fn=49 clk=10194 uart=309 dspboot=4991215 dspirq=4755663 bsp=2751 ul=59 irq=2663 total=9762854 #48
[prof] fn=50 clk=11903 uart=362 dspboot=5528022 dspirq=4933896 bsp=2247 ul=66 irq=2648 total=10479144 #49
[prof] fn=51 clk=16867 uart=310 dspboot=4800849 dspirq=4834679 bsp=2004 ul=51 irq=1914 total=9656674 #50
[prof] fn=52 clk=9759 uart=311 dspboot=4790175 dspirq=4830189 bsp=2430 ul=58 irq=1840 total=9634762 #51
[prof] fn=53 clk=9771 uart=303 dspboot=4764006 dspirq=5420831 bsp=2954 ul=74 irq=2938 total=10200877 #52
[prof] fn=54 clk=22871 uart=437 dspboot=7753624 dspirq=6803857 bsp=2801 ul=77 irq=2362 total=14586029 #53
[prof] fn=55 clk=23842 uart=325 dspboot=5788550 dspirq=5151137 bsp=2064 ul=57 irq=2028 total=10968003 #54
[prof] fn=56 clk=9663 uart=287 dspboot=4876594 dspirq=4874800 bsp=2073 ul=54 irq=1887 total=9765358 #55
[prof] fn=57 clk=9649 uart=284 dspboot=5086523 dspirq=4975968 bsp=2899 ul=82 irq=2395 total=10077800 #56
[prof] fn=58 clk=13983 uart=431 dspboot=6748316 dspirq=5935514 bsp=2356 ul=70 irq=2216 total=12702886 #57
[prof] fn=59 clk=15575 uart=323 dspboot=5387016 dspirq=4827577 bsp=1966 ul=51 irq=7939 total=10240447 #58
[prof] fn=60 clk=10243 uart=302 dspboot=4974888 dspirq=5001213 bsp=2118 ul=71 irq=1893 total=9990728 #59
[prof] fn=61 clk=9612 uart=289 dspboot=4919957 dspirq=4828031 bsp=2173 ul=61 irq=1955 total=9762078 #60
[prof] fn=62 clk=11348 uart=320 dspboot=5331626 dspirq=5024456 bsp=2045 ul=65 irq=1907 total=10371767 #61
[prof] fn=63 clk=32461 uart=313 dspboot=5095582 dspirq=5005701 bsp=2796 ul=67 irq=2081 total=10139001 #62
[prof] fn=64 clk=10796 uart=320 dspboot=5076518 dspirq=4919741 bsp=1968 ul=85 irq=1854 total=10011282 #63
[prof] fn=65 clk=12946 uart=279 dspboot=4811369 dspirq=5440525 bsp=2764 ul=131 irq=2738 total=10270752 #64
[prof] fn=66 clk=15581 uart=469 dspboot=8184100 dspirq=7459919 bsp=2861 ul=94 irq=2657 total=15665681 #65
[prof] fn=67 clk=12721 uart=357 dspboot=6239258 dspirq=5601053 bsp=2150 ul=54 irq=2037 total=11857630 #66
[prof] fn=68 clk=14077 uart=311 dspboot=4977742 dspirq=4920674 bsp=2278 ul=52 irq=1854 total=9916988 #67
[prof] fn=69 clk=10730 uart=307 dspboot=4995420 dspirq=4801006 bsp=1975 ul=68 irq=2038 total=9811544 #68
[prof] fn=70 clk=18758 uart=290 dspboot=5001255 dspirq=4775152 bsp=2374 ul=63 irq=1873 total=9799765 #69
[prof] fn=71 clk=11333 uart=303 dspboot=4836603 dspirq=4818439 bsp=2016 ul=56 irq=1989 total=9670739 #70
[prof] fn=72 clk=9748 uart=301 dspboot=4849112 dspirq=5013072 bsp=2031 ul=61 irq=1879 total=9876204 #71
[prof] fn=73 clk=10594 uart=305 dspboot=4846150 dspirq=5357026 bsp=3432 ul=83 irq=3388 total=10220978 #72
[prof] fn=74 clk=19419 uart=541 dspboot=7905571 dspirq=6960985 bsp=2831 ul=70 irq=2429 total=14891846 #73
[prof] fn=75 clk=34205 uart=481 dspboot=5919306 dspirq=5411606 bsp=2179 ul=65 irq=2059 total=11369901 #74
[prof] fn=76 clk=18654 uart=568 dspboot=4797163 dspirq=4977433 bsp=1755 ul=17 irq=904 total=9796494 #75
[prof] fn=77 clk=10267 uart=369 dspboot=4933952 dspirq=4883010 bsp=2310 ul=53 irq=2103 total=9832064 #76
[prof] fn=78 clk=11174 uart=336 dspboot=5349557 dspirq=4980173 bsp=1899 ul=54 irq=1769 total=10344962 #77
[prof] fn=79 clk=9887 uart=309 dspboot=4932148 dspirq=4952838 bsp=2870 ul=49 irq=2033 total=9900134 #78
[prof] fn=80 clk=31312 uart=300 dspboot=4993305 dspirq=4951324 bsp=3310 ul=57 irq=2183 total=9981791 #79
[prof] fn=81 clk=25495 uart=321 dspboot=4856414 dspirq=5538562 bsp=3033 ul=77 irq=11402 total=10435304 #80
[prof] fn=82 clk=17350 uart=472 dspboot=8688669 dspirq=7624837 bsp=2999 ul=78 irq=2774 total=16337179 #81
[prof] fn=83 clk=17788 uart=416 dspboot=6960694 dspirq=5978566 bsp=2501 ul=41 irq=2179 total=12962185 #82
[prof] fn=84 clk=32366 uart=327 dspboot=5346007 dspirq=4848169 bsp=2066 ul=53 irq=1878 total=10230866 #83
[prof] fn=85 clk=10026 uart=312 dspboot=4863895 dspirq=4891250 bsp=1916 ul=48 irq=1996 total=9769443 #84
[prof] fn=86 clk=11352 uart=295 dspboot=4900806 dspirq=4859748 bsp=2858 ul=55 irq=2432 total=9777546 #85
[prof] fn=87 clk=13548 uart=299 dspboot=4889034 dspirq=4834102 bsp=2068 ul=66 irq=1990 total=9741107 #86
[prof] fn=88 clk=10422 uart=297 dspboot=4884277 dspirq=4873195 bsp=2012 ul=71 irq=1908 total=9772182 #87
[prof] fn=89 clk=23980 uart=324 dspboot=4837292 dspirq=5473984 bsp=3239 ul=75 irq=3104 total=10341998 #88
[prof] fn=90 clk=16961 uart=421 dspboot=7808797 dspirq=6984765 bsp=2964 ul=68 irq=2346 total=14816322 #89
[prof] fn=91 clk=17328 uart=364 dspboot=5885818 dspirq=5257131 bsp=2040 ul=70 irq=1916 total=11164667 #90
[prof] fn=92 clk=17337 uart=279 dspboot=5075262 dspirq=5045487 bsp=2014 ul=56 irq=1996 total=10142431 #91
[prof] fn=93 clk=13338 uart=341 dspboot=5016854 dspirq=5029253 bsp=2865 ul=74 irq=2392 total=10065117 #92
[prof] fn=94 clk=13493 uart=399 dspboot=6477645 dspirq=5939990 bsp=2444 ul=58 irq=2093 total=12436122 #93
[prof] fn=95 clk=4706 uart=131 dspboot=5687433 dspirq=5162849 bsp=2592 ul=249 irq=1902 total=10859862 #94
[prof] fn=96 clk=17717 uart=304 dspboot=5140339 dspirq=4973438 bsp=2298 ul=55 irq=1979 total=10136130 #95
[prof] fn=97 clk=9783 uart=303 dspboot=5081202 dspirq=4834755 bsp=2193 ul=50 irq=1856 total=9930142 #96
[prof] fn=98 clk=31344 uart=196 dspboot=5489936 dspirq=5090012 bsp=2009 ul=55 irq=1883 total=10615435 #97
[prof] fn=99 clk=10444 uart=179 dspboot=5028109 dspirq=5151840 bsp=2051 ul=61 irq=2032 total=10194716 #98
[prof] fn=100 clk=25892 uart=531 dspboot=5121702 dspirq=5142615 bsp=2112 ul=24 irq=2168 total=10295044 #99
[prof] fn=101 clk=24405 uart=295 dspboot=5028636 dspirq=5166920 bsp=2220 ul=71 irq=2425 total=10224972 #100
[prof] fn=102 clk=14792 uart=385 dspboot=7722504 dspirq=6893268 bsp=2480 ul=69 irq=2430 total=14635928 #101
[prof] fn=103 clk=17135 uart=306 dspboot=5630690 dspirq=5273908 bsp=2245 ul=56 irq=2022 total=10926362 #102
[prof] fn=104 clk=14589 uart=281 dspboot=5090210 dspirq=5049156 bsp=2011 ul=53 irq=1952 total=10158252 #103
[prof] fn=105 clk=18991 uart=287 dspboot=5063679 dspirq=5368256 bsp=2948 ul=77 irq=2759 total=10456997 #104
[prof] fn=106 clk=17553 uart=436 dspboot=7862527 dspirq=7011825 bsp=2508 ul=73 irq=2586 total=14897508 #105
[prof] fn=107 clk=12146 uart=360 dspboot=5906405 dspirq=5282254 bsp=2355 ul=52 irq=2107 total=11205679 #106
[prof] fn=108 clk=9902 uart=291 dspboot=5048110 dspirq=5049061 bsp=2030 ul=50 irq=2125 total=10111569 #107
[prof] fn=109 clk=27607 uart=290 dspboot=5213985 dspirq=4971075 bsp=1986 ul=61 irq=2211 total=10217215 #108
[prof] fn=110 clk=12152 uart=268 dspboot=5131993 dspirq=5091770 bsp=1911 ul=55 irq=1956 total=10240105 #109
[prof] fn=111 clk=15779 uart=374 dspboot=6931526 dspirq=6443126 bsp=2341 ul=65 irq=2532 total=13395743 #110
[prof] fn=112 clk=21020 uart=502 dspboot=5949555 dspirq=5400930 bsp=850 ul=37 irq=992 total=11373886 #111
[prof] fn=113 clk=28360 uart=285 dspboot=6061824 dspirq=5633548 bsp=5116 ul=203 irq=5005 total=11734341 #112
[prof] fn=114 clk=22377 uart=468 dspboot=6208921 dspirq=5778186 bsp=5434 ul=120 irq=3733 total=12019239 #113
[prof] fn=115 clk=51018 uart=364 dspboot=6687967 dspirq=6268138 bsp=5550 ul=120 irq=10810 total=13023967 #114
[prof] fn=116 clk=7441 uart=139 dspboot=6248251 dspirq=5758300 bsp=2033 ul=33 irq=1123 total=12017320 #115
[prof] fn=117 clk=9083 uart=291 dspboot=6140481 dspirq=5779810 bsp=3011 ul=57 irq=2342 total=11935075 #116
[prof] fn=118 clk=7968 uart=310 dspboot=6268728 dspirq=5734543 bsp=2285 ul=58 irq=2062 total=12015954 #117
[prof] fn=119 clk=11295 uart=299 dspboot=5143572 dspirq=4899317 bsp=2183 ul=59 irq=2109 total=10058834 #118
[prof] fn=120 clk=9139 uart=316 dspboot=5020861 dspirq=4978136 bsp=2207 ul=48 irq=6682 total=10017389 #119
[prof] fn=121 clk=8091 uart=277 dspboot=5117914 dspirq=4817237 bsp=2522 ul=64 irq=2002 total=9948107 #120
[prof] fn=122 clk=8359 uart=322 dspboot=5181604 dspirq=4803863 bsp=2548 ul=55 irq=1990 total=9998741 #121
[prof] fn=123 clk=8208 uart=291 dspboot=4991315 dspirq=4888586 bsp=2270 ul=53 irq=2140 total=9892863 #122
[prof] fn=124 clk=8971 uart=317 dspboot=4838609 dspirq=4939369 bsp=2627 ul=64 irq=2229 total=9792186 #123
[prof] fn=125 clk=9411 uart=329 dspboot=4857552 dspirq=5764449 bsp=2983 ul=100 irq=3305 total=10638129 #124
[prof] fn=126 clk=17603 uart=431 dspboot=8197272 dspirq=7562681 bsp=3375 ul=71 irq=2658 total=15784091 #125
[prof] fn=127 clk=9159 uart=374 dspboot=6289781 dspirq=5715345 bsp=2492 ul=58 irq=2242 total=12019451 #126
[prof] fn=128 clk=8143 uart=302 dspboot=5016000 dspirq=4863023 bsp=1921 ul=53 irq=2054 total=9891496 #127
[prof] fn=129 clk=8023 uart=302 dspboot=4917028 dspirq=4874261 bsp=2735 ul=57 irq=1937 total=9804343 #128
[prof] fn=130 clk=11217 uart=411 dspboot=9988937 dspirq=13313555 bsp=5006 ul=124 irq=4297 total=23323547 #129
[prof] fn=131 clk=20961 uart=694 dspboot=23148600 dspirq=22600156 bsp=7809 ul=204 irq=6893 total=45785317 #130
[prof] fn=132 clk=13250 uart=564 dspboot=19963786 dspirq=15503779 bsp=4897 ul=113 irq=4543 total=35490932 #131
[prof] fn=133 clk=19020 uart=677 dspboot=13093979 dspirq=10375746 bsp=4813 ul=112 irq=3587 total=23497934 #132
[prof] fn=134 clk=12817 uart=401 dspboot=7522410 dspirq=6097380 bsp=2367 ul=57 irq=2206 total=13637638 #133
[prof] fn=135 clk=3119 uart=146 dspboot=4949813 dspirq=4809724 bsp=1070 ul=31 irq=946 total=9764849 #134
[prof] fn=136 clk=15933 uart=312 dspboot=4990125 dspirq=4794315 bsp=2294 ul=53 irq=2075 total=9805107 #135
[prof] fn=137 clk=9668 uart=294 dspboot=4976620 dspirq=4955912 bsp=4391 ul=116 irq=3662 total=9950663 #136
[prof] fn=138 clk=13582 uart=582 dspboot=5036242 dspirq=4876908 bsp=6802 ul=193 irq=5294 total=9939603 #137
[prof] fn=139 clk=20717 uart=648 dspboot=5312816 dspirq=8162983 bsp=7140 ul=322 irq=8128 total=13512754 #138
[prof] fn=140 clk=29718 uart=1288 dspboot=18537562 dspirq=19927298 bsp=2426 ul=192 irq=4167 total=38502651 #139
[prof] fn=141 clk=25730 uart=1443 dspboot=16397122 dspirq=12756816 bsp=5527 ul=97 irq=4578 total=29191313 #140
[prof] fn=142 clk=14481 uart=298 dspboot=13087380 dspirq=10609838 bsp=2145 ul=116 irq=2756 total=23717014 #141
[prof] fn=143 clk=13932 uart=557 dspboot=12847536 dspirq=10504000 bsp=4225 ul=97 irq=3311 total=23373658 #142
[prof] fn=144 clk=14820 uart=466 dspboot=13312033 dspirq=10674142 bsp=3672 ul=97 irq=3701 total=24008931 #143
[prof] fn=145 clk=15530 uart=478 dspboot=13249674 dspirq=10558452 bsp=3805 ul=166 irq=3928 total=23832033 #144
[prof] fn=146 clk=14159 uart=628 dspboot=10632995 dspirq=14827192 bsp=10162 ul=410 irq=11157 total=25496703 #145
[prof] fn=147 clk=37835 uart=634 dspboot=26578268 dspirq=26166238 bsp=9670 ul=179 irq=5680 total=52798504 #146
[prof] fn=148 clk=27590 uart=749 dspboot=26943338 dspirq=26349275 bsp=10778 ul=391 irq=11266 total=53343387 #147
[prof] fn=149 clk=29996 uart=641 dspboot=26345593 dspirq=26349546 bsp=11588 ul=146 irq=5127 total=52742637 #148
[prof] fn=150 clk=28848 uart=976 dspboot=25983293 dspirq=22383662 bsp=7137 ul=173 irq=4692 total=48408781 #149
[prof] fn=151 clk=20173 uart=749 dspboot=13532625 dspirq=9627522 bsp=4927 ul=109 irq=3064 total=23189169 #150
[prof] fn=152 clk=11184 uart=369 dspboot=5935938 dspirq=5044465 bsp=6559 ul=120 irq=4211 total=11002846 #151
[prof] fn=153 clk=14556 uart=377 dspboot=5017707 dspirq=5025640 bsp=4798 ul=57 irq=2286 total=10065421 #152
[prof] fn=154 clk=8321 uart=273 dspboot=5190227 dspirq=5075893 bsp=2789 ul=53 irq=1953 total=10279509 #153
[prof] fn=155 clk=15531 uart=291 dspboot=5166270 dspirq=5210366 bsp=3074 ul=52 irq=2166 total=10397750 #154
[prof] fn=156 clk=7905 uart=300 dspboot=5273605 dspirq=4980663 bsp=2719 ul=51 irq=1964 total=10267207 #155
[prof] fn=157 clk=8042 uart=278 dspboot=5140498 dspirq=5187400 bsp=2882 ul=52 irq=2053 total=10341205 #156
[prof] fn=158 clk=6909 uart=226 dspboot=5156950 dspirq=5069308 bsp=2674 ul=53 irq=1956 total=10238076 #157
[prof] fn=159 clk=9189 uart=292 dspboot=5213830 dspirq=5041102 bsp=6931 ul=118 irq=9401 total=10280863 #158
[prof] fn=160 clk=40651 uart=2171 dspboot=5227013 dspirq=5206828 bsp=7836 ul=119 irq=5843 total=10490461 #159
[prof] fn=161 clk=21713 uart=581 dspboot=6933523 dspirq=6251946 bsp=7361 ul=119 irq=4066 total=13219309 #160
[prof] fn=162 clk=17158 uart=646 dspboot=7065809 dspirq=17507149 bsp=7991 ul=71 irq=4750 total=24603574 #161
[prof] fn=163 clk=30677 uart=1233 dspboot=27801901 dspirq=23557703 bsp=12938 ul=259 irq=11963 total=51416674 #162
[prof] fn=164 clk=31023 uart=1109 dspboot=19316828 dspirq=14110037 bsp=7750 ul=153 irq=6423 total=33473323 #163
[prof] fn=165 clk=19842 uart=696 dspboot=10290299 dspirq=7953709 bsp=6412 ul=114 irq=3811 total=18274883 #164
[prof] fn=166 clk=5654 uart=150 dspboot=9816786 dspirq=12277345 bsp=2956 ul=47 irq=1952 total=22104890 #165
[prof] fn=167 clk=14623 uart=563 dspboot=10686579 dspirq=8836675 bsp=3803 ul=19 irq=1509 total=19543771 #166
[prof] fn=168 clk=16607 uart=657 dspboot=11255358 dspirq=9377169 bsp=12157 ul=122 irq=4688 total=20666758 #167
[prof] fn=169 clk=15950 uart=478 dspboot=19191035 dspirq=24419748 bsp=22686 ul=168 irq=9582 total=43659647 #168
[prof] fn=170 clk=40019 uart=1284 dspboot=24650333 dspirq=27015884 bsp=10304 ul=154 irq=9168 total=51727146 #169
[prof] fn=171 clk=27683 uart=1050 dspboot=23520216 dspirq=16092589 bsp=9478 ul=115 irq=20797 total=39671928 #170
[prof] fn=172 clk=33610 uart=747 dspboot=21242868 dspirq=18619343 bsp=21095 ul=120 irq=8452 total=39926235 #171
[prof] fn=173 clk=36609 uart=826 dspboot=12600550 dspirq=9294076 bsp=2209 ul=99 irq=3117 total=21937486 #172
[prof] fn=174 clk=11521 uart=366 dspboot=15707452 dspirq=27405466 bsp=31661 ul=218 irq=9902 total=43166586 #173
[prof] fn=175 clk=32018 uart=1048 dspboot=28595667 dspirq=28218828 bsp=28712 ul=104 irq=11650 total=56888027 #174
[prof] fn=176 clk=30562 uart=718 dspboot=27844950 dspirq=21479058 bsp=8775 ul=157 irq=3330 total=49367550 #175
[prof] fn=177 clk=41889 uart=644 dspboot=16242342 dspirq=11417451 bsp=7739 ul=123 irq=4746 total=27714934 #176
[prof] fn=178 clk=11542 uart=500 dspboot=7077356 dspirq=5604610 bsp=9425 ul=54 irq=3300 total=12706787 #177
[prof] fn=179 clk=7673 uart=315 dspboot=5051316 dspirq=7763137 bsp=10530 ul=63 irq=4149 total=12837183 #178
[prof] fn=180 clk=10099 uart=337 dspboot=7668862 dspirq=6530744 bsp=6094 ul=126 irq=3697 total=14219959 #179
[prof] fn=181 clk=38945 uart=502 dspboot=10645032 dspirq=9079564 bsp=6012 ul=131 irq=4966 total=19775152 #180
[prof] fn=182 clk=12174 uart=609 dspboot=7445422 dspirq=6110692 bsp=6642 ul=101 irq=4293 total=13579933 #181
[prof] fn=183 clk=3800 uart=183 dspboot=5357186 dspirq=5126259 bsp=1553 ul=14 irq=1296 total=10490291 #182
[prof] fn=184 clk=23105 uart=289 dspboot=4913473 dspirq=5016473 bsp=6045 ul=36 irq=3909 total=9963330 #183
[prof] fn=185 clk=9848 uart=310 dspboot=5073122 dspirq=5204156 bsp=6592 ul=38 irq=3559 total=10297625 #184
[prof] fn=186 clk=9365 uart=337 dspboot=5225055 dspirq=5188492 bsp=7995 ul=54 irq=2168 total=10433466 #185
[prof] fn=187 clk=18602 uart=476 dspboot=5271677 dspirq=4975284 bsp=9897 ul=38 irq=3241 total=10279215 #186
[prof] fn=188 clk=19874 uart=387 dspboot=7310090 dspirq=6534091 bsp=6026 ul=93 irq=3499 total=13874060 #187
[prof] fn=189 clk=37169 uart=540 dspboot=6071677 dspirq=5335572 bsp=9637 ul=48 irq=3305 total=11457948 #188
[prof] fn=190 clk=9440 uart=483 dspboot=5211703 dspirq=5032590 bsp=6115 ul=52 irq=3010 total=10263393 #189
[prof] fn=191 clk=8193 uart=345 dspboot=5474268 dspirq=4914949 bsp=6499 
tdma_tick.log (32,768 bytes, 447 lignes)
[tdma-tick] entry=84182448 exit=170852822 work_dt=86670374 fn=1 #0
[tdma-tick] entry=171892921 exit=238758257 work_dt=66865336 fn=2 #1
[tdma-tick] entry=241176461 exit=314938655 work_dt=73762194 fn=3 #2
[tdma-tick] entry=317055903 exit=388317180 work_dt=71261277 fn=4 #3
[tdma-tick] entry=390929896 exit=431330454 work_dt=40400558 fn=5 #4
[tdma-tick] entry=432472183 exit=486372649 work_dt=53900466 fn=6 #5
[tdma-tick] entry=487871030 exit=546846532 work_dt=58975502 fn=7 #6
[tdma-tick] entry=547868351 exit=576065535 work_dt=28197184 fn=8 #7
[tdma-tick] entry=580307398 exit=607935205 work_dt=27627807 fn=9 #8
[tdma-tick] entry=608070227 exit=625437294 work_dt=17367067 fn=10 #9
[tdma-tick] entry=626532656 exit=639352562 work_dt=12819906 fn=11 #10
[tdma-tick] entry=640391969 exit=652841842 work_dt=12449873 fn=12 #11
[tdma-tick] entry=654254268 exit=666924366 work_dt=12670098 fn=13 #12
[tdma-tick] entry=668103050 exit=680699854 work_dt=12596804 fn=14 #13
[tdma-tick] entry=681952155 exit=694779898 work_dt=12827743 fn=15 #14
[tdma-tick] entry=695801087 exit=708322143 work_dt=12521056 fn=16 #15
[tdma-tick] entry=709656035 exit=722655413 work_dt=12999378 fn=17 #16
[tdma-tick] entry=723607839 exit=736358703 work_dt=12750864 fn=18 #17
[tdma-tick] entry=737507802 exit=750333810 work_dt=12826008 fn=19 #18
[tdma-tick] entry=751448490 exit=763792951 work_dt=12344461 fn=20 #19
[tdma-tick] entry=765311606 exit=778034780 work_dt=12723174 fn=21 #20
[tdma-tick] entry=779160299 exit=791833778 work_dt=12673479 fn=22 #21
[tdma-tick] entry=793074319 exit=815673027 work_dt=22598708 fn=23 #22
[tdma-tick] entry=816495587 exit=862975388 work_dt=46479801 fn=24 #23
[tdma-tick] entry=867290398 exit=892701087 work_dt=25410689 fn=25 #24
[tdma-tick] entry=895069858 exit=912508667 work_dt=17438809 fn=26 #25
[tdma-tick] entry=913610231 exit=924128111 work_dt=10517880 fn=27 #26
[tdma-tick] entry=927587195 exit=937376167 work_dt=9788972 fn=28 #27
[tdma-tick] entry=941545952 exit=951266560 work_dt=9720608 fn=29 #28
[tdma-tick] entry=955445140 exit=965480267 work_dt=10035127 fn=30 #29
[tdma-tick] entry=969344252 exit=979379242 work_dt=10034990 fn=31 #30
[tdma-tick] entry=983228153 exit=993045956 work_dt=9817803 fn=32 #31
[tdma-tick] entry=997118669 exit=1006782069 work_dt=9663400 fn=33 #32
[tdma-tick] entry=1010978594 exit=1021857227 work_dt=10878633 fn=34 #33
[tdma-tick] entry=1024838567 exit=1038663020 work_dt=13824453 fn=35 #34
[tdma-tick] entry=1038687846 exit=1050164014 work_dt=11476168 fn=36 #35
[tdma-tick] entry=1052654711 exit=1064946537 work_dt=12291826 fn=37 #36
[tdma-tick] entry=1066623988 exit=1078162200 work_dt=11538212 fn=38 #37
[tdma-tick] entry=1080576921 exit=1092779514 work_dt=12202593 fn=39 #38
[tdma-tick] entry=1094562821 exit=1106768733 work_dt=12205912 fn=40 #39
[tdma-tick] entry=1108548578 exit=1120584203 work_dt=12035625 fn=41 #40
[tdma-tick] entry=1122503922 exit=1133727047 work_dt=11223125 fn=42 #41
[tdma-tick] entry=1136364560 exit=1149019740 work_dt=12655180 fn=43 #42
[tdma-tick] entry=1150214463 exit=1161500922 work_dt=11286459 fn=44 #43
[tdma-tick] entry=1164111276 exit=1176156037 work_dt=12044761 fn=45 #44
[tdma-tick] entry=1177972198 exit=1188686963 work_dt=10714765 fn=46 #45
[tdma-tick] entry=1191830846 exit=1201683913 work_dt=9853067 fn=47 #46
[tdma-tick] entry=1205770954 exit=1215642208 work_dt=9871254 fn=48 #47
[tdma-tick] entry=1219757244 exit=1229519814 work_dt=9762570 fn=49 #48
[tdma-tick] entry=1233726763 exit=1244205570 work_dt=10478807 fn=50 #49
[tdma-tick] entry=1247698574 exit=1257354964 work_dt=9656390 fn=51 #50
[tdma-tick] entry=1261670470 exit=1271304957 work_dt=9634487 fn=52 #51
[tdma-tick] entry=1275635536 exit=1285835923 work_dt=10200387 fn=53 #52
[tdma-tick] entry=1289595376 exit=1304181018 work_dt=14585642 fn=54 #53
[tdma-tick] entry=1308105295 exit=1319072994 work_dt=10967699 fn=55 #54
[tdma-tick] entry=1321969759 exit=1331734838 work_dt=9765079 fn=56 #55
[tdma-tick] entry=1335828707 exit=1345906123 work_dt=10077416 fn=57 #56
[tdma-tick] entry=1349758728 exit=1362461285 work_dt=12702557 fn=58 #57
[tdma-tick] entry=1363608466 exit=1373842472 work_dt=10234006 fn=59 #58
[tdma-tick] entry=1377556085 exit=1387546519 work_dt=9990434 fn=60 #59
[tdma-tick] entry=1391527056 exit=1401288818 work_dt=9761762 fn=61 #60
[tdma-tick] entry=1405495715 exit=1415867174 work_dt=10371459 fn=62 #61
[tdma-tick] entry=1419470189 exit=1429608888 work_dt=10138699 fn=63 #62
[tdma-tick] entry=1433430660 exit=1443441657 work_dt=10010997 fn=64 #63
[tdma-tick] entry=1447395903 exit=1457666221 work_dt=10270318 fn=65 #64
[tdma-tick] entry=1461355125 exit=1477020413 work_dt=15665288 fn=66 #65
[tdma-tick] entry=1479831152 exit=1491688487 work_dt=11857335 fn=67 #66
[tdma-tick] entry=1493764123 exit=1503680832 work_dt=9916709 fn=68 #67
[tdma-tick] entry=1507774255 exit=1517585477 work_dt=9811222 fn=69 #68
[tdma-tick] entry=1521770838 exit=1531570302 work_dt=9799464 fn=70 #69
[tdma-tick] entry=1535737585 exit=1545408005 work_dt=9670420 fn=71 #70
[tdma-tick] entry=1549723150 exit=1559599078 work_dt=9875928 fn=72 #71
[tdma-tick] entry=1563700104 exit=1573920607 work_dt=10220503 fn=73 #72
[tdma-tick] entry=1577594154 exit=1592485604 work_dt=14891450 fn=74 #73
[tdma-tick] entry=1596109543 exit=1607479114 work_dt=11369571 fn=75 #74
[tdma-tick] entry=1609973120 exit=1619769411 work_dt=9796291 fn=76 #75
[tdma-tick] entry=1624077021 exit=1633908784 work_dt=9831763 fn=77 #76
[tdma-tick] entry=1637936879 exit=1648281556 work_dt=10344677 fn=78 #77
[tdma-tick] entry=1651796382 exit=1661696215 work_dt=9899833 fn=79 #78
[tdma-tick] entry=1665786207 exit=1675767605 work_dt=9981398 fn=80 #79
[tdma-tick] entry=1679751373 exit=1690186199 work_dt=10434826 fn=81 #80
[tdma-tick] entry=1693727605 exit=1710064293 work_dt=16336688 fn=82 #81
[tdma-tick] entry=1712242057 exit=1725203903 work_dt=12961846 fn=83 #82
[tdma-tick] entry=1726124782 exit=1736355357 work_dt=10230575 fn=84 #83
[tdma-tick] entry=1739984275 exit=1749753423 work_dt=9769148 fn=85 #84
[tdma-tick] entry=1753841350 exit=1763618606 work_dt=9777256 fn=86 #85
[tdma-tick] entry=1767880381 exit=1777621219 work_dt=9740838 fn=87 #86
[tdma-tick] entry=1781757334 exit=1791529212 work_dt=9771878 fn=88 #87
[tdma-tick] entry=1795736963 exit=1806078433 work_dt=10341470 fn=89 #88
[tdma-tick] entry=1809700834 exit=1824516796 work_dt=14815962 fn=90 #89
[tdma-tick] entry=1828213713 exit=1839378096 work_dt=11164383 fn=91 #90
[tdma-tick] entry=1842110087 exit=1852252199 work_dt=10142112 fn=92 #91
[tdma-tick] entry=1856000667 exit=1866065453 work_dt=10064786 fn=93 #92
[tdma-tick] entry=1869869123 exit=1882304921 work_dt=12435798 fn=94 #93
[tdma-tick] entry=1883719683 exit=1894579355 work_dt=10859672 fn=95 #94
[tdma-tick] entry=1897692089 exit=1907827914 work_dt=10135825 fn=96 #95
[tdma-tick] entry=1911645619 exit=1921575465 work_dt=9929846 fn=97 #96
[tdma-tick] entry=1925494321 exit=1936109489 work_dt=10615168 fn=98 #97
[tdma-tick] entry=1939359768 exit=1949554177 work_dt=10194409 fn=99 #98
[tdma-tick] entry=1953223101 exit=1963517903 work_dt=10294802 fn=100 #99
[tdma-tick] entry=1967106783 exit=1977331354 work_dt=10224571 fn=101 #100
[tdma-tick] entry=1980971523 exit=1995607064 work_dt=14635541 fn=102 #101
[tdma-tick] entry=1999487095 exit=2010413155 work_dt=10926060 fn=103 #102
[tdma-tick] entry=2013385797 exit=2023543743 work_dt=10157946 fn=104 #103
[tdma-tick] entry=2027283448 exit=2037739982 work_dt=10456534 fn=105 #104
[tdma-tick] entry=2041181166 exit=2056078235 work_dt=14897069 fn=106 #105
[tdma-tick] entry=2059767563 exit=2070972903 work_dt=11205340 fn=107 #106
[tdma-tick] entry=2073723131 exit=2083834414 work_dt=10111283 fn=108 #107
[tdma-tick] entry=2087690257 exit=2097907183 work_dt=10216926 fn=109 #108
[tdma-tick] entry=2101656108 exit=2111895867 work_dt=10239759 fn=110 #109
[tdma-tick] entry=2115624713 exit=2129020061 work_dt=13395348 fn=111 #110
[tdma-tick] entry=2129491372 exit=2140865057 work_dt=11373685 fn=112 #111
[tdma-tick] entry=2143473427 exit=2155207279 work_dt=11733852 fn=113 #112
[tdma-tick] entry=2157431030 exit=2169449820 work_dt=12018790 fn=114 #113
[tdma-tick] entry=2171298561 exit=2184314919 work_dt=13016358 fn=115 #114
[tdma-tick] entry=2185148270 exit=2197165352 work_dt=12017082 fn=116 #115
[tdma-tick] entry=2199010295 exit=2210945047 work_dt=11934752 fn=117 #116
[tdma-tick] entry=2212867696 exit=2224883332 work_dt=12015636 fn=118 #117
[tdma-tick] entry=2226769211 exit=2236827749 work_dt=10058538 fn=119 #118
[tdma-tick] entry=2240742406 exit=2250759468 work_dt=10017062 fn=120 #119
[tdma-tick] entry=2254720727 exit=2264668518 work_dt=9947791 fn=121 #120
[tdma-tick] entry=2268705942 exit=2278704393 work_dt=9998451 fn=122 #121
[tdma-tick] entry=2282681621 exit=2292574134 work_dt=9892513 fn=123 #122
[tdma-tick] entry=2296659135 exit=2306451002 work_dt=9791867 fn=124 #123
[tdma-tick] entry=2310613495 exit=2321251148 work_dt=10637653 fn=125 #124
[tdma-tick] entry=2324603111 exit=2340386786 work_dt=15783675 fn=126 #125
[tdma-tick] entry=2343077762 exit=2355096886 work_dt=12019124 fn=127 #126
[tdma-tick] entry=2356941265 exit=2366832432 work_dt=9891167 fn=128 #127
[tdma-tick] entry=2370800930 exit=2380604980 work_dt=9804050 fn=129 #128
[tdma-tick] entry=2384752746 exit=2408075535 work_dt=23322789 fn=130 #129
[tdma-tick] entry=2412566618 exit=2458350718 work_dt=45784100 fn=131 #130
[tdma-tick] entry=2458750370 exit=2494240455 work_dt=35490085 fn=132 #131
[tdma-tick] entry=2495798757 exit=2519296016 work_dt=23497259 fn=133 #132
[tdma-tick] entry=2523594306 exit=2537231565 work_dt=13637259 fn=134 #133
[tdma-tick] entry=2537443988 exit=2547208637 work_dt=9764649 fn=135 #134
[tdma-tick] entry=2551440427 exit=2561245216 work_dt=9804789 fn=136 #135
[tdma-tick] entry=2565400972 exit=2575351197 work_dt=9950225 fn=137 #136
[tdma-tick] entry=2579367467 exit=2589306530 work_dt=9939063 fn=138 #137
[tdma-tick] entry=2593265710 exit=2606777254 work_dt=13511544 fn=139 #138
[tdma-tick] entry=2607123009 exit=2645624765 work_dt=38501756 fn=140 #139
[tdma-tick] entry=2648712586 exit=2677903123 work_dt=29190537 fn=141 #140
[tdma-tick] entry=2681025103 exit=2704741501 work_dt=23716398 fn=142 #141
[tdma-tick] entry=2708733384 exit=2732106454 work_dt=23373070 fn=143 #142
[tdma-tick] entry=2736433175 exit=2760441409 work_dt=24008234 fn=144 #143
[tdma-tick] entry=2764130873 exit=2787962198 work_dt=23831325 fn=145 #144
[tdma-tick] entry=2791842316 exit=2817337521 work_dt=25495205 fn=146 #145
[tdma-tick] entry=2819552172 exit=2872349260 work_dt=52797088 fn=147 #146
[tdma-tick] entry=2874938978 exit=2928280473 work_dt=53341495 fn=148 #147
[tdma-tick] entry=2930440446 exit=2983181879 work_dt=52741433 fn=149 #148
[tdma-tick] entry=2985826211 exit=3034233917 work_dt=48407706 fn=150 #149
[tdma-tick] entry=3036653667 exit=3059842296 work_dt=23188629 fn=151 #150
[tdma-tick] entry=3064464362 exit=3075466728 work_dt=11002366 fn=152 #151
[tdma-tick] entry=3078361746 exit=3088426741 work_dt=10064995 fn=153 #152
[tdma-tick] entry=3092260631 exit=3102539851 work_dt=10279220 fn=154 #153
[tdma-tick] entry=3106150624 exit=3116547930 work_dt=10397306 fn=155 #154
[tdma-tick] entry=3120015441 exit=3130282313 work_dt=10266872 fn=156 #155
[tdma-tick] entry=3133874467 exit=3144215284 work_dt=10340817 fn=157 #156
[tdma-tick] entry=3147724057 exit=3157961837 work_dt=10237780 fn=158 #157
[tdma-tick] entry=3161722437 exit=3172002730 work_dt=10280293 fn=159 #158
[tdma-tick] entry=3175799493 exit=3186289429 work_dt=10489936 fn=160 #159
[tdma-tick] entry=3189796596 exit=3203015370 work_dt=13218774 fn=161 #160
[tdma-tick] entry=3203669693 exit=3228272180 work_dt=24602487 fn=162 #161
[tdma-tick] entry=3231389371 exit=3282804150 work_dt=51414779 fn=163 #162
[tdma-tick] entry=3286796082 exit=3320268448 work_dt=33472366 fn=164 #163
[tdma-tick] entry=3323775748 exit=3342050015 work_dt=18274267 fn=165 #164
[tdma-tick] entry=3342242162 exit=3364346558 work_dt=22104396 fn=166 #165
[tdma-tick] entry=3365340742 exit=3384884268 work_dt=19543526 fn=167 #166
[tdma-tick] entry=3388484112 exit=3409150291 work_dt=20666179 fn=168 #167
[tdma-tick] entry=3411814954 exit=3455473191 work_dt=43658237 fn=169 #168
[tdma-tick] entry=3457983853 exit=3509709480 work_dt=51725627 fn=170 #169
[tdma-tick] entry=3513417068 exit=3553075612 work_dt=39658544 fn=171 #170
[tdma-tick] entry=3554996893 exit=3594921884 work_dt=39924991 fn=172 #171
[tdma-tick] entry=3596549005 exit=3618485906 work_dt=21936901 fn=173 #172
[tdma-tick] entry=3619637216 exit=3662802077 work_dt=43164861 fn=174 #173
[tdma-tick] entry=3665816071 exit=3722702269 work_dt=56886198 fn=175 #174
[tdma-tick] entry=3725832597 exit=3775199225 work_dt=49366628 fn=176 #175
[tdma-tick] entry=3776620605 exit=3804334851 work_dt=27714246 fn=177 #176
[tdma-tick] entry=3808941948 exit=3821648137 work_dt=12706189 fn=178 #177
[tdma-tick] entry=3822797973 exit=3835634596 work_dt=12836623 fn=179 #178
[tdma-tick] entry=3836645579 exit=3850865096 work_dt=14219517 fn=180 #179
[tdma-tick] entry=3855161144 exit=3874935597 work_dt=19774453 fn=181 #180
[tdma-tick] entry=3878357823 exit=3891937350 work_dt=13579527 fn=182 #181
[tdma-tick] entry=3892207498 exit=3902697622 work_dt=10490124 fn=183 #182
[tdma-tick] entry=3906105266 exit=3916068148 work_dt=9962882 fn=184 #183
[tdma-tick] entry=3919964980 exit=3930262175 work_dt=10297195 fn=185 #184
[tdma-tick] entry=3933830731 exit=3944263848 work_dt=10433117 fn=186 #185
[tdma-tick] entry=3947767481 exit=3958046327 work_dt=10278846 fn=187 #186
[tdma-tick] entry=3961747098 exit=3975620694 work_dt=13873596 fn=188 #187
[tdma-tick] entry=3980329921 exit=3991787458 work_dt=11457537 fn=189 #188
[tdma-tick] entry=3994180469 exit=4004443464 work_dt=10262995 fn=190 #189
[tdma-tick] entry=4008038221 exit=4018445974 work_dt=10407753 fn=191 #190
[tdma-tick] entry=4021897542 exit=4033144342 work_dt=11246800 fn=192 #191
[tdma-tick] entry=4035760089 exit=4045873777 work_dt=10113688 fn=193 #192
[tdma-tick] entry=4049733369 exit=4059905076 work_dt=10171707 fn=194 #193
[tdma-tick] entry=4063702698 exit=4073779800 work_dt=10077102 fn=195 #194
[tdma-tick] entry=4077657646 exit=4090058814 work_dt=12401168 fn=196 #195
[tdma-tick] entry=4091528608 exit=4101984579 work_dt=10455971 fn=197 #196
[tdma-tick] entry=4105443360 exit=4122162792 work_dt=16719432 fn=198 #197
[tdma-tick] entry=4123916860 exit=4135279540 work_dt=11362680 fn=199 #198
[tdma-tick] entry=4137789217 exit=4156321045 work_dt=18531828 fn=200 #199
[tdma-tick] entry=4160892715 exit=4175566449 work_dt=14673734 fn=201 #200
[tdma-tick] entry=4179495227 exit=4193538177 work_dt=14042950 fn=202 #201
[tdma-tick] entry=4197968328 exit=4209930832 work_dt=11962504 fn=203 #202
[tdma-tick] entry=4211844093 exit=4233360425 work_dt=21516332 fn=204 #203
[tdma-tick] entry=4235010601 exit=4252295657 work_dt=17285056 fn=205 #204
[tdma-tick] entry=4253476725 exit=4266400888 work_dt=12924163 fn=206 #205
[tdma-tick] entry=4267450352 exit=4277765521 work_dt=10315169 fn=207 #206
[tdma-tick] entry=4281355412 exit=4291531667 work_dt=10176255 fn=208 #207
[tdma-tick] entry=4295258458 exit=4305360354 work_dt=10101896 fn=209 #208
[tdma-tick] entry=4309162245 exit=4319098538 work_dt=9936293 fn=210 #209
[tdma-tick] entry=4323027984 exit=4332956068 work_dt=9928084 fn=211 #210
[tdma-tick] entry=4336890815 exit=4346782021 work_dt=9891206 fn=212 #211
[tdma-tick] entry=4350770296 exit=4360818668 work_dt=10048372 fn=213 #212
[tdma-tick] entry=4364751844 exit=4374794112 work_dt=10042268 fn=214 #213
[tdma-tick] entry=4378613570 exit=4388601745 work_dt=9988175 fn=215 #214
[tdma-tick] entry=4392567013 exit=4407013254 work_dt=14446241 fn=216 #215
[tdma-tick] entry=4411083442 exit=4421885847 work_dt=10802405 fn=217 #216
[tdma-tick] entry=4424931954 exit=4435156634 work_dt=10224680 fn=218 #217
[tdma-tick] entry=4438793465 exit=4448987153 work_dt=10193688 fn=219 #218
[tdma-tick] entry=4452746084 exit=4463905251 work_dt=11159167 fn=220 #219
[tdma-tick] entry=4466721844 exit=4476939137 work_dt=10217293 fn=221 #220
[tdma-tick] entry=4480692574 exit=4491039284 work_dt=10346710 fn=222 #221
[tdma-tick] entry=4494667178 exit=4504686241 work_dt=10019063 fn=223 #222
[tdma-tick] entry=4508648908 exit=4535169119 work_dt=26520211 fn=224 #223
[tdma-tick] entry=4536347745 exit=4560515255 work_dt=24167510 fn=225 #224
[tdma-tick] entry=4564092664 exit=4588045380 work_dt=23952716 fn=226 #225
[tdma-tick] entry=4591820550 exit=4615482337 work_dt=23661787 fn=227 #226
[tdma-tick] entry=4619570678 exit=4636091954 work_dt=16521276 fn=228 #227
[tdma-tick] entry=4638049841 exit=4649268945 work_dt=11219104 fn=229 #228
[tdma-tick] entry=4651954081 exit=4661989968 work_dt=10035887 fn=230 #229
[tdma-tick] entry=4665814033 exit=4675804285 work_dt=9990252 fn=231 #230
[tdma-tick] entry=4679755621 exit=4689721597 work_dt=9965976 fn=232 #231
[tdma-tick] entry=4693704769 exit=4703499218 work_dt=9794449 fn=233 #232
[tdma-tick] entry=4707554323 exit=4717587013 work_dt=10032690 fn=234 #233
[tdma-tick] entry=4721403801 exit=4731185697 work_dt=9781896 fn=235 #234
[tdma-tick] entry=4735254484 exit=4748332315 work_dt=13077831 fn=236 #235
[tdma-tick] entry=4749121802 exit=4774912113 work_dt=25790311 fn=237 #236
[tdma-tick] entry=4776816994 exit=4828312582 work_dt=51495588 fn=238 #237
[tdma-tick] entry=4832208489 exit=4884452256 work_dt=52243767 fn=239 #238
[tdma-tick] entry=4887651358 exit=4943524277 work_dt=55872919 fn=240 #239
[tdma-tick] entry=4947647434 exit=4996871815 work_dt=49224381 fn=241 #240
[tdma-tick] entry=4998456654 exit=5031871480 work_dt=33414826 fn=242 #241
[tdma-tick] entry=5035382845 exit=5056405541 work_dt=21022696 fn=243 #242
[tdma-tick] entry=5058461758 exit=5073963290 work_dt=15501532 fn=244 #243
[tdma-tick] entry=5076927102 exit=5094601010 work_dt=17673908 fn=245 #244
[tdma-tick] entry=5095392894 exit=5108519422 work_dt=13126528 fn=246 #245
[tdma-tick] entry=5109248237 exit=5129234424 work_dt=19986187 fn=247 #246
[tdma-tick] entry=5132371304 exit=5183120021 work_dt=50748717 fn=248 #247
[tdma-tick] entry=5183170996 exit=5241834207 work_dt=58663211 fn=249 #248
[tdma-tick] entry=5243323253 exit=5305924242 work_dt=62600989 fn=250 #249
[tdma-tick] entry=5308042828 exit=5366025423 work_dt=57982595 fn=251 #250
[tdma-tick] entry=5368052851 exit=5414126536 work_dt=46073685 fn=252 #251
[tdma-tick] entry=5414204552 exit=5434925994 work_dt=20721442 fn=253 #252
[tdma-tick] entry=5437380489 exit=5450090688 work_dt=12710199 fn=254 #253
[tdma-tick] entry=5451257009 exit=5461058315 work_dt=9801306 fn=255 #254
[tdma-tick] entry=5465155783 exit=5475719549 work_dt=10563766 fn=256 #255
[tdma-tick] entry=5479012513 exit=5497743425 work_dt=18730912 fn=257 #256
[tdma-tick] entry=5502113701 exit=5553087537 work_dt=50973836 fn=258 #257
[tdma-tick] entry=5557517519 exit=5615598713 work_dt=58081194 fn=259 #258
[tdma-tick] entry=5617521296 exit=5674705101 work_dt=57183805 fn=260 #259
[tdma-tick] entry=5677521960 exit=5723786738 work_dt=46264778 fn=261 #260
[tdma-tick] entry=5728400677 exit=5762412878 work_dt=34012201 fn=262 #261
[tdma-tick] entry=5765340634 exit=5787500951 work_dt=22160317 fn=263 #262
[tdma-tick] entry=5788421721 exit=5803529420 work_dt=15107699 fn=264 #263
[tdma-tick] entry=5806886547 exit=5822741925 work_dt=15855378 fn=265 #264
[tdma-tick] entry=5825363807 exit=5840679012 work_dt=15315205 fn=266 #265
[tdma-tick] entry=5843837519 exit=5859483797 work_dt=15646278 fn=267 #266
[tdma-tick] entry=5862313617 exit=5877914609 work_dt=15600992 fn=268 #267
[tdma-tick] entry=5880807318 exit=5897007750 work_dt=16200432 fn=269 #268
[tdma-tick] entry=5899284028 exit=5914491801 work_dt=15207773 fn=270 #269
[tdma-tick] entry=5917787780 exit=5933139435 work_dt=15351655 fn=271 #270
[tdma-tick] entry=5936296658 exit=5952576918 work_dt=16280260 fn=272 #271
[tdma-tick] entry=5954847117 exit=5990614872 work_dt=35767755 fn=273 #272
[tdma-tick] entry=5991796900 exit=6046832958 work_dt=55036058 fn=274 #273
[tdma-tick] entry=6047197520 exit=6089227153 work_dt=42029633 fn=275 #274
[tdma-tick] entry=6093485379 exit=6123426422 work_dt=29941043 fn=276 #275
[tdma-tick] entry=6125807554 exit=6172623380 work_dt=46815826 fn=277 #276
[tdma-tick] entry=6176617977 exit=6224736888 work_dt=48118911 fn=278 #277
[tdma-tick] entry=6227499417 exit=6249331211 work_dt=21831794 fn=279 #278
[tdma-tick] entry=6250581146 exit=6275355376 work_dt=24774230 fn=280 #279
[tdma-tick] entry=6278399753 exit=6326686757 work_dt=48287004 fn=281 #280
[tdma-tick] entry=6329194212 exit=6361775615 work_dt=32581403 fn=282 #281
[tdma-tick] entry=6366172476 exit=6383835766 work_dt=17663290 fn=283 #282
[tdma-tick] entry=6384784250 exit=6395195537 work_dt=10411287 fn=284 #283
[tdma-tick] entry=6398805948 exit=6409433658 work_dt=10627710 fn=285 #284
[tdma-tick] entry=6412659532 exit=6423323615 work_dt=10664083 fn=286 #285
[tdma-tick] entry=6426665004 exit=6437103495 work_dt=10438491 fn=287 #286
[tdma-tick] entry=6440537923 exit=6492656125 work_dt=52118202 fn=288 #287
[tdma-tick] entry=6496039307 exit=6552516547 work_dt=56477240 fn=289 #288
[tdma-tick] entry=6556089260 exit=6610406677 work_dt=54317417 fn=290 #289
[tdma-tick] entry=6611506163 exit=6665977610 work_dt=54471447 fn=291 #290
[tdma-tick] entry=6666888449 exit=6713284799 work_dt=46396350 fn=292 #291
[tdma-tick] entry=6717763760 exit=6744906378 work_dt=27142618 fn=293 #292
[tdma-tick] entry=6745460028 exit=6760306004 work_dt=14845976 fn=294 #293
[tdma-tick] entry=6763940169 exit=6782753043 work_dt=18812874 fn=295 #294
[tdma-tick] entry=6787044449 exit=6838282263 work_dt=51237814 fn=296 #295
[tdma-tick] entry=6842540851 exit=6875017826 work_dt=32476975 fn=297 #296
[tdma-tick] entry=6879598155 exit=6896723688 work_dt=17125533 fn=298 #297
[tdma-tick] entry=6898064941 exit=6908442441 work_dt=10377500 fn=299 #298
[tdma-tick] entry=6911923658 exit=6921915024 work_dt=9991366 fn=300 #299
[tdma-tick] entry=6925782595 exit=6935644462 work_dt=9861867 fn=301 #300
[tdma-tick] entry=6939765856 exit=6949719743 work_dt=9953887 fn=302 #301
[tdma-tick] entry=6953666208 exit=6963294882 work_dt=9628674 fn=303 #302
[tdma-tick] entry=6967663884 exit=6978905330 work_dt=11241446 fn=304 #303
[tdma-tick] entry=6981636812 exit=6991765202 work_dt=10128390 fn=305 #304
[tdma-tick] entry=6995587739 exit=7007599886 work_dt=12012147 fn=306 #305
[tdma-tick] entry=7009559246 exit=7019232637 work_dt=9673391 fn=307 #306
[tdma-tick] entry=7023522992 exit=7035581904 work_dt=12058912 fn=308 #307
[tdma-tick] entry=7037382447 exit=7047393571 work_dt=10011124 fn=309 #308
[tdma-tick] entry=7051271830 exit=7061335095 work_dt=10063265 fn=310 #309
[tdma-tick] entry=7065171215 exit=7075078156 work_dt=9906941 fn=311 #310
[tdma-tick] entry=7079039213 exit=7090794147 work_dt=11754934 fn=312 #311
[tdma-tick] entry=7092896773 exit=7102870636 work_dt=9973863 fn=313 #312
[tdma-tick] entry=7106757301 exit=7116672497 work_dt=9915196 fn=314 #313
[tdma-tick] entry=7120766874 exit=7130762727 work_dt=9995853 fn=315 #314
[tdma-tick] entry=7134731105 exit=7147065407 work_dt=12334302 fn=316 #315
[tdma-tick] entry=7148596582 exit=7158807519 work_dt=10210937 fn=317 #316
[tdma-tick] entry=7162587619 exit=7172681096 work_dt=10093477 fn=318 #317
[tdma-tick] entry=7176447047 exit=7186523067 work_dt=10076020 fn=319 #318
[tdma-tick] entry=7190347278 exit=7200526282 work_dt=10179004 fn=320 #319
[tdma-tick] entry=7204265235 exit=7214722132 work_dt=10456897 fn=321 #320
[tdma-tick] entry=7218155530 exit=7230207326 work_dt=12051796 fn=322 #321
[tdma-tick] entry=7232020996 exit=7242872334 work_dt=10851338 fn=323 #322
[tdma-tick] entry=7245880374 exit=7256570217 work_dt=10689843 fn=324 #323
[tdma-tick] entry=7259781493 exit=7270512635 work_dt=10731142 fn=325 #324
[tdma-tick] entry=7273718489 exit=7285497293 work_dt=11778804 fn=326 #325
[tdma-tick] entry=7287567978 exit=7300418596 work_dt=12850618 fn=327 #326
[tdma-tick] entry=7301422101 exit=7342833065 work_dt=41410964 fn=328 #327
[tdma-tick] entry=7342959591 exit=7392803146 work_dt=49843555 fn=329 #328
[tdma-tick] entry=7393807164 exit=7446198233 work_dt=52391069 fn=330 #329
[tdma-tick] entry=7449211525 exit=7505480522 work_dt=56268997 fn=331 #330
[tdma-tick] entry=7509238059 exit=7565621008 work_dt=56382949 fn=332 #331
[tdma-tick] entry=7569245830 exit=7612248188 work_dt=43002358 fn=333 #332
[tdma-tick] entry=7615408901 exit=7665001647 work_dt=49592746 fn=334 #333
[tdma-tick] entry=7666251497 exit=7720894218 work_dt=54642721 fn=335 #334
[tdma-tick] entry=7721676628 exit=7756920846 work_dt=35244218 fn=336 #335
[tdma-tick] entry=7758612690 exit=7810383137 work_dt=51770447 fn=337 #336
[tdma-tick] entry=7814008933 exit=7868059418 work_dt=54050485 fn=338 #337
[tdma-tick] entry=7869390692 exit=7910920178 work_dt=41529486 fn=339 #338
[tdma-tick] entry=7910935731 exit=7929761713 work_dt=18825982 fn=340 #339
[tdma-tick] entry=7934029058 exit=7982557194 work_dt=48528136 fn=341 #340
[tdma-tick] entry=7984843509 exit=8038764629 work_dt=53921120 fn=342 #341
[tdma-tick] entry=8040519725 exit=8072986849 work_dt=32467124 fn=343 #342
[tdma-tick] entry=8077462757 exit=8102108357 work_dt=24645600 fn=344 #343
[tdma-tick] entry=8105174736 exit=8124751422 work_dt=19576686 fn=345 #344
[tdma-tick] entry=8128275133 exit=8175065480 work_dt=46790347 fn=346 #345
[tdma-tick] entry=8179063530 exit=8231621267 work_dt=52557737 fn=347 #346
[tdma-tick] entry=8234497595 exit=8262584355 work_dt=28086760 fn=348 #347
[tdma-tick] entry=8266814087 exit=8279948973 work_dt=13134886 fn=349 #348
[tdma-tick] entry=8280680597 exit=8301771119 work_dt=21090522 fn=350 #349
[tdma-tick] entry=8303768608 exit=8342839013 work_dt=39070405 fn=351 #350
[tdma-tick] entry=8345365508 exit=8396363594 work_dt=50998086 fn=352 #351
[tdma-tick] entry=8400781626 exit=8459506213 work_dt=58724587 fn=353 #352
[tdma-tick] entry=8460878228 exit=8515166558 work_dt=54288330 fn=354 #353
[tdma-tick] entry=8516266032 exit=8572510936 work_dt=56244904 fn=355 #354
[tdma-tick] entry=8576294151 exit=8616016781 work_dt=39722630 fn=356 #355
[tdma-tick] entry=8617839439 exit=8637086928 work_dt=19247489 fn=357 #356
[tdma-tick] entry=8641033555 exit=8667857378 work_dt=26823823 fn=358 #357
[tdma-tick] entry=8668822499 exit=8714135920 work_dt=45313421 fn=359 #358
[tdma-tick] entry=8714985358 exit=8770748740 work_dt=55763382 fn=360 #359
[tdma-tick] entry=8775030820 exit=8829808720 work_dt=54777900 fn=361 #360
[tdma-tick] entry=8831348726 exit=8860927018 work_dt=29578292 fn=362 #361
[tdma-tick] entry=8863665375 exit=8880186249 work_dt=16520874 fn=363 #362
[tdma-tick] entry=8882182353 exit=8894521177 work_dt=12338824 fn=364 #363
[tdma-tick] entry=8896046856 exit=8907765871 work_dt=11719015 fn=365 #364
[tdma-tick] entry=8909904259 exit=8921735810 work_dt=11831551 fn=366 #365
[tdma-tick] entry=8923782125 exit=8935630322 work_dt=11848197 fn=367 #366
[tdma-tick] entry=8937763323 exit=8981832861 work_dt=44069538 fn=368 #367
[tdma-tick] entry=8983930841 exit=9028876894 work_dt=44946053 fn=369 #368
[tdma-tick] entry=9030093718 exit=9056970503 work_dt=26876785 fn=370 #369
[tdma-tick] entry=9057925026 exit=9100686583 work_dt=42761557 fn=371 #370
[tdma-tick] entry=9104092884 exit=9161552802 work_dt=57459918 fn=372 #371
[tdma-tick] entry=9164106523 exit=9210126839 work_dt=46020316 fn=373 #372
[tdma-tick] entry=9210263659 exit=9257052130 work_dt=46788471 fn=374 #373
[tdma-tick] entry=9261042444 exit=9290544548 work_dt=29502104 fn=375 #374
[tdma-tick] entry=9293407267 exit=9317058659 work_dt=23651392 fn=376 #375
[tdma-tick] entry=9321144238 exit=9345705416 work_dt=24561178 fn=377 #376
[tdma-tick] entry=9348868525 exit=9403430075 work_dt=54561550 fn=378 #377
[tdma-tick] entry=9405459608 exit=9455350313 work_dt=49890705 fn=379 #378
[tdma-tick] entry=9456225831 exit=9480633250 work_dt=24407419 fn=380 #379
[tdma-tick] entry=9483948789 exit=9496831595 work_dt=12882806 fn=381 #380
[tdma-tick] entry=9497806052 exit=9507732459 work_dt=9926407 fn=382 #381
[tdma-tick] entry=9511787260 exit=9521858984 work_dt=10071724 fn=383 #382
[tdma-tick] entry=9525751717 exit=9535806794 work_dt=10055077 fn=384 #383
[tdma-tick] entry=9539726926 exit=9549644298 work_dt=9917372 fn=385 #384
[tdma-tick] entry=9553719617 exit=9563792218 work_dt=10072601 fn=386 #385
[tdma-tick] entry=9567721289 exit=9577742936 work_dt=10021647 fn=387 #386
[tdma-tick] entry=9581694999 exit=9593482469 work_dt=11787470 fn=388 #387
[tdma-tick] entry=9595687246 exit=9605808982 work_dt=10121736 fn=389 #388
[tdma-tick] entry=9609646497 exit=9619524574 work_dt=9878077 fn=390 #389
[tdma-tick] entry=9623614663 exit=9633406650 work_dt=9791987 fn=391 #390
[tdma-tick] entry=9637568099 exit=9647980514 work_dt=10412415 fn=392 #391
[tdma-tick] entry=9651557488 exit=9661674562 work_dt=10117074 fn=393 #392
[tdma-tick] entry=9665514809 exit=9675640946 work_dt=10126137 fn=394 #393
[tdma-tick] entry=9679473663 exit=9689377685 work_dt=9904022 fn=395 #394
[tdma-tick] entry=9693431444 exit=9706201091 work_dt=12769647 fn=396 #395
[tdma-tick] entry=9707336303 exit=9717428936 work_dt=10092633 fn=397 #396
[tdma-tick] entry=9721232475 exit=9731132825 work_dt=9900350 fn=398 #397
[tdma-tick] entry=9735128961 exit=9745168065 work_dt=10039104 fn=399 #398
[tdma-tick] entry=9748986120 exit=9759132150 work_dt=10146030 fn=400 #399
[tdma-tick] entry=9762842133 exit=9773295139 work_dt=10453006 fn=401 #400
[tdma-tick] entry=9776805724 exit=9787537339 work_dt=10731615 fn=402 #401
[tdma-tick] entry=9790751819 exit=9801809981 work_dt=11058162 fn=403 #402
[tdma-tick] entry=9804761203 exit=9820244449 work_dt=15483246 fn=404 #403
[tdma-tick] entry=9823272531 exit=9835169063 work_dt=11896532 fn=405 #404
[tdma-tick] entry=9837132686 exit=9847153583 work_dt=10020897 fn=406 #405
[tdma-tick] entry=9850990648 exit=9861255077 work_dt=10264429 fn=407 #406
[tdma-tick] entry=9864850462 exit=9875433183 work_dt=10582721 fn=408 #407
[tdma-tick] entry=9878771140 exit=9889390938 work_dt=10619798 fn=409 #408
[tdma-tick] entry=9892755732 exit=9903506897 work_dt=10751165 fn=410 #409
[tdma-tick] entry=9906712076 exit=9917827596 work_dt=11115520 fn=411 #410
[tdma-tick] entry=9920600991 exit=9934554932 work_dt=13953941 fn=412 #411
[tdma-tick] entry=9939067121 exit=9949955337 work_dt=10888216 fn=413 #412
[tdma-tick] entry=9952925762 exit=9963405804 work_dt=10480042 fn=414 #413
[tdma-tick] entry=9966792029 exit=9977291497 work_dt=10499468 fn=415 #414
[tdma-tick] entry=9980782413 exit=9994513529 work_dt=13731116 fn=416 #415
[tdma-tick] entry=9994632276 exit=10007963393 work_dt=13331117 fn=417 #416
[tdma-tick] entry=10008482311 exit=10020262526 work_dt=11780215 fn=418 #417
[tdma-tick] entry=10022459313 exit=10033777760 work_dt=11318447 fn=419 #418
[tdma-tick] entry=10036425126 exit=10049102579 work_dt=12677453 fn=420 #419
[tdma-tick] entry=10050281556 exit=10061245969 work_dt=10964413 fn=421 #420
[tdma-tick] entry=10064159859 exit=10075192292 work_dt=11032433 fn=422 #421
[tdma-tick] entry=10078016428 exit=10088209217 work_dt=10192789 fn=423 #422
[tdma-tick] entry=10091874319 exit=10105500245 work_dt=13625926 fn=424 #423
[tdma-tick] entry=10105759242 exit=10115944279 work_dt=10185037 fn=425 #424
[tdma-tick] entry=10119766928 exit=10146810832 work_dt=27043904 fn=426 #425
[tdma-tick] entry=10147476245 exit=10178294441 work_dt=30818196 fn=427 #426
[tdma-tick] entry=10179788937 exit=10202031107 work_dt=22242170 fn=428 #427
[tdma-tick] entry=10202880408 exit=10219327601 work_dt=16447193 fn=429 #428
[tdma-tick] entry=10221467638 exit=10237475601 work_dt=16007963 fn=430 #429
[tdma-tick] entry=10239945815 exit=10263461378 work_dt=23515563 fn=431 #430
[tdma-tick] entry=10267791089 exit=10286028632 work_dt=18237543 fn=432 #431
[tdma-tick] entry=10286256684 exit=10299224084 work_dt=12967400 fn=433 #432
[tdma-tick] entry=10300115570 exit=10310569911 work_dt=10454341 fn=434 #433
[tdma-tick] entry=10314016581 exit=10324321303 work_dt=10304722 fn=435 #434
[tdma-tick] entry=10327881436 exit=10337823825 work_dt=9942389 fn=436 #435
[tdma-tick] entry=10341779446 exit=10351750688 work_dt=9971242 fn=437 #436
[tdma-tick] entry=10355766139 exit=10365683032 work_dt=9916893 fn=438 #437
[tdma-tick] entry=10369785135 exit=10379678855 work_dt=9893720 fn=439 #438
[tdma-tick] entry=10383787710 exit=10407149028 work_dt=23361318 fn=440 #439
[tdma-tick] entry=10411514963 exit=10436023681 work_dt=24508718 fn=441 #440
[tdma-tick] entry=10439225266 exit=10457235824 work_dt=18010558 fn=442 #441
[tdma-tick] entry=10457714219 exit=10502351169 work_dt=44636950 fn=443 #442
[tdma-tick] entry=10503876148 exit=10535506435 work_dt=31630287 fn=444 #443
[tdma-tick] entry=10536199678 exit=10557076635 work_dt=20876957 fn=445 #444
[tdma-tick] entry=10559384985 exit=10578135019 work_dt=18750034 fn=446 #445
[tdma-tick] entry=10582577970 exit=10605291830 work_dt

Annexe — Détail complet de tous les tests

Injection / ARM-feedback — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_efficacy_arm_reads_a_cd inject_efficacy,inject_frames 2.76s test_inject_frames.py:315: in test_efficacy_arm_reads_a_cd
⚠️ test_efficacy_arm_reads_d_fb_det_1 inject_efficacy,inject_frames 3.01s test_inject_frames.py:290: in test_efficacy_arm_reads_d_fb_det_1

Injection / NDB — 19/19

Test Markers Durée Erreur / raison (si non-pass)
test_clear_ndb inject_frames 0.29s
test_inject_a_cd_invalid_length inject_frames 0.00s
test_inject_a_cd_pattern_23B inject_frames 0.33s
test_inject_a_cd_pattern_30B inject_frames 0.37s
test_inject_d_burst[0] inject_frames,parametrize 0.04s
test_inject_d_burst[1] inject_frames,parametrize 0.08s
test_inject_d_task[24-0] inject_frames,parametrize 0.08s
test_inject_d_task[28-1] inject_frames,parametrize 0.08s
test_inject_d_task[5-0] inject_frames,parametrize 0.04s
test_inject_d_task[6-1] inject_frames,parametrize 0.04s
test_inject_fbsb_fb_found inject_frames 0.70s
test_inject_fbsb_sb_found inject_frames 0.54s
test_inject_si[1] inject_frames,parametrize 0.37s
test_inject_si[2] inject_frames,parametrize 0.37s
test_inject_si[3] inject_frames,parametrize 0.33s
test_inject_si[4] inject_frames,parametrize 0.37s
test_inject_si[5] inject_frames,parametrize 0.37s
test_inject_si[6] inject_frames,parametrize 0.33s
test_probe_ndb inject_frames 0.29s

Milestone / DSP — 4/10

Test Markers Durée Erreur / raison (si non-pass)
test_dsp_throughput_5x milestone_dsp_decoder 0.01s
test_intm_dwell_no_regression milestone_dsp_decoder 30.34s
test_popm_decoder_active milestone_dsp_decoder 0.00s
test_tier_a_decoder_fixes_present milestone_dsp_decoder 0.00s
⚠️ test_c54x_interrupt_ex_called_nonzero milestone_irq 0.00s test_calypso_milestones.py:527: in test_c54x_interrupt_ex_called_nonzero
⚠️ test_fb0_att_nonzero milestone_fb_det 0.00s test_calypso_milestones.py:474: in test_fb0_att_nonzero
⚠️ test_isr_entered_implies_rete milestone_irq 0.00s test_calypso_milestones.py:536: in test_isr_entered_implies_rete
⚠️ test_no_pending_irq_gated milestone_irq 0.00s test_calypso_milestones.py:545: in test_no_pending_irq_gated
⚠️ test_rxdoneflag_no_longer_blocks milestone_dsp_decoder 0.00s test_calypso_milestones.py:638: in test_rxdoneflag_no_longer_blocks
⏭️ test_synth_zero_path_active milestone_fb_det 0.02s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 506, ‘Skipped: CALYPSO_FBSB_SYNTH=1 actif côté container — workaround, pas le vrai chemin’)

Milestone / L1-ctrl — 0/2

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_received milestone_l1ctl 0.03s test_calypso_milestones.py:582: in test_l1ctl_data_ind_received
⚠️ test_neigh_pm_req_response_unchanged milestone_l1ctl 0.00s test_calypso_milestones.py:594: in test_neigh_pm_req_response_unchanged

Milestone / L1-data — 2/4

Test Markers Durée Erreur / raison (si non-pass)
test_bsp_dma_target_matches_correlator_read_zone milestone_bsp_dma 0.00s
test_no_d_fb_det_wr_site_anomaly milestone_bsp_dma 0.01s
⏭️ test_ar3_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 368, “Skipped: Source littérale (i) candidate : 8 sites avec lk=0x0000: [(‘PROM0’, 41801, ‘0000’), (‘PROM0’, 42046, ‘0000’), (‘PROM2’,
⏭️ test_ar4_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 387, “Skipped: Source littérale (i) candidate AR4 : 18 sites avec lk≈0x2bc0: [(‘PROM0’, 35269, ‘2bc0’), (‘PROM0’, 35331, ‘2bc0’), (’PRO

Milestone / L3-MM — 0/5

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_immediate_assignment_decoded milestone_mm_lu 0.00s test_calypso_milestones.py:608: in test_immediate_assignment_decoded
⚠️ test_location_updating_accept_received milestone_mm_lu 0.00s test_calypso_milestones.py:624: in test_location_updating_accept_received
⚠️ test_location_updating_request_sent milestone_mm_lu 0.00s test_calypso_milestones.py:618: in test_location_updating_request_sent
⚠️ test_rach_emitted milestone_mm_lu 0.00s test_calypso_milestones.py:603: in test_rach_emitted
⚠️ test_rr_sdcch_established milestone_mm_lu 0.00s test_calypso_milestones.py:613: in test_rr_sdcch_established

Runtime / DSP — 6/10

Test Markers Durée Erreur / raison (si non-pass)
test_bsp_daram_write_distribution runtime_dsp 0.01s
test_d_fb_det_data_no_longer_zero runtime_dsp 0.01s
test_dsp_throughput_above_threshold runtime_dsp 0.01s
test_intm_reaches_zero runtime_dsp 0.01s
test_no_enter_7740_dwell runtime_dsp 0.01s
test_no_wait_a21a_on_window runtime_dsp 0.01s
⚠️ test_d_fb_det_pattern_unchanged runtime_dsp 0.01s test_run_observability.py:496: in test_d_fb_det_pattern_unchanged
⚠️ test_interrupt_ex_called_counter_exposed runtime_irq 0.00s test_run_observability.py:902: in test_interrupt_ex_called_counter_exposed
⚠️ test_isr_entered_matches_rete runtime_irq 0.01s test_run_observability.py:920: in test_isr_entered_matches_rete
⚠️ test_no_pending_irq_gating runtime_irq 0.01s test_run_observability.py:932: in test_no_pending_irq_gating

Runtime / FS — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_container_disk_space_above_min runtime_fs 0.01s
test_qemu_fd_usage_below_limit runtime_fs 0.01s
test_qemu_log_disk_size_under_2gb runtime_fs 0.01s

Runtime / Firmware-state — 5/5

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_has_dl_bursts runtime_firmware 0.00s
test_pc_advances runtime_firmware 0.25s
test_pc_not_in_known_busy_loop runtime_firmware 0.04s
test_qemu_monitor_responsive runtime_firmware 0.02s
test_rxdoneflag_addr_resolvable runtime_firmware 0.00s

Runtime / GDB-introspect — 8/8

Test Markers Durée Erreur / raison (si non-pass)
test_gdb_handshake_succeeds runtime_gdb 0.01s
test_gdb_query_supported runtime_gdb 0.00s
test_gdb_read_arm_registers runtime_gdb 0.00s
test_gdb_read_dsp_daram_xfail runtime_gdb 0.00s
test_gdb_read_memory_at_dsp_api_base runtime_gdb 0.00s
test_gdb_read_pc_nonzero runtime_gdb 0.00s
test_gdb_stub_reachable runtime_gdb 0.01s
test_gdb_stub_survives_3_quick_reconnects runtime_gdb 0.31s

Runtime / Infra — 5/5

Test Markers Durée Erreur / raison (si non-pass)
test_all_expected_processes_present runtime_health 0.01s
test_mobile_pcap_growing runtime_health 10.01s
test_no_zombie_or_defunct runtime_health 0.00s
test_qemu_log_is_fresh runtime_health 3.01s
test_volumes_mounted runtime_health 0.02s

Runtime / IrDA-channel — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_irda_capture_process_alive runtime_irda 0.01s
test_irda_channel_produces_bytes runtime_irda 5.02s
test_irda_does_not_break_uart_modem runtime_irda 0.01s
test_irda_log_has_timestamp_prefix runtime_irda 0.00s
test_irda_pty_exists runtime_irda 0.00s
test_irda_pty_readable runtime_irda 0.00s
test_irda_throughput_below_saturation runtime_irda 10.05s
⚠️ test_irda_boot_marker_present runtime_irda 0.00s test_irda_channel.py:140: in test_irda_boot_marker_present

Runtime / L1-ctrl — 3/6

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_rate_vs_alc runtime_l1ctl 0.01s test_run_observability.py:796: in test_l1ctl_data_ind_rate_vs_alc
test_l1ctl_data_ind_received runtime_l1ctl 0.01s test_run_observability.py:722: in test_l1ctl_data_ind_received
test_a_cd_write_pc_includes_ccch_demod runtime_l1ctl 0.01s
test_a_cd_writes_nonzero runtime_l1ctl 0.01s
test_neigh_pm_req_loop_alive runtime_l1ctl 0.35s
⚠️ test_rach_attempted runtime_l1ctl 0.00s test_run_observability.py:801: in test_rach_attempted

Runtime / L1-data — 2/3

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_dl_lookahead_respected runtime_bridge 0.00s
test_bridge_log_shows_traffic runtime_bridge 0.00s
⚠️ test_bridge_fn_drift_under_threshold runtime_bridge 0.00s test_run_observability.py:642: in test_bridge_fn_drift_under_threshold

Runtime / Log-grep — 29/30

Test Markers Durée Erreur / raison (si non-pass)
test_blocker_bridge_no_bts_shutdown runtime_log_grep 0.01s
test_blocker_bridge_no_rach_parity runtime_log_grep 0.01s
test_blocker_bridge_no_socket_error runtime_log_grep 0.01s
test_blocker_fwirda_no_panic runtime_log_grep 0.01s
test_blocker_mobile_no_crash runtime_log_grep 0.01s
test_blocker_mobile_no_vty_bind_error runtime_log_grep 0.01s
test_blocker_no_out_of_memory runtime_log_grep 0.01s
test_blocker_osmocon_no_connection_refused runtime_log_grep 0.01s
test_blocker_osmocon_no_layer2_socket_failed runtime_log_grep 0.00s
test_blocker_osmocon_no_pty_error runtime_log_grep 0.01s
test_blocker_qemu_no_assert_failed runtime_log_grep 0.01s
test_blocker_qemu_no_long_wait_a21a runtime_log_grep 0.01s
test_blocker_qemu_no_panic runtime_log_grep 0.01s
test_blocker_qemu_no_qemu_abort runtime_log_grep 0.01s
test_blocker_qemu_no_runaway_dsp runtime_log_grep 0.00s
test_grep_bridge_dl_bursts_received runtime_log_grep 0.00s
test_grep_bridge_fb_pattern_dominant runtime_log_grep 0.00s
test_grep_bridge_no_clock_skew_shutdown runtime_log_grep 0.00s
test_grep_fwirda_log_present_or_skip runtime_log_grep 0.00s
test_grep_mobile_alive_signal runtime_log_grep 0.00s
test_grep_osmocon_l1ctl_fbsb_req_attempted runtime_log_grep 0.00s
test_grep_osmocon_l1ctl_reset_req runtime_log_grep 0.00s
test_grep_osmocon_lost_ratio_acceptable runtime_log_grep 0.00s
test_grep_qemu_a_cd_wr_vs_task24 runtime_log_grep 0.03s
test_grep_qemu_bsp_dma_active runtime_log_grep 0.01s
test_grep_qemu_dsp_booted runtime_log_grep 0.01s
test_grep_qemu_log_exists_and_nonempty runtime_log_grep 0.00s
test_grep_qemu_no_sp_catastrophe_recent runtime_log_grep 0.00s
test_grep_qemu_task24_dispatched runtime_log_grep 0.01s
⚠️ test_grep_fwirda_boot_marker runtime_log_grep 0.00s test_log_grep.py:210: in test_grep_fwirda_boot_marker

Runtime / Mgmt — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_mobile_imsi_loaded runtime_vty 1.51s
test_mobile_mm_state_is_null_or_idle runtime_vty 1.51s
test_mobile_vty_reachable runtime_vty 1.52s

Runtime / Monitor-extended — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_monitor_info_chardev_lists_serial runtime_monitor 3.01s
test_monitor_info_irq_listed runtime_monitor 3.01s
test_monitor_info_mtree_has_uart_irda runtime_monitor 3.01s
test_monitor_info_mtree_has_uart_modem runtime_monitor 3.00s
test_monitor_info_qom_tree_has_calypso_or_arm runtime_monitor 3.02s
test_monitor_info_qtree_has_calypso runtime_monitor 3.01s
test_monitor_info_registers_arm runtime_monitor 3.00s
test_monitor_info_status_is_running runtime_monitor 3.01s
test_monitor_socket_reachable runtime_monitor 3.02s

Runtime / Net — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_no_unexpected_high_ports runtime_net 0.04s
test_qemu_ports_listening runtime_net 0.04s

Runtime / Osmocon — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_osmocon_no_recent_lost_spam runtime_osmocon 0.00s
test_osmocon_past_romload runtime_osmocon 0.01s
test_osmocon_started_download runtime_osmocon 0.00s

Runtime / Summary — 1/1

Test Markers Durée Erreur / raison (si non-pass)
test_run_summary_snapshot runtime_summary 30.21s

Timing / Drift — 7/10

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_qfn_advances_steadily drift 0.00s test_layer_drift.py:160: in test_bridge_qfn_advances_steadily
test_bridge_qfn_tracks_qemu_fn drift 0.02s test_layer_drift.py:131: in test_bridge_qfn_tracks_qemu_fn
test_log_start_within_10s drift 0.01s test_layer_drift.py:200: in test_log_start_within_10s
test_log_still_growing[bridge-/tmp/bridge.log-10] drift,parametrize 0.00s
test_log_still_growing[osmocon-/tmp/osmocon.log-1] drift,parametrize 0.00s
test_log_still_growing[qemu-/root/qemu.log-1000] drift,parametrize 0.02s
test_no_long_gap[bridge-/tmp/bridge.log-10.0] drift,parametrize 0.00s
test_no_long_gap[qemu-/root/qemu.log-5.0] drift,parametrize 0.02s
test_qemu_insn_rate_cv_below_0_4 drift 0.07s
test_qemu_insn_rate_p1_above_1m drift 0.04s

Timing / Timers — 6/9

Test Markers Durée Erreur / raison (si non-pass)
test_kick_realtime_cadence timer_invariant 0.00s test_timer_invariants.py:197: in test_kick_realtime_cadence
test_tdma_period_virtual_close_to_target timer_invariant 0.00s test_timer_invariants.py:167: in test_tdma_period_virtual_close_to_target
test_dsp_n_exec_within_budget timer_invariant 0.00s
test_frame_irq_per_tdma_ratio timer_invariant 0.00s
test_log_timeline_csv_no_dead_bucket timer_invariant 0.00s
test_log_timeline_csv_produced timer_invariant 0.17s
test_log_timeline_csv_steady_qemu_rate timer_invariant 0.00s
test_tdma_log_present timer_invariant 0.00s
⚠️ test_dsp_budget_saturation_signal timer_invariant 0.00s test_timer_invariants.py:148: in test_dsp_budget_saturation_signal

Tous les nodeids (référence)

Cliquer pour déplier — liste exhaustive nodeid → outcome
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified
PASSED   test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero
PASSED   test_calypso_milestones.py::test_dsp_throughput_5x
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged
PASSED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated
PASSED   test_calypso_milestones.py::test_popm_decoder_active
XFAIL    test_calypso_milestones.py::test_rach_emitted
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present
PASSED   test_firmware_state.py::test_bridge_has_dl_bursts
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam
PASSED   test_firmware_state.py::test_osmocon_past_romload
PASSED   test_firmware_state.py::test_osmocon_started_download
PASSED   test_firmware_state.py::test_pc_advances
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop
PASSED   test_firmware_state.py::test_qemu_monitor_responsive
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds
PASSED   test_gdb_stub.py::test_gdb_query_supported
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero
PASSED   test_gdb_stub.py::test_gdb_stub_reachable
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
PASSED   test_inject_frames.py::test_clear_ndb
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B
PASSED   test_inject_frames.py::test_inject_d_burst[0]
PASSED   test_inject_frames.py::test_inject_d_burst[1]
PASSED   test_inject_frames.py::test_inject_d_task[24-0]
PASSED   test_inject_frames.py::test_inject_d_task[28-1]
PASSED   test_inject_frames.py::test_inject_d_task[5-0]
PASSED   test_inject_frames.py::test_inject_d_task[6-1]
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found
PASSED   test_inject_frames.py::test_inject_si[1]
PASSED   test_inject_frames.py::test_inject_si[2]
PASSED   test_inject_frames.py::test_inject_si[3]
PASSED   test_inject_frames.py::test_inject_si[4]
PASSED   test_inject_frames.py::test_inject_si[5]
PASSED   test_inject_frames.py::test_inject_si[6]
PASSED   test_inject_frames.py::test_probe_ndb
XFAIL    test_irda_channel.py::test_irda_boot_marker_present
PASSED   test_irda_channel.py::test_irda_capture_process_alive
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix
PASSED   test_irda_channel.py::test_irda_pty_exists
PASSED   test_irda_channel.py::test_irda_pty_readable
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation
FAILED   test_layer_drift.py::test_bridge_qfn_advances_steadily
FAILED   test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
FAILED   test_layer_drift.py::test_log_start_within_10s
PASSED   test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10]
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1]
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
PASSED   test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0]
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0]
PASSED   test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4
PASSED   test_layer_drift.py::test_qemu_insn_rate_p1_above_1m
PASSED   test_log_grep.py::test_blocker_bridge_no_bts_shutdown
PASSED   test_log_grep.py::test_blocker_bridge_no_rach_parity
PASSED   test_log_grep.py::test_blocker_bridge_no_socket_error
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic
PASSED   test_log_grep.py::test_blocker_mobile_no_crash
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error
PASSED   test_log_grep.py::test_blocker_no_out_of_memory
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a
PASSED   test_log_grep.py::test_blocker_qemu_no_panic
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp
PASSED   test_log_grep.py::test_grep_bridge_dl_bursts_received
PASSED   test_log_grep.py::test_grep_bridge_fb_pattern_dominant
PASSED   test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip
PASSED   test_log_grep.py::test_grep_mobile_alive_signal
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable
PASSED   test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24
PASSED   test_log_grep.py::test_grep_qemu_bsp_dma_active
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable
PASSED   test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod
PASSED   test_run_observability.py::test_a_cd_writes_nonzero
PASSED   test_run_observability.py::test_all_expected_processes_present
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold
PASSED   test_run_observability.py::test_bridge_log_shows_traffic
PASSED   test_run_observability.py::test_bsp_daram_write_distribution
PASSED   test_run_observability.py::test_d_fb_det_data_no_longer_zero
XFAIL    test_run_observability.py::test_d_fb_det_pattern_unchanged
PASSED   test_run_observability.py::test_dsp_throughput_above_threshold
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed
PASSED   test_run_observability.py::test_intm_reaches_zero
XFAIL    test_run_observability.py::test_isr_entered_matches_rete
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
FAILED   test_run_observability.py::test_l1ctl_data_ind_received
PASSED   test_run_observability.py::test_mobile_imsi_loaded
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle
PASSED   test_run_observability.py::test_mobile_pcap_growing
PASSED   test_run_observability.py::test_mobile_vty_reachable
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive
PASSED   test_run_observability.py::test_no_enter_7740_dwell
XFAIL    test_run_observability.py::test_no_pending_irq_gating
PASSED   test_run_observability.py::test_no_wait_a21a_on_window
PASSED   test_run_observability.py::test_no_zombie_or_defunct
PASSED   test_run_observability.py::test_qemu_log_is_fresh
XFAIL    test_run_observability.py::test_rach_attempted
PASSED   test_run_observability.py::test_run_summary_snapshot
PASSED   test_run_observability.py::test_volumes_mounted
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening
XFAIL    test_timer_invariants.py::test_dsp_budget_saturation_signal
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio
FAILED   test_timer_invariants.py::test_kick_realtime_cadence
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate
PASSED   test_timer_invariants.py::test_tdma_log_present
FAILED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target

:::

Reproduction

cd /home/nirvana/qemu-calypso/tests
/tmp/calypso-venv/bin/pytest -v --tb=short
# Filtrer par marker :
/tmp/calypso-venv/bin/pytest -v -m inject_frames
/tmp/calypso-venv/bin/pytest -v -m 'not inject_efficacy'

Le diagramme et ce rapport sont régénérés à chaque run et écrits dans /tmp/test_results_20260516_173826/test_results.{mmd,md} (override via CALYPSO_TEST_OUT).


Run finished at 2026-05-16T17:38:26.

Annexe — Report condensé (machine-friendly)

Déplier — report condensé

Rapport condensé (machine-friendly) extrait de test_results.md. Pour la version complète : voir le .md ou .qmd à côté.

Calypso test report — 2026-05-16T17:38:26

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 8 échec(s), 124/157 passent

métrique valeur interprétation
pct brut 79 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 94 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 84 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 124
❌ failed 8
⏭️ skipped 3
⚠️ xfailed 22
total 157

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
BRIDGE_CLK_FROM_QEMU 0 env
BRIDGE_CLK_PERIOD 51 env
BRIDGE_DL_FN_LOOKAHEAD 32 env
BRIDGE_DL_FN_REWRITE slot env
BRIDGE_UL_FN_REWRITE slot env
CALYPSO_AUTO_GEN_DOC 1 default
CALYPSO_BSP_DARAM_ADDR 0x3fb0 env
CALYPSO_DSP_FBDET_SKIP 0 env
CALYPSO_DSP_IDLE_FF 1 env
CALYPSO_DSP_IDLE_RANGE | env | | `CALYPSO_DSP_ROM` | `/opt/GSM/calypso_dsp.txt` | env | | `CALYPSO_FBSB_SYNTH` | `1` | env | | `CALYPSO_FORCE_RX_DONE` | `0` | default | | `CALYPSO_GDB_PORT` | `1234` | default | | `CALYPSO_HOST_ROOT` | `/root` | env | | `CALYPSO_ICOUNT` | `off` | env | | `CALYPSO_IRDA_CAPTURE` | `1` | default | | `CALYPSO_L2_CLIENT` | default
CALYPSO_LOG_TS 1 default
CALYPSO_NDB_D_RACH_OFFSET | env | | `CALYPSO_RACH_FORCE_BSIC` | env
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RXDONE_ADDR 0x008302d4 env
CALYPSO_SIM_CFG /root/.osmocom/bb/mobile_group1.cfg env
CALYPSO_TEST_OUT /tmp env
CALYPSO_UART_TRACE 0 env
CALYPSO_W1C_LATCH 0 env

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

8 test(s) en échec :

🔴 1. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.03s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ test_calypso_milestones.py:582: in test_l1ctl_data_ind_received 🔻 2. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.01s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ test_run_observability.py:796: in test_l1ctl_data_ind_rate_vs_alc 🔻 3. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.01s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ test_run_observability.py:722: in test_l1ctl_data_ind_received 🔻 4. test_kick_realtime_cadence — Timing / Timers — marker(s): timer_invariant — durée 0.00s - test_timer_invariants.py::test_kick_realtime_cadence - ❗ test_timer_invariants.py:197: in test_kick_realtime_cadence 🔻 5. test_tdma_period_virtual_close_to_target — Timing / Timers — marker(s): timer_invariant — durée 0.00s - test_timer_invariants.py::test_tdma_period_virtual_close_to_target - ❗ test_timer_invariants.py:167: in test_tdma_period_virtual_close_to_target 🔻 6. test_bridge_qfn_advances_steadily — Timing / Drift — marker(s): drift — durée 0.00s - test_layer_drift.py::test_bridge_qfn_advances_steadily - ❗ test_layer_drift.py:160: in test_bridge_qfn_advances_steadily 🔻 7. test_bridge_qfn_tracks_qemu_fn — Timing / Drift — marker(s): drift — durée 0.02s - test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn - ❗ test_layer_drift.py:131: in test_bridge_qfn_tracks_qemu_fn 🔻 8. test_log_start_within_10s — Timing / Drift — marker(s): drift — durée 0.01s - test_layer_drift.py::test_log_start_within_10s - ❗ test_layer_drift.py:200: in test_log_start_within_10s

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

Firmware-state — 5/5

Tous les tests passent dans cette couche.

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 10/20

⏭️ Skipped : test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_d_fb_det_pattern_unchanged, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_d_fb_det_pattern_unchanged, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 4/7

⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 3/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_rach_attempted

🟡 Timers — 6/9

Échecs : test_tdma_period_virtual_close_to_target, test_kick_realtime_cadence ⏭️ Skipped : test_dsp_budget_saturation_signal ⚠️ xfail : test_dsp_budget_saturation_signal

🟡 Drift — 7/10

Échecs : test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_start_within_10s

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 29/30

⏭️ Skipped : test_grep_fwirda_boot_marker ⚠️ xfail : test_grep_fwirda_boot_marker

Summary — 1/1

Tous les tests passent dans cette couche.

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===\r\n") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, ...) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 105331 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

8 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.03s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : test_calypso_milestones.py:582: in test_l1ctl_data_ind_received

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_calypso_milestones 0 0 0 0 0 0 0 0 0 0 0 0
test_l1ctl_data_ind_received 0 0 0 0 0 0 0 0 0 0 0 0

🛑 2. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : test_run_observability.py:796: in test_l1ctl_data_ind_rate_vs_alc

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_run_observability 0 0 0 0 0 0 0 0 0 0 0 0
test_l1ctl_data_ind_rate_vs_alc 0 0 0 0 0 0 0 0 0 0 0 0

🛑 3. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : test_run_observability.py:722: in test_l1ctl_data_ind_received

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_run_observability 0 0 0 0 0 0 0 0 0 0 0 0
test_l1ctl_data_ind_received 0 0 0 0 0 0 0 0 0 0 0 0

🛑 4. test_kick_realtime_cadence

  • Catégorie / couche : Timing / Timers
  • Marker(s) : timer_invariant
  • Durée : 0.00s
  • Nodeid : test_timer_invariants.py::test_kick_realtime_cadence
  • Assertion : test_timer_invariants.py:197: in test_kick_realtime_cadence

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_timer_invariants 0 0 0 0 0 0 0 0 0 0 0 0
test_kick_realtime_cadence 0 0 0 0 0 0 0 0 0 0 0 0

🛑 5. test_tdma_period_virtual_close_to_target

  • Catégorie / couche : Timing / Timers
  • Marker(s) : timer_invariant
  • Durée : 0.00s
  • Nodeid : test_timer_invariants.py::test_tdma_period_virtual_close_to_target
  • Assertion : test_timer_invariants.py:167: in test_tdma_period_virtual_close_to_target

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_timer_invariants 0 0 0 0 0 0 0 0 0 0 0 0
test_tdma_period_virtual_close_to_target 0 0 0 0 0 0 0 0 0 0 0 0

🛑 6. test_bridge_qfn_advances_steadily

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift
  • Durée : 0.00s
  • Nodeid : test_layer_drift.py::test_bridge_qfn_advances_steadily
  • Assertion : test_layer_drift.py:160: in test_bridge_qfn_advances_steadily

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_layer_drift 0 0 0 0 0 0 0 0 0 0 0 0
test_bridge_qfn_advances_steadily 0 0 0 0 0 0 0 0 0 0 0 0

🛑 7. test_bridge_qfn_tracks_qemu_fn

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift
  • Durée : 0.02s
  • Nodeid : test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
  • Assertion : test_layer_drift.py:131: in test_bridge_qfn_tracks_qemu_fn

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_layer_drift 0 0 0 0 0 0 0 0 0 0 0 0
test_bridge_qfn_tracks_qemu_fn 0 0 0 0 0 0 0 0 0 0 0 0

🛑 8. test_log_start_within_10s

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift
  • Durée : 0.01s
  • Nodeid : test_layer_drift.py::test_log_start_within_10s
  • Assertion : test_layer_drift.py:200: in test_log_start_within_10s

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
test_layer_drift 0 0 0 0 0 0 0 0 0 0 0 0
test_log_start_within_10s 0 0 0 0 0 0 0 0 0 0 0 0

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.