The path builder is a tool used to build call graphs in Java, in order to prepare the computation of some specific J2EE diagnostics : "Avoid indirect string concatenation inside loops" and "Avoid remote calls in loop".
Following is the lines of log generated by the task Run Path Builder
Cast-MS[#].log.txt
INF: 2016-07-08 12:10:27: starting Task Run Path builder on "salim_eightzero_local"
LAUNCHING Cast-PathBuilder APPLICATION
INF: 2016-07-08 12:10:27: C:\CAST8/CAST-PathBuilder.jar -driver org.postgresql.Driver -url jdbc:postgresql://W7X64_SFR_1:2280/postgres -schema salim_eightzero_local -user operator -password ***** -maxdepth 50 -maxsteps 10000
INF: 2016-07-08 12:10:27: Defining Log server thread as a new logging context without any writers
INF: 2016-07-08 12:10:29: Path Builder Application Copyright (c) CAST 2014
CONNECTING TO LOCAL BASE
INF: 2016-07-08 12:10:29: Connected to: jdbc:postgresql://W7X64_SFR_1:2280/postgres user: operator
HERE THE CALL GRAPH IS BEING BUILT
INF: 2016-07-08 12:10:29: Building paths from salim_eightzero_local...
INF: 2016-07-08 12:10:29: Loading call graph...
INF: 2016-07-08 12:10:29: 2016-07-08 12:10:29.457 - Connected to: jdbc:postgresql://W7X64_SFR_1:2280/postgres user: operator
INF: 2016-07-08 12:10:29: 2016-07-08 12:10:29.510 - Building paths from salim_eightzero_local...
INF: 2016-07-08 12:10:29: 2016-07-08 12:10:29.510 - Loading call graph...
INF: 2016-07-08 12:10:33: Call graph loaded, 27143 call links
INF: 2016-07-08 12:10:33: Building call paths...
INF: 2016-07-08 12:10:33: 2016-07-08 12:10:33.901 - Call graph loaded, 27143 call links
INF: 2016-07-08 12:10:33: 2016-07-08 12:10:33.902 - Building call paths...
INF: 2016-07-08 12:10:33: Call paths built, 239 call paths...
SAVING RESULTS INTO LOCAL BASE
INF: 2016-07-08 12:10:33: Saving call paths...
INF: 2016-07-08 12:10:34: Call paths saved, 521 rows created...
INF: 2016-07-08 12:10:34: Paths built in 4494 ms, 521 rows created [rate: 115 rows/s]
INF: 2016-07-08 12:10:34: Disconnected!
INF: 2016-07-08 12:10:34: 2016-07-08 12:10:33.950 - Call paths built, 239 call paths...
INF: 2016-07-08 12:10:34: 2016-07-08 12:10:33.952 - Saving call paths...
INF: 2016-07-08 12:10:34: 2016-07-08 12:10:34.004 - Call paths saved, 521 rows created...
INF: 2016-07-08 12:10:34: 2016-07-08 12:10:34.004 - Paths built in 4494 ms, 521 rows created [rate: 115 rows/s]
INF: 2016-07-08 12:10:34: 2016-07-08 12:10:34.012 - Disconnected!
INF: 2016-07-08 12:10:34: Done!
END
INF: 2016-07-08 12:10:34: Task message: No Task message
INF: 2016-07-08 12:10:34: No associated log file
INF: 2016-07-08 12:10:34: ending Task Run Path builder on "salim_eightzero_local"