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-set1cl.opb
MD5SUM4468fb60f3f07c6d5f7ce05d137a7203
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3323904
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 1581429279
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 1581429279
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 benchmark1228.68
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 5165

Launcher Data

LAUNCH ON wulflinc28 THE 2005-09-19 22:57:12 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=927 boxname=wulflinc28 idbench=927 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  4468fb60f3f07c6d5f7ce05d137a7203  /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-set1cl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-set1cl.opb
IDLAUNCH: 927
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
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	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
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:        827520 kB
Buffers:         36100 kB
Cached:         142384 kB
SwapCached:        696 kB
Active:          77608 kB
Inactive:       103388 kB
HighTotal:      131008 kB
HighFree:        22708 kB
LowTotal:       903652 kB
LowFree:        804812 kB
SwapTotal:     2097640 kB
SwapFree:      2096372 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5816 kB
Slab:            20488 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 23:17:15 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 927 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 9680 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 4.921
c After prepocess the problem consists of 7848 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 7848 #Dec: 35866 LB: 0 @ 214.89
c CHANGE Heuristic... 
c Restart #0 #Var: 7848 #Dec: 153727 LB: 0 @ 908.9
c Restart #1 #Var: 7752 #Dec: 157872 LB: 0 @ 967.08
c Restart #2 #Var: 7673 #Dec: 172341 LB: 0 @ 1161.5
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/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1853680977 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 107 3 90 68 0 39 0
[pid=13819] 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/wulflinc28/normalized-mps-v2-13-7-set1cl.opb

[startup+10.0028 s]
Raw data (loadavg): 0.93 0.95 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 10405 0 0 0 960 26 0 0 25 0 1 0 1853680977 46067712 10316 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 11247 10316 1116 68 0 11179 0
[pid=13819] vsize: 44988
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (Kb) 44988

[startup+20.0024 s]
Raw data (loadavg): 0.94 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 10407 0 0 0 1955 28 0 0 25 0 1 0 1853680977 46067712 10318 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 11247 10318 1116 68 0 11179 0
[pid=13819] vsize: 44988
Current children cumulated CPU time (s) 19.83
Current children cumulated vsize (Kb) 44988

[startup+30.0031 s]
Raw data (loadavg): 0.95 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 10408 0 0 0 2949 29 0 0 25 0 1 0 1853680977 46067712 10319 4294967295 134512640 134736556 3221224560 3221223216 134649116 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 11247 10319 1116 68 0 11179 0
[pid=13819] vsize: 44988
Current children cumulated CPU time (s) 29.78
Current children cumulated vsize (Kb) 44988

[startup+40.0028 s]
Raw data (loadavg): 0.95 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 10410 0 0 0 3942 32 0 0 25 0 1 0 1853680977 46067712 10321 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 11247 10321 1116 68 0 11179 0
[pid=13819] vsize: 44988
Current children cumulated CPU time (s) 39.74
Current children cumulated vsize (Kb) 44988

[startup+50.0035 s]
Raw data (loadavg): 0.96 0.96 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 10825 0 0 0 4931 37 0 0 25 0 1 0 1853680977 48062464 10736 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 11734 10736 1116 68 0 11666 0
[pid=13819] vsize: 46936
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (Kb) 46936

