Version: 1.13 
 _ data/zoo_json_alt_waypoint4/Belnet2008_1.json -f output/flip/data/zoo_json_alt_waypoint4/Belnet2008_1.json.subpaths
Flip subpaths generated in 0.126 seconds!
real 0.52
user 0.75
sys 0.07
<logging.Logger object at 0x7f031950f7d0>
I1217 12:32:30.115 3238988 flip.py:638] node 7 (7->6->7) adds LOOP: ANY ['6'] < ['7']
I1217 12:32:30.115 3238988 flip.py:564] node 13 adds BLACKHOLE: ALL ['7'] < ['13']
I1217 12:32:30.116 3238988 flip.py:564] node 18 adds BLACKHOLE: ALL ['7'] < ['18']
I1217 12:32:30.116 3238988 flip.py:839] node 6 (cyan-cyan) adds POLICY: ALL ['6'] < ['7'] with dependencies set([])
I1217 12:32:30.116 3238988 flip.py:564] node 0 adds BLACKHOLE: ALL ['11'] < ['0']
I1217 12:32:30.116 3238988 flip.py:564] node 3 adds BLACKHOLE: ALL ['11'] < ['3']
I1217 12:32:30.116 3238988 flip.py:564] node 2 adds BLACKHOLE: ALL ['11'] < ['2']
I1217 12:32:30.116 3238988 flip.py:564] node 19 adds BLACKHOLE: ALL ['19'] < ['11']
I1217 12:32:30.117 3238988 flip.py:564] node 20 adds BLACKHOLE: ALL ['20'] < ['11']
I1217 12:32:30.117 3238988 flip.py:564] node 10 adds BLACKHOLE: ALL ['10'] < ['11']
I1217 12:32:30.117 3238988 flip.py:564] node 15 adds BLACKHOLE: ALL ['15'] < ['6']
I1217 12:32:30.117 3238988 flip.py:564] node 16 adds BLACKHOLE: ALL ['16'] < ['6']
I1217 12:32:30.117 3238988 flip.py:564] node 17 adds BLACKHOLE: ALL ['17'] < ['6']
Restricted license - for non-production use only - expires 2022-01-13
I1217 12:32:30.126 3238988 lplib.py:51] Restricted license - for non-production use only - expires 2022-01-13
/nfs/home/student.aau.dk/rtollu18/.local/lib/python2.7/site-packages/pulp/pulp.py:1313: UserWarning: Spaces are not permitted in the name. Converted to '_'
  warnings.warn("Spaces are not permitted in the name. Converted to '_'")
Traceback (most recent call last):
  File "runflipwithdfa.py", line 39, in <module>
    main(jsonPath, subpathsPath)
  File "runflipwithdfa.py", line 30, in main
    order = flip.compute_sequence(graph)
  File "/nfs/home/student.aau.dk/rtollu18/dat7/FLIP/flip.py", line 1382, in compute_sequence
    new_storage.get_variables()))
  File "/nfs/home/student.aau.dk/rtollu18/dat7/FLIP/verify.py", line 202, in create_migration_strategy
    MigrationStrategy.verify_current_configuration(net, label='initial')
  File "/nfs/home/student.aau.dk/rtollu18/dat7/FLIP/verify.py", line 178, in verify_current_configuration
    'in %s configuration: %s %s' %(label, type(e), e))
FLIP.verify.InvalidNetworkConfigurationError: in initial configuration: <class 'FLIP.verify.PolicyViolationError'> Packet<src: 11, dst: 14, path: ['11', '2', '3', '0', '6', '7', '18', '13', '14'], tags: {}> doesn't satisfy any of [['10', '20', '19', '7', '18', '13', '14'], ['10', '20', '19', '7', '6', '17', '16', '15', '14'], ['16', '15', '14'], ['0', '6', '17', '16', '15', '14'], ['20', '19', '7', '18', '13', '14'], ['20', '19', '7', '6', '17', '16', '15', '14']]
