Now we collect 13 features, that will be described in original paper, except constraint representation, but it can be extended.
stack- size of state’s current call stack.successor- number of successors of state’s current basic block.testCase- number of test cases generated so farcoverageByBranch- number of instructions, which was covered first time on our last branchcoverageByPath- number of instructions, which was covered first time on our pathdepth- number of forks already performed along state’s path.cpicnt- number of instructions visited in state's current function.icnt- number of times for which st ate’s current instruction has been visitedcovNew- number of instructions executed by st ate since the last time a new instruction is coveredsubpath- number of times for which st ate’s subpaths have been visited. The length of the subpaths can be 1, 2, 4, or 8 respectively