In reply to whwjez:
You are going to need to provide more context. What event controls come before the first info statement? If there was a @(posedge clk) before, and inst_cb is defined with that clock, you have a race condition.
My recommendation is that you only use the clocking block event control and no other event controls within the same process.