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-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-vpm1.opb
MD5SUM9d68724ddc6098af63bcc619f21688cc
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 28
Optimality of the best value was proved NO
Number of terms in the objective function 168
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 819200
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 4941871
Number of bits of the biggest sum of numbers23
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1249.78
Number of variables2754
Total number of constraints612
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints444
Minimum length of a constraint1
Maximum length of a constraint82

Trace number 593

Launcher Data

LAUNCH ON wulflinc24 THE 2005-09-18 11:25:48 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=548 boxname=wulflinc24 idbench=548 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  9d68724ddc6098af63bcc619f21688cc  /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-20-10-vpm1.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-20-10-vpm1.opb
IDLAUNCH: 548
/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:        944332 kB
Buffers:         34244 kB
Cached:          28456 kB
SwapCached:        744 kB
Active:          53604 kB
Inactive:        11752 kB
HighTotal:      131008 kB
HighFree:        98952 kB
LowTotal:       903652 kB
LowFree:        845380 kB
SwapTotal:     2097892 kB
SwapFree:      2096644 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            19400 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 11:45:52 (client local time) WITH STATUS 0 IN 1195.53 SECONDS
stats: 548 7 1195.53 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 2754 variables and 486 constraints.
c	preprocess terminated. Elapsed time: 1.425
c After prepocess the problem consists of 1871 variables and 301 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 1871 #Dec: 8154 LB: 0 @ 13.175
c Restart #2 #Var: 1871 #Dec: 17877 LB: 0 @ 27.06
c Restart #3 #Var: 1871 #Dec: 28988 LB: 0 @ 44.353
c Restart #4 #Var: 1871 #Dec: 46633 LB: 0 @ 74.945
c Restart #5 #Var: 1871 #Dec: 53637 LB: 0 @ 93.403
c Restart #6 #Var: 1871 #Dec: 58385 LB: 0 @ 107.93
c Restart #7 #Var: 1871 #Dec: 60042 LB: 0 @ 114.55
c Restart #8 #Var: 1869 #Dec: 62907 LB: 0 @ 122.94
c Restart #9 #Var: 1869 #Dec: 64753 LB: 0 @ 130.6
c Restart #10 #Var: 1869 #Dec: 66797 LB: 0 @ 140.94
c Restart #11 #Var: 1868 #Dec: 69027 LB: 0 @ 150.48
c Restart #12 #Var: 1868 #Dec: 72546 LB: 0 @ 161.15
c Restart #13 #Var: 1868 #Dec: 75189 LB: 0 @ 172.06
c Restart #14 #Var: 1868 #Dec: 78037 LB: 0 @ 183.78
c Restart #15 #Var: 1868 #Dec: 81071 LB: 0 @ 197.18
c Restart #16 #Var: 1868 #Dec: 84299 LB: 0 @ 211.07
c Restart #17 #Var: 1868 #Dec: 87713 LB: 0 @ 226.34
c Restart #18 #Var: 1868 #Dec: 91402 LB: 0 @ 243.07
c Restart #19 #Var: 1868 #Dec: 96301 LB: 0 @ 263.2
c Restart #20 #Var: 1868 #Dec: 100368 LB: 0 @ 282.51
c Restart #21 #Var: 1868 #Dec: 104613 LB: 0 @ 323.81
c Restart #22 #Var: 1868 #Dec: 109057 LB: 0 @ 360.58
c Restart #23 #Var: 1868 #Dec: 113696 LB: 0 @ 401.49
c Restart #24 #Var: 1868 #Dec: 120552 LB: 0 @ 465.04
c Restart #25 #Var: 1868 #Dec: 125585 LB: 0 @ 486.51
c Restart #26 #Var: 1868 #Dec: 130925 LB: 0 @ 515.95
c Restart #27 #Var: 1868 #Dec: 136417 LB: 0 @ 559.3
c Restart #28 #Var: 1868 #Dec: 142046 LB: 0 @ 592.2
c CHANGE Heuristic... 
c Restart #0 #Var: 1868 #Dec: 147875 LB: 0 @ 619.26
c Restart #1 #Var: 1868 #Dec: 148504 LB: 0 @ 629.64
c Restart #2 #Var: 1868 #Dec: 148949 LB: 0 @ 632.32
c Restart #3 #Var: 1868 #Dec: 149582 LB: 0 @ 636.43
c Restart #4 #Var: 1868 #Dec: 150410 LB: 0 @ 647.19
c Restart #5 #Var: 1868 #Dec: 152011 LB: 0 @ 684.29
c Restart #6 #Var: 1868 #Dec: 153354 LB: 0 @ 695.67
c Restart #7 #Var: 1868 #Dec: 156172 LB: 0 @ 718.92
c Restart #8 #Var: 1868 #Dec: 158779 LB: 0 @ 792.05
c Restart #9 #Var: 1868 #Dec: 161422 LB: 0 @ 996.94
c Restart #10 #Var: 1868 #Dec: 163851 LB: 0 @ 1017.5
c Restart #11 #Var: 1868 #Dec: 167760 LB: 0 @ 1046
c Restart #12 #Var: 1868 #Dec: 171095 LB: 0 @ 1080.4
c Restart #13 #Var: 1868 #Dec: 173727 LB: 0 @ 1132.8
s UNKNOWN
c Exit Code: 0
c Total time: 1195.2 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/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840880808 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 107 3 90 68 0 39 0
[pid=22793] 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-20-10-vpm1.opb

[startup+10.0027 s]
Raw data (loadavg): 0.93 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 5571 0 0 0 943 27 0 0 25 0 1 0 1840880808 26025984 5482 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 6354 5482 1116 68 0 6286 0
[pid=22793] vsize: 25416
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (Kb) 25416

