SELECT Product_ID, SUM(Hours), STD_DEV(Hours) FROM Product_Life WHERE Product_Class = 'Bulbs' GROUP BY Product_ID;