printf("\n Packet %llu arrived at router %u next stop %d final stop %d local hops %d global hops %d",cur_chunk->msg.packet_ID,s->router_id,next_stop,dest_router_id,cur_chunk->msg.my_l_hop,cur_chunk->msg.my_g_hop);
printf("\n Packet %llu arrived at router %u next stop %d final stop %d local hops %d global hops %d",cur_chunk->msg.packet_ID,s->router_id,next_stop,dest_router_id,cur_chunk->msg.my_l_hop,cur_chunk->msg.my_g_hop);