Skip to content

Instantly share code, notes, and snippets.

@clintharris
Created December 20, 2013 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintharris/8057923 to your computer and use it in GitHub Desktop.
Save clintharris/8057923 to your computer and use it in GitHub Desktop.
Output from running: ./osrm-extract planet.osm.pbf
Wed Dec 18 21:42:37 UTC 2013
[info] Input file: planet.osm.pbf
[info] Profile: profile.lua
[info] Threads: 8
[info] Using script profile.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-MSG] 1 disks are allocated, total space: 100000 MiB
[info] Using turn restrictions
[info] Found 3 exceptions to turn restriction
[info] motorcar
[info] motor_vehicle
[info] vehicle
[info] Parsing in progress..
[info] Parse Data Thread Finished
[info] Parsing finished after 5836.22 seconds
[extractor] Sorting used nodes ... ok, after 192.428s
[extractor] Erasing duplicate nodes ... ok, after 186.956s
[extractor] Sorting all nodes ... ok, after 788.764s
[extractor] Sorting used ways ... ok, after 26.4912s
[extractor] Sorting restrctns. by from... ok, after 26.7663s
[extractor] Fixing restriction starts ... ok, after 47.755s
[extractor] Sorting restrctns. by to ... ok, after 0.263775s
[extractor] Fixing restriction ends ... ok, after 21.0345s
[info] usable restrictions: 214269
[extractor] Confirming/Writing used nodes ... ok, after 1137.37s
[extractor] setting number of nodes ... ok
[extractor] Sorting edges by start ... ok, after 721.939s
[extractor] Setting start coords ... ok, after 1613.55s
[extractor] Sorting edges by target ... ok, after 1045.28s
[extractor] Setting target coords ... ok, after 2890.95s
[extractor] setting number of edges ... ok
[extractor] writing street name index ... ok, after 3.32552s
[info] Processed 448328755 nodes and 473405725 edges
[debug] parsed 285322 blocks from pbf with 285324 groups
[info] extraction finished after 14486.3s
[info] To prepare the data for routing, run: ./osrm-prepare planet.osrm
Thu Dec 19 01:44:06 UTC 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment