Version: 1.13 
 _ data/zoo_json_alt_waypoint4/Quest_3.json -f output/flip/data/zoo_json_alt_waypoint4/Quest_3.json.subpaths
Flip subpaths generated in 0.442 seconds!
real 1.38
user 0.86
sys 0.10
<logging.Logger object at 0x7f15875e77d0>
W1217 12:32:48.323 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '34', '35', '32', '31', '22', '23', '25', '21', '18', '44', '52'] is superfluous, discarding it
W1217 12:32:48.323 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '34', '35', '32', '31', '22', '23', '25', '21', '18', '44', '51', '50', '49', '40', '41', '43', '39'] is superfluous, discarding it
W1217 12:32:48.323 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '34', '35', '32', '20', '29', '18', '44', '52', '53', '50', '49', '40', '41', '43', '39', '36', '62', '70', '71', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '34', '35', '32', '20', '29', '18', '44', '52', '53', '50', '49', '40', '41', '43', '39', '36', '62', '69', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '34', '35', '32', '20', '29', '18', '44', '51', '50', '49', '40', '41', '43', '39', '36', '62', '70', '71', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '34', '35', '32', '20', '29', '18', '44', '51', '50', '49', '40', '41', '43', '39', '36', '62', '69', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '33', '32', '31', '22', '23', '25', '21', '18', '44', '52'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '33', '32', '31', '22', '23', '25', '21', '18', '44', '51', '50', '49', '40', '41', '43', '39'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '33', '32', '20', '29', '18', '44', '52', '53', '50', '49', '40', '41', '43', '39', '36', '62', '70', '71', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '33', '32', '20', '29', '18', '44', '52', '53', '50', '49', '40', '41', '43', '39', '36', '62', '69', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '33', '32', '20', '29', '18', '44', '51', '50', '49', '40', '41', '43', '39', '36', '62', '70', '71', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['4', '5', '7', '3', '0', '26', '33', '32', '20', '29', '18', '44', '51', '50', '49', '40', '41', '43', '39', '36', '62', '69', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.324 2471770 flip.py:156] subpath ['29', '18', '44', '52', '53', '50', '49', '40', '41', '43', '39', '36', '62', '70', '71', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.325 2471770 flip.py:156] subpath ['29', '18', '44', '52', '53', '50', '49', '40', '41', '43', '39', '36', '62', '69', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.325 2471770 flip.py:156] subpath ['29', '18', '44', '51', '50', '49', '40', '41', '43', '39', '36', '62', '70', '71', '68', '67', '58', '59'] is superfluous, discarding it
W1217 12:32:48.325 2471770 flip.py:156] subpath ['29', '18', '44', '51', '50', '49', '40', '41', '43', '39', '36', '62', '69', '68', '67', '58', '59'] is superfluous, discarding it
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 1374, in compute_sequence
    storage.extract()
  File "/nfs/home/student.aau.dk/rtollu18/dat7/FLIP/flip.py", line 1009, in extract
    self.graph.initialize()
  File "/nfs/home/student.aau.dk/rtollu18/dat7/FLIP/flip.py", line 75, in initialize
    self.color_dag(self.final)
  File "/nfs/home/student.aau.dk/rtollu18/dat7/FLIP/flip.py", line 182, in color_dag
    'source %s is not green in %s graph' %(node, desc))
FLIP.flip.PreconditionFailedError: source 8 is not green in final graph