[startup+60.0042 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11041 0 0 0 5919 42 0 0 25 0 1 0 1853680977 48615424 10952 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 11869 10952 1116 68 0 11801 0
[pid=13819] vsize: 47476
Current children cumulated CPU time (s) 59.61
Current children cumulated vsize (Kb) 47476

[startup+70.0049 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11283 0 0 0 6907 46 0 0 25 0 1 0 1853680977 49741824 11193 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12144 11193 1116 68 0 12076 0
[pid=13819] vsize: 48576
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (Kb) 48576

[startup+80.0055 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11406 0 0 0 7896 51 0 0 25 0 1 0 1853680977 50151424 11315 4294967295 134512640 134736556 3221224560 3221223204 134648967 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12244 11315 1116 68 0 12176 0
[pid=13819] vsize: 48976
Current children cumulated CPU time (s) 79.47
Current children cumulated vsize (Kb) 48976

[startup+90.0052 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11514 0 0 0 8883 56 0 0 25 0 1 0 1853680977 50561024 11422 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12344 11422 1116 68 0 12276 0
[pid=13819] vsize: 49376
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (Kb) 49376

[startup+100.006 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11541 0 0 0 9873 60 0 0 25 0 1 0 1853680977 50692096 11449 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11449 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 99.33
Current children cumulated vsize (Kb) 49504

[startup+110.007 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 10860 64 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 109.24
Current children cumulated vsize (Kb) 49504

[startup+120.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 11849 68 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223092 134554616 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 119.17
Current children cumulated vsize (Kb) 49504

[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 12837 72 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 129.09
Current children cumulated vsize (Kb) 49504

[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 13826 76 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223168 134558128 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 139.02
Current children cumulated vsize (Kb) 49504

[startup+150.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 14815 81 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 148.96
Current children cumulated vsize (Kb) 49504

[startup+160.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 15803 84 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223200 134648969 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 158.87
Current children cumulated vsize (Kb) 49504

[startup+170.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11547 0 0 0 16791 88 0 0 25 0 1 0 1853680977 50692096 11455 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12376 11455 1116 68 0 12308 0
[pid=13819] vsize: 49504
Current children cumulated CPU time (s) 168.79
Current children cumulated vsize (Kb) 49504

[startup+180.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11625 0 0 0 17780 92 0 0 25 0 1 0 1853680977 51097600 11533 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12475 11533 1116 68 0 12407 0
[pid=13819] vsize: 49900
Current children cumulated CPU time (s) 178.72
Current children cumulated vsize (Kb) 49900

[startup+190.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11648 0 0 0 18766 97 0 0 25 0 1 0 1853680977 51097600 11556 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12475 11556 1116 68 0 12407 0
[pid=13819] vsize: 49900
Current children cumulated CPU time (s) 188.63
Current children cumulated vsize (Kb) 49900

[startup+200.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11648 0 0 0 19755 101 0 0 25 0 1 0 1853680977 51097600 11556 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12475 11556 1116 68 0 12407 0
[pid=13819] vsize: 49900
Current children cumulated CPU time (s) 198.56
Current children cumulated vsize (Kb) 49900

[startup+210.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11680 0 0 0 20743 105 0 0 25 0 1 0 1853680977 51306496 11588 4294967295 134512640 134736556 3221224560 3221223112 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11588 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 208.48
Current children cumulated vsize (Kb) 50104

[startup+220.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 21731 108 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 218.39
Current children cumulated vsize (Kb) 50104

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 22726 110 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223168 134558532 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 228.36
Current children cumulated vsize (Kb) 50104

[startup+240.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 23720 111 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 238.31
Current children cumulated vsize (Kb) 50104

[startup+250.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 24712 115 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 248.27
Current children cumulated vsize (Kb) 50104

[startup+260.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 25705 117 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223172 134558392 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 258.22
Current children cumulated vsize (Kb) 50104

[startup+270.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 26693 121 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223140 134558417 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 268.14
Current children cumulated vsize (Kb) 50104

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 27680 126 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 278.06
Current children cumulated vsize (Kb) 50104

[startup+290.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 28670 130 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 288
Current children cumulated vsize (Kb) 50104

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 29655 135 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223152 134558373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 297.9
Current children cumulated vsize (Kb) 50104

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 30644 139 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223296 134645972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 307.83
Current children cumulated vsize (Kb) 50104

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 31634 142 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 317.76
Current children cumulated vsize (Kb) 50104

[startup+330.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 32623 146 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223152 134558285 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 327.69
Current children cumulated vsize (Kb) 50104

[startup+340.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 33610 150 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 337.6
Current children cumulated vsize (Kb) 50104

[startup+350.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11691 0 0 0 34598 153 0 0 25 0 1 0 1853680977 51306496 11599 4294967295 134512640 134736556 3221224560 3221223100 134536250 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11599 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 347.51
Current children cumulated vsize (Kb) 50104

[startup+360.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11695 0 0 0 35589 157 0 0 25 0 1 0 1853680977 51306496 11603 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11603 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 357.46
Current children cumulated vsize (Kb) 50104

[startup+370.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11695 0 0 0 36579 160 0 0 25 0 1 0 1853680977 51306496 11603 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11603 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 367.39
Current children cumulated vsize (Kb) 50104

[startup+380.017 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 11703 0 0 0 37568 164 0 0 25 0 1 0 1853680977 51306496 11611 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12526 11611 1116 68 0 12458 0
[pid=13819] vsize: 50104
Current children cumulated CPU time (s) 377.32
Current children cumulated vsize (Kb) 50104

[startup+390.018 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 11721 0 0 0 38556 168 0 0 25 0 1 0 1853680977 51441664 11625 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12559 11625 1116 68 0 12491 0
[pid=13819] vsize: 50236
Current children cumulated CPU time (s) 387.24
Current children cumulated vsize (Kb) 50236

[startup+400.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11721 0 0 0 39543 172 0 0 25 0 1 0 1853680977 51441664 11625 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12559 11625 1116 68 0 12491 0
[pid=13819] vsize: 50236
Current children cumulated CPU time (s) 397.15
Current children cumulated vsize (Kb) 50236

[startup+410.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11721 0 0 0 40532 176 0 0 25 0 1 0 1853680977 51441664 11625 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12559 11625 1116 68 0 12491 0
[pid=13819] vsize: 50236
Current children cumulated CPU time (s) 407.08
Current children cumulated vsize (Kb) 50236

[startup+420.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11746 0 0 0 41521 180 0 0 25 0 1 0 1853680977 51462144 11650 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12564 11650 1116 68 0 12496 0
[pid=13819] vsize: 50256
Current children cumulated CPU time (s) 417.01
Current children cumulated vsize (Kb) 50256

[startup+430.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11766 0 0 0 42509 186 0 0 25 0 1 0 1853680977 51621888 11670 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11670 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 426.95
Current children cumulated vsize (Kb) 50412

[startup+440.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11766 0 0 0 43498 190 0 0 25 0 1 0 1853680977 51621888 11670 4294967295 134512640 134736556 3221224560 3221223140 134558405 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11670 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 436.88
Current children cumulated vsize (Kb) 50412

[startup+450.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11766 0 0 0 44487 194 0 0 25 0 1 0 1853680977 51621888 11670 4294967295 134512640 134736556 3221224560 3221223168 134558275 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11670 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 446.81
Current children cumulated vsize (Kb) 50412

[startup+460.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11766 0 0 0 45478 197 0 0 25 0 1 0 1853680977 51621888 11670 4294967295 134512640 134736556 3221224560 3221223144 134560305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11670 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 456.75
Current children cumulated vsize (Kb) 50412

[startup+470.02 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 11766 0 0 0 46468 201 0 0 25 0 1 0 1853680977 51621888 11670 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11670 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 466.69
Current children cumulated vsize (Kb) 50412

[startup+480.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11767 0 0 0 47457 204 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 476.61
Current children cumulated vsize (Kb) 50412

[startup+490.022 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11767 0 0 0 48445 209 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223196 134558380 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 486.54
Current children cumulated vsize (Kb) 50412

[startup+500.022 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 11767 0 0 0 49435 212 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 496.47
Current children cumulated vsize (Kb) 50412

[startup+510.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11767 0 0 0 50423 217 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 506.4
Current children cumulated vsize (Kb) 50412

[startup+520.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11767 0 0 0 51412 220 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 516.32
Current children cumulated vsize (Kb) 50412

[startup+530.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11767 0 0 0 52402 224 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223152 134558305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 526.26
Current children cumulated vsize (Kb) 50412

[startup+540.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11767 0 0 0 53390 228 0 0 25 0 1 0 1853680977 51621888 11671 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11671 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 536.18
Current children cumulated vsize (Kb) 50412

[startup+550.025 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11770 0 0 0 54379 232 0 0 25 0 1 0 1853680977 51621888 11673 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11673 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 546.11
Current children cumulated vsize (Kb) 50412

[startup+560.024 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 11783 0 0 0 55368 236 0 0 25 0 1 0 1853680977 51621888 11686 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11686 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 556.04
Current children cumulated vsize (Kb) 50412

[startup+570.025 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11783 0 0 0 56358 240 0 0 25 0 1 0 1853680977 51621888 11686 4294967295 134512640 134736556 3221224560 3221223152 134558547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11686 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 565.98
Current children cumulated vsize (Kb) 50412

[startup+580.026 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11783 0 0 0 57347 244 0 0 25 0 1 0 1853680977 51621888 11686 4294967295 134512640 134736556 3221224560 3221223180 134558384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11686 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 575.91
Current children cumulated vsize (Kb) 50412

[startup+590.025 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11783 0 0 0 58337 248 0 0 25 0 1 0 1853680977 51621888 11686 4294967295 134512640 134736556 3221224560 3221223276 134648932 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12603 11686 1116 68 0 12535 0
[pid=13819] vsize: 50412
Current children cumulated CPU time (s) 585.85
Current children cumulated vsize (Kb) 50412

[startup+600.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11814 0 0 0 59324 253 0 0 25 0 1 0 1853680977 51724288 11714 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11714 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 595.77
Current children cumulated vsize (Kb) 50512

[startup+610.028 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11815 0 0 0 60316 256 0 0 25 0 1 0 1853680977 51724288 11715 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11715 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 605.72
Current children cumulated vsize (Kb) 50512

[startup+620.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11815 0 0 0 61305 259 0 0 25 0 1 0 1853680977 51724288 11715 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11715 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 615.64
Current children cumulated vsize (Kb) 50512

[startup+630.028 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11815 0 0 0 62295 263 0 0 25 0 1 0 1853680977 51724288 11715 4294967295 134512640 134736556 3221224560 3221223156 134558284 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11715 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 625.58
Current children cumulated vsize (Kb) 50512

[startup+640.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11815 0 0 0 63283 266 0 0 25 0 1 0 1853680977 51724288 11715 4294967295 134512640 134736556 3221224560 3221223152 134558547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11715 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 635.49
Current children cumulated vsize (Kb) 50512

[startup+650.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11815 0 0 0 64273 269 0 0 25 0 1 0 1853680977 51724288 11715 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11715 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 645.42
Current children cumulated vsize (Kb) 50512

[startup+660.03 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11815 0 0 0 65264 273 0 0 25 0 1 0 1853680977 51724288 11715 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12628 11715 1116 68 0 12560 0
[pid=13819] vsize: 50512
Current children cumulated CPU time (s) 655.37
Current children cumulated vsize (Kb) 50512

[startup+670.031 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11940 0 0 0 66251 278 0 0 25 0 1 0 1853680977 52289536 11840 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12766 11840 1116 68 0 12698 0
[pid=13819] vsize: 51064
Current children cumulated CPU time (s) 665.29
Current children cumulated vsize (Kb) 51064

[startup+680.032 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11952 0 0 0 67238 283 0 0 25 0 1 0 1853680977 52289536 11852 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12766 11852 1116 68 0 12698 0
[pid=13819] vsize: 51064
Current children cumulated CPU time (s) 675.21
Current children cumulated vsize (Kb) 51064

[startup+690.032 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11952 0 0 0 68225 288 0 0 25 0 1 0 1853680977 52289536 11852 4294967295 134512640 134736556 3221224560 3221223160 134558141 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12766 11852 1116 68 0 12698 0
[pid=13819] vsize: 51064
Current children cumulated CPU time (s) 685.13
Current children cumulated vsize (Kb) 51064

[startup+700.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11976 0 0 0 69213 292 0 0 25 0 1 0 1853680977 52441088 11876 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12803 11876 1116 68 0 12735 0
[pid=13819] vsize: 51212
Current children cumulated CPU time (s) 695.05
Current children cumulated vsize (Kb) 51212

[startup+710.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11976 0 0 0 70203 296 0 0 25 0 1 0 1853680977 52441088 11876 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12803 11876 1116 68 0 12735 0
[pid=13819] vsize: 51212
Current children cumulated CPU time (s) 704.99
Current children cumulated vsize (Kb) 51212

[startup+720.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 11996 0 0 0 71194 300 0 0 25 0 1 0 1853680977 52441088 11896 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12803 11896 1116 68 0 12735 0
[pid=13819] vsize: 51212
Current children cumulated CPU time (s) 714.94
Current children cumulated vsize (Kb) 51212

[startup+730.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12015 0 0 0 72181 305 0 0 25 0 1 0 1853680977 52596736 11915 4294967295 134512640 134736556 3221224560 3221223176 134544465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12841 11915 1116 68 0 12773 0
[pid=13819] vsize: 51364
Current children cumulated CPU time (s) 724.86
Current children cumulated vsize (Kb) 51364

[startup+740.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12015 0 0 0 73169 309 0 0 25 0 1 0 1853680977 52596736 11915 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12841 11915 1116 68 0 12773 0
[pid=13819] vsize: 51364
Current children cumulated CPU time (s) 734.78
Current children cumulated vsize (Kb) 51364

[startup+750.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12015 0 0 0 74157 312 0 0 25 0 1 0 1853680977 52596736 11915 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12841 11915 1116 68 0 12773 0
[pid=13819] vsize: 51364
Current children cumulated CPU time (s) 744.69
Current children cumulated vsize (Kb) 51364

[startup+760.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 75146 316 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 754.62
Current children cumulated vsize (Kb) 51412

[startup+770.036 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 12039 0 0 0 76135 321 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 764.56
Current children cumulated vsize (Kb) 51412

[startup+780.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 77121 326 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223296 134645974 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 774.47
Current children cumulated vsize (Kb) 51412

[startup+790.037 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 78111 329 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 784.4
Current children cumulated vsize (Kb) 51412

[startup+800.037 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 79098 334 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 794.32
Current children cumulated vsize (Kb) 51412

[startup+810.037 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 80088 337 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223288 134645789 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 804.25
Current children cumulated vsize (Kb) 51412

[startup+820.037 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 81077 341 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223216 134649386 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 814.18
Current children cumulated vsize (Kb) 51412

[startup+830.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 82065 346 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 824.11
Current children cumulated vsize (Kb) 51412

[startup+840.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 83053 351 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 834.04
Current children cumulated vsize (Kb) 51412

[startup+850.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12039 0 0 0 84043 354 0 0 25 0 1 0 1853680977 52645888 11939 4294967295 134512640 134736556 3221224560 3221223188 134649148 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12853 11939 1116 68 0 12785 0
[pid=13819] vsize: 51412
Current children cumulated CPU time (s) 843.97
Current children cumulated vsize (Kb) 51412

[startup+860.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12108 0 0 0 85030 358 0 0 25 0 1 0 1853680977 53055488 12008 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12953 12008 1116 68 0 12885 0
[pid=13819] vsize: 51812
Current children cumulated CPU time (s) 853.88
Current children cumulated vsize (Kb) 51812

[startup+870.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12123 0 0 0 86019 362 0 0 25 0 1 0 1853680977 53055488 12023 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12953 12023 1116 68 0 12885 0
[pid=13819] vsize: 51812
Current children cumulated CPU time (s) 863.81
Current children cumulated vsize (Kb) 51812

[startup+880.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12123 0 0 0 87008 366 0 0 25 0 1 0 1853680977 53055488 12023 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12953 12023 1116 68 0 12885 0
[pid=13819] vsize: 51812
Current children cumulated CPU time (s) 873.74
Current children cumulated vsize (Kb) 51812

[startup+890.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12123 0 0 0 87999 370 0 0 25 0 1 0 1853680977 53055488 12023 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12953 12023 1116 68 0 12885 0
[pid=13819] vsize: 51812
Current children cumulated CPU time (s) 883.69
Current children cumulated vsize (Kb) 51812

[startup+900.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12146 0 0 0 88988 373 0 0 25 0 1 0 1853680977 53207040 12046 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12990 12046 1116 68 0 12922 0
[pid=13819] vsize: 51960
Current children cumulated CPU time (s) 893.61
Current children cumulated vsize (Kb) 51960

[startup+910.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 89976 378 0 0 25 0 1 0 1853680977 53207040 12061 4294967295 134512640 134736556 3221224560 3221223176 134544465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12990 12061 1116 68 0 12922 0
[pid=13819] vsize: 51960
Current children cumulated CPU time (s) 903.54
Current children cumulated vsize (Kb) 51960

[startup+920.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 90967 382 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 913.49
Current children cumulated vsize (Kb) 51808

[startup+930.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 91961 385 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 923.46
Current children cumulated vsize (Kb) 51808

[startup+940.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 92955 387 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 933.42
Current children cumulated vsize (Kb) 51808

[startup+950.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 93950 389 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 943.39
Current children cumulated vsize (Kb) 51808

[startup+960.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 94945 391 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 953.36
Current children cumulated vsize (Kb) 51808

[startup+970.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 95940 393 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 963.33
Current children cumulated vsize (Kb) 51808

[startup+980.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12161 0 0 0 96935 394 0 0 25 0 1 0 1853680977 53051392 12045 4294967295 134512640 134736556 3221224560 3221223176 134537603 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12045 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 973.29
Current children cumulated vsize (Kb) 51808

[startup+990.041 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12162 0 0 0 97928 397 0 0 25 0 1 0 1853680977 53051392 12046 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12046 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 983.25
Current children cumulated vsize (Kb) 51808

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12162 0 0 0 98922 399 0 0 25 0 1 0 1853680977 53051392 12046 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12046 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 993.21
Current children cumulated vsize (Kb) 51808

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12162 0 0 0 99916 401 0 0 25 0 1 0 1853680977 53051392 12046 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12046 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1003.17
Current children cumulated vsize (Kb) 51808

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12162 0 0 0 100911 403 0 0 25 0 1 0 1853680977 53051392 12046 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12046 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1013.14
Current children cumulated vsize (Kb) 51808

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12162 0 0 0 101907 405 0 0 25 0 1 0 1853680977 53051392 12046 4294967295 134512640 134736556 3221224560 3221223208 134649643 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12046 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1023.12
Current children cumulated vsize (Kb) 51808

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 102901 407 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223320 134644548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1033.08
Current children cumulated vsize (Kb) 51808

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 103895 408 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1043.03
Current children cumulated vsize (Kb) 51808

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 104890 410 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1053
Current children cumulated vsize (Kb) 51808

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) T 13818 13819 20115 0 -1 0 12164 0 0 0 105885 412 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1062.97
Current children cumulated vsize (Kb) 51808

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 106880 413 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1072.93
Current children cumulated vsize (Kb) 51808

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 107875 415 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223188 134649005 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1082.9
Current children cumulated vsize (Kb) 51808

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 108870 417 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1092.87
Current children cumulated vsize (Kb) 51808

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 109865 418 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1102.83
Current children cumulated vsize (Kb) 51808

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 110860 420 0 0 19 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1112.8
Current children cumulated vsize (Kb) 51808

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 111852 423 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223088 134555076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1122.75
Current children cumulated vsize (Kb) 51808

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 112848 425 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1132.73
Current children cumulated vsize (Kb) 51808

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 113841 428 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1142.69
Current children cumulated vsize (Kb) 51808

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 114836 430 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1152.66
Current children cumulated vsize (Kb) 51808

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 115830 432 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1162.62
Current children cumulated vsize (Kb) 51808

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12164 0 0 0 116824 435 0 0 25 0 1 0 1853680977 53051392 12048 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12048 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1172.59
Current children cumulated vsize (Kb) 51808

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12165 0 0 0 117819 437 0 0 25 0 1 0 1853680977 53051392 12049 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12049 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (Kb) 51808

[startup+1200.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 13819
Raw data (/proc/13819/stat): 13819 (bsolo) R 13818 13819 20115 0 -1 0 12165 0 0 0 118814 439 0 0 25 0 1 0 1853680977 53051392 12049 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/13819/statm): 12952 12049 1116 68 0 12884 0
[pid=13819] vsize: 51808
Current children cumulated CPU time (s) 1192.53
Current children cumulated vsize (Kb) 51808
One traced child (pid=13819) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.56
CPU time (s): 1195.04
CPU user time (s): 1190.62
CPU system time (s): 4.42133
CPU usage (%): 99.3749
Max. virtual memory (cumulated for all children) (Kb): 51960

Verifier Data

ERROR: no interpretation found !