[startup+20.0044 s]
Raw data (loadavg): 0.94 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 5687 0 0 0 1906 40 0 0 25 0 1 0 1840880808 26435584 5598 4294967295 134512640 134736556 3221224560 3221223180 134558384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 6454 5598 1116 68 0 6386 0
[pid=22793] vsize: 25816
Current children cumulated CPU time (s) 19.46
Current children cumulated vsize (Kb) 25816

[startup+30.0051 s]
Raw data (loadavg): 0.95 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 5687 0 0 0 2870 54 0 0 25 0 1 0 1840880808 26435584 5598 4294967295 134512640 134736556 3221224560 3221223136 134558569 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 6454 5598 1116 68 0 6386 0
[pid=22793] vsize: 25816
Current children cumulated CPU time (s) 29.24
Current children cumulated vsize (Kb) 25816

[startup+40.0048 s]
Raw data (loadavg): 0.96 0.98 0.92 1/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 5825 0 0 0 3833 68 0 0 25 0 1 0 1840880808 26976256 5736 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 6586 5736 1116 68 0 6518 0
[pid=22793] vsize: 26344
Current children cumulated CPU time (s) 39.01
Current children cumulated vsize (Kb) 26344

[startup+50.0055 s]
Raw data (loadavg): 0.96 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 6087 0 0 0 4800 81 0 0 25 0 1 0 1840880808 28004352 5998 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 6837 5998 1116 68 0 6769 0
[pid=22793] vsize: 27348
Current children cumulated CPU time (s) 48.81
Current children cumulated vsize (Kb) 27348

[startup+60.0062 s]
Raw data (loadavg): 0.97 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 6257 0 0 0 5768 92 0 0 25 0 1 0 1840880808 28815360 6168 4294967295 134512640 134736556 3221224560 3221223144 134560305 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 7035 6168 1116 68 0 6967 0
[pid=22793] vsize: 28140
Current children cumulated CPU time (s) 58.6
Current children cumulated vsize (Kb) 28140

[startup+70.0069 s]
Raw data (loadavg): 0.97 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 6464 0 0 0 6738 105 0 0 25 0 1 0 1840880808 29626368 6375 4294967295 134512640 134736556 3221224560 3221223344 134600694 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 7233 6375 1116 68 0 7165 0
[pid=22793] vsize: 28932
Current children cumulated CPU time (s) 68.43
Current children cumulated vsize (Kb) 28932

[startup+80.0076 s]
Raw data (loadavg): 0.98 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 7200 0 0 0 7708 119 0 0 25 0 1 0 1840880808 32604160 7111 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 7960 7111 1116 68 0 7892 0
[pid=22793] vsize: 31840
Current children cumulated CPU time (s) 78.27
Current children cumulated vsize (Kb) 31840

[startup+90.0073 s]
Raw data (loadavg): 0.98 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 7572 0 0 0 8683 129 0 0 25 0 1 0 1840880808 34226176 7483 4294967295 134512640 134736556 3221224560 3221223184 134649153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 8356 7483 1116 68 0 8288 0
[pid=22793] vsize: 33424
Current children cumulated CPU time (s) 88.12
Current children cumulated vsize (Kb) 33424

[startup+100.008 s]
Raw data (loadavg): 0.98 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 8810 0 0 0 9662 138 0 0 25 0 1 0 1840880808 39247872 8721 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 9582 8721 1116 68 0 9514 0
[pid=22793] vsize: 38328
Current children cumulated CPU time (s) 98
Current children cumulated vsize (Kb) 38328

[startup+110.009 s]
Raw data (loadavg): 0.98 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 10416 0 0 0 10637 150 0 0 25 0 1 0 1840880808 46043136 10322 4294967295 134512640 134736556 3221224560 3221223120 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 11241 10322 1116 68 0 11173 0
[pid=22793] vsize: 44964
Current children cumulated CPU time (s) 107.87
Current children cumulated vsize (Kb) 44964

[startup+120.009 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 12900 0 0 0 11610 165 0 0 25 0 1 0 1840880808 56324096 12790 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 13751 12790 1116 68 0 13683 0
[pid=22793] vsize: 55004
Current children cumulated CPU time (s) 117.75
Current children cumulated vsize (Kb) 55004

[startup+130.01 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 16559 0 0 0 12579 181 0 0 25 0 1 0 1840880808 71651328 16444 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 17493 16444 1116 68 0 17425 0
[pid=22793] vsize: 69972
Current children cumulated CPU time (s) 127.6
Current children cumulated vsize (Kb) 69972

[startup+140.01 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 19504 0 0 0 13553 194 0 0 25 0 1 0 1840880808 83759104 19385 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 20449 19385 1116 68 0 20381 0
[pid=22793] vsize: 81796
Current children cumulated CPU time (s) 137.47
Current children cumulated vsize (Kb) 81796

[startup+150.011 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 23101 0 0 0 14526 209 0 0 25 0 1 0 1840880808 99209216 22885 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 24221 22885 1116 68 0 24153 0
[pid=22793] vsize: 96884
Current children cumulated CPU time (s) 147.35
Current children cumulated vsize (Kb) 96884

[startup+160.011 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 26769 0 0 0 15499 225 0 0 25 0 1 0 1840880808 113999872 26546 4294967295 134512640 134736556 3221224560 3221223132 134560358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 27832 26546 1116 68 0 27764 0
[pid=22793] vsize: 111328
Current children cumulated CPU time (s) 157.24
Current children cumulated vsize (Kb) 111328

[startup+170.011 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 29744 0 0 0 16473 238 0 0 25 0 1 0 1840880808 126218240 29521 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 30815 29521 1116 68 0 30747 0
[pid=22793] vsize: 123260
Current children cumulated CPU time (s) 167.11
Current children cumulated vsize (Kb) 123260

[startup+180.012 s]
Raw data (loadavg): 0.99 0.98 0.92 1/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 33290 0 0 0 17447 253 0 0 25 0 1 0 1840880808 141250560 33045 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 34485 33045 1116 68 0 34417 0
[pid=22793] vsize: 137940
Current children cumulated CPU time (s) 177
Current children cumulated vsize (Kb) 137940

[startup+190.011 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 36503 0 0 0 18424 265 0 0 25 0 1 0 1840880808 154517504 36240 4294967295 134512640 134736556 3221224560 3221222856 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 37724 36241 1116 68 0 37656 0
[pid=22793] vsize: 150896
Current children cumulated CPU time (s) 186.89
Current children cumulated vsize (Kb) 150896

[startup+200.012 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 40656 0 0 0 19397 281 0 0 25 0 1 0 1840880808 171851776 40190 4294967295 134512640 134736556 3221224560 3221223120 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 41956 40190 1116 68 0 41888 0
[pid=22793] vsize: 167824
Current children cumulated CPU time (s) 196.78
Current children cumulated vsize (Kb) 167824

[startup+210.013 s]
Raw data (loadavg): 0.99 0.98 0.92 1/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 43989 0 0 0 20371 294 0 0 25 0 1 0 1840880808 185049088 43517 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 45178 43517 1116 68 0 45110 0
[pid=22793] vsize: 180712
Current children cumulated CPU time (s) 206.65
Current children cumulated vsize (Kb) 180712

[startup+220.012 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 47579 0 0 0 21349 306 0 0 25 0 1 0 1840880808 201515008 46946 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 49198 46946 1116 68 0 49130 0
[pid=22793] vsize: 196792
Current children cumulated CPU time (s) 216.55
Current children cumulated vsize (Kb) 196792

[startup+230.013 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 50672 0 0 0 22327 318 0 0 25 0 1 0 1840880808 213938176 50013 4294967295 134512640 134736556 3221224560 3221223088 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 52231 50013 1116 68 0 52163 0
[pid=22793] vsize: 208924
Current children cumulated CPU time (s) 226.45
Current children cumulated vsize (Kb) 208924

[startup+240.014 s]
Raw data (loadavg): 0.99 0.98 0.92 1/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 54007 0 0 0 23304 332 0 0 25 0 1 0 1840880808 227647488 53343 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 55578 53343 1116 68 0 55510 0
[pid=22793] vsize: 222312
Current children cumulated CPU time (s) 236.36
Current children cumulated vsize (Kb) 222312

[startup+250.015 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 56803 0 0 0 24285 343 0 0 25 0 1 0 1840880808 239075328 56137 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 58368 56137 1116 68 0 58300 0
[pid=22793] vsize: 233472
Current children cumulated CPU time (s) 246.28
Current children cumulated vsize (Kb) 233472

[startup+260.014 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 60738 0 0 0 25256 358 0 0 25 0 1 0 1840880808 255574016 59996 4294967295 134512640 134736556 3221224560 3221223184 134649095 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 62396 59996 1116 68 0 62328 0
[pid=22793] vsize: 249584
Current children cumulated CPU time (s) 256.14
Current children cumulated vsize (Kb) 249584

[startup+270.014 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 62066 0 0 0 26240 365 0 0 25 0 1 0 1840880808 260861952 61323 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 63687 61323 1116 68 0 63619 0
[pid=22793] vsize: 254748
Current children cumulated CPU time (s) 266.05
Current children cumulated vsize (Kb) 254748

[startup+280.015 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 66173 0 0 0 27210 381 0 0 25 0 1 0 1840880808 277991424 65413 4294967295 134512640 134736556 3221224560 3221222856 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 67869 65413 1116 68 0 67801 0
[pid=22793] vsize: 271476
Current children cumulated CPU time (s) 275.91
Current children cumulated vsize (Kb) 271476

[startup+290.014 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 68434 0 0 0 28192 392 0 0 25 0 1 0 1840880808 287145984 67664 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 70104 67665 1116 68 0 70036 0
[pid=22793] vsize: 280416
Current children cumulated CPU time (s) 285.84
Current children cumulated vsize (Kb) 280416

[startup+300.015 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 70274 0 0 0 29180 399 0 0 25 0 1 0 1840880808 295337984 69457 4294967295 134512640 134736556 3221224560 3221223404 134537608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 72104 69457 1116 68 0 72036 0
[pid=22793] vsize: 288416
Current children cumulated CPU time (s) 295.79
Current children cumulated vsize (Kb) 288416

[startup+310.018 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 72597 0 0 0 30165 409 0 0 25 0 1 0 1840880808 303091712 71381 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 73997 71381 1116 68 0 73929 0
[pid=22793] vsize: 295988
Current children cumulated CPU time (s) 305.74
Current children cumulated vsize (Kb) 295988

[startup+320.017 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 74188 0 0 0 31153 416 0 0 25 0 1 0 1840880808 310521856 72927 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 75811 72927 1116 68 0 75743 0
[pid=22793] vsize: 303244
Current children cumulated CPU time (s) 315.69
Current children cumulated vsize (Kb) 303244

[startup+330.018 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 74971 0 0 0 32145 420 0 0 25 0 1 0 1840880808 313769984 73696 4294967295 134512640 134736556 3221224560 3221223120 134716576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 76604 73696 1116 68 0 76536 0
[pid=22793] vsize: 306416
Current children cumulated CPU time (s) 325.65
Current children cumulated vsize (Kb) 306416

[startup+340.019 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 76900 0 0 0 33130 429 0 0 25 0 1 0 1840880808 321540096 75613 4294967295 134512640 134736556 3221224560 3221223168 134558509 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 78501 75613 1116 68 0 78433 0
[pid=22793] vsize: 314004
Current children cumulated CPU time (s) 335.59
Current children cumulated vsize (Kb) 314004

[startup+350.02 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 79157 0 0 0 34116 437 0 0 25 0 1 0 1840880808 332091392 77741 4294967295 134512640 134736556 3221224560 3221223224 134544013 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 81077 77741 1116 68 0 81009 0
[pid=22793] vsize: 324308
Current children cumulated CPU time (s) 345.53
Current children cumulated vsize (Kb) 324308

[startup+360.02 s]
Raw data (loadavg): 0.99 0.98 0.92 1/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) T 22792 22793 20728 0 -1 0 80872 0 0 0 35103 444 0 0 25 0 1 0 1840880808 339025920 79439 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22793/statm): 82770 79439 1116 68 0 82702 0
[pid=22793] vsize: 331080
Current children cumulated CPU time (s) 355.47
Current children cumulated vsize (Kb) 331080

[startup+370.02 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 82107 0 0 0 36094 449 0 0 25 0 1 0 1840880808 343994368 80666 4294967295 134512640 134736556 3221224560 3221223424 134643851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 83983 80666 1116 68 0 83915 0
[pid=22793] vsize: 335932
Current children cumulated CPU time (s) 365.43
Current children cumulated vsize (Kb) 335932

[startup+380.021 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 83645 0 0 0 37084 453 0 0 25 0 1 0 1840880808 350179328 82192 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 85493 82192 1116 68 0 85425 0
[pid=22793] vsize: 341972
Current children cumulated CPU time (s) 375.37
Current children cumulated vsize (Kb) 341972

[startup+390.02 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 85607 0 0 0 38069 463 0 0 25 0 1 0 1840880808 358162432 84132 4294967295 134512640 134736556 3221224560 3221222856 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 87442 84132 1116 68 0 87374 0
[pid=22793] vsize: 349768
Current children cumulated CPU time (s) 385.32
Current children cumulated vsize (Kb) 349768

[startup+400.021 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 87363 0 0 0 39055 470 0 0 25 0 1 0 1840880808 365158400 85875 4294967295 134512640 134736556 3221224560 3221223312 134644788 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 89150 85875 1116 68 0 89082 0
[pid=22793] vsize: 356600
Current children cumulated CPU time (s) 395.25
Current children cumulated vsize (Kb) 356600

[startup+410.022 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 88524 0 0 0 40044 476 0 0 25 0 1 0 1840880808 370020352 87018 4294967295 134512640 134736556 3221224560 3221223304 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 90337 87018 1116 68 0 90269 0
[pid=22793] vsize: 361348
Current children cumulated CPU time (s) 405.2
Current children cumulated vsize (Kb) 361348

[startup+420.021 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 89477 0 0 0 41037 480 0 0 25 0 1 0 1840880808 373669888 87971 4294967295 134512640 134736556 3221224560 3221223224 134560230 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 91228 87971 1116 68 0 91160 0
[pid=22793] vsize: 364912
Current children cumulated CPU time (s) 415.17
Current children cumulated vsize (Kb) 364912

[startup+430.022 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 90495 0 0 0 42030 485 0 0 25 0 1 0 1840880808 377655296 88980 4294967295 134512640 134736556 3221224560 3221223220 134648940 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 92201 88980 1116 68 0 92133 0
[pid=22793] vsize: 368804
Current children cumulated CPU time (s) 425.15
Current children cumulated vsize (Kb) 368804

[startup+440.022 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 91473 0 0 0 43024 488 0 0 25 0 1 0 1840880808 381575168 89958 4294967295 134512640 134736556 3221224560 3221223224 134544021 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 93158 89958 1116 68 0 93090 0
[pid=22793] vsize: 372632
Current children cumulated CPU time (s) 435.12
Current children cumulated vsize (Kb) 372632

[startup+450.023 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 92461 0 0 0 44016 492 0 0 25 0 1 0 1840880808 385630208 90946 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 94148 90947 1116 68 0 94080 0
[pid=22793] vsize: 376592
Current children cumulated CPU time (s) 445.08
Current children cumulated vsize (Kb) 376592

[startup+460.022 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 94663 0 0 0 45005 498 0 0 21 0 1 0 1840880808 397934592 92871 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 97152 92871 1116 68 0 97084 0
[pid=22793] vsize: 388608
Current children cumulated CPU time (s) 455.03
Current children cumulated vsize (Kb) 388608

[startup+470.023 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 95929 0 0 0 45984 507 0 0 25 0 1 0 1840880808 403070976 94137 4294967295 134512640 134736556 3221224560 3221223136 134543990 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 98406 94137 1116 68 0 98338 0
[pid=22793] vsize: 393624
Current children cumulated CPU time (s) 464.91
Current children cumulated vsize (Kb) 393624

[startup+480.025 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 99551 0 0 0 46954 527 0 0 25 0 1 0 1840880808 418254848 97746 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 102113 97746 1116 68 0 102045 0
[pid=22793] vsize: 408452
Current children cumulated CPU time (s) 474.81
Current children cumulated vsize (Kb) 408452

[startup+490.025 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 103235 0 0 0 47927 540 0 0 25 0 1 0 1840880808 434204672 101378 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 106007 101378 1116 68 0 105939 0
[pid=22793] vsize: 424028
Current children cumulated CPU time (s) 484.67
Current children cumulated vsize (Kb) 424028

[startup+500.026 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 105413 0 0 0 48907 551 0 0 25 0 1 0 1840880808 443019264 103553 4294967295 134512640 134736556 3221224560 3221223144 134560381 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 108159 103553 1116 68 0 108091 0
[pid=22793] vsize: 432636
Current children cumulated CPU time (s) 494.58
Current children cumulated vsize (Kb) 432636

[startup+510.027 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 109413 0 0 0 49879 566 0 0 25 0 1 0 1840880808 459821056 107531 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 112261 107531 1116 68 0 112193 0
[pid=22793] vsize: 449044
Current children cumulated CPU time (s) 504.45
Current children cumulated vsize (Kb) 449044

[startup+520.028 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 112759 0 0 0 50858 578 0 0 25 0 1 0 1840880808 474664960 110744 4294967295 134512640 134736556 3221224560 3221223120 134540335 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 115885 110744 1116 68 0 115817 0
[pid=22793] vsize: 463540
Current children cumulated CPU time (s) 514.36
Current children cumulated vsize (Kb) 463540

[startup+530.028 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 115039 0 0 0 51842 587 0 0 25 0 1 0 1840880808 483766272 113018 4294967295 134512640 134736556 3221224560 3221223024 134717563 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 118107 113018 1116 68 0 118039 0
[pid=22793] vsize: 472428
Current children cumulated CPU time (s) 524.29
Current children cumulated vsize (Kb) 472428

[startup+540.029 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 117528 0 0 0 52823 598 0 0 25 0 1 0 1840880808 493641728 115505 4294967295 134512640 134736556 3221224560 3221223240 134645219 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 120518 115505 1116 68 0 120450 0
[pid=22793] vsize: 482072
Current children cumulated CPU time (s) 534.21
Current children cumulated vsize (Kb) 482072

[startup+550.03 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 118671 0 0 0 53814 602 0 0 25 0 1 0 1840880808 498237440 116648 4294967295 134512640 134736556 3221224560 3221223168 134558178 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 121640 116648 1116 68 0 121572 0
[pid=22793] vsize: 486560
Current children cumulated CPU time (s) 544.16
Current children cumulated vsize (Kb) 486560

[startup+560.029 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 120525 0 0 0 54802 608 0 0 25 0 1 0 1840880808 507379712 118358 4294967295 134512640 134736556 3221224560 3221223200 134648974 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 123872 118358 1116 68 0 123804 0
[pid=22793] vsize: 495488
Current children cumulated CPU time (s) 554.1
Current children cumulated vsize (Kb) 495488

[startup+570.029 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 121743 0 0 0 55791 614 0 0 25 0 1 0 1840880808 512180224 119572 4294967295 134512640 134736556 3221224560 3221223316 134644678 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 125044 119572 1116 68 0 124976 0
[pid=22793] vsize: 500176
Current children cumulated CPU time (s) 564.05
Current children cumulated vsize (Kb) 500176

[startup+580.03 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 124108 0 0 0 56767 627 0 0 25 0 1 0 1840880808 521740288 121927 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 127378 121927 1116 68 0 127310 0
[pid=22793] vsize: 509512
Current children cumulated CPU time (s) 573.94
Current children cumulated vsize (Kb) 509512

[startup+590.03 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 126553 0 0 0 57747 638 0 0 25 0 1 0 1840880808 531410944 124368 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 129739 124368 1116 68 0 129671 0
[pid=22793] vsize: 518956
Current children cumulated CPU time (s) 583.85
Current children cumulated vsize (Kb) 518956

[startup+600.031 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 129318 0 0 0 58727 649 0 0 25 0 1 0 1840880808 543465472 127030 4294967295 134512640 134736556 3221224560 3221223008 134717547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 132682 127030 1116 68 0 132614 0
[pid=22793] vsize: 530728
Current children cumulated CPU time (s) 593.76
Current children cumulated vsize (Kb) 530728

[startup+610.032 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 132762 0 0 0 59700 664 0 0 25 0 1 0 1840880808 556982272 130473 4294967295 134512640 134736556 3221224560 3221223152 134558406 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 135982 130473 1116 68 0 135914 0
[pid=22793] vsize: 543928
Current children cumulated CPU time (s) 603.64
Current children cumulated vsize (Kb) 543928

[startup+620.032 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 137281 0 0 0 60675 677 0 0 25 0 1 0 1840880808 578732032 134654 4294967295 134512640 134736556 3221224560 3221223168 134558431 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 141292 134654 1116 68 0 141224 0
[pid=22793] vsize: 565168
Current children cumulated CPU time (s) 613.52
Current children cumulated vsize (Kb) 565168

[startup+630.032 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 138497 0 0 0 61664 683 0 0 25 0 1 0 1840880808 583798784 135861 4294967295 134512640 134736556 3221224560 3221223068 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 142529 135861 1116 68 0 142461 0
[pid=22793] vsize: 570116
Current children cumulated CPU time (s) 623.47
Current children cumulated vsize (Kb) 570116

[startup+640.033 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 139459 0 0 0 62655 687 0 0 25 0 1 0 1840880808 588046336 136801 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 143566 136801 1116 68 0 143498 0
[pid=22793] vsize: 574264
Current children cumulated CPU time (s) 633.42
Current children cumulated vsize (Kb) 574264

[startup+650.034 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 142604 0 0 0 63639 698 0 0 25 0 1 0 1840880808 597954560 139157 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 145985 139157 1116 68 0 145917 0
[pid=22793] vsize: 583940
Current children cumulated CPU time (s) 643.37
Current children cumulated vsize (Kb) 583940

[startup+660.034 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 143337 0 0 0 64633 701 0 0 25 0 1 0 1840880808 600936448 139888 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 146713 139888 1116 68 0 146645 0
[pid=22793] vsize: 586852
Current children cumulated CPU time (s) 653.34
Current children cumulated vsize (Kb) 586852

[startup+670.034 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 143774 0 0 0 65629 704 0 0 25 0 1 0 1840880808 602693632 140324 4294967295 134512640 134736556 3221224560 3221223136 134544688 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 147142 140324 1116 68 0 147074 0
[pid=22793] vsize: 588568
Current children cumulated CPU time (s) 663.33
Current children cumulated vsize (Kb) 588568

[startup+680.035 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 144263 0 0 0 66626 706 0 0 25 0 1 0 1840880808 604585984 140813 4294967295 134512640 134736556 3221224560 3221223068 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 147604 140813 1116 68 0 147536 0
[pid=22793] vsize: 590416
Current children cumulated CPU time (s) 673.32
Current children cumulated vsize (Kb) 590416

[startup+690.035 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 144554 0 0 0 67620 708 0 0 25 0 1 0 1840880808 605802496 141104 4294967295 134512640 134736556 3221224560 3221223100 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 147901 141104 1116 68 0 147833 0
[pid=22793] vsize: 591604
Current children cumulated CPU time (s) 683.28
Current children cumulated vsize (Kb) 591604

[startup+700.036 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 145821 0 0 0 68610 713 0 0 25 0 1 0 1840880808 610938880 142371 4294967295 134512640 134736556 3221224560 3221223276 134648932 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 149155 142371 1116 68 0 149087 0
[pid=22793] vsize: 596620
Current children cumulated CPU time (s) 693.23
Current children cumulated vsize (Kb) 596620

[startup+710.037 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 146459 0 0 0 69598 718 0 0 25 0 1 0 1840880808 613646336 143009 4294967295 134512640 134736556 3221224560 3221223204 134649050 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 149816 143009 1116 68 0 149748 0
[pid=22793] vsize: 599264
Current children cumulated CPU time (s) 703.16
Current children cumulated vsize (Kb) 599264

[startup+720.037 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 147523 0 0 0 70585 724 0 0 25 0 1 0 1840880808 618008576 144073 4294967295 134512640 134736556 3221224560 3221223152 134537395 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 150881 144073 1116 68 0 150813 0
[pid=22793] vsize: 603524
Current children cumulated CPU time (s) 713.09
Current children cumulated vsize (Kb) 603524

[startup+730.037 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148241 0 0 0 71577 729 0 0 25 0 1 0 1840880808 620982272 144791 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151607 144791 1116 68 0 151539 0
[pid=22793] vsize: 606428
Current children cumulated CPU time (s) 723.06
Current children cumulated vsize (Kb) 606428

[startup+740.037 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148269 0 0 0 72576 729 0 0 25 0 1 0 1840880808 621121536 144818 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151641 144818 1116 68 0 151573 0
[pid=22793] vsize: 606564
Current children cumulated CPU time (s) 733.05
Current children cumulated vsize (Kb) 606564

[startup+750.038 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148300 0 0 0 73574 730 0 0 25 0 1 0 1840880808 621256704 144849 4294967295 134512640 134736556 3221224560 3221223072 134543926 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151674 144849 1116 68 0 151606 0
[pid=22793] vsize: 606696
Current children cumulated CPU time (s) 743.04
Current children cumulated vsize (Kb) 606696

[startup+760.038 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148329 0 0 0 74574 731 0 0 25 0 1 0 1840880808 621391872 144878 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151707 144878 1116 68 0 151639 0
[pid=22793] vsize: 606828
Current children cumulated CPU time (s) 753.05
Current children cumulated vsize (Kb) 606828

[startup+770.039 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148359 0 0 0 75572 732 0 0 25 0 1 0 1840880808 621391872 144908 4294967295 134512640 134736556 3221224560 3221223216 134536532 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151707 144908 1116 68 0 151639 0
[pid=22793] vsize: 606828
Current children cumulated CPU time (s) 763.04
Current children cumulated vsize (Kb) 606828

[startup+780.04 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148409 0 0 0 76569 734 0 0 25 0 1 0 1840880808 621662208 144958 4294967295 134512640 134736556 3221224560 3221223064 134543898 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151773 144958 1116 68 0 151705 0
[pid=22793] vsize: 607092
Current children cumulated CPU time (s) 773.03
Current children cumulated vsize (Kb) 607092

[startup+790.04 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 148449 0 0 0 77565 736 0 0 25 0 1 0 1840880808 621797376 144998 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 151806 144998 1116 68 0 151738 0
[pid=22793] vsize: 607224
Current children cumulated CPU time (s) 783.01
Current children cumulated vsize (Kb) 607224

[startup+800.041 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150247 0 0 0 78551 743 0 0 25 0 1 0 1840880808 629645312 146789 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 153722 146789 1116 68 0 153654 0
[pid=22793] vsize: 614888
Current children cumulated CPU time (s) 792.94
Current children cumulated vsize (Kb) 614888

[startup+810.042 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150259 0 0 0 79550 743 0 0 25 0 1 0 1840880808 629780480 146801 4294967295 134512640 134736556 3221224560 3221223116 134537483 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 153755 146801 1116 68 0 153687 0
[pid=22793] vsize: 615020
Current children cumulated CPU time (s) 802.93
Current children cumulated vsize (Kb) 615020

[startup+820.043 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150268 0 0 0 80549 744 0 0 25 0 1 0 1840880808 629780480 146810 4294967295 134512640 134736556 3221224560 3221223060 134543905 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 153755 146810 1116 68 0 153687 0
[pid=22793] vsize: 615020
Current children cumulated CPU time (s) 812.93
Current children cumulated vsize (Kb) 615020

[startup+830.044 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150281 0 0 0 81549 744 0 0 25 0 1 0 1840880808 629780480 146823 4294967295 134512640 134736556 3221224560 3221223072 134543923 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22793/statm): 153755 146823 1116 68 0 153687 0
[pid=22793] vsize: 615020
Current children cumulated CPU time (s) 822.93
Current children cumulated vsize (Kb) 615020

[startup+840.045 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150291 0 0 0 82549 745 0 0 25 0 1 0 1840880808 629915648 146833 4294967295 134512640 134736556 3221224560 3221223116 134537565 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153788 146833 1116 68 0 153720 0
[pid=22793] vsize: 615152
Current children cumulated CPU time (s) 832.94
Current children cumulated vsize (Kb) 615152

[startup+850.046 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150301 0 0 0 83549 745 0 0 25 0 1 0 1840880808 629915648 146843 4294967295 134512640 134736556 3221224560 3221223108 134544529 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153788 146843 1116 68 0 153720 0
[pid=22793] vsize: 615152
Current children cumulated CPU time (s) 842.94
Current children cumulated vsize (Kb) 615152

[startup+860.045 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150313 0 0 0 84549 745 0 0 25 0 1 0 1840880808 629915648 146855 4294967295 134512640 134736556 3221224560 3221223144 134543967 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153788 146855 1116 68 0 153720 0
[pid=22793] vsize: 615152
Current children cumulated CPU time (s) 852.94
Current children cumulated vsize (Kb) 615152

[startup+870.045 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150321 0 0 0 85549 745 0 0 25 0 1 0 1840880808 630050816 146863 4294967295 134512640 134736556 3221224560 3221223100 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153821 146863 1116 68 0 153753 0
[pid=22793] vsize: 615284
Current children cumulated CPU time (s) 862.94
Current children cumulated vsize (Kb) 615284

[startup+880.046 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150331 0 0 0 86548 745 0 0 25 0 1 0 1840880808 630050816 146873 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153821 146873 1116 68 0 153753 0
[pid=22793] vsize: 615284
Current children cumulated CPU time (s) 872.93
Current children cumulated vsize (Kb) 615284

[startup+890.045 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150343 0 0 0 87548 746 0 0 25 0 1 0 1840880808 630050816 146885 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153821 146885 1116 68 0 153753 0
[pid=22793] vsize: 615284
Current children cumulated CPU time (s) 882.94
Current children cumulated vsize (Kb) 615284

[startup+900.046 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150353 0 0 0 88547 747 0 0 25 0 1 0 1840880808 630185984 146895 4294967295 134512640 134736556 3221224560 3221223168 134544695 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153854 146895 1116 68 0 153786 0
[pid=22793] vsize: 615416
Current children cumulated CPU time (s) 892.94
Current children cumulated vsize (Kb) 615416

[startup+910.047 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150366 0 0 0 89546 748 0 0 25 0 1 0 1840880808 630185984 146908 4294967295 134512640 134736556 3221224560 3221223036 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153854 146908 1116 68 0 153786 0
[pid=22793] vsize: 615416
Current children cumulated CPU time (s) 902.94
Current children cumulated vsize (Kb) 615416

[startup+920.047 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150375 0 0 0 90545 749 0 0 25 0 1 0 1840880808 630185984 146917 4294967295 134512640 134736556 3221224560 3221223120 134543219 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153854 146917 1116 68 0 153786 0
[pid=22793] vsize: 615416
Current children cumulated CPU time (s) 912.94
Current children cumulated vsize (Kb) 615416

[startup+930.047 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150384 0 0 0 91544 750 0 0 25 0 1 0 1840880808 630321152 146926 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153887 146926 1116 68 0 153819 0
[pid=22793] vsize: 615548
Current children cumulated CPU time (s) 922.94
Current children cumulated vsize (Kb) 615548

[startup+940.049 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150394 0 0 0 92544 750 0 0 25 0 1 0 1840880808 630321152 146936 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153887 146936 1116 68 0 153819 0
[pid=22793] vsize: 615548
Current children cumulated CPU time (s) 932.94
Current children cumulated vsize (Kb) 615548

[startup+950.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150410 0 0 0 93543 750 0 0 25 0 1 0 1840880808 630321152 146952 4294967295 134512640 134736556 3221224560 3221223400 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153887 146952 1116 68 0 153819 0
[pid=22793] vsize: 615548
Current children cumulated CPU time (s) 942.93
Current children cumulated vsize (Kb) 615548

[startup+960.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150418 0 0 0 94543 751 0 0 25 0 1 0 1840880808 630456320 146960 4294967295 134512640 134736556 3221224560 3221223120 134544667 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153920 146960 1116 68 0 153852 0
[pid=22793] vsize: 615680
Current children cumulated CPU time (s) 952.94
Current children cumulated vsize (Kb) 615680

[startup+970.051 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150431 0 0 0 95541 751 0 0 25 0 1 0 1840880808 630456320 146973 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153920 146973 1116 68 0 153852 0
[pid=22793] vsize: 615680
Current children cumulated CPU time (s) 962.92
Current children cumulated vsize (Kb) 615680

[startup+980.051 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150438 0 0 0 96541 752 0 0 25 0 1 0 1840880808 630456320 146980 4294967295 134512640 134736556 3221224560 3221223116 134544554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153920 146980 1116 68 0 153852 0
[pid=22793] vsize: 615680
Current children cumulated CPU time (s) 972.93
Current children cumulated vsize (Kb) 615680

[startup+990.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 150443 0 0 0 97540 752 0 0 25 0 1 0 1840880808 630456320 146985 4294967295 134512640 134736556 3221224560 3221223140 134543972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 153920 146985 1116 68 0 153852 0
[pid=22793] vsize: 615680
Current children cumulated CPU time (s) 982.92
Current children cumulated vsize (Kb) 615680

[startup+1000.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 151295 0 0 0 98531 757 0 0 25 0 1 0 1840880808 633835520 147837 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 154745 147837 1116 68 0 154677 0
[pid=22793] vsize: 618980
Current children cumulated CPU time (s) 992.88
Current children cumulated vsize (Kb) 618980

[startup+1010.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 153299 0 0 0 99515 766 0 0 25 0 1 0 1840880808 643100672 149746 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 157007 149746 1116 68 0 156939 0
[pid=22793] vsize: 628028
Current children cumulated CPU time (s) 1002.81
Current children cumulated vsize (Kb) 628028

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 155240 0 0 0 100500 775 0 0 25 0 1 0 1840880808 650903552 151676 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 158912 151676 1116 68 0 158844 0
[pid=22793] vsize: 635648
Current children cumulated CPU time (s) 1012.75
Current children cumulated vsize (Kb) 635648

[startup+1030.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 155423 0 0 0 101497 776 0 0 25 0 1 0 1840880808 651743232 151857 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 159117 151857 1116 68 0 159049 0
[pid=22793] vsize: 636468
Current children cumulated CPU time (s) 1022.73
Current children cumulated vsize (Kb) 636468

[startup+1040.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 155554 0 0 0 102495 778 0 0 25 0 1 0 1840880808 652148736 151988 4294967295 134512640 134736556 3221224560 3221223060 134543905 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 159216 151988 1116 68 0 159148 0
[pid=22793] vsize: 636864
Current children cumulated CPU time (s) 1032.73
Current children cumulated vsize (Kb) 636864

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 156679 0 0 0 103473 789 0 0 25 0 1 0 1840880808 656838656 153113 4294967295 134512640 134736556 3221224560 3221223136 134543990 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 160361 153113 1116 68 0 160293 0
[pid=22793] vsize: 641444
Current children cumulated CPU time (s) 1042.62
Current children cumulated vsize (Kb) 641444

[startup+1060.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 156679 0 0 0 104472 789 0 0 25 0 1 0 1840880808 656838656 153113 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 160361 153113 1116 68 0 160293 0
[pid=22793] vsize: 641444
Current children cumulated CPU time (s) 1052.61
Current children cumulated vsize (Kb) 641444

[startup+1070.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 157070 0 0 0 105465 792 0 0 25 0 1 0 1840880808 658436096 153504 4294967295 134512640 134736556 3221224560 3221223068 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 160751 153504 1116 68 0 160683 0
[pid=22793] vsize: 643004
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (Kb) 643004

[startup+1080.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 157648 0 0 0 106456 796 0 0 25 0 1 0 1840880808 660869120 154082 4294967295 134512640 134736556 3221224560 3221223092 134543905 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 161345 154082 1116 68 0 161277 0
[pid=22793] vsize: 645380
Current children cumulated CPU time (s) 1072.52
Current children cumulated vsize (Kb) 645380

[startup+1090.05 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 158172 0 0 0 107448 799 0 0 25 0 1 0 1840880808 662896640 154606 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 161840 154606 1116 68 0 161772 0
[pid=22793] vsize: 647360
Current children cumulated CPU time (s) 1082.47
Current children cumulated vsize (Kb) 647360

[startup+1100.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 158538 0 0 0 108446 801 0 0 25 0 1 0 1840880808 664383488 154972 4294967295 134512640 134736556 3221224560 3221223168 134544700 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 162203 154972 1116 68 0 162135 0
[pid=22793] vsize: 648812
Current children cumulated CPU time (s) 1092.47
Current children cumulated vsize (Kb) 648812

[startup+1110.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 159190 0 0 0 109441 803 0 0 25 0 1 0 1840880808 667090944 155624 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 162864 155624 1116 68 0 162796 0
[pid=22793] vsize: 651456
Current children cumulated CPU time (s) 1102.44
Current children cumulated vsize (Kb) 651456

[startup+1120.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 160075 0 0 0 110435 806 0 0 25 0 1 0 1840880808 670781440 156509 4294967295 134512640 134736556 3221224560 3221223304 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 163765 156509 1116 68 0 163697 0
[pid=22793] vsize: 655060
Current children cumulated CPU time (s) 1112.41
Current children cumulated vsize (Kb) 655060

[startup+1130.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 160808 0 0 0 111428 810 0 0 25 0 1 0 1840880808 673894400 157242 4294967295 134512640 134736556 3221224560 3221223184 134537450 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 164525 157242 1116 68 0 164457 0
[pid=22793] vsize: 658100
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (Kb) 658100

[startup+1140.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162194 0 0 0 112419 814 0 0 25 0 1 0 1840880808 679972864 158608 4294967295 134512640 134736556 3221224560 3221223136 134540206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166009 158608 1116 68 0 165941 0
[pid=22793] vsize: 664036
Current children cumulated CPU time (s) 1132.33
Current children cumulated vsize (Kb) 664036

[startup+1150.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162294 0 0 0 113415 816 0 0 25 0 1 0 1840880808 680386560 158706 4294967295 134512640 134736556 3221224560 3221223116 134537501 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166110 158706 1116 68 0 166042 0
[pid=22793] vsize: 664440
Current children cumulated CPU time (s) 1142.31
Current children cumulated vsize (Kb) 664440

[startup+1160.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162403 0 0 0 114411 817 0 0 25 0 1 0 1840880808 680792064 158815 4294967295 134512640 134736556 3221224560 3221223248 134536557 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166209 158815 1116 68 0 166141 0
[pid=22793] vsize: 664836
Current children cumulated CPU time (s) 1152.28
Current children cumulated vsize (Kb) 664836

[startup+1170.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162440 0 0 0 115411 817 0 0 25 0 1 0 1840880808 680927232 158852 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166242 158852 1116 68 0 166174 0
[pid=22793] vsize: 664968
Current children cumulated CPU time (s) 1162.28
Current children cumulated vsize (Kb) 664968

[startup+1180.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162464 0 0 0 116410 818 0 0 25 0 1 0 1840880808 681062400 158876 4294967295 134512640 134736556 3221224560 3221223116 134537508 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166275 158876 1116 68 0 166207 0
[pid=22793] vsize: 665100
Current children cumulated CPU time (s) 1172.28
Current children cumulated vsize (Kb) 665100

[startup+1190.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162493 0 0 0 117409 818 0 0 25 0 1 0 1840880808 681197568 158905 4294967295 134512640 134736556 3221224560 3221223036 134536679 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166308 158905 1116 68 0 166240 0
[pid=22793] vsize: 665232
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (Kb) 665232

[startup+1200.06 s]
Raw data (loadavg): 0.99 0.98 0.92 2/56 22793
Raw data (/proc/22793/stat): 22793 (bsolo) R 22792 22793 20728 0 -1 0 162517 0 0 0 118409 819 0 0 25 0 1 0 1840880808 681197568 158929 4294967295 134512640 134736556 3221224560 3221223072 134543923 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22793/statm): 166308 158929 1116 68 0 166240 0
[pid=22793] vsize: 665232
Current children cumulated CPU time (s) 1192.28
Current children cumulated vsize (Kb) 665232
One traced child (pid=22793) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1203.31
CPU time (s): 1195.53
CPU user time (s): 1187.05
CPU system time (s): 8.48871
CPU usage (%): 99.3539
Max. virtual memory (cumulated for all children) (Kb): 665232

Verifier Data

ERROR: no interpretation found !