[GRASS-dev] Aborted (core dumped), during v.build
Pietro Zambelli
peter.zamb at gmail.com
Fri Nov 29 02:20:16 PST 2013
Hi Martin,
On Friday 29 Nov 2013 09:30:10 Martin wrote:
> > I did, actually, so should be something else I guess...
>
> please could you provide more detailed info using gdb [1] ?
ok, I attached the gdb result... I try also with valgrind but didn't work it
terminated with this odd message:
==2885==
==2885== Valgrind's memory management: out of memory:
==2885== memcheck:allocate new SecMap's request for 16384 bytes failed.
==2885== 6948536320 bytes have already been allocated.
==2885== Valgrind cannot continue. Sorry.
==2885==
==2885== There are several possible reasons for this.
==2885== - You have some kind of memory limit in place. Look at the
==2885== output of 'ulimit -a'. Is there a limit on the size of
==2885== virtual memory or address space?
==2885== - You have run out of swap space.
==2885== - Valgrind has a bug.
[cut]
==2885==
==2885== Whatever the reason, Valgrind cannot continue. Sorry.
this is the result of:
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 30
file size (blocks, -f) unlimited
pending signals (-i) 192592
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 99
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 192592
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
That it seems ok to me.
The current machine, that I'm using for testing, has 24Gb of ram and 8 Gb of
swap, when I was using valgrind the consume of memory was under 6 Gb, rather
than using gdb was around 12Gb.
However, I reduced the number of segments increasing the minsize variable of
the i.segment module and it works:
G70> r.to.vect --o --v input=seg_0.05_final_64 at pietro output=seg005_64
type=area
Using native format
Extracting areas...
100%
Writing areas...
100%
Building topology for vector map <seg005_64 at pietro>...
Registering primitives...
10552849 primitives registered
140744636 vertices registered
Building areas...
100%
2774561 areas built
125253 isles built
Attaching islands...
100%
Attaching centroids...
100%
Topology was built
Number of nodes: 5128980
Number of primitives: 10552849
Number of points: 0
Number of lines: 0
Number of boundaries: 7778288
Number of centroids: 2774561
Number of areas: 2774561
Number of isles: 125253
r.to.vect complete.
So maybe it is the high number of primitives that crash the module.
Do you see any other reason from the gdb backtrace?
thank you for the help
Pietro
-------------- next part --------------
G70> gdb `which v.build`
(gdb) run map=seg005
[cut]
D1/2: Vect_Rewind(): name = seg005 level = 1
D1/2: Vect_open_sidx(): name = seg005 mapset= pietro mode = new
D1/2: Memory based spatial index
D2/2: dig_cidx_free()
D1/2: Vect_Rewind(): name = seg005 level = 1
Building areas...
Unexpected error.
Program received signal SIGABRT, Aborted.
0x00007ffff729b3d9 in raise () from /usr/lib/libc.so.6
(gdb) bt full
#0 0x00007ffff729b3d9 in raise () from /usr/lib/libc.so.6
No symbol table info available.
#1 0x00007ffff729c7d8 in abort () from /usr/lib/libc.so.6
No symbol table info available.
#2 0x00007ffff7294506 in __assert_fail_base () from /usr/lib/libc.so.6
No symbol table info available.
#3 0x00007ffff72945b2 in __assert_fail () from /usr/lib/libc.so.6
No symbol table info available.
#4 0x00007ffff6601ebd in RTreeNewListBranch (t=0x609c30) at node.c:441
p = 0x0
__PRETTY_FUNCTION__ = "RTreeNewListBranch"
#5 0x00007ffff6601f0e in RTreeReInsertBranch (b=..., level=0,
ee=0x7fffffffc530, t=0x609c30) at node.c:456
l = 0xe6bbdb
#6 0x00007ffff660248b in RTreeRemoveBranches (n=0x20e7d8db0, b=0x609d58,
ee=0x7fffffffc530, cover=0x20dcff3c0, t=0x609c30) at node.c:526
i = 0
j = 2
maxkids = 9
type = 0
center_r = 7090380.0850708243
delta = 0
rdist = {{id = 8, distance = 21.734826991031039}, {id = 6,
distance = 25.265005897599387}, {id = 9,
distance = 50.460792597578418}, {id = 7,
distance = 56.067547330275147}, {id = 4,
distance = 66.035111299513773}, {id = 2,
distance = 71.503427645668225}, {id = 3,
distance = 101.47533875529244}, {id = 1,
distance = 155.7431870289096}, {id = 0,
distance = 259.84885517371265}, {id = 5,
distance = 269.47032316330291}}
new_cover = 0x609d98
center_n = 0x60a820
__PRETTY_FUNCTION__ = "RTreeRemoveBranches"
#7 0x00007ffff6602727 in RTreeAddBranch (b=0x609d58, n=0x20e7d8db0,
newnode=0x7fffffffc490, ee=0x7fffffffc530, cover=0x20dcff3c0,
overflow=0x7fffffffc510 '\001' <repeats 20 times>, "\377\177", t=0x609c30)
at node.c:579
i = 9
maxkids = 9
__PRETTY_FUNCTION__ = "RTreeAddBranch"
#8 0x00007ffff66001c8 in RTreeInsertRect2M (r=0x7ffff6c27908 <rect.14882>,
child=..., level=0, newnode=0x7fffffffc538, t=0x609c30,
ee=0x7fffffffc530,
overflow=0x7fffffffc510 '\001' <repeats 20 times>, "\377\177")
at indexm.c:135
i = 2
n = 0x20dcff380
n2 = 0x0
cover = 0x20dcff3c0
top = 8
down = 0
result = 0
b = 0x609d58
s = 0x60a0c0
#9 0x00007ffff66004b7 in RTreeInsertRectM (r=0x7ffff6c27908 <rect.14882>,
child=..., level=0, t=0x609c30) at indexm.c:199
newnode = 0x5459d4
newroot = 0x5b0c3348cc056741
reInsertList = 0x0
e = 0x3
result = 3
overflow = '\001' <repeats 20 times>
b = 0x609d48
#10 0x00007ffff66051d8 in RTreeInsertRect (r=0x7ffff6c27908 <rect.14882>,
tid=5528020, t=0x609c30) at index.c:324
newchild = {id = 5528020, ptr = 0x5459d4, pos = 5528020}
__PRETTY_FUNCTION__ = "RTreeInsertRect"
#11 0x00007ffff6a16b22 in dig_spidx_add_area (Plus=0x7fffffffd290,
area=5528020, box=0x7fffffffc680) at spindex.c:373
---Type <return> to continue, or q <return> to quit---
rect = {boundary = 0x1bfb8c9e0}
rect_init = 6
#12 0x00007ffff6a10c9a in dig_add_area (plus=0x7fffffffd290, n_lines=4,
lines=0x1bfb9ce30, box=0x7fffffffc680) at plus_area.c:241
i = 4
area = 5528020
line = 15121371
Area = 0x20e85acc0
Line = 0x15cbd6470
topo = 0x15cbd6490
#13 0x00007ffff7b83b6b in Vect_build_line_area (Map=0x7fffffffd280,
iline=15119628, side=1) at build.c:129
area = 0
isle = 0
n_lines = 4
plus = 0x7fffffffd290
box = {N = 7090381.6636432782, S = 7090378.5064983703,
E = 745714.53107862209, W = 745710.32155207801, T = 0, B = 0}
APoints = 0x1bfb71050
lines = 0x1bfb9ce30
area_size = 9.4138104151934385
#14 0x00007ffff7b86940 in Vect_build_nat (Map=0x7fffffffd280, build=4)
at build_nat.c:149
plus = 0x7fffffffd290
i = 22296794
s = 0
type = -2
line = 15119628
offset = 3198718951
side = 1
area = 6338176
Cats = 0x60bb30
Line = 0x15cb2d620
Area = 0x7ffff6a0a100
box = {N = 7089187.4735818272, S = 7089187.4735818272,
E = 756241.2414881211, W = 756241.2414881211, T = 0, B = 0}
#15 0x00007ffff7b85138 in Vect_build_partial (Map=0x7fffffffd280, build=4)
at build.c:858
plus = 0x7fffffffd290
ret = 0
#16 0x00007ffff7b848f3 in Vect_build (Map=0x7fffffffd280) at build.c:559
No locals.
#17 0x0000000000401935 in main (argc=2, argv=0x7fffffffdbe8) at main.c:118
module = 0x7ffff7b59d08 <state+40>
map_opt = 0x7ffff7b59d68 <state+136>
opt = 0x607410
err_opt = 0x607350
chk = 0x7ffff7b59d38 <state+88>
Map = {format = 0, temporary = 0, dblnk = 0x60b740, plus = {
version = {topo = {major = 0, minor = 0, back_major = 0,
back_minor = 0}, spidx = {major = 0, minor = 0,
back_major = 0, back_minor = 0}, cidx = {major = 0,
minor = 0, back_major = 0, back_minor = 0}}, with_z = 0,
spidx_with_z = 0, off_t_size = 0, head_size = 0,
spidx_head_size = 0, cidx_head_size = 0, release_support = 0,
port = {byte_order = 0, off_t_size = 0,
dbl_cnvrt = "\000\000\000\000\000\000\000",
flt_cnvrt = "\000\000\000", lng_cnvrt = "\000\000\000",
int_cnvrt = "\000\000\000", shrt_cnvrt = "\000",
off_t_cnvrt = "\000\000\000\000\000\000\000", dbl_quick = 0,
flt_quick = 0, lng_quick = 0, int_quick = 0, shrt_quick = 0,
off_t_quick = 0}, spidx_port = {byte_order = 0, off_t_size = 0,
dbl_cnvrt = "\000\000\000\000\000\000\000",
flt_cnvrt = "\000\000\000", lng_cnvrt = "\000\000\000",
int_cnvrt = "\000\000\000", shrt_cnvrt = "\000",
off_t_cnvrt = "\000\000\000\000\000\000\000", dbl_quick = 0,
flt_quick = 0, lng_quick = 0, int_quick = 0, shrt_quick = 0,
off_t_quick = 0}, cidx_port = {byte_order = 0, off_t_size = 0,
dbl_cnvrt = "\000\000\000\000\000\000\000",
flt_cnvrt = "\000\000\000", lng_cnvrt = "\000\000\000",
int_cnvrt = "\000\000\000", shrt_cnvrt = "\000",
---Type <return> to continue, or q <return> to quit---
off_t_cnvrt = "\000\000\000\000\000\000\000", dbl_quick = 0,
flt_quick = 0, lng_quick = 0, int_quick = 0, shrt_quick = 0,
off_t_quick = 0}, mode = 0, built = 1, box = {
N = 7104206.8011954101, S = 7089186.6842956003,
E = 759827.49500820006, W = 745280.94984459004, T = 0, B = 0},
Node = 0x7fffdd179010, Line = 0x7fffb8c80010,
Area = 0x7fffe5ec3010, Isle = 0x7fffeac63010, n_plines = 0,
n_llines = 0, n_blines = 16325866, n_clines = 5970928,
n_flines = 0, n_klines = 0, n_vfaces = 0, n_hfaces = 0,
n_nodes = 10693030, n_edges = 0, n_lines = 22296794,
n_areas = 5528019, n_isles = 309687, n_faces = 0, n_volumes = 0,
n_holes = 0, alloc_nodes = 10694000, alloc_edges = 0,
alloc_lines = 22297000, alloc_areas = 5529000,
alloc_isles = 310000, alloc_faces = 0, alloc_volumes = 0,
alloc_holes = 0, Node_offset = 0, Edge_offset = 0,
Line_offset = 0, Area_offset = 0, Isle_offset = 0,
Volume_offset = 0, Hole_offset = 0, Spidx_built = 1,
Spidx_new = 1, Spidx_file = 0, spidx_fp = {file = 0x0,
start = 0x0, current = 0x0, end = 0x0, size = 0, alloc = 0,
loaded = 0}, Node_spidx_offset = 0, Line_spidx_offset = 0,
Area_spidx_offset = 0, Isle_spidx_offset = 0,
Face_spidx_offset = 0, Volume_spidx_offset = 0,
Hole_spidx_offset = 0, Node_spidx = 0x607af0,
Line_spidx = 0x609020, Area_spidx = 0x609c30,
Isle_spidx = 0x60a840, Face_spidx = 0x0, Volume_spidx = 0x0,
Hole_spidx = 0x0, update_cidx = 0, n_cidx = 2, a_cidx = 5,
cidx = 0x60b450, cidx_up_to_date = 0, coor_size = 0,
coor_mtime = 0, uplist = {do_uplist = 0, uplines = 0x0,
uplines_offset = 0x0, alloc_uplines = 0, n_uplines = 0,
upnodes = 0x0, alloc_upnodes = 0, n_upnodes = 0}},
open = 1428335138, mode = 0, level = 1, head_only = 0,
support_updated = 1, name = 0x60b640 "seg005",
mapset = 0x60b6c0 "pietro", location = 0x60b6e0 "combabula",
gisdbase = 0x60b700 "/home/pietro", next_line = 0, constraint = {
region_flag = 0, box = {N = 0, S = 0, E = 0, W = 0, T = 0,
B = 0}, type_flag = 0, type = 0, field_flag = 0, field = 0},
proj = 0, hist_fp = 0x60bc00, dgraph = {line_type = 0, graph_s = {
iErrno = 0, Version = 0 '\000', Endian = 0 '\000',
NodeAttrSize = 0, EdgeAttrSize = 0, aOpaqueSet = {
0 <repeats 16 times>}, cNode = 0, cHead = 0, cTail = 0,
cAlone = 0, cEdge = 0, nnCost = 0, Flags = 0, nFamily = 0,
nOptions = 0, pNodeTree = 0x0, pEdgeTree = 0x0,
pNodeBuffer = 0x0, iNodeBuffer = 0, pEdgeBuffer = 0x0,
iEdgeBuffer = 0, edgePrioritizer = {cEdge = 0, iEdge = 0,
pEdgePri32Item = 0x0, pvAVL = 0x0}, nodePrioritizer = {
pvAVL = 0x0}}, spCache = {nStartNode = 0, NodeHeap = {
index = 0, count = 0, block = 0, pnode = 0x0},
pvVisited = 0x0, pvPredist = 0x0}, edge_fcosts = 0x0,
edge_bcosts = 0x0, node_costs = 0x0, cost_multip = 0}, head = {
organization = 0x60b720 "", date = 0x607a70 "",
user_name = 0x607a90 "pietro", map_name = 0x607ab0 "",
source_date = 0x6072d0 "Thu Nov 28 20:55:18 2013",
orig_scale = 1, comment = 0x607520 "", proj = 1,
plani_zone = -55, digit_thresh = 0, coor_version = {major = 5,
minor = 1, back_major = 5, back_minor = 1}, with_z = 0,
size = 0, head_size = 18, port = {byte_order = 0, off_t_size = 0,
dbl_cnvrt = "\000\001\002\003\004\005\006\a",
flt_cnvrt = "\000\001\002\003", lng_cnvrt = "\000\001\002\003",
int_cnvrt = "\000\001\002\003", shrt_cnvrt = "\000\001",
off_t_cnvrt = "\000\001\002\003\004\005\006\a", dbl_quick = 1,
flt_quick = 1, lng_quick = 1, int_quick = 1, shrt_quick = 1,
off_t_quick = 1}, last_offset = 2793609156, recycle = 0x0},
dig_fp = {file = 0x60b760, start = 0x0, current = 0x0, end = 0x0,
size = 0, alloc = 0, loaded = 0}, fInfo = {i = 0, ogr = {
driver_name = 0x0, dsn = 0x0, layer_name = 0x0, driver = 0x0,
ds = 0x0, layer = 0x0, dbdriver = 0x0, dsn_options = 0x0,
layer_options = 0x0, cache = {lines = 0x0, lines_types = 0x0,
lines_cats = 0x0, lines_alloc = 0, lines_num = 0,
lines_next = 0, fid = 0, sf_type = SF_UNKNOWN, ctype = 0},
feature_cache = 0x0, offset = {array = 0x0, array_num = 0,
array_alloc = 0}, next_line = 0}, pg = {conninfo = 0x0,
---Type <return> to continue, or q <return> to quit---
db_name = 0x0, schema_name = 0x0, table_name = 0x0,
fid_column = 0x0, geom_column = 0x0, feature_type = SF_UNKNOWN,
coor_dim = 0, srid = 0, dbdriver = 0x0, inTransaction = 0,
conn = 0x0, res = 0x0, cursor_name = 0x0, cursor_fid = 0,
next_line = 0, cache = {lines = 0x0, lines_types = 0x0,
lines_cats = 0x0, lines_alloc = 0, lines_num = 0,
lines_next = 0, fid = 0, sf_type = SF_UNKNOWN, ctype = 0},
offset = {array = 0x0, array_num = 0, array_alloc = 0},
topogeom_column = 0x0, toposchema_name = 0x0,
toposchema_id = 0, topo_geo_only = 0}}, site_att = 0x0,
n_site_att = 0, n_site_dbl = 0, n_site_str = 0}
i = 1
build = 1
dump = 0
sdump = 0
cdump = 0
fdump = 0
xname = "\000\240\372\367\377\177\000\000\320T\373\367\377\177\000\000\000\000\000\000\000\000\000\000\320T\373\367\377\177", '\000' <repeats 19 times>, "\260\372\367\377\177\000\000д\372\367\377\177\000\000\250\271\372\367\377\177\000\000\210\000\373\367\377\177\000\000\330\364\372\367\377\177\000\000\000\240\372\367\377\177\000\000Ф\372\367\377\177\000\000\240\251\372\367\377\177\000\000\000\220\372\367\377\177\000\000\000P\373\367\377\177\000\000\000\340\372\367\377\177\000\000\320\344\372\367\377\177\000\000\320T\373\367\377\177\000\000\000\000\000\000\000\000\000\000P\222\336\367\377\177\000\000\000\375%\366\377\177\000\000\000\000\000\264\377\377\377\377\004\000\000\000\000\000\000\000\220\326\377\377\377\177\000\000\340$"...
xmapset = "\000\000\000\000\377\177\000\000\000\300\372\367\377\177\000\000P\320\377\377\377\177\000\000\000\000 \240\377\377\377\377\260\224\371\365\377\177\000\000\345\224\336\367\377\177\000\000\001\000\000\000\377\177\000\000\240\331\372\367\377\177\000\000\200\320\377\377\377\177\000\000\000\000\200\240\377\377\377\377\240\224\371\365\377\177\000\000\345\224\336\367\377\177\000\000\001\000\000\000\000\000\000\000\320\324\372\367\377\177\000\000\260\320\377\377\377\177\000\000\061\000\000\000\064\000\000\000\220\224\371\365\377\177\000\000\345\224\336\367\377\177\000\000\001\000\000\000=\000\000\000\000\320\372\367\377\177\000\000\340\320\377\377\377\177\000\000C\000\000\000D\000\000\000\200\224\371\365\377\177\000\000\345\224\336\367\377\177\000\000\001\000\000\000\000\000\000\000"...
opt_desc = 0x607540 "build;build topology;dump;write topology to stdout;sdump;write spatial index to stdout;cdump;write category index to stdout;fdump;write feature index to stdout (OGR simple-feature-based formats only)"
(gdb) l
24 int main(int argc, char *argv[])
25 {
26 struct GModule *module;
27 struct Option *map_opt, *opt, *err_opt;
28 struct Flag *chk;
29 struct Map_info Map;
30 int i, build, dump, sdump, cdump, fdump;
31 char xname[GNAME_MAX], xmapset[GMAPSET_MAX];
32 char *opt_desc;
33 G_gisinit(argv[0]);
(gdb) frame 2
#2 0x00007ffff7294506 in __assert_fail_base () from /usr/lib/libc.so.6
(gdb) l
34
35 module = G_define_module();
36 G_add_keyword(_("vector"));
37 G_add_keyword(_("topology"));
38 G_add_keyword(_("geometry"));
39 module->label = _("Creates topology for vector map.");
40 module->description = _("Optionaly also checks for topological errors.");
41
42 map_opt = G_define_standard_option(G_OPT_V_MAP);
43 map_opt->label = NULL;
-------------- next part --------------
G70> CMD="v.build map=seg005"
G70> valgrind --tool=memcheck --leak-check=yes --show-reachable=yes $CMD
==2885== Memcheck, a memory error detector
==2885== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==2885== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==2885== Command: v.build map=seg005
==2885==
D2/2: G_file_name(): path = /home/pietro/combabula/pietro
D1/2: Vect__open_old(): name = seg005, mapset = pietro, layer = NULL, update = 0, head_only = 0, is_tmp = 0
D1/2: Vect__open_old(): is_tmp = 0 (check GRASS_VECTOR_TEMPORARY)
D1/2: Vect_set_thresh(): thresh = 0.000000
D1/2: dig_spidx_init(), 2 dims
D1/2: G_find_vector2(): name=seg005 mapset=pietro
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005
D1/2: Map: name = seg005, mapset = pietro, temporary = 0
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/frmt
D1/2: Vector format: 0 (native)
D1/2: Vect_set_thresh(): thresh = 0.000000
D1/2: Vect__read_head(): vector = seg005 at pietro
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/head
D2/2: file open: read (mode = r)
D1/2: Vect_set_thresh(): thresh = 0.000000
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/WIND
D2/2: file open: read (mode = r)
D2/2: G__read_Cell_head
D2/2: G__read_Cell_head_array
D1/2: Level request = 1
D1/2: V1_open_old_nat(): name = seg005 mapset = pietro
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/coor
D2/2: file open: read (mode = r)
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/coor
D1/2: get coor info: /home/pietro/combabula/pietro/vector/seg005/coor
D1/2: Vect_coor_info(): Info->size = 3198718980, Info->mtime = 1385672584
D2/2: dig__read_head(): name = 'seg005'
D2/2: Coor header: file version 5.1 , supported from GRASS version 5.1
D2/2: byte order 0
D2/2: header size 18
D2/2: with_z 0
D2/2: coor size 0
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/coor
D1/2: get coor info: /home/pietro/combabula/pietro/vector/seg005/coor
D1/2: Vect_coor_info(): Info->size = 3198718980, Info->mtime = 1385672584
D1/2: coor size in head = 0, real coor file size= 3198718980
WARNING: Coor file of vector map <seg005 at pietro> is larger than it should
be (3198718980 bytes excess)
D2/2: dig_file_load ()
D2/2: requested mode = 2
D2/2: size = 3198718980
D2/2: file was not loaded to the memory
D1/2: Vect__open_old(): vector opened on level 1
D1/2: Vect_read_dblinks(): map = seg005, mapset = pietro
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/dbln
D2/2: file open: read (mode = r)
D1/2: dbln: 1/seg005|seg005|cat|$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db|sqlite
D1/2: field = 1 name = seg005, table = seg005, key = cat, database = $GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db, driver = sqlite
D1/2: Dblinks read
D2/2: G_file_name(): path = /home/pietro/combabula/pietro/vector/seg005/hist
D2/2: file open: read (mode = r)
D1/2: Vect_Rewind(): name = seg005 level = 1
D1/2: Vect_open_sidx(): name = seg005 mapset= pietro mode = new
D1/2: Memory based spatial index
D2/2: dig_cidx_free()
D1/2: Vect_Rewind(): name = seg005 level = 1
--2885:0:aspacem <<< SHOW_SEGMENTS: out_of_memory (635 segments, 55 segnames)
--2885:0:aspacem ( 0) /usr/lib/valgrind/memcheck-amd64-linux
--2885:0:aspacem ( 1) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/bin/v.build
--2885:0:aspacem ( 2) /usr/lib/ld-2.18.so
--2885:0:aspacem ( 3) /tmp/vgdb-pipe-shared-mem-vgdb-2885-by-pietro-on-???
--2885:0:aspacem ( 4) /usr/lib/valgrind/vgpreload_core-amd64-linux.so
--2885:0:aspacem ( 5) /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so
--2885:0:aspacem ( 6) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_vector.7.0.svn.so
--2885:0:aspacem ( 7) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_gis.7.0.svn.so
--2885:0:aspacem ( 8) /usr/lib/locale/locale-archive
--2885:0:aspacem ( 9) /usr/lib/libm-2.18.so
--2885:0:aspacem (10) /usr/lib/libc-2.18.so
--2885:0:aspacem (11) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_dbmiclient.7.0.svn.so
--2885:0:aspacem (12) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_dbmibase.7.0.svn.so
--2885:0:aspacem (13) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_dgl.7.0.svn.so
--2885:0:aspacem (14) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_dig2.7.0.svn.so
--2885:0:aspacem (15) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_linkm.7.0.svn.so
--2885:0:aspacem (16) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_rtree.7.0.svn.so
--2885:0:aspacem (17) /usr/lib/libgeos-3.4.2.so
--2885:0:aspacem (18) /usr/lib/libgeos_c.so.1.8.2
--2885:0:aspacem (19) /usr/lib/libgdal.so.1.10.0
--2885:0:aspacem (20) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_btree2.7.0.svn.so
--2885:0:aspacem (21) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_gproj.7.0.svn.so
--2885:0:aspacem (22) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_raster.7.0.svn.so
--2885:0:aspacem (23) /usr/lib/libpq.so.5.6
--2885:0:aspacem (24) /home/pietro/docdat/src/gis/grass/grass_trunk/dist.x86_64-unknown-linux-gnu/lib/libgrass_datetime.7.0.svn.so
--2885:0:aspacem (25) /usr/lib/libz.so.1.2.8
--2885:0:aspacem (26) /usr/lib/libpthread-2.18.so
--2885:0:aspacem (27) /usr/lib/libstdc++.so.6.0.18
--2885:0:aspacem (28) /usr/lib/libgcc_s.so.1
--2885:0:aspacem (29) /usr/lib/libsqlite3.so.0.8.6
--2885:0:aspacem (30) /usr/lib/libexpat.so.1.6.0
--2885:0:aspacem (31) /usr/lib/libnetcdf.so.7.2.0
--2885:0:aspacem (32) /usr/lib/libhdf5.so.8.0.0
--2885:0:aspacem (33) /usr/lib/libgif.so.6.0.1
--2885:0:aspacem (34) /usr/lib/libjpeg.so.8.0.2
--2885:0:aspacem (35) /usr/lib/libgeotiff.so.2.1.0
--2885:0:aspacem (36) /usr/lib/libtiff.so.5.2.0
--2885:0:aspacem (37) /usr/lib/libpng16.so.16.7.0
--2885:0:aspacem (38) /usr/lib/libcfitsio.so.1.3.35
--2885:0:aspacem (39) /usr/lib/libdl-2.18.so
--2885:0:aspacem (40) /usr/lib/libpcre.so.1.2.1
--2885:0:aspacem (41) /usr/lib/libcurl.so.4.3.0
--2885:0:aspacem (42) /usr/lib/libmysqlclient.so.18.0.0
--2885:0:aspacem (43) /usr/lib/libproj.so.0.7.0
--2885:0:aspacem (44) /usr/lib/libssl.so.1.0.0
--2885:0:aspacem (45) /usr/lib/libcrypto.so.1.0.0
--2885:0:aspacem (46) /usr/lib/libkrb5.so.3.3
--2885:0:aspacem (47) /usr/lib/libcom_err.so.2.1
--2885:0:aspacem (48) /usr/lib/libhdf5_hl.so.8.0.0
--2885:0:aspacem (49) /usr/lib/liblzma.so.5.0.5
--2885:0:aspacem (50) /usr/lib/libssh2.so.1.0.1
--2885:0:aspacem (51) /usr/lib/libk5crypto.so.3.1
--2885:0:aspacem (52) /usr/lib/libkrb5support.so.0.1
--2885:0:aspacem (53) /usr/lib/libkeyutils.so.1.5
--2885:0:aspacem (54) /usr/lib/libresolv-2.18.so
--2885:0:aspacem 0: RSVN 0000000000-00003fffff 4194304 ----- SmFixed
--2885:0:aspacem 1: file 0000400000-0000402fff 12288 r-xT- d=0x804 i=4868611 o=0 (1)
--2885:0:aspacem 2: RSVN 0000403000-0000601fff 2093056 ----- SmFixed
--2885:0:aspacem 3: file 0000602000-0000602fff 4096 rw--- d=0x804 i=4868611 o=8192 (1)
--2885:0:aspacem 4: RSVN 0000603000-0003ffffff 57m ----- SmFixed
--2885:0:aspacem 5: file 0004000000-000401ffff 131072 r-xT- d=0x802 i=1071405 o=0 (2)
--2885:0:aspacem 6: anon 0004020000-0004023fff 16384 rw---
--2885:0:aspacem 7: 0004024000-0004064fff 266240
--2885:0:aspacem 8: anon 0004065000-0004079fff 86016 rw---
--2885:0:aspacem 9: file 000407a000-0004203fff 1613824 r---- d=0x802 i=1092006 o=0 (8)
--2885:0:aspacem 10: 0004204000-000421efff 110592
--2885:0:aspacem 11: file 000421f000-000421ffff 4096 r---- d=0x802 i=1071405 o=126976 (2)
--2885:0:aspacem 12: file 0004220000-0004220fff 4096 rw--- d=0x802 i=1071405 o=131072 (2)
--2885:0:aspacem 13: anon 0004221000-0004221fff 4096 rw---
--2885:0:aspacem 14: anon 0004222000-0004222fff 4096 rwx--
--2885:0:aspacem 15: RSVN 0004223000-0004a21fff 8384512 ----- SmLower
--2885:0:aspacem 16: file 0004a22000-0004a22fff 4096 r-xT- d=0x802 i=1184969 o=0 (4)
--2885:0:aspacem 17: file 0004a23000-0004c21fff 2093056 ----- d=0x802 i=1184969 o=4096 (4)
--2885:0:aspacem 18: file 0004c22000-0004c22fff 4096 r---- d=0x802 i=1184969 o=0 (4)
--2885:0:aspacem 19: file 0004c23000-0004c23fff 4096 rw--- d=0x802 i=1184969 o=4096 (4)
--2885:0:aspacem 20: file 0004c24000-0004c30fff 53248 r-xT- d=0x802 i=1184915 o=0 (5)
--2885:0:aspacem 21: file 0004c31000-0004e2ffff 2093056 ----- d=0x802 i=1184915 o=53248 (5)
--2885:0:aspacem 22: file 0004e30000-0004e30fff 4096 r---- d=0x802 i=1184915 o=49152 (5)
--2885:0:aspacem 23: file 0004e31000-0004e31fff 4096 rw--- d=0x802 i=1184915 o=53248 (5)
--2885:0:aspacem 24: file 0004e32000-0004eb2fff 528384 r-xT- d=0x804 i=4866857 o=0 (6)
--2885:0:aspacem 25: file 0004eb3000-00050b1fff 2093056 ----- d=0x804 i=4866857 o=528384 (6)
--2885:0:aspacem 26: file 00050b2000-00050b4fff 12288 rw--- d=0x804 i=4866857 o=524288 (6)
--2885:0:aspacem 27: file 00050b5000-00050f8fff 278528 r-xT- d=0x804 i=4865792 o=0 (7)
--2885:0:aspacem 28: file 00050f9000-00052f8fff 2097152 ----- d=0x804 i=4865792 o=278528 (7)
--2885:0:aspacem 29: file 00052f9000-00052fafff 8192 rw--- d=0x804 i=4865792 o=278528 (7)
--2885:0:aspacem 30: file 00052fb000-00053fcfff 1056768 r-xT- d=0x802 i=1071981 o=0 (9)
--2885:0:aspacem 31: file 00053fd000-00055fbfff 2093056 ----- d=0x802 i=1071981 o=1056768 (9)
--2885:0:aspacem 32: file 00055fc000-00055fcfff 4096 r---- d=0x802 i=1071981 o=1052672 (9)
--2885:0:aspacem 33: file 00055fd000-00055fdfff 4096 rw--- d=0x802 i=1071981 o=1056768 (9)
--2885:0:aspacem 34: file 00055fe000-000579ffff 1712128 r-xT- d=0x802 i=1071985 o=0 (10)
--2885:0:aspacem 35: file 00057a0000-000599efff 2093056 ----- d=0x802 i=1071985 o=1712128 (10)
--2885:0:aspacem 36: file 000599f000-00059a2fff 16384 r---- d=0x802 i=1071985 o=1708032 (10)
--2885:0:aspacem 37: file 00059a3000-00059a4fff 8192 rw--- d=0x802 i=1071985 o=1724416 (10)
--2885:0:aspacem 38: anon 00059a5000-00059a8fff 16384 rw---
--2885:0:aspacem 39: file 00059a9000-00059b3fff 45056 r-xT- d=0x804 i=4866603 o=0 (11)
--2885:0:aspacem 40: file 00059b4000-0005bb2fff 2093056 ----- d=0x804 i=4866603 o=45056 (11)
--2885:0:aspacem 41: file 0005bb3000-0005bb3fff 4096 rw--- d=0x804 i=4866603 o=40960 (11)
--2885:0:aspacem 42: file 0005bb4000-0005bc5fff 73728 r-xT- d=0x804 i=4866530 o=0 (12)
--2885:0:aspacem 43: file 0005bc6000-0005dc5fff 2097152 ----- d=0x804 i=4866530 o=73728 (12)
--2885:0:aspacem 44: file 0005dc6000-0005dc6fff 4096 rw--- d=0x804 i=4866530 o=73728 (12)
--2885:0:aspacem 45: file 0005dc7000-0005de5fff 126976 r-xT- d=0x804 i=4866751 o=0 (13)
--2885:0:aspacem 46: file 0005de6000-0005fe5fff 2097152 ----- d=0x804 i=4866751 o=126976 (13)
--2885:0:aspacem 47: file 0005fe6000-0005fe6fff 4096 rw--- d=0x804 i=4866751 o=126976 (13)
--2885:0:aspacem 48: file 0005fe7000-0006004fff 122880 r-xT- d=0x804 i=4866772 o=0 (14)
--2885:0:aspacem 49: file 0006005000-0006204fff 2097152 ----- d=0x804 i=4866772 o=122880 (14)
--2885:0:aspacem 50: file 0006205000-0006205fff 4096 rw--- d=0x804 i=4866772 o=122880 (14)
--2885:0:aspacem 51: file 0006206000-0006206fff 4096 r-xT- d=0x804 i=4865955 o=0 (15)
--2885:0:aspacem 52: file 0006207000-0006406fff 2097152 ----- d=0x804 i=4865955 o=4096 (15)
--2885:0:aspacem 53: file 0006407000-0006407fff 4096 rw--- d=0x804 i=4865955 o=4096 (15)
--2885:0:aspacem 54: file 0006408000-0006414fff 53248 r-xT- d=0x804 i=4866737 o=0 (16)
--2885:0:aspacem 55: file 0006415000-0006613fff 2093056 ----- d=0x804 i=4866737 o=53248 (16)
--2885:0:aspacem 56: file 0006614000-0006614fff 4096 rw--- d=0x804 i=4866737 o=49152 (16)
--2885:0:aspacem 57: file 0006615000-000679bfff 1601536 r-xT- d=0x802 i=1072763 o=0 (17)
--2885:0:aspacem 58: file 000679c000-000699bfff 2097152 ----- d=0x802 i=1072763 o=1601536 (17)
--2885:0:aspacem 59: file 000699c000-00069a8fff 53248 r---- d=0x802 i=1072763 o=1601536 (17)
--2885:0:aspacem 60: file 00069a9000-00069acfff 16384 rw--- d=0x802 i=1072763 o=1654784 (17)
--2885:0:aspacem 61: anon 00069ad000-00069adfff 4096 rw---
--2885:0:aspacem 62: file 00069ae000-00069d2fff 151552 r-xT- d=0x802 i=1072767 o=0 (18)
--2885:0:aspacem 63: file 00069d3000-0006bd1fff 2093056 ----- d=0x802 i=1072767 o=151552 (18)
--2885:0:aspacem 64: file 0006bd2000-0006bd2fff 4096 r---- d=0x802 i=1072767 o=147456 (18)
--2885:0:aspacem 65: file 0006bd3000-0006bd3fff 4096 rw--- d=0x802 i=1072767 o=151552 (18)
--2885:0:aspacem 66: file 0006bd4000-00075a4fff 9m r-xT- d=0x802 i=1093861 o=0 (19)
--2885:0:aspacem 67: file 00075a5000-00077a3fff 2093056 ----- d=0x802 i=1093861 o=10293248 (19)
--2885:0:aspacem 68: file 00077a4000-00077edfff 303104 r---- d=0x802 i=1093861 o=10289152 (19)
--2885:0:aspacem 69: file 00077ee000-000788bfff 647168 rw--- d=0x802 i=1093861 o=10592256 (19)
--2885:0:aspacem 70: anon 000788c000-000788cfff 4096 rw---
--2885:0:aspacem 71: file 000788d000-000788ffff 12288 r-xT- d=0x804 i=4866453 o=0 (20)
--2885:0:aspacem 72: file 0007890000-0007a8efff 2093056 ----- d=0x804 i=4866453 o=12288 (20)
--2885:0:aspacem 73: file 0007a8f000-0007a8ffff 4096 rw--- d=0x804 i=4866453 o=8192 (20)
--2885:0:aspacem 74: file 0007a90000-0007a98fff 36864 r-xT- d=0x804 i=4866670 o=0 (21)
--2885:0:aspacem 75: file 0007a99000-0007c97fff 2093056 ----- d=0x804 i=4866670 o=36864 (21)
--2885:0:aspacem 76: file 0007c98000-0007c98fff 4096 rw--- d=0x804 i=4866670 o=32768 (21)
--2885:0:aspacem 77: file 0007c99000-0007cc8fff 196608 r-xT- d=0x804 i=4865853 o=0 (22)
--2885:0:aspacem 78: file 0007cc9000-0007ec7fff 2093056 ----- d=0x804 i=4865853 o=196608 (22)
--2885:0:aspacem 79: file 0007ec8000-0007ec9fff 8192 rw--- d=0x804 i=4865853 o=192512 (22)
--2885:0:aspacem 80: file 0007eca000-0007ef3fff 172032 r-xT- d=0x802 i=1051429 o=0 (23)
--2885:0:aspacem 81: file 0007ef4000-00080f2fff 2093056 ----- d=0x802 i=1051429 o=172032 (23)
--2885:0:aspacem 82: file 00080f3000-00080f4fff 8192 r---- d=0x802 i=1051429 o=167936 (23)
--2885:0:aspacem 83: file 00080f5000-00080f6fff 8192 rw--- d=0x802 i=1051429 o=176128 (23)
--2885:0:aspacem 84: file 00080f7000-00080fffff 36864 r-xT- d=0x804 i=4865596 o=0 (24)
--2885:0:aspacem 85: file 0008100000-00082fffff 2097152 ----- d=0x804 i=4865596 o=36864 (24)
--2885:0:aspacem 86: file 0008300000-0008300fff 4096 rw--- d=0x804 i=4865596 o=36864 (24)
--2885:0:aspacem 87: file 0008301000-0008315fff 86016 r-xT- d=0x802 i=1052854 o=0 (25)
--2885:0:aspacem 88: file 0008316000-0008514fff 2093056 ----- d=0x802 i=1052854 o=86016 (25)
--2885:0:aspacem 89: file 0008515000-0008515fff 4096 r---- d=0x802 i=1052854 o=81920 (25)
--2885:0:aspacem 90: file 0008516000-0008516fff 4096 rw--- d=0x802 i=1052854 o=86016 (25)
--2885:0:aspacem 91: file 0008517000-000852efff 98304 r-xT- d=0x802 i=1067153 o=0 (26)
--2885:0:aspacem 92: file 000852f000-000872efff 2097152 ----- d=0x802 i=1067153 o=98304 (26)
--2885:0:aspacem 93: file 000872f000-000872ffff 4096 r---- d=0x802 i=1067153 o=98304 (26)
--2885:0:aspacem 94: file 0008730000-0008730fff 4096 rw--- d=0x802 i=1067153 o=102400 (26)
--2885:0:aspacem 95: anon 0008731000-0008734fff 16384 rw---
--2885:0:aspacem 96: file 0008735000-000881afff 942080 r-xT- d=0x802 i=1074627 o=0 (27)
--2885:0:aspacem 97: file 000881b000-0008a19fff 2093056 ----- d=0x802 i=1074627 o=942080 (27)
--2885:0:aspacem 98: file 0008a1a000-0008a21fff 32768 r---- d=0x802 i=1074627 o=937984 (27)
--2885:0:aspacem 99: file 0008a22000-0008a23fff 8192 rw--- d=0x802 i=1074627 o=970752 (27)
--2885:0:aspacem 100: anon 0008a24000-0008a38fff 86016 rw---
--2885:0:aspacem 101: file 0008a39000-0008a4dfff 86016 r-xT- d=0x802 i=1074870 o=0 (28)
--2885:0:aspacem 102: file 0008a4e000-0008c4dfff 2097152 ----- d=0x802 i=1074870 o=86016 (28)
--2885:0:aspacem 103: file 0008c4e000-0008c4efff 4096 rw--- d=0x802 i=1074870 o=86016 (28)
--2885:0:aspacem 104: file 0008c4f000-0008d01fff 733184 r-xT- d=0x802 i=1075305 o=0 (29)
--2885:0:aspacem 105: file 0008d02000-0008f01fff 2097152 ----- d=0x802 i=1075305 o=733184 (29)
--2885:0:aspacem 106: file 0008f02000-0008f03fff 8192 r---- d=0x802 i=1075305 o=733184 (29)
--2885:0:aspacem 107: file 0008f04000-0008f06fff 12288 rw--- d=0x802 i=1075305 o=741376 (29)
--2885:0:aspacem 108: file 0008f07000-0008f2dfff 159744 r-xT- d=0x802 i=1054646 o=0 (30)
--2885:0:aspacem 109: file 0008f2e000-000912dfff 2097152 ----- d=0x802 i=1054646 o=159744 (30)
--2885:0:aspacem 110: file 000912e000-000912ffff 8192 r---- d=0x802 i=1054646 o=159744 (30)
--2885:0:aspacem 111: file 0009130000-0009130fff 4096 rw--- d=0x802 i=1054646 o=167936 (30)
--2885:0:aspacem 112: file 0009131000-000921ffff 978944 r-xT- d=0x802 i=1067598 o=0 (31)
--2885:0:aspacem 113: file 0009220000-000941ffff 2097152 ----- d=0x802 i=1067598 o=978944 (31)
--2885:0:aspacem 114: file 0009420000-000946dfff 319488 r---- d=0x802 i=1067598 o=978944 (31)
--2885:0:aspacem 115: file 000946e000-0009472fff 20480 rw--- d=0x802 i=1067598 o=1298432 (31)
--2885:0:aspacem 116: anon 0009473000-000947cfff 40960 rw---
--2885:0:aspacem 117: file 000947d000-0009860fff 4079616 r-xT- d=0x802 i=1093857 o=0 (32)
--2885:0:aspacem 118: file 0009861000-0009a5ffff 2093056 ----- d=0x802 i=1093857 o=4079616 (32)
--2885:0:aspacem 119: file 0009a60000-0009a64fff 20480 r---- d=0x802 i=1093857 o=4075520 (32)
--2885:0:aspacem 120: file 0009a65000-0009a6bfff 28672 rw--- d=0x802 i=1093857 o=4096000 (32)
--2885:0:aspacem 121: anon 0009a6c000-0009a6cfff 4096 rw---
--2885:0:aspacem 122: file 0009a6d000-0009a74fff 32768 r-xT- d=0x802 i=1071593 o=0 (33)
--2885:0:aspacem 123: file 0009a75000-0009c73fff 2093056 ----- d=0x802 i=1071593 o=32768 (33)
--2885:0:aspacem 124: file 0009c74000-0009c74fff 4096 r---- d=0x802 i=1071593 o=28672 (33)
--2885:0:aspacem 125: file 0009c75000-0009c75fff 4096 rw--- d=0x802 i=1071593 o=32768 (33)
--2885:0:aspacem 126: file 0009c76000-0009cb9fff 278528 r-xT- d=0x802 i=1069791 o=0 (34)
--2885:0:aspacem 127: file 0009cba000-0009eb8fff 2093056 ----- d=0x802 i=1069791 o=278528 (34)
--2885:0:aspacem 128: file 0009eb9000-0009eb9fff 4096 r---- d=0x802 i=1069791 o=274432 (34)
--2885:0:aspacem 129: file 0009eba000-0009ebafff 4096 rw--- d=0x802 i=1069791 o=278528 (34)
--2885:0:aspacem 130: anon 0009ebb000-0009ecafff 65536 rw---
--2885:0:aspacem 131: file 0009ecb000-0009ef4fff 172032 r-xT- d=0x802 i=1088071 o=0 (35)
--2885:0:aspacem 132: file 0009ef5000-000a0f3fff 2093056 ----- d=0x802 i=1088071 o=172032 (35)
--2885:0:aspacem 133: file 000a0f4000-000a0f4fff 4096 r---- d=0x802 i=1088071 o=167936 (35)
--2885:0:aspacem 134: file 000a0f5000-000a0fdfff 36864 rw--- d=0x802 i=1088071 o=172032 (35)
--2885:0:aspacem 135: file 000a0fe000-000a16cfff 454656 r-xT- d=0x802 i=1069861 o=0 (36)
--2885:0:aspacem 136: file 000a16d000-000a36cfff 2097152 ----- d=0x802 i=1069861 o=454656 (36)
--2885:0:aspacem 137: file 000a36d000-000a36dfff 4096 r---- d=0x802 i=1069861 o=454656 (36)
--2885:0:aspacem 138: file 000a36e000-000a370fff 12288 rw--- d=0x802 i=1069861 o=458752 (36)
--2885:0:aspacem 139: anon 000a371000-000a371fff 4096 rw---
--2885:0:aspacem 140: file 000a372000-000a3a5fff 212992 r-xT- d=0x802 i=1069919 o=0 (37)
--2885:0:aspacem 141: file 000a3a6000-000a5a4fff 2093056 ----- d=0x802 i=1069919 o=212992 (37)
--2885:0:aspacem 142: file 000a5a5000-000a5a5fff 4096 r---- d=0x802 i=1069919 o=208896 (37)
--2885:0:aspacem 143: file 000a5a6000-000a5a6fff 4096 rw--- d=0x802 i=1069919 o=212992 (37)
--2885:0:aspacem 144: file 000a5a7000-000a70dfff 1470464 r-xT- d=0x802 i=1054184 o=0 (38)
--2885:0:aspacem 145: file 000a70e000-000a90cfff 2093056 ----- d=0x802 i=1054184 o=1470464 (38)
--2885:0:aspacem 146: file 000a90d000-000a911fff 20480 rw--- d=0x802 i=1054184 o=1466368 (38)
--2885:0:aspacem 147: anon 000a912000-000a97afff 430080 rw---
--2885:0:aspacem 148: file 000a97b000-000a97dfff 12288 r-xT- d=0x802 i=1072530 o=0 (39)
--2885:0:aspacem 149: file 000a97e000-000ab7cfff 2093056 ----- d=0x802 i=1072530 o=12288 (39)
--2885:0:aspacem 150: file 000ab7d000-000ab7dfff 4096 r---- d=0x802 i=1072530 o=8192 (39)
--2885:0:aspacem 151: file 000ab7e000-000ab7efff 4096 rw--- d=0x802 i=1072530 o=12288 (39)
--2885:0:aspacem 152: file 000ab7f000-000abe3fff 413696 r-xT- d=0x802 i=1054849 o=0 (40)
--2885:0:aspacem 153: file 000abe4000-000ade2fff 2093056 ----- d=0x802 i=1054849 o=413696 (40)
--2885:0:aspacem 154: file 000ade3000-000ade3fff 4096 r---- d=0x802 i=1054849 o=409600 (40)
--2885:0:aspacem 155: file 000ade4000-000ade4fff 4096 rw--- d=0x802 i=1054849 o=413696 (40)
--2885:0:aspacem 156: file 000ade5000-000ae46fff 401408 r-xT- d=0x802 i=1066638 o=0 (41)
--2885:0:aspacem 157: file 000ae47000-000b046fff 2097152 ----- d=0x802 i=1066638 o=401408 (41)
--2885:0:aspacem 158: file 000b047000-000b048fff 8192 r---- d=0x802 i=1066638 o=401408 (41)
--2885:0:aspacem 159: file 000b049000-000b049fff 4096 rw--- d=0x802 i=1066638 o=409600 (41)
--2885:0:aspacem 160: file 000b04a000-000b31bfff 2957312 r-xT- d=0x802 i=1063527 o=0 (42)
--2885:0:aspacem 161: file 000b31c000-000b51bfff 2097152 ----- d=0x802 i=1063527 o=2957312 (42)
--2885:0:aspacem 162: file 000b51c000-000b523fff 32768 r---- d=0x802 i=1063527 o=2957312 (42)
--2885:0:aspacem 163: file 000b524000-000b536fff 77824 rw--- d=0x802 i=1063527 o=2990080 (42)
--2885:0:aspacem 164: anon 000b537000-000b53cfff 24576 rw---
--2885:0:aspacem 165: file 000b53d000-000b58bfff 323584 r-xT- d=0x802 i=1075242 o=0 (43)
--2885:0:aspacem 166: file 000b58c000-000b78bfff 2097152 ----- d=0x802 i=1075242 o=323584 (43)
--2885:0:aspacem 167: file 000b78c000-000b78cfff 4096 r---- d=0x802 i=1075242 o=323584 (43)
--2885:0:aspacem 168: file 000b78d000-000b78ffff 12288 rw--- d=0x802 i=1075242 o=327680 (43)
--2885:0:aspacem 169: file 000b790000-000b7f2fff 405504 r-xT- d=0x802 i=1058617 o=0 (44)
--2885:0:aspacem 170: file 000b7f3000-000b9f1fff 2093056 ----- d=0x802 i=1058617 o=405504 (44)
--2885:0:aspacem 171: file 000b9f2000-000b9f5fff 16384 r---- d=0x802 i=1058617 o=401408 (44)
--2885:0:aspacem 172: file 000b9f6000-000b9fcfff 28672 rw--- d=0x802 i=1058617 o=417792 (44)
--2885:0:aspacem 173: file 000b9fd000-000bbdbfff 1961984 r-xT- d=0x802 i=1058618 o=0 (45)
--2885:0:aspacem 174: file 000bbdc000-000bddafff 2093056 ----- d=0x802 i=1058618 o=1961984 (45)
--2885:0:aspacem 175: file 000bddb000-000bdf5fff 110592 r---- d=0x802 i=1058618 o=1957888 (45)
--2885:0:aspacem 176: file 000bdf6000-000be00fff 45056 rw--- d=0x802 i=1058618 o=2068480 (45)
--2885:0:aspacem 177: anon 000be01000-000be04fff 16384 rw---
--2885:0:aspacem 178: file 000be05000-000bed2fff 843776 r-xT- d=0x802 i=1059088 o=0 (46)
--2885:0:aspacem 179: file 000bed3000-000c0d1fff 2093056 ----- d=0x802 i=1059088 o=843776 (46)
--2885:0:aspacem 180: file 000c0d2000-000c0dffff 57344 r---- d=0x802 i=1059088 o=839680 (46)
--2885:0:aspacem 181: file 000c0e0000-000c0e2fff 12288 rw--- d=0x802 i=1059088 o=897024 (46)
--2885:0:aspacem 182: file 000c0e3000-000c0e5fff 12288 r-xT- d=0x802 i=1053864 o=0 (47)
--2885:0:aspacem 183: file 000c0e6000-000c2e4fff 2093056 ----- d=0x802 i=1053864 o=12288 (47)
--2885:0:aspacem 184: file 000c2e5000-000c2e5fff 4096 r---- d=0x802 i=1053864 o=8192 (47)
--2885:0:aspacem 185: file 000c2e6000-000c2e6fff 4096 rw--- d=0x802 i=1053864 o=12288 (47)
--2885:0:aspacem 186: file 000c2e7000-000c307fff 135168 r-xT- d=0x802 i=1093858 o=0 (48)
--2885:0:aspacem 187: file 000c308000-000c506fff 2093056 ----- d=0x802 i=1093858 o=135168 (48)
--2885:0:aspacem 188: file 000c507000-000c507fff 4096 r---- d=0x802 i=1093858 o=131072 (48)
--2885:0:aspacem 189: file 000c508000-000c508fff 4096 rw--- d=0x802 i=1093858 o=135168 (48)
--2885:0:aspacem 190: anon 000c509000-000c519fff 69632 rw---
--2885:0:aspacem 191: file 000c51a000-000c53afff 135168 r-xT- d=0x802 i=1055425 o=0 (49)
--2885:0:aspacem 192: file 000c53b000-000c73afff 2097152 ----- d=0x802 i=1055425 o=135168 (49)
--2885:0:aspacem 193: file 000c73b000-000c73bfff 4096 r---- d=0x802 i=1055425 o=135168 (49)
--2885:0:aspacem 194: file 000c73c000-000c73cfff 4096 rw--- d=0x802 i=1055425 o=139264 (49)
--2885:0:aspacem 195: file 000c73d000-000c764fff 163840 r-xT- d=0x802 i=1063907 o=0 (50)
--2885:0:aspacem 196: file 000c765000-000c963fff 2093056 ----- d=0x802 i=1063907 o=163840 (50)
--2885:0:aspacem 197: file 000c964000-000c964fff 4096 r---- d=0x802 i=1063907 o=159744 (50)
--2885:0:aspacem 198: file 000c965000-000c965fff 4096 rw--- d=0x802 i=1063907 o=163840 (50)
--2885:0:aspacem 199: file 000c966000-000c997fff 204800 r-xT- d=0x802 i=1071206 o=0 (51)
--2885:0:aspacem 200: file 000c998000-000cb96fff 2093056 ----- d=0x802 i=1071206 o=204800 (51)
--2885:0:aspacem 201: file 000cb97000-000cb98fff 8192 r---- d=0x802 i=1071206 o=200704 (51)
--2885:0:aspacem 202: file 000cb99000-000cb99fff 4096 rw--- d=0x802 i=1071206 o=208896 (51)
--2885:0:aspacem 203: anon 000cb9a000-000cb9afff 4096 rw---
--2885:0:aspacem 204: file 000cb9b000-000cba5fff 45056 r-xT- d=0x802 i=1071207 o=0 (52)
--2885:0:aspacem 205: file 000cba6000-000cda5fff 2097152 ----- d=0x802 i=1071207 o=45056 (52)
--2885:0:aspacem 206: file 000cda6000-000cda6fff 4096 r---- d=0x802 i=1071207 o=45056 (52)
--2885:0:aspacem 207: file 000cda7000-000cda7fff 4096 rw--- d=0x802 i=1071207 o=49152 (52)
--2885:0:aspacem 208: file 000cda8000-000cdaafff 12288 r-xT- d=0x802 i=1095000 o=0 (53)
--2885:0:aspacem 209: file 000cdab000-000cfa9fff 2093056 ----- d=0x802 i=1095000 o=12288 (53)
--2885:0:aspacem 210: file 000cfaa000-000cfaafff 4096 r---- d=0x802 i=1095000 o=8192 (53)
--2885:0:aspacem 211: file 000cfab000-000cfabfff 4096 rw--- d=0x802 i=1095000 o=12288 (53)
--2885:0:aspacem 212: file 000cfac000-000cfbffff 81920 r-xT- d=0x802 i=1072081 o=0 (54)
--2885:0:aspacem 213: file 000cfc0000-000d1befff 2093056 ----- d=0x802 i=1072081 o=81920 (54)
--2885:0:aspacem 214: file 000d1bf000-000d1bffff 4096 r---- d=0x802 i=1072081 o=77824 (54)
--2885:0:aspacem 215: file 000d1c0000-000d1c0fff 4096 rw--- d=0x802 i=1072081 o=81920 (54)
--2885:0:aspacem 216: anon 000d1c1000-000d1c2fff 8192 rw---
--2885:0:aspacem 217: anon 000d1c3000-0022dc2fff 348m rwx-H
--2885:0:aspacem 218: 0022dc3000-0022dc4fff 8192
--2885:0:aspacem 219: anon 0022dc5000-00241c4fff 20m rwx-H
--2885:0:aspacem 220: 00241c5000-002421efff 368640
--2885:0:aspacem 221: anon 002421f000-0024e1efff 12m rwx-H
--2885:0:aspacem 222: 0024e1f000-0024eb2fff 606208
--2885:0:aspacem 223: anon 0024eb3000-0025ab2fff 12m rwx-H
--2885:0:aspacem 224: 0025ab3000-0025b81fff 847872
--2885:0:aspacem 225: anon 0025b82000-0025f81fff 4194304 rwx-H
--2885:0:aspacem 226: 0025f82000-0026007fff 548864
--2885:0:aspacem 227: anon 0026008000-0026c07fff 12m rwx-H
--2885:0:aspacem 228: 0026c08000-0026d02fff 1028096
--2885:0:aspacem 229: anon 0026d03000-002a502fff 56m rwx-H
--2885:0:aspacem 230: 002a503000-002a5d6fff 868352
--2885:0:aspacem 231: anon 002a5d7000-002b1d6fff 12m rwx-H
--2885:0:aspacem 232: 002b1d7000-002b3adfff 1929216
--2885:0:aspacem 233: anon 002b3ae000-002bfadfff 12m rwx-H
--2885:0:aspacem 234: 002bfae000-002c192fff 1986560
--2885:0:aspacem 235: anon 002c193000-002d592fff 20m rwx-H
--2885:0:aspacem 236: 002d593000-002d786fff 2048000
--2885:0:aspacem 237: anon 002d787000-002eb86fff 20m rwx-H
--2885:0:aspacem 238: 002eb87000-002ed89fff 2109440
--2885:0:aspacem 239: anon 002ed8a000-0030589fff 24m rwx-H
--2885:0:aspacem 240: 003058a000-003065cfff 864256
--2885:0:aspacem 241: anon 003065d000-003225cfff 28m rwx-H
--2885:0:aspacem 242: 003225d000-0032373fff 1142784
--2885:0:aspacem 243: anon 0032374000-0033773fff 20m rwx-H
--2885:0:aspacem 244: 0033774000-0033884fff 1118208
--2885:0:aspacem 245: anon 0033885000-0034884fff 16m rwx-H
--2885:0:aspacem 246: 0034885000-00349f9fff 1527808
--2885:0:aspacem 247: anon 00349fa000-00375f9fff 44m rwx-H
--2885:0:aspacem 248: 00375fa000-00377d9fff 1966080
--2885:0:aspacem 249: anon 00377da000-0037fd9fff 8388608 rwx-H
--2885:0:aspacem 250: 0037fda000-0037ffffff 155648
--2885:0:aspacem 251: FILE 0038000000-0038066fff 421888 r-x-- d=0x802 i=1184940 o=0 (0)
--2885:0:aspacem 252: file 0038067000-0038067fff 4096 r-xT- d=0x802 i=1184940 o=421888 (0)
--2885:0:aspacem 253: FILE 0038068000-003836efff 3174400 r-x-- d=0x802 i=1184940 o=425984 (0)
--2885:0:aspacem 254: 003836f000-003856efff 2097152
--2885:0:aspacem 255: FILE 003856f000-0038571fff 12288 rw--- d=0x802 i=1184940 o=3600384 (0)
--2885:0:aspacem 256: ANON 0038572000-0039fdffff 26m rw---
--2885:0:aspacem 257: anon 0039fe0000-003afdffff 16m rwx-H
--2885:0:aspacem 258: 003afe0000-003b0cdfff 974848
--2885:0:aspacem 259: anon 003b0ce000-003b8cdfff 8388608 rwx-H
--2885:0:aspacem 260: 003b8ce000-003babbfff 2023424
--2885:0:aspacem 261: anon 003babc000-003e2bbfff 40m rwx-H
--2885:0:aspacem 262: 003e2bc000-003e592fff 2977792
--2885:0:aspacem 263: anon 003e593000-003e992fff 4194304 rwx-H
--2885:0:aspacem 264: 003e993000-003e9d2fff 262144
--2885:0:aspacem 265: anon 003e9d3000-003f9d2fff 16m rwx-H
--2885:0:aspacem 266: 003f9d3000-003fc02fff 2293760
--2885:0:aspacem 267: anon 003fc03000-0040402fff 8388608 rwx-H
--2885:0:aspacem 268: 0040403000-00404a4fff 663552
--2885:0:aspacem 269: anon 00404a5000-00414a4fff 16m rwx-H
--2885:0:aspacem 270: 00414a5000-00417cffff 3321856
--2885:0:aspacem 271: anon 00417d0000-00423cffff 12m rwx-H
--2885:0:aspacem 272: 00423d0000-00424a2fff 864256
--2885:0:aspacem 273: anon 00424a3000-00448a2fff 36m rwx-H
--2885:0:aspacem 274: 00448a3000-0044ba8fff 3170304
--2885:0:aspacem 275: anon 0044ba9000-0045ba8fff 16m rwx-H
--2885:0:aspacem 276: 0045ba9000-0045ec6fff 3268608
--2885:0:aspacem 277: anon 0045ec7000-0046ac6fff 12m rwx-H
--2885:0:aspacem 278: 0046ac7000-0046c10fff 1351680
--2885:0:aspacem 279: anon 0046c11000-0047010fff 4194304 rwx-H
--2885:0:aspacem 280: 0047011000-00472bcfff 2801664
--2885:0:aspacem 281: anon 00472bd000-0048abcfff 24m rwx-H
--2885:0:aspacem 282: 0048abd000-0048aecfff 196608
--2885:0:aspacem 283: anon 0048aed000-0049aecfff 16m rwx-H
--2885:0:aspacem 284: 0049aed000-0049b5bfff 454656
--2885:0:aspacem 285: anon 0049b5c000-0049f5bfff 4194304 rwx-H
--2885:0:aspacem 286: 0049f5c000-0049f89fff 188416
--2885:0:aspacem 287: anon 0049f8a000-004cb89fff 44m rwx-H
--2885:0:aspacem 288: 004cb8a000-004cce4fff 1421312
--2885:0:aspacem 289: anon 004cce5000-004e0e4fff 20m rwx-H
--2885:0:aspacem 290: 004e0e5000-004e2e6fff 2105344
--2885:0:aspacem 291: anon 004e2e7000-004f6e6fff 20m rwx-H
--2885:0:aspacem 292: 004f6e7000-004f90dfff 2256896
--2885:0:aspacem 293: anon 004f90e000-005090dfff 16m rwx-H
--2885:0:aspacem 294: 005090e000-0050ae6fff 1937408
--2885:0:aspacem 295: anon 0050ae7000-00512e6fff 8388608 rwx-H
--2885:0:aspacem 296: 00512e7000-0051534fff 2416640
--2885:0:aspacem 297: anon 0051535000-0052134fff 12m rwx-H
--2885:0:aspacem 298: 0052135000-00522d0fff 1687552
--2885:0:aspacem 299: anon 00522d1000-0052ed0fff 12m rwx-H
--2885:0:aspacem 300: 0052ed1000-0053075fff 1724416
--2885:0:aspacem 301: anon 0053076000-0054075fff 16m rwx-H
--2885:0:aspacem 302: 0054076000-0054307fff 2695168
--2885:0:aspacem 303: anon 0054308000-0054f07fff 12m rwx-H
--2885:0:aspacem 304: 0054f08000-005511efff 2191360
--2885:0:aspacem 305: anon 005511f000-005551efff 4194304 rwx-H
--2885:0:aspacem 306: 005551f000-00557aafff 2670592
--2885:0:aspacem 307: anon 00557ab000-00573aafff 28m rwx-H
--2885:0:aspacem 308: 00573ab000-005768efff 3031040
--2885:0:aspacem 309: anon 005768f000-005828efff 12m rwx-H
--2885:0:aspacem 310: 005828f000-0058438fff 1744896
--2885:0:aspacem 311: anon 0058439000-0059038fff 12m rwx-H
--2885:0:aspacem 312: 0059039000-005933dfff 3166208
--2885:0:aspacem 313: anon 005933e000-0059b3dfff 8388608 rwx-H
--2885:0:aspacem 314: 0059b3e000-0059e56fff 3248128
--2885:0:aspacem 315: anon 0059e57000-005a656fff 8388608 rwx-H
--2885:0:aspacem 316: 005a657000-005a903fff 2805760
--2885:0:aspacem 317: anon 005a904000-005b503fff 12m rwx-H
--2885:0:aspacem 318: 005b504000-005b837fff 3358720
--2885:0:aspacem 319: anon 005b838000-005c437fff 12m rwx-H
--2885:0:aspacem 320: 005c438000-005c732fff 3125248
--2885:0:aspacem 321: anon 005c733000-005d332fff 12m rwx-H
--2885:0:aspacem 322: 005d333000-005d637fff 3166208
--2885:0:aspacem 323: anon 005d638000-005e237fff 12m rwx-H
--2885:0:aspacem 324: 005e238000-005e56ffff 3375104
--2885:0:aspacem 325: anon 005e570000-005fd6ffff 24m rwx-H
--2885:0:aspacem 326: 005fd70000-0060111fff 3809280
--2885:0:aspacem 327: anon 0060112000-0060511fff 4194304 rwx-H
--2885:0:aspacem 328: 0060512000-0060813fff 3153920
--2885:0:aspacem 329: anon 0060814000-0062013fff 24m rwx-H
--2885:0:aspacem 330: 0062014000-00623e5fff 4005888
--2885:0:aspacem 331: anon 00623e6000-00627e5fff 4194304 rwx-H
--2885:0:aspacem 332: 00627e6000-0062b44fff 3534848
--2885:0:aspacem 333: anon 0062b45000-0063f44fff 20m rwx-H
--2885:0:aspacem 334: 0063f45000-006411ffff 1945600
--2885:0:aspacem 335: anon 0064120000-0064d1ffff 12m rwx-H
--2885:0:aspacem 336: 0064d20000-0064d20fff 4096
--2885:0:aspacem 337: anon 0064d21000-0065d20fff 16m rwx-H
--2885:0:aspacem 338: 0065d21000-0065d3dfff 118784
--2885:0:aspacem 339: anon 0065d3e000-0066d3dfff 16m rwx-H
--2885:0:aspacem 340: 0066d3e000-0066d7bfff 253952
--2885:0:aspacem 341: anon 0066d7c000-006717bfff 4194304 rwx-H
--2885:0:aspacem 342: 006717c000-00671abfff 196608
--2885:0:aspacem 343: anon 00671ac000-00685abfff 20m rwx-H
--2885:0:aspacem 344: 00685ac000-006864cfff 659456
--2885:0:aspacem 345: anon 006864d000-0069a4cfff 20m rwx-H
--2885:0:aspacem 346: 0069a4d000-0069ae4fff 622592
--2885:0:aspacem 347: anon 0069ae5000-006a2e4fff 8388608 rwx-H
--2885:0:aspacem 348: 006a2e5000-006a3adfff 823296
--2885:0:aspacem 349: anon 006a3ae000-006a7adfff 4194304 rwx-H
--2885:0:aspacem 350: 006a7ae000-006aa1ffff 2564096
--2885:0:aspacem 351: anon 006aa20000-006ba1ffff 16m rwx-H
--2885:0:aspacem 352: 006ba20000-006bad8fff 757760
--2885:0:aspacem 353: anon 006bad9000-006bed8fff 4194304 rwx-H
--2885:0:aspacem 354: 006bed9000-006bf47fff 454656
--2885:0:aspacem 355: anon 006bf48000-006d347fff 20m rwx-H
--2885:0:aspacem 356: 006d348000-006d429fff 925696
--2885:0:aspacem 357: anon 006d42a000-006d829fff 4194304 rwx-H
--2885:0:aspacem 358: 006d82a000-006d964fff 1290240
--2885:0:aspacem 359: anon 006d965000-006f164fff 24m rwx-H
--2885:0:aspacem 360: 006f165000-006f3e8fff 2637824
--2885:0:aspacem 361: anon 006f3e9000-0070be8fff 24m rwx-H
--2885:0:aspacem 362: 0070be9000-0070db6fff 1892352
--2885:0:aspacem 363: anon 0070db7000-00729b6fff 28m rwx-H
--2885:0:aspacem 364: 00729b7000-0072b27fff 1511424
--2885:0:aspacem 365: anon 0072b28000-0072f27fff 4194304 rwx-H
--2885:0:aspacem 366: 0072f28000-007313efff 2191360
--2885:0:aspacem 367: anon 007313f000-0073d3efff 12m rwx-H
--2885:0:aspacem 368: 0073d3f000-0073ec4fff 1597440
--2885:0:aspacem 369: anon 0073ec5000-00746c4fff 8388608 rwx-H
--2885:0:aspacem 370: 00746c5000-007489efff 1941504
--2885:0:aspacem 371: anon 007489f000-007609efff 24m rwx-H
--2885:0:aspacem 372: 007609f000-0076253fff 1789952
--2885:0:aspacem 373: anon 0076254000-0077e53fff 28m rwx-H
--2885:0:aspacem 374: 0077e54000-0077eebfff 622592
--2885:0:aspacem 375: anon 0077eec000-00792ebfff 20m rwx-H
--2885:0:aspacem 376: 00792ec000-00794f8fff 2150400
--2885:0:aspacem 377: anon 00794f9000-0079cf8fff 8388608 rwx-H
--2885:0:aspacem 378: 0079cf9000-0079da3fff 700416
--2885:0:aspacem 379: anon 0079da4000-007b1a3fff 20m rwx-H
--2885:0:aspacem 380: 007b1a4000-007b519fff 3629056
--2885:0:aspacem 381: anon 007b51a000-007bd19fff 8388608 rwx-H
--2885:0:aspacem 382: 007bd1a000-007bf3ffff 2252800
--2885:0:aspacem 383: anon 007bf40000-007db3ffff 28m rwx-H
--2885:0:aspacem 384: 007db40000-007ded3fff 3751936
--2885:0:aspacem 385: anon 007ded4000-007fad3fff 28m rwx-H
--2885:0:aspacem 386: 007fad4000-007fecdfff 4169728
--2885:0:aspacem 387: anon 007fece000-0081acdfff 28m rwx-H
--2885:0:aspacem 388: 0081ace000-0081b1bfff 319488
--2885:0:aspacem 389: anon 0081b1c000-0082f1bfff 20m rwx-H
--2885:0:aspacem 390: 0082f1c000-0082f7ffff 409600
--2885:0:aspacem 391: anon 0082f80000-0083f7ffff 16m rwx-H
--2885:0:aspacem 392: 0083f80000-0084295fff 3235840
--2885:0:aspacem 393: anon 0084296000-0085295fff 16m rwx-H
--2885:0:aspacem 394: 0085296000-0085352fff 774144
--2885:0:aspacem 395: anon 0085353000-0086752fff 20m rwx-H
--2885:0:aspacem 396: 0086753000-008683dfff 962560
--2885:0:aspacem 397: anon 008683e000-0087c3dfff 20m rwx-H
--2885:0:aspacem 398: 0087c3e000-0087d5afff 1167360
--2885:0:aspacem 399: anon 0087d5b000-008955afff 24m rwx-H
--2885:0:aspacem 400: 008955b000-00896b6fff 1425408
--2885:0:aspacem 401: anon 00896b7000-008bab6fff 36m rwx-H
--2885:0:aspacem 402: 008bab7000-008be9ffff 4100096
--2885:0:aspacem 403: anon 008bea0000-008c69ffff 8388608 rwx-H
--2885:0:aspacem 404: 008c6a0000-008c6a6fff 28672
--2885:0:aspacem 405: anon 008c6a7000-008dea6fff 24m rwx-H
--2885:0:aspacem 406: 008dea7000-008deb1fff 45056
--2885:0:aspacem 407: anon 008deb2000-008f2b1fff 20m rwx-H
--2885:0:aspacem 408: 008f2b2000-008f2ecfff 241664
--2885:0:aspacem 409: anon 008f2ed000-008feecfff 12m rwx-H
--2885:0:aspacem 410: 008feed000-009013efff 2433024
--2885:0:aspacem 411: anon 009013f000-009093efff 8388608 rwx-H
--2885:0:aspacem 412: 009093f000-0090c3afff 3129344
--2885:0:aspacem 413: anon 0090c3b000-0091c3afff 16m rwx-H
--2885:0:aspacem 414: 0091c3b000-0091c9cfff 401408
--2885:0:aspacem 415: anon 0091c9d000-0093c9cfff 32m rwx-H
--2885:0:aspacem 416: 0093c9d000-0093d43fff 684032
--2885:0:aspacem 417: anon 0093d44000-0094d43fff 16m rwx-H
--2885:0:aspacem 418: 0094d44000-0095060fff 3264512
--2885:0:aspacem 419: anon 0095061000-0095c60fff 12m rwx-H
--2885:0:aspacem 420: 0095c61000-0095c79fff 102400
--2885:0:aspacem 421: anon 0095c7a000-0096c79fff 16m rwx-H
--2885:0:aspacem 422: 0096c7a000-0096d64fff 962560
--2885:0:aspacem 423: anon 0096d65000-0097164fff 4194304 rwx-H
--2885:0:aspacem 424: 0097165000-0097403fff 2748416
--2885:0:aspacem 425: anon 0097404000-0098c03fff 24m rwx-H
--2885:0:aspacem 426: 0098c04000-0098d17fff 1130496
--2885:0:aspacem 427: anon 0098d18000-009a517fff 24m rwx-H
--2885:0:aspacem 428: 009a518000-009a65afff 1323008
--2885:0:aspacem 429: anon 009a65b000-009ae5afff 8388608 rwx-H
--2885:0:aspacem 430: 009ae5b000-009b241fff 4091904
--2885:0:aspacem 431: anon 009b242000-009c241fff 16m rwx-H
--2885:0:aspacem 432: 009c242000-009c3a5fff 1458176
--2885:0:aspacem 433: anon 009c3a6000-009d7a5fff 20m rwx-H
--2885:0:aspacem 434: 009d7a6000-009d932fff 1626112
--2885:0:aspacem 435: anon 009d933000-009dd32fff 4194304 rwx-H
--2885:0:aspacem 436: 009dd33000-009e028fff 3104768
--2885:0:aspacem 437: anon 009e029000-009f428fff 20m rwx-H
--2885:0:aspacem 438: 009f429000-009f5d6fff 1761280
--2885:0:aspacem 439: anon 009f5d7000-00a1dd6fff 40m rwx-H
--2885:0:aspacem 440: 00a1dd7000-00a1fd7fff 2101248
--2885:0:aspacem 441: anon 00a1fd8000-00a2bd7fff 12m rwx-H
--2885:0:aspacem 442: 00a2bd8000-00a2ce2fff 1093632
--2885:0:aspacem 443: anon 00a2ce3000-00a38e2fff 12m rwx-H
--2885:0:aspacem 444: 00a38e3000-00a3bf5fff 3223552
--2885:0:aspacem 445: anon 00a3bf6000-00a53f5fff 24m rwx-H
--2885:0:aspacem 446: 00a53f6000-00a564dfff 2457600
--2885:0:aspacem 447: anon 00a564e000-00a5a4dfff 4194304 rwx-H
--2885:0:aspacem 448: 00a5a4e000-00a5daefff 3543040
--2885:0:aspacem 449: anon 00a5daf000-00a69aefff 12m rwx-H
--2885:0:aspacem 450: 00a69af000-00a6be0fff 2301952
--2885:0:aspacem 451: anon 00a6be1000-00a8fe0fff 36m rwx-H
--2885:0:aspacem 452: 00a8fe1000-00a927dfff 2740224
--2885:0:aspacem 453: anon 00a927e000-00aaa7dfff 24m rwx-H
--2885:0:aspacem 454: 00aaa7e000-00aad43fff 2908160
--2885:0:aspacem 455: anon 00aad44000-00abd43fff 16m rwx-H
--2885:0:aspacem 456: 00abd44000-00ac02afff 3043328
--2885:0:aspacem 457: anon 00ac02b000-00ac42afff 4194304 rwx-H
--2885:0:aspacem 458: 00ac42b000-00ac7d7fff 3854336
--2885:0:aspacem 459: anon 00ac7d8000-00adfd7fff 24m rwx-H
--2885:0:aspacem 460: 00adfd8000-00ae2a7fff 2949120
--2885:0:aspacem 461: anon 00ae2a8000-00afaa7fff 24m rwx-H
--2885:0:aspacem 462: 00afaa8000-00afd03fff 2473984
--2885:0:aspacem 463: anon 00afd04000-00b0d03fff 16m rwx-H
--2885:0:aspacem 464: 00b0d04000-00b105dfff 3514368
--2885:0:aspacem 465: anon 00b105e000-00b145dfff 4194304 rwx-H
--2885:0:aspacem 466: 00b145e000-00b1847fff 4104192
--2885:0:aspacem 467: anon 00b1848000-00b2847fff 16m rwx-H
--2885:0:aspacem 468: 00b2848000-00b2bbdfff 3629056
--2885:0:aspacem 469: anon 00b2bbe000-00b3bbdfff 16m rwx-H
--2885:0:aspacem 470: 00b3bbe000-00b3f5cfff 3796992
--2885:0:aspacem 471: anon 00b3f5d000-00b475cfff 8388608 rwx-H
--2885:0:aspacem 472: 00b475d000-00b4768fff 49152
--2885:0:aspacem 473: anon 00b4769000-00b5368fff 12m rwx-H
--2885:0:aspacem 474: 00b5369000-00b56edfff 3690496
--2885:0:aspacem 475: anon 00b56ee000-00b66edfff 16m rwx-H
--2885:0:aspacem 476: 00b66ee000-00b6abafff 3985408
--2885:0:aspacem 477: anon 00b6abb000-00b82bafff 24m rwx-H
--2885:0:aspacem 478: 00b82bb000-00b86b0fff 4153344
--2885:0:aspacem 479: anon 00b86b1000-00ba2b0fff 28m rwx-H
--2885:0:aspacem 480: 00ba2b1000-00ba2cffff 126976
--2885:0:aspacem 481: anon 00ba2d0000-00bbacffff 24m rwx-H
--2885:0:aspacem 482: 00bbad0000-00bbb17fff 294912
--2885:0:aspacem 483: anon 00bbb18000-00bcf17fff 20m rwx-H
--2885:0:aspacem 484: 00bcf18000-00bcf87fff 458752
--2885:0:aspacem 485: anon 00bcf88000-00bd787fff 8388608 rwx-H
--2885:0:aspacem 486: 00bd788000-00bd802fff 503808
--2885:0:aspacem 487: anon 00bd803000-00bec02fff 20m rwx-H
--2885:0:aspacem 488: 00bec03000-00bec9bfff 626688
--2885:0:aspacem 489: anon 00bec9c000-00c089bfff 28m rwx-H
--2885:0:aspacem 490: 00c089c000-00c0964fff 823296
--2885:0:aspacem 491: anon 00c0965000-00c2564fff 28m rwx-H
--2885:0:aspacem 492: 00c2565000-00c265cfff 1015808
--2885:0:aspacem 493: anon 00c265d000-00c465cfff 32m rwx-H
--2885:0:aspacem 494: 00c465d000-00c4791fff 1265664
--2885:0:aspacem 495: anon 00c4792000-00c4b91fff 4194304 rwx-H
--2885:0:aspacem 496: 00c4b92000-00c4c6afff 888832
--2885:0:aspacem 497: anon 00c4c6b000-00c686afff 28m rwx-H
--2885:0:aspacem 498: 00c686b000-00c69dbfff 1511424
--2885:0:aspacem 499: anon 00c69dc000-00c71dbfff 8388608 rwx-H
--2885:0:aspacem 500: 00c71dc000-00c72e0fff 1069056
--2885:0:aspacem 501: anon 00c72e1000-00c76e0fff 4194304 rwx-H
--2885:0:aspacem 502: 00c76e1000-00c77f5fff 1134592
--2885:0:aspacem 503: anon 00c77f6000-00c8ff5fff 24m rwx-H
--2885:0:aspacem 504: 00c8ff6000-00c9197fff 1712128
--2885:0:aspacem 505: anon 00c9198000-00cad97fff 28m rwx-H
--2885:0:aspacem 506: 00cad98000-00caf68fff 1904640
--2885:0:aspacem 507: anon 00caf69000-00ccb68fff 28m rwx-H
--2885:0:aspacem 508: 00ccb69000-00ccd6efff 2121728
--2885:0:aspacem 509: anon 00ccd6f000-00cd56efff 8388608 rwx-H
--2885:0:aspacem 510: 00cd56f000-00cd6c2fff 1392640
--2885:0:aspacem 511: anon 00cd6c3000-00cf6c2fff 32m rwx-H
--2885:0:aspacem 512: 00cf6c3000-00cf920fff 2482176
--2885:0:aspacem 513: anon 00cf921000-00d0120fff 8388608 rwx-H
--2885:0:aspacem 514: 00d0121000-00d02a3fff 1585152
--2885:0:aspacem 515: anon 00d02a4000-00d12a3fff 16m rwx-H
--2885:0:aspacem 516: 00d12a4000-00d14ebfff 2392064
--2885:0:aspacem 517: anon 00d14ec000-00d1cebfff 8388608 rwx-H
--2885:0:aspacem 518: 00d1cec000-00d1eaffff 1851392
--2885:0:aspacem 519: anon 00d1eb0000-00d2eaffff 16m rwx-H
--2885:0:aspacem 520: 00d2eb0000-00d3211fff 3547136
--2885:0:aspacem 521: anon 00d3212000-00d5611fff 36m rwx-H
--2885:0:aspacem 522: 00d5612000-00d568efff 512000
--2885:0:aspacem 523: anon 00d568f000-00d6a8efff 20m rwx-H
--2885:0:aspacem 524: 00d6a8f000-00d6d90fff 3153920
--2885:0:aspacem 525: anon 00d6d91000-00d7590fff 8388608 rwx-H
--2885:0:aspacem 526: 00d7591000-00d7735fff 1724416
--2885:0:aspacem 527: anon 00d7736000-00d8335fff 12m rwx-H
--2885:0:aspacem 528: 00d8336000-00d8579fff 2375680
--2885:0:aspacem 529: anon 00d857a000-00d9d79fff 24m rwx-H
--2885:0:aspacem 530: 00d9d7a000-00da0cbfff 3481600
--2885:0:aspacem 531: anon 00da0cc000-00da8cbfff 8388608 rwx-H
--2885:0:aspacem 532: 00da8cc000-00daacffff 2113536
--2885:0:aspacem 533: anon 00daad0000-00db6cffff 12m rwx-H
--2885:0:aspacem 534: 00db6d0000-00db96cfff 2740224
--2885:0:aspacem 535: anon 00db96d000-00dbd6cfff 4194304 rwx-H
--2885:0:aspacem 536: 00dbd6d000-00dbdfafff 581632
--2885:0:aspacem 537: anon 00dbdfb000-00dd5fafff 24m rwx-H
--2885:0:aspacem 538: 00dd5fb000-00dd98afff 3735552
--2885:0:aspacem 539: anon 00dd98b000-00ded8afff 20m rwx-H
--2885:0:aspacem 540: 00ded8b000-00df13cfff 3874816
--2885:0:aspacem 541: anon 00df13d000-00e113cfff 32m rwx-H
--2885:0:aspacem 542: 00e113d000-00e152cfff 4128768
--2885:0:aspacem 543: anon 00e152d000-00e1d2cfff 8388608 rwx-H
--2885:0:aspacem 544: 00e1d2d000-00e1f83fff 2453504
--2885:0:aspacem 545: anon 00e1f84000-00e3783fff 24m rwx-H
--2885:0:aspacem 546: 00e3784000-00e379afff 94208
--2885:0:aspacem 547: anon 00e379b000-00e5b9afff 36m rwx-H
--2885:0:aspacem 548: 00e5b9b000-00e5bf5fff 372736
--2885:0:aspacem 549: anon 00e5bf6000-00e63f5fff 8388608 rwx-H
--2885:0:aspacem 550: 00e63f6000-00e6687fff 2695168
--2885:0:aspacem 551: anon 00e6688000-00e8287fff 28m rwx-H
--2885:0:aspacem 552: 00e8288000-00e8319fff 598016
--2885:0:aspacem 553: anon 00e831a000-00e9f19fff 28m rwx-H
--2885:0:aspacem 554: 00e9f1a000-00e9fe8fff 847872
--2885:0:aspacem 555: anon 00e9fe9000-00ea3e8fff 4194304 rwx-H
--2885:0:aspacem 556: 00ea3e9000-00ea6aafff 2891776
--2885:0:aspacem 557: anon 00ea6ab000-00eb2aafff 12m rwx-H
--2885:0:aspacem 558: 00eb2ab000-00eb66cfff 3940352
--2885:0:aspacem 559: anon 00eb66d000-00ed66cfff 32m rwx-H
--2885:0:aspacem 560: 00ed66d000-00ed78dfff 1183744
--2885:0:aspacem 561: anon 00ed78e000-00eef8dfff 24m rwx-H
--2885:0:aspacem 562: 00eef8e000-00ef29bfff 3203072
--2885:0:aspacem 563: anon 00ef29c000-00f069bfff 20m rwx-H
--2885:0:aspacem 564: 00f069c000-00f0a58fff 3919872
--2885:0:aspacem 565: anon 00f0a59000-00f4258fff 56m rwx-H
--2885:0:aspacem 566: 00f4259000-00f4413fff 1814528
--2885:0:aspacem 567: anon 00f4414000-00f6013fff 28m rwx-H
--2885:0:aspacem 568: 00f6014000-00f6205fff 2039808
--2885:0:aspacem 569: anon 00f6206000-00f7a05fff 24m rwx-H
--2885:0:aspacem 570: 00f7a06000-00f7c20fff 2207744
--2885:0:aspacem 571: anon 00f7c21000-00f8020fff 4194304 rwx-H
--2885:0:aspacem 572: 00f8021000-00f8359fff 3379200
--2885:0:aspacem 573: anon 00f835a000-00fa759fff 36m rwx-H
--2885:0:aspacem 574: 00fa75a000-00fa9c6fff 2543616
--2885:0:aspacem 575: anon 00fa9c7000-00fc5c6fff 28m rwx-H
--2885:0:aspacem 576: 00fc5c7000-00fc681fff 765952
--2885:0:aspacem 577: anon 00fc682000-00fca81fff 4194304 rwx-H
--2885:0:aspacem 578: 00fca82000-00fcbc1fff 1310720
--2885:0:aspacem 579: anon 00fcbc2000-00fd3c1fff 8388608 rwx-H
--2885:0:aspacem 580: 00fd3c2000-00fd484fff 798720
--2885:0:aspacem 581: anon 00fd485000-00fec84fff 24m rwx-H
--2885:0:aspacem 582: 00fec85000-00fef49fff 2904064
--2885:0:aspacem 583: anon 00fef4a000-0101749fff 40m rwx-H
--2885:0:aspacem 584: 010174a000-0101a58fff 3207168
--2885:0:aspacem 585: anon 0101a59000-0103258fff 24m rwx-H
--2885:0:aspacem 586: 0103259000-0103590fff 3375104
--2885:0:aspacem 587: anon 0103591000-0103990fff 4194304 rwx-H
--2885:0:aspacem 588: 0103991000-0103d5ffff 3993600
--2885:0:aspacem 589: anon 0103d60000-0105d5ffff 32m rwx-H
--2885:0:aspacem 590: 0105d60000-01060cefff 3600384
--2885:0:aspacem 591: anon 01060cf000-0107ccefff 28m rwx-H
--2885:0:aspacem 592: 0107ccf000-010806bfff 3788800
--2885:0:aspacem 593: anon 010806c000-010a46bfff 36m rwx-H
--2885:0:aspacem 594: 010a46c000-010a84dfff 4071424
--2885:0:aspacem 595: anon 010a84e000-010c44dfff 28m rwx-H
--2885:0:aspacem 596: 010c44e000-010c6e5fff 2719744
--2885:0:aspacem 597: anon 010c6e6000-010f2e5fff 44m rwx-H
--2885:0:aspacem 598: 010f2e6000-010f33afff 348160
--2885:0:aspacem 599: anon 010f33b000-011073afff 20m rwx-H
--2885:0:aspacem 600: 011073b000-0110a49fff 3207168
--2885:0:aspacem 601: anon 0110a4a000-0112649fff 28m rwx-H
--2885:0:aspacem 602: 011264a000-01126e8fff 651264
--2885:0:aspacem 603: anon 01126e9000-0112ee8fff 8388608 rwx-H
--2885:0:aspacem 604: 0112ee9000-01143bcfff 20m
--2885:0:aspacem 605: anon 01143bd000-01147bcfff 4194304 rwx-H
--2885:0:aspacem 606: 01147bd000-01150abfff 9367552
--2885:0:aspacem 607: anon 01150ac000-0117a85fff 41m rwx-H
--2885:0:aspacem 608: 0117a86000-0119f33fff 36m
--2885:0:aspacem 609: anon 0119f34000-011f0e1fff 81m rwx-H
--2885:0:aspacem 610: 011f0e2000-012009afff 15m
--2885:0:aspacem 611: anon 012009b000-012395efff 56m rwx-H
--2885:0:aspacem 612: 012395f000-0801ffffff 28134m
--2885:0:aspacem 613: RSVN 0802000000-0802000fff 4096 ----- SmFixed
--2885:0:aspacem 614: ANON 0802001000-0802a97fff 10m rwx--
--2885:0:aspacem 615: ANON 0802a98000-0802a99fff 8192 -----
--2885:0:aspacem 616: ANON 0802a9a000-0802b99fff 1048576 rwx--
--2885:0:aspacem 617: ANON 0802b9a000-0802b9bfff 8192 -----
--2885:0:aspacem 618: FILE 0802b9c000-0802b9cfff 4096 rw--- d=0x01d i=216896 o=0 (3)
--2885:0:aspacem 619: ANON 0802b9d000-0828feffff 612m rwx--
--2885:0:aspacem 620: 0828ff0000-0828ff0fff 4096
--2885:0:aspacem 621: ANON 0828ff1000-083b73afff 295m rwx--
--2885:0:aspacem 622: 083b73b000-083b73cfff 8192
--2885:0:aspacem 623: ANON 083b73d000-0848c68fff 213m rwx--
--2885:0:aspacem 624: 0848c69000-0848c69fff 4096
--2885:0:aspacem 625: ANON 0848c6a000-08a56e6fff 1482m rwx--
--2885:0:aspacem 626: 08a56e7000-0ffe800fff 30097m
--2885:0:aspacem 627: RSVN 0ffe801000-0ffeff6fff 8347648 ----- SmUpper
--2885:0:aspacem 628: anon 0ffeff7000-0fff000fff 40960 rw---
--2885:0:aspacem 629: 0fff001000-0fffffffff 15m
--2885:0:aspacem 630: RSVN 1000000000-7fff167cbfff 131004g ----- SmFixed
--2885:0:aspacem 631: ANON 7fff167cc000-7fff167ecfff 135168 rw---
--2885:0:aspacem 632: RSVN 7fff167ed000-ffffffffff5fffff 16383e ----- SmFixed
--2885:0:aspacem 633: ANON ffffffffff600000-ffffffffff600fff 4096 r-x--
--2885:0:aspacem 634: RSVN ffffffffff601000-ffffffffffffffff 9m ----- SmFixed
--2885:0:aspacem >>>
--2885-- core : 1619005440/1619005440 max/curr mmap'd, 6/0 unsplit/split sb unmmap'd, 1601950624/1601950624 max/curr, 123661/2029643136 totalloc-blocks/bytes, 122996 searches 8 rzB
--2885-- dinfo : 32239616/32239616 max/curr mmap'd, 3/3 unsplit/split sb unmmap'd, 31211664/31158704 max/curr, 148067/ 75052288 totalloc-blocks/bytes, 148408 searches 8 rzB
--2885-- client : 4177838080/4177838080 max/curr mmap'd, 8091/117 unsplit/split sb unmmap'd, 1751547760/1751547760 max/curr, 65975133/173014014240 totalloc-blocks/bytes, 65980590 searches 24 rzB
--2885-- demangle: 0/ 0 max/curr mmap'd, 0/0 unsplit/split sb unmmap'd, 0/ 0 max/curr, 0/ 0 totalloc-blocks/bytes, 0 searches 8 rzB
--2885-- ttaux : 417792/ 327680 max/curr mmap'd, 1/0 unsplit/split sb unmmap'd, 253168/ 180576 max/curr, 1205/ 482528 totalloc-blocks/bytes, 1201 searches 8 rzB
==2885==
==2885== Valgrind's memory management: out of memory:
==2885== memcheck:allocate new SecMap's request for 16384 bytes failed.
==2885== 6948536320 bytes have already been allocated.
==2885== Valgrind cannot continue. Sorry.
==2885==
==2885== There are several possible reasons for this.
==2885== - You have some kind of memory limit in place. Look at the
==2885== output of 'ulimit -a'. Is there a limit on the size of
==2885== virtual memory or address space?
==2885== - You have run out of swap space.
==2885== - Valgrind has a bug. If you think this is the case or you are
==2885== not sure, please let us know and we'll try to fix it.
==2885== Please note that programs can take substantially more memory than
==2885== normal when running under Valgrind tools, eg. up to twice or
==2885== more, depending on the tool. On a 64-bit machine, Valgrind
==2885== should be able to make use of up 32GB memory. On a 32-bit
==2885== machine, Valgrind should be able to use all the memory available
==2885== to a single process, up to 4GB if that's how you have your
==2885== kernel configured. Most 32-bit Linux setups allow a maximum of
==2885== 3GB per process.
==2885==
==2885== Whatever the reason, Valgrind cannot continue. Sorry.
More information about the grass-dev
mailing list