Bounded Buffer Test # Consumers: 1 # Producers: 5 # Buffers: 3 # Items/Producer: 2 Max time to produce an item (millisecs): 10 P2 produced item #200 after time=8 P0 produced item #0 after time=9 P1 produced item #100 after time=0 C0 consumed item #200 C0 consumed item #0 C0 consumed item #100 P0 produced item #1 after time=1 P1 produced item #101 after time=9 P3 produced item #300 after time=1 C0 consumed item #1 C0 consumed item #101 P2 produced item #201 after time=4 P4 produced item #400 after time=7 C0 consumed item #300 C0 consumed item #201 C0 consumed item #400 P3 produced item #301 after time=4 P4 produced item #401 after time=7 C0 consumed item #301 C0 consumed item #401 Consumer C0 has timed out!