Dear Gabe and John,
Thank you for your anwers. That did the trick! Do you know an easy way to format the printed varibles values nicely? Just some alignment and indention. Similar to let's say:
    pumpOperating : Size=2, Index=pumpOperating_index, Domain=Binary
        Key                            : Lower : Value : Upper : Fixed : Stale
        (1, 'storageTank', 'junction') :     0 :   1.0 :     1 : False : False
        (2, 'storageTank', 'junction') :     0 :   1.0 :     1 : False : False
    rotationalSpeed : Size=2, Index=rotationalSpeed_index, Domain=Reals
        Key                            : Lower : Value             : Upper : Fixed : Stale
        (1, 'storageTank', 'junction') :     0 : 60.30087959861426 :   100 : False : False
        (2, 'storageTank', 'junction') :     0 : 43.07654652028928 :   100 : False : False
    pressureIncrease : Size=2, Index=pressureIncrease_index, Domain=NonNegativeReals
        Key                            : Lower : Value : Upper : Fixed : Stale
        (1, 'storageTank', 'junction') :     0 :  10.0 :  None : False : False
        (2, 'storageTank', 'junction') :     0 :  50.0 :  None : False : False
The copy & paste didn't work perfectly here.
Johannes