Systeminfo binding 2.0 is logging a lot of errors. (Process values)

I’ve just tested the new Systeminfo 2.0 binding and it is logging a lot of those errors:

2017-01-30 16:16:40.890 [WARN ] [systeminfo.handler.SysteminfoHandler] - Channel with ID process#load can not be updated! No information available for the selected device.
2017-01-30 16:16:41.913 [ERROR] [systeminfo.handler.SysteminfoHandler] - No information for channel process#0
org.openhab.binding.systeminfo.model.DeviceNotFoundException: Error while getting information for process with PID 0
	at org.openhab.binding.systeminfo.model.OshiSysteminfo.getProcess(OshiSysteminfo.java:83)[222:org.openhab.binding.systeminfo:2.0.0]
	at org.openhab.binding.systeminfo.model.OshiSysteminfo.getProcessCpuUsage(OshiSysteminfo.java:515)[222:org.openhab.binding.systeminfo:2.0.0]
	at org.openhab.binding.systeminfo.handler.SysteminfoHandler.getInfoForChannel(SysteminfoHandler.java:407)[222:org.openhab.binding.systeminfo:2.0.0]
	at org.openhab.binding.systeminfo.handler.SysteminfoHandler.publishDataForChannel(SysteminfoHandler.java:250)[222:org.openhab.binding.systeminfo:2.0.0]
	at org.openhab.binding.systeminfo.handler.SysteminfoHandler.publishData(SysteminfoHandler.java:243)[222:org.openhab.binding.systeminfo:2.0.0]
	at org.openhab.binding.systeminfo.handler.SysteminfoHandler.access$1(SysteminfoHandler.java:237)[222:org.openhab.binding.systeminfo:2.0.0]
	at org.openhab.binding.systeminfo.handler.SysteminfoHandler$1.run(SysteminfoHandler.java:215)[222:org.openhab.binding.systeminfo:2.0.0]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_121]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)[:1.8.0_121]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)[:1.8.0_121]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)[:1.8.0_121]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
	at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]

The problem only occurs in the process channels. Those channels try to get infos from PID 0 as default, but this doesn’t seam to work on my machine. (BeagleBone Black) What could be the problem?

I also would like to get the process infos from the Openhab PID, but I can only set a static PID in the configuration. Is there a way to configure the channels to always get the values from the Openhab PID?