Run XPGraph with the command
./bin/main -f ${DATA_PATH}/xpgraph/orkut/ -p0 ${PMEM_PATH}/xpgraph-db/XPGraph0/ --recovery ${PMEM_PATH}/xpgraph-db/XPGraphRecovery/ --source 1 -v 3072627 -q 5 -j 0 -t 1 (-j: 0 for ingest, 1 for log, 2 for archive, 3 for recover).
It can insert the Orkut in 10 seconds.
While running DGAP with the command
export OMP_NUM_THREADS=1
./bfs -B ${DATA_PATH}/orkut/base.el -D ${DATA_PATH}/orkut/dynamic.el -f ${PMEM_PATH}/orkut.pmem -r 1 -n 5 -a,
it takes 127 seconds to insert the Orkut.
The comparison results are completely different from those in the paper.