spacepaste

  1.  
  2. sudo -u www-data osm2pgsql -C 2048 --number-processes 8 --slim india-latest.osm.pbf
  3. osm2pgsql SVN version 0.81.0 (64bit id space)
  4. Using projection SRS 900913 (Spherical Mercator)
  5. Setting up table: planet_osm_point
  6. NOTICE: table "planet_osm_point" does not exist, skipping
  7. NOTICE: table "planet_osm_point_tmp" does not exist, skipping
  8. Setting up table: planet_osm_line
  9. NOTICE: table "planet_osm_line" does not exist, skipping
  10. NOTICE: table "planet_osm_line_tmp" does not exist, skipping
  11. Setting up table: planet_osm_polygon
  12. NOTICE: table "planet_osm_polygon" does not exist, skipping
  13. NOTICE: table "planet_osm_polygon_tmp" does not exist, skipping
  14. Setting up table: planet_osm_roads
  15. NOTICE: table "planet_osm_roads" does not exist, skipping
  16. NOTICE: table "planet_osm_roads_tmp" does not exist, skipping
  17. Allocating memory for dense node cache
  18. Allocating dense node cache in block sized chunks
  19. Node-cache: cache=2048MB, maxblocks=0*262145, allocation method=8192
  20. Mid: pgsql, scale=100 cache=2048
  21. Setting up table: planet_osm_nodes
  22. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_nodes_pkey" for table "planet_osm_nodes"
  23. Setting up table: planet_osm_ways
  24. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_ways_pkey" for table "planet_osm_ways"
  25. Setting up table: planet_osm_rels
  26. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_rels_pkey" for table "planet_osm_rels"
  27. Reading in file: india-latest.osm.pbf
  28. Processing: Node(13666k 83.8k/s) Way(821k 2.01k/s) Relation(7710 35.05/s) parse time: 791s
  29. Node stats: total(13666635), max(2147451695) in 163s
  30. Way stats: total(821155), max(228425911) in 408s
  31. Relation stats: total(7715), max(3059567) in 220s
  32. Committing transaction for planet_osm_point
  33. Committing transaction for planet_osm_line
  34. Committing transaction for planet_osm_polygon
  35. Committing transaction for planet_osm_roads
  36. Going over pending ways...
  37. 153444 ways are pending
  38. Using 8 helper-processes
  39. Process 5 finished processing 19180 ways in 220 sec
  40. Process 6 finished processing 19180 ways in 220 sec
  41. Process 7 finished processing 19180 ways in 220 sec
  42. Process 4 finished processing 19180 ways in 234 sec
  43. Process 0 finished processing 19181 ways in 234 sec
  44. Process 1 finished processing 19181 ways in 234 sec
  45. Process 2 finished processing 19181 ways in 235 sec
  46. Process 3 finished processing 19181 ways in 235 sec
  47. All child processes exited
  48. 153444 Pending ways took 235s at a rate of 652.95/s
  49. Committing transaction for planet_osm_point
  50. Committing transaction for planet_osm_line
  51. Committing transaction for planet_osm_polygon
  52. Committing transaction for planet_osm_roads
  53. Going over pending relations...
  54. 0 relations are pending
  55. Using 8 helper-processes
  56. Process 0 finished processing 0 relations in 0 sec
  57. Process 3 finished processing 0 relations in 2 sec
  58. Process 1 finished processing 0 relations in 2 sec
  59. Process 2 finished processing 0 relations in 2 sec
  60. Process 7 finished processing 0 relations in 2 sec
  61. Process 5 finished processing 0 relations in 2 sec
  62. Process 6 finished processing 0 relations in 2 sec
  63. Process 4 finished processing 0 relations in 2 sec
  64. All child processes exited
  65. 0 Pending relations took 2s at a rate of 0.00/s
  66. Sorting data and creating indexes for planet_osm_line
  67. Sorting data and creating indexes for planet_osm_polygon
  68. Sorting data and creating indexes for planet_osm_point
  69. Sorting data and creating indexes for planet_osm_roads
  70. node cache: stored: 13666635(100.00%), storage efficiency: 9.64% (dense blocks: 138482, sparse nodes: 0), hit rate: 0.00%
  71. Analyzing planet_osm_point finished
  72. Analyzing planet_osm_polygon finished
  73. Analyzing planet_osm_roads finished
  74. Analyzing planet_osm_line finished
  75. Copying planet_osm_point to cluster by geometry finished
  76. Copying planet_osm_roads to cluster by geometry finished
  77. Creating indexes on planet_osm_roads finished
  78. All indexes on planet_osm_roads created in 191s
  79. Completed planet_osm_roads
  80. Copying planet_osm_polygon to cluster by geometry finished
  81. Creating indexes on planet_osm_point finished
  82. All indexes on planet_osm_point created in 212s
  83. Completed planet_osm_point
  84. Creating indexes on planet_osm_polygon finished
  85. All indexes on planet_osm_polygon created in 224s
  86. Completed planet_osm_polygon
  87. Copying planet_osm_line to cluster by geometry finished
  88. Creating indexes on planet_osm_line finished
  89. All indexes on planet_osm_line created in 657s
  90. Completed planet_osm_line
  91. Stopping table: planet_osm_rels
  92. Stopping table: planet_osm_ways
  93. Stopping table: planet_osm_nodes
  94. Stopped table: planet_osm_nodes in 0s
  95. Building index on table: planet_osm_rels (fastupdate=off)
  96. Building index on table: planet_osm_ways (fastupdate=off)
  97. Stopped table: planet_osm_rels in 20s
  98. Stopped table: planet_osm_ways in 349s
  99. Osm2pgsql took 2135s overall
  100.