github-vet / github-vet/rangeloop-pointer-findings

sero-cash/go-sero: zero/txs/zstate/txstate/state.go; 14 LoC

Open
#6,909 0 comments 0 reactions 0 assignees View on GitHub
fresh small
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
PR metrics pending

Description

Found a possible issue in [sero-cash/go-sero](https://www.github.com/sero-cash/go-sero) at [zero/txs/zstate/txstate/state.go](https://github.com/sero-cash/go-sero/blob/9d3d61a3bcf7ac728fbb0132afdb595c1f7269bb/zero/txs/zstate/txstate/state.go#L306-L319)

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.

> function call which takes a reference to out at line 308 may start a goroutine

[Click here to see the code in its original context.](https://github.com/sero-cash/go-sero/blob/9d3d61a3bcf7ac728fbb0132afdb595c1f7269bb/zero/txs/zstate/txstate/state.go#L306-L319)

Click here to show the 14 line(s) of Go which triggered the analyzer.

```go
for _, out := range tx.Outs_P {
if c_superzk.IsSzkPKr(&out.PKr) {
state.addOut_P(&out, txhash)
} else {
state.addOut_O(
&stx_v0.Out_O{
Addr: out.PKr,
Asset: out.Asset,
Memo: out.Memo,
},
txhash,
)
}
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (NewMeter, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (Lookup, 1) -> (lookupValue, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (makeAccountManager, 1) -> (NewManager, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (lookup, 1) -> (lookupValue, 2) -> (lookup, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (makeAccountManager, 1) -> (NewManager, 1) -> (update, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (makeAccountManager, 1) -> (NewManager, 1) -> (update, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (newLock, 1) -> (CreateFile, 7) -> (Handle, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Remove, 1) -> (duk_idx_t, 1) -> (assertChangeable, 0) -> (Panic, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Remove, 1) -> (duk_idx_t, 1) -> (assertChangeable, 0) -> (Panic, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1) -> (LookupRune, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1) -> (LookupRune, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (makeAccountManager, 1) -> (NewManager, 1) -> (update, 0) -> (Dy, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Run, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (get, 6)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startListening, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (get, 6)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (get, 6)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (propagateCancel, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (get, 6)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (_ToHash, 0) -> (Count, 0) -> (Count, 1) -> (Call, 3) -> (doCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (delete, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (doCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Serve, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (promoteExecutables, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Handshake, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewRemotelyControlledSampler, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newClient, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (doCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Remove, 1) -> (duk_idx_t, 1) -> (assertChangeable, 0) -> (Panic, 1) -> (delete, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (doCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Serve, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (promoteExecutables, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Handshake, 4)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewRemotelyControlledSampler, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startListening, 0)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 1)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newClient, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (doCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Serve, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (promoteExecutables, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Handshake, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewRemotelyControlledSampler, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1) -> (LookupRune, 1) -> (StartPProf, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1) -> (LookupRune, 1) -> (Merge, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1) -> (LookupRune, 1) -> (hookTermboxEvt, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (IsContract, 1) -> (GetCode, 1) -> (TypeOf, 1) -> (LookupRune, 1) -> (NewTimerCh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (newClient, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (StartPProf, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (Merge, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (hookTermboxEvt, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (NewTimerCh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newClient, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newClient, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (dial, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (NewConnPool, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (run, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Seal, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (commitTransactions, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (subscribe, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (refresh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (insert, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (ListenUDP, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startListening, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (subscribe, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (refresh, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (insert, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (newUDP, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (newNetwork, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (listenLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startProtocols, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (propagateCancel, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (promoteExecutables, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (FetchBodies, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (promoteExecutables, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (FetchBodies, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (FetchBodies, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddVote, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddVote, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddVote, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (runStateSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (NewTxChecker, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Seal, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1) -> (Valid, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1) -> (Valid, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1) -> (Valid, 1) -> (propagateCancel, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (makeAccountManager, 1) -> (NewManager, 1) -> (update, 0) -> (Dy, 0) -> (Seal, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 0) -> (duk_console_init, 2) -> (newSstack, 0) -> (SetCurrentHeader, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 0) -> (duk_console_init, 2) -> (newSstack, 0) -> (SetCurrentHeader, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (popSlice, 1) -> (Pop, 0) -> (duk_pop, 1) -> (duk_get_top, 1) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (popSlice, 1) -> (Pop, 0) -> (duk_pop, 1) -> (duk_get_top, 1) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (newUDP, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (newNetwork, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (listenLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (startProtocols, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (setSentinel, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (singlewatch, 4)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 0) -> (Merge, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Run, 2) -> (newSuiteRunner, 2)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startListening, 0) -> (listenLoop, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (MasterAddr, 0) -> (setSentinel, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (ProcessVerifyProof, 0) -> (SIP7, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startListening, 0) -> (listenLoop, 0)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (MasterAddr, 0) -> (setSentinel, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newClient, 2) -> (dispatch, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startListening, 0) -> (listenLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 0) -> (removeAll, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startIPC, 1) -> (StartIPCEndpoint, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startHTTP, 6) -> (StartHTTPEndpoint, 6)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (NewHeaderChecker, 1) -> (VerifyHeaders, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Process, 3) -> (Source, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (WriteBlockWithState, 3) -> (Preimages, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (WriteBlockWithState, 3) -> (Preimages, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1) -> (Valid, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 0) -> (duk_console_init, 2) -> (newSstack, 0) -> (SetCurrentHeader, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (popSlice, 1) -> (Pop, 0) -> (duk_pop, 1) -> (duk_get_top, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (newLock, 1) -> (CreateFile, 7) -> (Handle, 1) -> (_resetSentinel, 0) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (newLock, 1) -> (CreateFile, 7) -> (Handle, 1) -> (_resetSentinel, 0) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (newLock, 1) -> (CreateFile, 7) -> (Handle, 1) -> (_resetSentinel, 0) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (startIPC, 1) -> (StartIPCEndpoint, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (startHTTP, 6) -> (StartHTTPEndpoint, 6)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (SetupConn, 3) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (SetupConn, 3) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (IsEmpty, 0) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0) -> (SetVotes, 2) -> (doit, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (GetZZSTX, 0) -> (addOut, 9) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0) -> (SetVotes, 2) -> (doit, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Int, 1) -> (lookupInt, 2) -> (String, 0) -> (FlagStringer, 1) -> (IsDown, 0) -> (uName, 0) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0) -> (SetVotes, 2) -> (doit, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Seal, 3) -> (mine, 5) -> (KeepAlive, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startIPC, 1) -> (StartIPCEndpoint, 2) -> (ServeListener, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (checkFixtureArgs, 0) -> (logArgPanic, 2) -> (niceFuncName, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (runFixture, 3) -> (StopTimer, 0) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (runTest, 1) -> (forkTest, 1) -> (roundUp, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (skipTests, 2) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Seal, 3) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (makeAccountManager, 1) -> (NewManager, 1) -> (update, 0) -> (Dy, 0) -> (Seal, 3) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (startIPC, 1) -> (StartIPCEndpoint, 2) -> (ServeListener, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (checkFixtureArgs, 0) -> (logArgPanic, 2) -> (niceFuncName, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (runFixture, 3) -> (StopTimer, 0) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (runTest, 1) -> (forkTest, 1) -> (roundUp, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (skipTests, 2) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Open, 2) -> (openDB, 1) -> (mCompaction, 0) -> (memCompaction, 0)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0) -> (memCompaction, 0)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Parse, 2) -> (parseMappings, 1) -> (parse, 0) -> (next, 1) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Seal, 3) -> (mine, 5) -> (KeepAlive, 1) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Seal, 3) -> (mine, 5) -> (KeepAlive, 1) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (ServiceFilter, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (ServiceFilter, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4) -> (run, 4)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4) -> (run, 4)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4) -> (run, 4) -> (distributor, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4) -> (run, 4) -> (distributor, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4) -> (run, 4) -> (distributor, 2) -> (deliver, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (Get, 0) -> (remove, 2) -> (storeLastErr, 1) -> (DialTimeout, 3) -> (APIs, 0) -> (NewPrivateDebugAPI, 2) -> (timeoutLoop, 0) -> (SubscribeRemovedLogsEvent, 1) -> (lightFilterLogs, 4) -> (GetReceipts, 2) -> (returnLogs, 1) -> (unindexedLogs, 2) -> (Start, 4) -> (run, 4) -> (distributor, 2) -> (deliver, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_P, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_P, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_P, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_P, 2) -> (ToRef, 0) -> (Set, 1) -> (ParseInt, 3) -> (New, 2) -> (unixNano, 0) -> (NewTracer, 4) -> (SetProcess, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)

```

Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.

commit ID: 9d3d61a3bcf7ac728fbb0132afdb595c1f7269bb

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.