В документе API четко изложены следующие комментарии
/**
* Loads a graph from an edge list formatted file where each line contains two integers: a source
* id and a target id. Skips lines that begin with
# .
*
* If desired the edges can be automatically oriented in the positive
* direction (source Id is less than target Id) by setting
canonicalOrientation to
* true.
И 116374117927631468606
значение, безусловно, большое, чтобы оно было целым числом, как на официальном сайте написано
final val MaxValue: Int(2147483647)
The largest value representable as a Int.