Created
December 20, 2013 17:09
-
-
Save clintharris/8058040 to your computer and use it in GitHub Desktop.
Output from running: ./osrm-prepare planet.osrm > osrm-prepare.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following stderr showed up in the console output: | |
... | |
[warn] Edge weight large -> 869734 | |
[warn] Edge weight large -> 6065371 | |
[warn] Edge weight large -> 7427333 | |
... | |
The following stdout was redirected to file (I let it run for two days on an EC2 cr1.8xlarge instance before finally killing it): | |
Thu Dec 19 11:07:36 UTC 2013 | |
[info] Input file: planet.osrmESC[0m | |
[info] Restrictions file: planet.osrm.restrictionsESC[0m | |
[info] Profile: profile.luaESC[0m | |
[info] Threads: 8ESC[0m | |
[info] Importing n = 448328755 nodes ESC[0m | |
[info] and 473405725 edges ESC[0m | |
[info] Graph loaded ok and has 473205464 edgesESC[0m | |
[info] 214269 restrictions, 142642 bollard nodes, 538487 traffic lightsESC[0m | |
[info] Generating edge-expanded graph representationESC[0m | |
[info] Identifying components of the road networkESC[0m | |
. 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% | |
[info] identified: 643732 many componentsESC[0m | |
[info] generating edge-expanded nodesESC[0m | |
. 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% | |
[info] Generated 910119348 nodes in edge-expanded graphESC[0m | |
[info] generating edge-expanded edgesESC[0m | |
. 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% | |
[info] Generated 910119348 edge based nodesESC[0m | |
[info] Node-based graph contains 910119348 edgesESC[0m | |
[info] Edge-expanded graph ...ESC[0m | |
[info] contains 1107333764 edgesESC[0m | |
[info] skips 267723 turns, defined by 213561 restrictionsESC[0m | |
[info] writing node map ...ESC[0m | |
[info] building r-tree ...ESC[0m | |
[info] constructing r-tree of 910119348 elementsESC[0m | |
[info] finished r-tree construction in 779.374 secondsESC[0m | |
[info] using hardware based CRC32 computationESC[0m | |
[info] CRC32: 3304431280ESC[0m | |
[info] initializing contractorESC[0m | |
merged 145038 edges out of 2214667528 | |
contractor finished initalization | |
Contractor is using 8 threads | |
initializing elimination PQ ...ok | |
preprocessing 910119348 nodes .... 10% . 20% . 30% . 40% . 50% . 60% . [flush 621359415 nodes] 70% . 80% . 90% .^C | |
$ # Killed after running for 2 days without finish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment