Version: 1.13 
 _ data/zoo_json_alt_waypoint4/Gridnet_3.json -f output/flip/data/zoo_json_alt_waypoint4/Gridnet_3.json.subpaths
Flip subpaths generated in 0.2 seconds!
real 2.45
user 0.78
sys 0.09
<logging.Logger object at 0x7fb5ca50f7d0>
W1217 12:32:35.327 2332075 flip.py:156] subpath ['1', '4', '17', '12', '13', '26', '21', '20', '19', '22', '35', '30', '29'] is superfluous, discarding it
W1217 12:32:35.327 2332075 flip.py:156] subpath ['8', '3', '2', '1', '4', '17', '12', '13', '26', '21', '20', '19', '22', '35', '30', '29'] is superfluous, discarding it
W1217 12:32:35.328 2332075 flip.py:156] subpath ['8', '3', '2', '1', '4', '17', '12', '13', '26', '21', '22', '35', '30', '29'] is superfluous, discarding it
W1217 12:32:35.329 2332075 flip.py:156] subpath ['10', '13', '26', '21', '20', '19'] is superfluous, discarding it
W1217 12:32:35.329 2332075 flip.py:156] subpath ['1', '4', '17', '12', '11', '10', '13', '26', '21', '20', '19'] is superfluous, discarding it
I1217 12:32:35.339 2332075 flip.py:564] node 28 adds BLACKHOLE: ALL ['30'] < ['28']
I1217 12:32:35.339 2332075 flip.py:564] node 29 adds BLACKHOLE: ALL ['30'] < ['29']
I1217 12:32:35.340 2332075 flip.py:839] node 30 (cyan-white) adds POLICY: ALL ['21'] < ['30'] with dependencies []
I1217 12:32:35.340 2332075 flip.py:564] node 19 adds BLACKHOLE: ALL ['21'] < ['19']
I1217 12:32:35.340 2332075 flip.py:564] node 20 adds BLACKHOLE: ALL ['21'] < ['20']
I1217 12:32:35.340 2332075 flip.py:839] node 21 (cyan-white) adds POLICY: ALL ['12'] < ['21'] with dependencies []
I1217 12:32:35.340 2332075 flip.py:564] node 10 adds BLACKHOLE: ALL ['12'] < ['10']
I1217 12:32:35.340 2332075 flip.py:564] node 11 adds BLACKHOLE: ALL ['12'] < ['11']
I1217 12:32:35.341 2332075 flip.py:839] node 12 (cyan-cyan) adds POLICY: ALL ['3'] < ['12'] with dependencies set([])
I1217 12:32:35.341 2332075 flip.py:564] node 1 adds BLACKHOLE: ALL ['3'] < ['1']
I1217 12:32:35.341 2332075 flip.py:564] node 2 adds BLACKHOLE: ALL ['3'] < ['2']
I1217 12:32:35.342 2332075 flip.py:839] node 3 (cyan-cyan) adds POLICY: ALL ['8'] < ['3'] with dependencies set([])
I1217 12:32:35.342 2332075 flip.py:839] node 3 (cyan-cyan) adds POLICY: ALL ['3'] < ['8'] with dependencies set([])
Restricted license - for non-production use only - expires 2022-01-13
I1217 12:32:35.349 2332075 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 199, in create_migration_strategy
    MigrationStrategy.verify_current_configuration(net, label='final')
  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 final configuration: <class 'FLIP.verify.PolicyViolationError'> Packet<src: 8, dst: 31, path: ['8', '3', '4', '17', '12', '13', '26', '21', '22', '35', '30', '31'], tags: {}> doesn't satisfy any of [['10', '13', '26', '21', '20', '19'], ['1', '4', '17', '12', '11', '10', '13', '26', '21', '20', '19'], ['1', '4', '17', '12', '13', '26', '21', '20', '19', '22', '35', '30', '29'], ['8', '3', '2', '1', '4', '17', '12', '11', '10', '13', '26'], ['8', '3', '2', '1', '4', '17', '12', '13', '26', '21', '20', '19', '22', '35', '30', '29'], ['8', '3', '2', '1', '4', '17', '12', '13', '26', '21', '22', '35', '30', '29'], ['8', '3', '4', '17', '12', '11', '10', '13', '26']]
