Verbose of G4ParticleChange

Hello everyone,
i have a simulation with scintillation material, so i use the G4OpticalPhysics and the G4EmStandardPhysics_option4.
When i implement this headers i get G4ParticleChange output in my terminal regardless of wheter i set these : UImanager->ApplyCommand(G4String("/process/verbose 0"));
UImanager->ApplyCommand(G4String("/process/em/verbose 0"));
UImanager->ApplyCommand(G4String("/process/optical/verbose 0"));
UImanager->ApplyCommand(G4String("/process/had/verbose 0"));
UImanager->ApplyCommand(G4String("/process/eLoss/verbose 0"));

UImanager->ApplyCommand(G4String("/control/verbose 0"));
UImanager->ApplyCommand(G4String("/run/verbose 0"));
UImanager->ApplyCommand(G4String("/event/verbose 0"));
UImanager->ApplyCommand(G4String("/hits/verbose 0"));
UImanager->ApplyCommand(G4String("/tracking/verbose 0"));
UImanager->ApplyCommand(G4String("/stepping/verbose 0"));

I want no big output at my terminal because i do a simulationen with 50 mio events.
Thanks