Skip to content

Instantly share code, notes, and snippets.

@clintharris
Created December 23, 2013 14:37
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/8098166 to your computer and use it in GitHub Desktop.
Save clintharris/8098166 to your computer and use it in GitHub Desktop.
(2013.12.21) Output from osrm-extract (0.3.7 tag) on Ubuntu 12.04, running on AWS cr1.8xlarge instance against planet.osm.pbf.
Fri Dec 20 20:26:17 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 6439.09 seconds
[extractor] Sorting used nodes ... ok, after 200.581s
[extractor] Erasing duplicate nodes ... ok, after 188.727s
[extractor] Sorting all nodes ... ok, after 1836.63s
[extractor] Sorting used ways ... ok, after 32.3772s
[extractor] Sorting restrctns. by from... ok, after 33.4201s
[extractor] Fixing restriction starts ... ok, after 59.6275s
[extractor] Sorting restrctns. by to ... ok, after 0.274368s
[extractor] Fixing restriction ends ... ok, after 21.684s
[info] usable restrictions: 214269
[extractor] Confirming/Writing used nodes ... ok, after 1139.52s
[extractor] setting number of nodes ... ok
[extractor] Sorting edges by start ... ok, after 726.435s
[extractor] Setting start coords ... ok, after 1606.03s
[extractor] Sorting edges by target ... ok, after 995.885s
[extractor] Setting target coords ... ok, after 2835.15s
[extractor] setting number of edges ... ok
[extractor] writing street name index ... ok, after 3.28999s
[info] Processed 448328755 nodes and 473405725 edges
[debug] parsed 285322 blocks from pbf with 285324 groups
[info] extraction finished after 16053.4s
[info] To prepare the data for routing, run: ./osrm-prepare planet.osrm

Sat Dec 21 00:53:53 UTC 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment