Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib/normalized-mps-v2-13-7-set1ch.opb
MD5SUM5de4850b53e2079c6374cbb1ea845dc3
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 71225856
Optimality of the best value was proved NO
Number of terms in the objective function 4880
Biggest coefficient in the objective function 10485760
Number of bits for the biggest coefficient in the objective function 24
Sum of the numbers in the objective function 1662757407
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10485760
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 1662757407
Number of bits of the biggest sum of numbers31
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1259.51
Number of variables9680
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint1
Maximum length of a constraint420

Trace number 5163

Launcher Data

LAUNCH ON wulflinc24 THE 2005-09-19 22:56:45 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=926 boxname=wulflinc24 idbench=926 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  5de4850b53e2079c6374cbb1ea845dc3  /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-set1ch.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-set1ch.opb
IDLAUNCH: 926
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        876148 kB
Buffers:         37884 kB
Cached:          90852 kB
SwapCached:        736 kB
Active:          71460 kB
Inactive:        59896 kB
HighTotal:      131008 kB
HighFree:        36456 kB
LowTotal:       903652 kB
LowFree:        839692 kB
SwapTotal:     2097892 kB
SwapFree:      2096652 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            21404 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 23:16:48 (client local time) WITH STATUS 0 IN 1195.05 SECONDS
stats: 926 7 1195.05 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 9680 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 4.898
c After prepocess the problem consists of 7829 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 7829 #Dec: 37056 LB: 0 @ 226.91
c CHANGE Heuristic... 
c Restart #0 #Var: 7829 #Dec: 154661 LB: 0 @ 936.15
c Restart #1 #Var: 7813 #Dec: 155540 LB: 0 @ 948.92
c Restart #2 #Var: 7725 #Dec: 160109 LB: 0 @ 1016.2
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1853668275 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 107 3 90 68 0 39 0
[pid=4094] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-set1ch.opb

[startup+10.0031 s]
Raw data (loadavg): 0.93 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 10405 0 0 0 956 32 0 0 25 0 1 0 1853668275 46067712 10316 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11247 10316 1116 68 0 11179 0
[pid=4094] vsize: 44988
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 44988

[startup+20.0038 s]
Raw data (loadavg): 0.94 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 10407 0 0 0 1950 34 0 0 25 0 1 0 1853668275 46067712 10318 4294967295 134512640 134736556 3221224560 3221223092 134555080 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11247 10318 1116 68 0 11179 0
[pid=4094] vsize: 44988
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (Kb) 44988

[startup+30.0045 s]
Raw data (loadavg): 0.95 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 10408 0 0 0 2943 36 0 0 25 0 1 0 1853668275 46067712 10319 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11247 10319 1116 68 0 11179 0
[pid=4094] vsize: 44988
Current children cumulated CPU time (s) 29.79
Current children cumulated vsize (Kb) 44988

[startup+40.0042 s]
Raw data (loadavg): 0.96 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 10410 0 0 0 3936 39 0 0 25 0 1 0 1853668275 46067712 10321 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11247 10321 1116 68 0 11179 0
[pid=4094] vsize: 44988
Current children cumulated CPU time (s) 39.75
Current children cumulated vsize (Kb) 44988

[startup+50.0049 s]
Raw data (loadavg): 0.96 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 10545 0 0 0 4926 43 0 0 25 0 1 0 1853668275 46641152 10456 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11387 10456 1116 68 0 11319 0
[pid=4094] vsize: 45548
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (Kb) 45548

[startup+60.0046 s]
Raw data (loadavg): 0.97 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11036 0 0 0 5913 49 0 0 25 0 1 0 1853668275 48619520 10947 4294967295 134512640 134736556 3221224560 3221223136 134558418 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11870 10947 1116 68 0 11802 0
[pid=4094] vsize: 47480
Current children cumulated CPU time (s) 59.62
Current children cumulated vsize (Kb) 47480

[startup+70.0053 s]
Raw data (loadavg): 0.97 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11143 0 0 0 6899 54 0 0 25 0 1 0 1853668275 49045504 11054 4294967295 134512640 134736556 3221224560 3221223216 134648955 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 11974 11054 1116 68 0 11906 0
[pid=4094] vsize: 47896
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (Kb) 47896

[startup+80.006 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11403 0 0 0 7887 58 0 0 25 0 1 0 1853668275 50159616 11311 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12246 11311 1116 68 0 12178 0
[pid=4094] vsize: 48984
Current children cumulated CPU time (s) 79.45
Current children cumulated vsize (Kb) 48984

[startup+90.0057 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11507 0 0 0 8872 64 0 0 25 0 1 0 1853668275 50569216 11415 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12346 11415 1116 68 0 12278 0
[pid=4094] vsize: 49384
Current children cumulated CPU time (s) 89.36
Current children cumulated vsize (Kb) 49384

[startup+100.006 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11529 0 0 0 9858 69 0 0 25 0 1 0 1853668275 50704384 11437 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11437 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 99.27
Current children cumulated vsize (Kb) 49516

[startup+110.006 s]
Raw data (loadavg): 0.98 0.97 0.98 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11546 0 0 0 10842 74 0 0 25 0 1 0 1853668275 50704384 11454 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11454 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 109.16
Current children cumulated vsize (Kb) 49516

[startup+120.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11546 0 0 0 11830 78 0 0 25 0 1 0 1853668275 50704384 11454 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11454 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 119.08
Current children cumulated vsize (Kb) 49516

[startup+130.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11546 0 0 0 12819 82 0 0 25 0 1 0 1853668275 50704384 11454 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11454 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 129.01
Current children cumulated vsize (Kb) 49516

[startup+140.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11549 0 0 0 13808 86 0 0 25 0 1 0 1853668275 50704384 11457 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11457 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 138.94
Current children cumulated vsize (Kb) 49516

[startup+150.007 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11549 0 0 0 14795 91 0 0 25 0 1 0 1853668275 50704384 11457 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11457 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 148.86
Current children cumulated vsize (Kb) 49516

[startup+160.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11549 0 0 0 15783 94 0 0 25 0 1 0 1853668275 50704384 11457 4294967295 134512640 134736556 3221224560 3221223144 134560312 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11457 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 158.77
Current children cumulated vsize (Kb) 49516

[startup+170.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11549 0 0 0 16769 100 0 0 25 0 1 0 1853668275 50704384 11457 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11457 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 168.69
Current children cumulated vsize (Kb) 49516

[startup+180.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11549 0 0 0 17755 105 0 0 25 0 1 0 1853668275 50704384 11457 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12379 11457 1116 68 0 12311 0
[pid=4094] vsize: 49516
Current children cumulated CPU time (s) 178.6
Current children cumulated vsize (Kb) 49516

[startup+190.007 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11626 0 0 0 18743 109 0 0 25 0 1 0 1853668275 50999296 11534 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12451 11534 1116 68 0 12383 0
[pid=4094] vsize: 49804
Current children cumulated CPU time (s) 188.52
Current children cumulated vsize (Kb) 49804

[startup+200.007 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11650 0 0 0 19730 114 0 0 25 0 1 0 1853668275 51113984 11558 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12479 11558 1116 68 0 12411 0
[pid=4094] vsize: 49916
Current children cumulated CPU time (s) 198.44
Current children cumulated vsize (Kb) 49916

[startup+210.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11650 0 0 0 20717 118 0 0 25 0 1 0 1853668275 51113984 11558 4294967295 134512640 134736556 3221224560 3221223196 134544444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12479 11558 1116 68 0 12411 0
[pid=4094] vsize: 49916
Current children cumulated CPU time (s) 208.35
Current children cumulated vsize (Kb) 49916

[startup+220.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11685 0 0 0 21704 123 0 0 25 0 1 0 1853668275 51310592 11593 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11593 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 218.27
Current children cumulated vsize (Kb) 50108

[startup+230.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 22693 127 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 228.2
Current children cumulated vsize (Kb) 50108

[startup+240.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 23686 130 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 238.16
Current children cumulated vsize (Kb) 50108

[startup+250.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 24680 133 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223152 134558518 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 248.13
Current children cumulated vsize (Kb) 50108

[startup+260.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 25673 135 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223200 134649051 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 258.08
Current children cumulated vsize (Kb) 50108

[startup+270.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 26665 139 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 268.04
Current children cumulated vsize (Kb) 50108

[startup+280.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 27652 144 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 277.96
Current children cumulated vsize (Kb) 50108

[startup+290.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 28638 149 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223168 134558272 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 287.87
Current children cumulated vsize (Kb) 50108

[startup+300.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 29626 154 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 297.8
Current children cumulated vsize (Kb) 50108

[startup+310.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 30613 159 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 307.72
Current children cumulated vsize (Kb) 50108

[startup+320.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 31601 163 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 317.64
Current children cumulated vsize (Kb) 50108

[startup+330.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 32592 167 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223216 134649659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 327.59
Current children cumulated vsize (Kb) 50108

[startup+340.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 33579 172 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 337.51
Current children cumulated vsize (Kb) 50108

[startup+350.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 34566 176 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 347.42
Current children cumulated vsize (Kb) 50108

[startup+360.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11693 0 0 0 35552 181 0 0 25 0 1 0 1853668275 51310592 11601 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11601 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 357.33
Current children cumulated vsize (Kb) 50108

[startup+370.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11704 0 0 0 36541 186 0 0 25 0 1 0 1853668275 51310592 11612 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11612 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 367.27
Current children cumulated vsize (Kb) 50108

[startup+380.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11704 0 0 0 37529 190 0 0 25 0 1 0 1853668275 51310592 11612 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11612 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 377.19
Current children cumulated vsize (Kb) 50108

[startup+390.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11704 0 0 0 38516 195 0 0 25 0 1 0 1853668275 51310592 11612 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12527 11612 1116 68 0 12459 0
[pid=4094] vsize: 50108
Current children cumulated CPU time (s) 387.11
Current children cumulated vsize (Kb) 50108

[startup+400.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11720 0 0 0 39502 200 0 0 25 0 1 0 1853668275 51433472 11628 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12557 11628 1116 68 0 12489 0
[pid=4094] vsize: 50228
Current children cumulated CPU time (s) 397.02
Current children cumulated vsize (Kb) 50228

[startup+410.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11722 0 0 0 40490 206 0 0 25 0 1 0 1853668275 51433472 11630 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12557 11630 1116 68 0 12489 0
[pid=4094] vsize: 50228
Current children cumulated CPU time (s) 406.96
Current children cumulated vsize (Kb) 50228

[startup+420.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11722 0 0 0 41479 209 0 0 25 0 1 0 1853668275 51433472 11630 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12557 11630 1116 68 0 12489 0
[pid=4094] vsize: 50228
Current children cumulated CPU time (s) 416.88
Current children cumulated vsize (Kb) 50228

[startup+430.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11722 0 0 0 42467 212 0 0 25 0 1 0 1853668275 51433472 11630 4294967295 134512640 134736556 3221224560 3221223156 134558284 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12557 11630 1116 68 0 12489 0
[pid=4094] vsize: 50228
Current children cumulated CPU time (s) 426.79
Current children cumulated vsize (Kb) 50228

[startup+440.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11745 0 0 0 43453 217 0 0 25 0 1 0 1853668275 51568640 11653 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12590 11653 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 436.7
Current children cumulated vsize (Kb) 50360

[startup+450.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 44440 222 0 0 21 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 446.62
Current children cumulated vsize (Kb) 50360

[startup+460.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 45430 226 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223168 134558258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 456.56
Current children cumulated vsize (Kb) 50360

[startup+470.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 46417 230 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 466.47
Current children cumulated vsize (Kb) 50360

[startup+480.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 47407 234 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 476.41
Current children cumulated vsize (Kb) 50360

[startup+490.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 48395 239 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221222828 1077379846 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 486.34
Current children cumulated vsize (Kb) 50360

[startup+500.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 49383 243 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 496.26
Current children cumulated vsize (Kb) 50360

[startup+510.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 50372 247 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223176 134558031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 506.19
Current children cumulated vsize (Kb) 50360

[startup+520.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 51362 251 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 516.13
Current children cumulated vsize (Kb) 50360

[startup+530.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 52349 255 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223096 134554615 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 526.04
Current children cumulated vsize (Kb) 50360

[startup+540.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11765 0 0 0 53337 260 0 0 25 0 1 0 1853668275 51568640 11673 4294967295 134512640 134736556 3221224560 3221223168 134558512 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11673 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 535.97
Current children cumulated vsize (Kb) 50360

[startup+550.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11766 0 0 0 54326 264 0 0 25 0 1 0 1853668275 51568640 11674 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12590 11674 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 545.9
Current children cumulated vsize (Kb) 50360

[startup+560.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11766 0 0 0 55315 268 0 0 25 0 1 0 1853668275 51568640 11674 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12590 11674 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 555.83
Current children cumulated vsize (Kb) 50360

[startup+570.018 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11766 0 0 0 56303 273 0 0 25 0 1 0 1853668275 51568640 11674 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12590 11674 1116 68 0 12522 0
[pid=4094] vsize: 50360
Current children cumulated CPU time (s) 565.76
Current children cumulated vsize (Kb) 50360

[startup+580.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11782 0 0 0 57291 278 0 0 25 0 1 0 1853668275 51724288 11690 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11690 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 575.69
Current children cumulated vsize (Kb) 50512

[startup+590.019 s]
Raw data (loadavg): 1.07 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11782 0 0 0 58277 282 0 0 25 0 1 0 1853668275 51724288 11690 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11690 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 585.59
Current children cumulated vsize (Kb) 50512

[startup+600.019 s]
Raw data (loadavg): 1.06 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11782 0 0 0 59266 287 0 0 25 0 1 0 1853668275 51724288 11690 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11690 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 595.53
Current children cumulated vsize (Kb) 50512

[startup+610.019 s]
Raw data (loadavg): 1.05 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11782 0 0 0 60255 290 0 0 25 0 1 0 1853668275 51724288 11690 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11690 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 605.45
Current children cumulated vsize (Kb) 50512

[startup+620.02 s]
Raw data (loadavg): 1.04 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11809 0 0 0 61243 294 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 615.37
Current children cumulated vsize (Kb) 50512

[startup+630.02 s]
Raw data (loadavg): 1.04 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11809 0 0 0 62231 297 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 625.28
Current children cumulated vsize (Kb) 50512

[startup+640.02 s]
Raw data (loadavg): 1.03 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 11809 0 0 0 63221 300 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 635.21
Current children cumulated vsize (Kb) 50512

[startup+650.021 s]
Raw data (loadavg): 1.03 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11809 0 0 0 64210 304 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223136 134558406 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 645.14
Current children cumulated vsize (Kb) 50512

[startup+660.021 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11809 0 0 0 65198 309 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223192 134558025 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 655.07
Current children cumulated vsize (Kb) 50512

[startup+670.022 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11809 0 0 0 66185 314 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 664.99
Current children cumulated vsize (Kb) 50512

[startup+680.022 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11809 0 0 0 67174 318 0 0 25 0 1 0 1853668275 51724288 11717 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12628 11717 1116 68 0 12560 0
[pid=4094] vsize: 50512
Current children cumulated CPU time (s) 674.92
Current children cumulated vsize (Kb) 50512

[startup+690.023 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11932 0 0 0 68161 323 0 0 25 0 1 0 1853668275 52314112 11840 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12772 11840 1116 68 0 12704 0
[pid=4094] vsize: 51088
Current children cumulated CPU time (s) 684.84
Current children cumulated vsize (Kb) 51088

[startup+700.022 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11944 0 0 0 69147 328 0 0 25 0 1 0 1853668275 52314112 11852 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12772 11852 1116 68 0 12704 0
[pid=4094] vsize: 51088
Current children cumulated CPU time (s) 694.75
Current children cumulated vsize (Kb) 51088

[startup+710.022 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11944 0 0 0 70136 332 0 0 25 0 1 0 1853668275 52314112 11852 4294967295 134512640 134736556 3221224560 3221223132 134560358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12772 11852 1116 68 0 12704 0
[pid=4094] vsize: 51088
Current children cumulated CPU time (s) 704.68
Current children cumulated vsize (Kb) 51088

[startup+720.023 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11971 0 0 0 71121 338 0 0 25 0 1 0 1853668275 52453376 11879 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12806 11879 1116 68 0 12738 0
[pid=4094] vsize: 51224
Current children cumulated CPU time (s) 714.59
Current children cumulated vsize (Kb) 51224

[startup+730.022 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11971 0 0 0 72109 343 0 0 25 0 1 0 1853668275 52453376 11879 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12806 11879 1116 68 0 12738 0
[pid=4094] vsize: 51224
Current children cumulated CPU time (s) 724.52
Current children cumulated vsize (Kb) 51224

[startup+740.022 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 11987 0 0 0 73097 347 0 0 25 0 1 0 1853668275 52453376 11895 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12806 11895 1116 68 0 12738 0
[pid=4094] vsize: 51224
Current children cumulated CPU time (s) 734.44
Current children cumulated vsize (Kb) 51224

[startup+750.023 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12009 0 0 0 74082 354 0 0 25 0 1 0 1853668275 52600832 11917 4294967295 134512640 134736556 3221224560 3221223216 134648941 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12842 11917 1116 68 0 12774 0
[pid=4094] vsize: 51368
Current children cumulated CPU time (s) 744.36
Current children cumulated vsize (Kb) 51368

[startup+760.022 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12009 0 0 0 75070 359 0 0 25 0 1 0 1853668275 52600832 11917 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12842 11917 1116 68 0 12774 0
[pid=4094] vsize: 51368
Current children cumulated CPU time (s) 754.29
Current children cumulated vsize (Kb) 51368

[startup+770.023 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12009 0 0 0 76059 363 0 0 25 0 1 0 1853668275 52600832 11917 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12842 11917 1116 68 0 12774 0
[pid=4094] vsize: 51368
Current children cumulated CPU time (s) 764.22
Current children cumulated vsize (Kb) 51368

[startup+780.024 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12033 0 0 0 77046 368 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 774.14
Current children cumulated vsize (Kb) 51416

[startup+790.024 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12033 0 0 0 78034 373 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 784.07
Current children cumulated vsize (Kb) 51416

[startup+800.023 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 79022 377 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 793.99
Current children cumulated vsize (Kb) 51416

[startup+810.024 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 80009 381 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 803.9
Current children cumulated vsize (Kb) 51416

[startup+820.025 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 80996 385 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 813.81
Current children cumulated vsize (Kb) 51416

[startup+830.025 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 81983 390 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 823.73
Current children cumulated vsize (Kb) 51416

[startup+840.025 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12033 0 0 0 82972 394 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 833.66
Current children cumulated vsize (Kb) 51416

[startup+850.026 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12033 0 0 0 83960 398 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 843.58
Current children cumulated vsize (Kb) 51416

[startup+860.026 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 84948 403 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223216 134649031 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 853.51
Current children cumulated vsize (Kb) 51416

[startup+870.027 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 85937 407 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223280 134645798 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 863.44
Current children cumulated vsize (Kb) 51416

[startup+880.027 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12033 0 0 0 86924 412 0 0 25 0 1 0 1853668275 52649984 11941 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12854 11941 1116 68 0 12786 0
[pid=4094] vsize: 51416
Current children cumulated CPU time (s) 873.36
Current children cumulated vsize (Kb) 51416

[startup+890.027 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12110 0 0 0 87910 417 0 0 25 0 1 0 1853668275 53059584 12018 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12954 12018 1116 68 0 12886 0
[pid=4094] vsize: 51816
Current children cumulated CPU time (s) 883.27
Current children cumulated vsize (Kb) 51816

[startup+900.027 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12117 0 0 0 88900 420 0 0 25 0 1 0 1853668275 53059584 12025 4294967295 134512640 134736556 3221224560 3221223092 134554616 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12954 12025 1116 68 0 12886 0
[pid=4094] vsize: 51816
Current children cumulated CPU time (s) 893.2
Current children cumulated vsize (Kb) 51816

[startup+910.027 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12117 0 0 0 89888 423 0 0 25 0 1 0 1853668275 53059584 12025 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12954 12025 1116 68 0 12886 0
[pid=4094] vsize: 51816
Current children cumulated CPU time (s) 903.11
Current children cumulated vsize (Kb) 51816

[startup+920.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12117 0 0 0 90876 427 0 0 25 0 1 0 1853668275 53059584 12025 4294967295 134512640 134736556 3221224560 3221223168 134558178 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12954 12025 1116 68 0 12886 0
[pid=4094] vsize: 51816
Current children cumulated CPU time (s) 913.03
Current children cumulated vsize (Kb) 51816

[startup+930.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12145 0 0 0 91864 431 0 0 25 0 1 0 1853668275 53211136 12053 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12991 12053 1116 68 0 12923 0
[pid=4094] vsize: 51964
Current children cumulated CPU time (s) 922.95
Current children cumulated vsize (Kb) 51964

[startup+940.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12156 0 0 0 92850 435 0 0 25 0 1 0 1853668275 53211136 12064 4294967295 134512640 134736556 3221224560 3221223176 134537603 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12991 12064 1116 68 0 12923 0
[pid=4094] vsize: 51964
Current children cumulated CPU time (s) 932.85
Current children cumulated vsize (Kb) 51964

[startup+950.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12156 0 0 0 93841 439 0 0 25 0 1 0 1853668275 53055488 12048 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12953 12048 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 942.8
Current children cumulated vsize (Kb) 51812

[startup+960.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12156 0 0 0 94836 441 0 0 25 0 1 0 1853668275 53055488 12048 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4094/statm): 12953 12048 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 952.77
Current children cumulated vsize (Kb) 51812

[startup+970.029 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12156 0 0 0 95830 442 0 0 25 0 1 0 1853668275 53055488 12048 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12048 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 962.72
Current children cumulated vsize (Kb) 51812

[startup+980.029 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12156 0 0 0 96825 445 0 0 25 0 1 0 1853668275 53055488 12048 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12048 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 972.7
Current children cumulated vsize (Kb) 51812

[startup+990.029 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 97820 446 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 982.66
Current children cumulated vsize (Kb) 51812

[startup+1000.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 98816 448 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223096 134554615 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 992.64
Current children cumulated vsize (Kb) 51812

[startup+1010.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 99809 451 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (Kb) 51812

[startup+1020.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 100803 453 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1012.56
Current children cumulated vsize (Kb) 51812

[startup+1030.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 101797 455 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223200 134649136 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1022.52
Current children cumulated vsize (Kb) 51812

[startup+1040.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 102793 457 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1032.5
Current children cumulated vsize (Kb) 51812

[startup+1050.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12158 0 0 0 103788 459 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1042.47
Current children cumulated vsize (Kb) 51812

[startup+1060.03 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12158 0 0 0 104783 460 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1052.43
Current children cumulated vsize (Kb) 51812

[startup+1070.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 105778 463 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (Kb) 51812

[startup+1080.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 106773 464 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1072.37
Current children cumulated vsize (Kb) 51812

[startup+1090.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 107768 466 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1082.34
Current children cumulated vsize (Kb) 51812

[startup+1100.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 108763 468 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1092.31
Current children cumulated vsize (Kb) 51812

[startup+1110.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12158 0 0 0 109758 470 0 0 25 0 1 0 1853668275 53055488 12050 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12953 12050 1116 68 0 12885 0
[pid=4094] vsize: 51812
Current children cumulated CPU time (s) 1102.28
Current children cumulated vsize (Kb) 51812

[startup+1120.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 110753 472 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1112.25
Current children cumulated vsize (Kb) 51944

[startup+1130.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 111748 475 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223168 134558509 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (Kb) 51944

[startup+1140.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 112743 476 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1132.19
Current children cumulated vsize (Kb) 51944

[startup+1150.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 113737 478 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1142.15
Current children cumulated vsize (Kb) 51944

[startup+1160.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 114732 481 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1152.13
Current children cumulated vsize (Kb) 51944

[startup+1170.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 115725 483 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1162.08
Current children cumulated vsize (Kb) 51944

[startup+1180.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 116718 485 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1172.03
Current children cumulated vsize (Kb) 51944

[startup+1190.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) R 4093 4094 20728 0 -1 0 12197 0 0 0 117713 487 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (Kb) 51944

[startup+1200.03 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 4094
Raw data (/proc/4094/stat): 4094 (bsolo) T 4093 4094 20728 0 -1 0 12197 0 0 0 118708 489 0 0 25 0 1 0 1853668275 53190656 12089 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4094/statm): 12986 12089 1116 68 0 12918 0
[pid=4094] vsize: 51944
Current children cumulated CPU time (s) 1191.97
Current children cumulated vsize (Kb) 51944
One traced child (pid=4094) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1203.12
CPU time (s): 1195.05
CPU user time (s): 1190.13
CPU system time (s): 4.92025
CPU usage (%): 99.3293
Max. virtual memory (cumulated for all children) (Kb): 51964

Verifier Data

ERROR: no interpretation found !