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/miplib2003/normalized-mps-v2-13-7-fixnet6.opb
MD5SUM08a1ce7c6c4cc8e461ae1aeabdf15da0
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3289593
Optimality of the best value was proved NO
Number of terms in the objective function 8282
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 524133752
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 1048576
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 524133752
Number of bits of the biggest sum of numbers29
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.05
Number of variables9890
Total number of constraints978
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)378
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint1
Maximum length of a constraint1072

Trace number 5224

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-19 23:32:19 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=994 boxname=wulflinc21 idbench=994 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  08a1ce7c6c4cc8e461ae1aeabdf15da0  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-fixnet6.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-fixnet6.opb
IDLAUNCH: 994
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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.161
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:        915788 kB
Buffers:         25024 kB
Cached:          63880 kB
SwapCached:        788 kB
Active:          33328 kB
Inactive:        58172 kB
HighTotal:      131008 kB
HighFree:        64204 kB
LowTotal:       903652 kB
LowFree:        851584 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:              52 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            21628 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 23:52:40 (client local time) WITH STATUS 0 IN 1195.67 SECONDS
stats: 994 7 1195.67 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 9890 variables and 700 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 3.32
c After prepocess the problem consists of 5883 variables and 595 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 5883 #Dec: 20402 LB: 0 @ 4.632
c Restart #2 #Var: 5883 #Dec: 54128 LB: 0 @ 6.846
c Restart #3 #Var: 5883 #Dec: 99282 LB: 0 @ 9.856
c Restart #4 #Var: 5883 #Dec: 158084 LB: 0 @ 13.812
c Restart #5 #Var: 5883 #Dec: 234661 LB: 0 @ 18.956
c Restart #6 #Var: 5883 #Dec: 274864 LB: 0 @ 22.409
c Restart #7 #Var: 5883 #Dec: 339912 LB: 0 @ 27.427
c Restart #8 #Var: 5883 #Dec: 341550 LB: 0 @ 29.057
c Restart #9 #Var: 5883 #Dec: 354470 LB: 0 @ 30.968
c Restart #10 #Var: 5883 #Dec: 357533 LB: 0 @ 32.316
c Restart #11 #Var: 5883 #Dec: 359886 LB: 0 @ 33.787
c Restart #12 #Var: 5883 #Dec: 362359 LB: 0 @ 35.285
c Restart #13 #Var: 5883 #Dec: 365705 LB: 0 @ 37.139
c Restart #14 #Var: 5883 #Dec: 368731 LB: 0 @ 39.195
c Restart #15 #Var: 5883 #Dec: 372009 LB: 0 @ 41.48
c Restart #16 #Var: 5883 #Dec: 381746 LB: 0 @ 43.572
c Restart #17 #Var: 5883 #Dec: 385185 LB: 0 @ 45.471
c Restart #18 #Var: 5883 #Dec: 388823 LB: 0 @ 47.735
c Restart #19 #Var: 5883 #Dec: 392662 LB: 0 @ 50.167
c Restart #20 #Var: 5883 #Dec: 396697 LB: 0 @ 52.904
c Restart #21 #Var: 5883 #Dec: 400935 LB: 0 @ 55.447
c Restart #22 #Var: 5883 #Dec: 405370 LB: 0 @ 58.479
c Restart #23 #Var: 5883 #Dec: 410003 LB: 0 @ 61.608
c Restart #24 #Var: 5883 #Dec: 414844 LB: 0 @ 65.356
c Restart #25 #Var: 5883 #Dec: 424845 LB: 0 @ 69.94
c Restart #26 #Var: 5883 #Dec: 430803 LB: 0 @ 73.636
c Restart #27 #Var: 5883 #Dec: 436239 LB: 0 @ 77.795
c Restart #28 #Var: 5883 #Dec: 444094 LB: 0 @ 82.202
c Restart #29 #Var: 5883 #Dec: 449933 LB: 0 @ 86.502
c Restart #30 #Var: 5883 #Dec: 455967 LB: 0 @ 91.059
c Restart #31 #Var: 5883 #Dec: 462203 LB: 0 @ 96.036
c Restart #32 #Var: 5883 #Dec: 468641 LB: 0 @ 101.41
c Restart #33 #Var: 5883 #Dec: 475274 LB: 0 @ 106.96
c Restart #34 #Var: 5883 #Dec: 482108 LB: 0 @ 112.87
c Restart #35 #Var: 5883 #Dec: 489145 LB: 0 @ 119.3
c Restart #36 #Var: 5883 #Dec: 496381 LB: 0 @ 125.08
c Restart #37 #Var: 5883 #Dec: 503815 LB: 0 @ 131.37
c Restart #38 #Var: 5883 #Dec: 511450 LB: 0 @ 136.92
c Restart #39 #Var: 5883 #Dec: 519287 LB: 0 @ 143.26
c Restart #40 #Var: 5883 #Dec: 527323 LB: 0 @ 149.12
c Restart #41 #Var: 5883 #Dec: 535559 LB: 0 @ 156.28
c Restart #42 #Var: 5883 #Dec: 543996 LB: 0 @ 162.72
c Restart #43 #Var: 5883 #Dec: 552636 LB: 0 @ 170.26
c Restart #44 #Var: 5883 #Dec: 561468 LB: 0 @ 176.86
c Restart #45 #Var: 5883 #Dec: 580700 LB: 0 @ 191.32
c Restart #46 #Var: 5883 #Dec: 589920 LB: 0 @ 199.09
c Restart #47 #Var: 5883 #Dec: 599335 LB: 0 @ 209.36
c Restart #48 #Var: 5883 #Dec: 609497 LB: 0 @ 247.33
c Restart #49 #Var: 5883 #Dec: 619374 LB: 0 @ 261.9
c Restart #50 #Var: 5883 #Dec: 633605 LB: 0 @ 393.36
c Restart #51 #Var: 5883 #Dec: 644346 LB: 0 @ 421.17
c Restart #52 #Var: 5883 #Dec: 654779 LB: 0 @ 484.09
c Restart #53 #Var: 5883 #Dec: 665414 LB: 0 @ 530.88
c CHANGE Heuristic... 
c Restart #0 #Var: 5883 #Dec: 680720 LB: 0 @ 642.68
c Restart #1 #Var: 5883 #Dec: 682923 LB: 0 @ 646.62
c Restart #2 #Var: 5883 #Dec: 685664 LB: 0 @ 648.78
c Restart #3 #Var: 5883 #Dec: 689562 LB: 0 @ 678.6
c Restart #4 #Var: 5883 #Dec: 700471 LB: 0 @ 703
c Restart #5 #Var: 5883 #Dec: 752820 LB: 0 @ 862.84
c Restart #6 #Var: 5883 #Dec: 771372 LB: 0 @ 884.75
c Restart #7 #Var: 5883 #Dec: 776493 LB: 0 @ 1048.5
c Restart #8 #Var: 5883 #Dec: 783789 LB: 0 @ 1099.5
s UNKNOWN
c Exit Code: 0
c Total time: 1195.3 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/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1731150981 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 107 3 90 68 0 39 0
[pid=7471] 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/wulflinc21/normalized-mps-v2-13-7-fixnet6.opb

[startup+10.0027 s]
Raw data (loadavg): 0.93 0.98 0.98 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 11700 0 0 0 668 125 0 0 18 0 1 0 1731150981 51347456 11611 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 12536 11611 1116 68 0 12468 0
[pid=7471] vsize: 50144
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (Kb) 50144

[startup+20.0034 s]
Raw data (loadavg): 0.94 0.98 0.98 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 11715 0 0 0 1239 256 0 0 18 0 1 0 1731150981 51482624 11626 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7471/statm): 12569 11626 1116 68 0 12501 0
[pid=7471] vsize: 50276
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (Kb) 50276

[startup+30.0031 s]
Raw data (loadavg): 0.95 0.98 0.98 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 11791 0 0 0 1843 383 0 0 17 0 1 0 1731150981 51748864 11702 4294967295 134512640 134736556 3221224560 3221223208 134554078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 12634 11702 1116 68 0 12566 0
[pid=7471] vsize: 50536
Current children cumulated CPU time (s) 22.26
Current children cumulated vsize (Kb) 50536

[startup+40.0038 s]
Raw data (loadavg): 0.96 0.98 0.98 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 12062 0 0 0 2540 485 0 0 17 0 1 0 1731150981 52830208 11973 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 12898 11973 1116 68 0 12830 0
[pid=7471] vsize: 51592
Current children cumulated CPU time (s) 30.25
Current children cumulated vsize (Kb) 51592

[startup+50.0044 s]
Raw data (loadavg): 0.96 0.98 0.98 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 19342 0 0 0 3424 538 0 0 18 0 1 0 1731150981 82681856 19253 4294967295 134512640 134736556 3221224560 3221223216 134525081 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 20186 19253 1116 68 0 20118 0
[pid=7471] vsize: 80744
Current children cumulated CPU time (s) 39.62
Current children cumulated vsize (Kb) 80744

[startup+60.0051 s]
Raw data (loadavg): 0.97 0.98 0.98 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 27594 0 0 0 4302 592 0 0 17 0 1 0 1731150981 116523008 27502 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 28448 27502 1116 68 0 28380 0
[pid=7471] vsize: 113792
Current children cumulated CPU time (s) 48.94
Current children cumulated vsize (Kb) 113792

[startup+70.0058 s]
Raw data (loadavg): 0.97 0.98 0.98 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 37460 0 0 0 5206 637 0 0 18 0 1 0 1731150981 157052928 37361 4294967295 134512640 134736556 3221224560 3221223300 134609065 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 38343 37361 1116 68 0 38275 0
[pid=7471] vsize: 153372
Current children cumulated CPU time (s) 58.43
Current children cumulated vsize (Kb) 153372

[startup+80.0055 s]
Raw data (loadavg): 0.98 0.98 0.98 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 46324 0 0 0 6120 680 0 0 18 0 1 0 1731150981 193507328 46219 4294967295 134512640 134736556 3221224560 3221223296 134605925 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 47243 46219 1116 68 0 47175 0
[pid=7471] vsize: 188972
Current children cumulated CPU time (s) 68
Current children cumulated vsize (Kb) 188972

[startup+90.0062 s]
Raw data (loadavg): 0.98 0.98 0.98 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 54122 0 0 0 7019 726 0 0 17 0 1 0 1731150981 225574912 54000 4294967295 134512640 134736556 3221224560 3221223116 134536326 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 55072 54000 1116 68 0 55004 0
[pid=7471] vsize: 220288
Current children cumulated CPU time (s) 77.45
Current children cumulated vsize (Kb) 220288

[startup+100.006 s]
Raw data (loadavg): 1.06 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 61221 0 0 0 7928 767 0 0 18 0 1 0 1731150981 254836736 61097 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 62216 61097 1116 68 0 62148 0
[pid=7471] vsize: 248864
Current children cumulated CPU time (s) 86.95
Current children cumulated vsize (Kb) 248864

[startup+110.007 s]
Raw data (loadavg): 1.13 1.02 0.99 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 69543 0 0 0 8847 806 0 0 20 0 1 0 1731150981 288866304 69418 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 70524 69418 1116 68 0 70456 0
[pid=7471] vsize: 282096
Current children cumulated CPU time (s) 96.53
Current children cumulated vsize (Kb) 282096

[startup+120.007 s]
Raw data (loadavg): 1.11 1.02 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 77626 0 0 0 9763 845 0 0 18 0 1 0 1731150981 322002944 77403 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 78614 77403 1116 68 0 78546 0
[pid=7471] vsize: 314456
Current children cumulated CPU time (s) 106.08
Current children cumulated vsize (Kb) 314456

[startup+130.007 s]
Raw data (loadavg): 1.09 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 84780 0 0 0 10694 879 0 0 18 0 1 0 1731150981 351301632 84553 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 85767 84553 1116 68 0 85699 0
[pid=7471] vsize: 343068
Current children cumulated CPU time (s) 115.73
Current children cumulated vsize (Kb) 343068

[startup+140.008 s]
Raw data (loadavg): 1.08 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 92694 0 0 0 11618 915 0 0 19 0 1 0 1731150981 383782912 92460 4294967295 134512640 134736556 3221224560 3221223216 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 93697 92460 1116 68 0 93629 0
[pid=7471] vsize: 374788
Current children cumulated CPU time (s) 125.33
Current children cumulated vsize (Kb) 374788

[startup+150.008 s]
Raw data (loadavg): 1.06 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 101027 0 0 0 12534 955 0 0 20 0 1 0 1731150981 417980416 100783 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 102046 100783 1116 68 0 101978 0
[pid=7471] vsize: 408184
Current children cumulated CPU time (s) 134.89
Current children cumulated vsize (Kb) 408184

[startup+160.009 s]
Raw data (loadavg): 1.05 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 109203 0 0 0 13452 994 0 0 19 0 1 0 1731150981 451432448 108866 4294967295 134512640 134736556 3221224560 3221223100 134536217 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 110213 108866 1116 68 0 110145 0
[pid=7471] vsize: 440852
Current children cumulated CPU time (s) 144.46
Current children cumulated vsize (Kb) 440852

[startup+170.009 s]
Raw data (loadavg): 1.04 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 117663 0 0 0 14369 1036 0 0 19 0 1 0 1731150981 486223872 117320 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 118707 117320 1116 68 0 118639 0
[pid=7471] vsize: 474828
Current children cumulated CPU time (s) 154.05
Current children cumulated vsize (Kb) 474828

[startup+180.008 s]
Raw data (loadavg): 1.04 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 125456 0 0 0 15290 1075 0 0 18 0 1 0 1731150981 518254592 125109 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 126527 125109 1116 68 0 126459 0
[pid=7471] vsize: 506108
Current children cumulated CPU time (s) 163.65
Current children cumulated vsize (Kb) 506108

[startup+190.009 s]
Raw data (loadavg): 1.03 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 133904 0 0 0 16217 1112 0 0 19 0 1 0 1731150981 552800256 133295 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 134961 133295 1116 68 0 134893 0
[pid=7471] vsize: 539844
Current children cumulated CPU time (s) 173.29
Current children cumulated vsize (Kb) 539844

[startup+200.009 s]
Raw data (loadavg): 1.03 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 138143 0 0 0 17154 1140 0 0 21 0 1 0 1731150981 570068992 137532 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 139177 137532 1116 68 0 139109 0
[pid=7471] vsize: 556708
Current children cumulated CPU time (s) 182.94
Current children cumulated vsize (Kb) 556708

[startup+210.009 s]
Raw data (loadavg): 1.02 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 143134 0 0 0 18073 1175 0 0 22 0 1 0 1731150981 590491648 142522 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 144163 142522 1116 68 0 144095 0
[pid=7471] vsize: 576652
Current children cumulated CPU time (s) 192.48
Current children cumulated vsize (Kb) 576652

[startup+220.01 s]
Raw data (loadavg): 1.02 1.01 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 149954 0 0 0 18998 1212 0 0 20 0 1 0 1731150981 618504192 149338 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 151002 149338 1116 68 0 150934 0
[pid=7471] vsize: 604008
Current children cumulated CPU time (s) 202.1
Current children cumulated vsize (Kb) 604008

[startup+230.01 s]
Raw data (loadavg): 1.01 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 154576 0 0 0 19952 1233 0 0 25 0 1 0 1731150981 637480960 153957 4294967295 134512640 134736556 3221224560 3221223232 134528763 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 155635 153957 1116 68 0 155567 0
[pid=7471] vsize: 622540
Current children cumulated CPU time (s) 211.85
Current children cumulated vsize (Kb) 622540

[startup+240.01 s]
Raw data (loadavg): 1.01 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 155998 0 0 0 20936 1241 0 0 25 0 1 0 1731150981 643297280 155379 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 157055 155379 1116 68 0 156987 0
[pid=7471] vsize: 628220
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (Kb) 628220

[startup+250.01 s]
Raw data (loadavg): 1.01 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 157995 0 0 0 21909 1255 0 0 25 0 1 0 1731150981 651542528 157376 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 159068 157376 1116 68 0 159000 0
[pid=7471] vsize: 636272
Current children cumulated CPU time (s) 231.64
Current children cumulated vsize (Kb) 636272

[startup+260.011 s]
Raw data (loadavg): 1.01 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 159903 0 0 0 22886 1265 0 0 25 0 1 0 1731150981 659259392 159284 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 160952 159284 1116 68 0 160884 0
[pid=7471] vsize: 643808
Current children cumulated CPU time (s) 241.51
Current children cumulated vsize (Kb) 643808

[startup+270.01 s]
Raw data (loadavg): 1.01 1.00 0.99 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 162597 0 0 0 23851 1282 0 0 25 0 1 0 1731150981 670371840 161976 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 163665 161976 1116 68 0 163597 0
[pid=7471] vsize: 654660
Current children cumulated CPU time (s) 251.33
Current children cumulated vsize (Kb) 654660

[startup+280.01 s]
Raw data (loadavg): 1.00 1.00 0.99 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 167169 0 0 0 24800 1307 0 0 25 0 1 0 1731150981 689238016 166537 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 168271 166537 1116 68 0 168203 0
[pid=7471] vsize: 673084
Current children cumulated CPU time (s) 261.07
Current children cumulated vsize (Kb) 673084

[startup+290.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 171797 0 0 0 25750 1330 0 0 25 0 1 0 1731150981 708149248 171159 4294967295 134512640 134736556 3221224560 3221223264 134528659 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 172888 171159 1116 68 0 172820 0
[pid=7471] vsize: 691552
Current children cumulated CPU time (s) 270.8
Current children cumulated vsize (Kb) 691552

[startup+300.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172023 0 0 0 26740 1334 0 0 25 0 1 0 1731150981 708968448 171368 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173088 171368 1116 68 0 173020 0
[pid=7471] vsize: 692352
Current children cumulated CPU time (s) 280.74
Current children cumulated vsize (Kb) 692352

[startup+310.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172052 0 0 0 27736 1336 0 0 25 0 1 0 1731150981 709111808 171394 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173123 171394 1116 68 0 173055 0
[pid=7471] vsize: 692492
Current children cumulated CPU time (s) 290.72
Current children cumulated vsize (Kb) 692492

[startup+320.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172068 0 0 0 28733 1336 0 0 25 0 1 0 1731150981 709242880 171410 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173155 171410 1116 68 0 173087 0
[pid=7471] vsize: 692620
Current children cumulated CPU time (s) 300.69
Current children cumulated vsize (Kb) 692620

[startup+330.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172083 0 0 0 29731 1337 0 0 25 0 1 0 1731150981 709226496 171425 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173151 171425 1116 68 0 173083 0
[pid=7471] vsize: 692604
Current children cumulated CPU time (s) 310.68
Current children cumulated vsize (Kb) 692604

[startup+340.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172083 0 0 0 30727 1338 0 0 25 0 1 0 1731150981 709226496 171425 4294967295 134512640 134736556 3221224560 3221223136 134550710 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173151 171425 1116 68 0 173083 0
[pid=7471] vsize: 692604
Current children cumulated CPU time (s) 320.65
Current children cumulated vsize (Kb) 692604

[startup+350.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172096 0 0 0 31725 1339 0 0 25 0 1 0 1731150981 709357568 171438 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173183 171438 1116 68 0 173115 0
[pid=7471] vsize: 692732
Current children cumulated CPU time (s) 330.64
Current children cumulated vsize (Kb) 692732

[startup+360.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172096 0 0 0 32723 1340 0 0 25 0 1 0 1731150981 709357568 171438 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173183 171438 1116 68 0 173115 0
[pid=7471] vsize: 692732
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (Kb) 692732

[startup+370.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172096 0 0 0 33720 1342 0 0 25 0 1 0 1731150981 709349376 171438 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173181 171438 1116 68 0 173113 0
[pid=7471] vsize: 692724
Current children cumulated CPU time (s) 350.62
Current children cumulated vsize (Kb) 692724

[startup+380.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172096 0 0 0 34718 1343 0 0 25 0 1 0 1731150981 709349376 171438 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173181 171438 1116 68 0 173113 0
[pid=7471] vsize: 692724
Current children cumulated CPU time (s) 360.61
Current children cumulated vsize (Kb) 692724

[startup+390.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172096 0 0 0 35716 1344 0 0 25 0 1 0 1731150981 709345280 171438 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173180 171438 1116 68 0 173112 0
[pid=7471] vsize: 692720
Current children cumulated CPU time (s) 370.6
Current children cumulated vsize (Kb) 692720

[startup+400.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172096 0 0 0 36714 1345 0 0 25 0 1 0 1731150981 709345280 171438 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173180 171438 1116 68 0 173112 0
[pid=7471] vsize: 692720
Current children cumulated CPU time (s) 380.59
Current children cumulated vsize (Kb) 692720

[startup+410.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 172108 0 0 0 37712 1345 0 0 25 0 1 0 1731150981 709345280 171450 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 173180 171450 1116 68 0 173112 0
[pid=7471] vsize: 692720
Current children cumulated CPU time (s) 390.57
Current children cumulated vsize (Kb) 692720

[startup+420.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 175553 0 0 0 38671 1366 0 0 25 0 1 0 1731150981 723668992 174885 4294967295 134512640 134736556 3221224560 3221223216 134528771 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 176677 174885 1116 68 0 176609 0
[pid=7471] vsize: 706708
Current children cumulated CPU time (s) 400.37
Current children cumulated vsize (Kb) 706708

[startup+430.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 176986 0 0 0 39653 1376 0 0 25 0 1 0 1731150981 729481216 176318 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 178096 176318 1116 68 0 178028 0
[pid=7471] vsize: 712384
Current children cumulated CPU time (s) 410.29
Current children cumulated vsize (Kb) 712384

[startup+440.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 178469 0 0 0 40635 1384 0 0 25 0 1 0 1731150981 735563776 177801 4294967295 134512640 134736556 3221224560 3221223212 134554060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 179581 177801 1116 68 0 179513 0
[pid=7471] vsize: 718324
Current children cumulated CPU time (s) 420.19
Current children cumulated vsize (Kb) 718324

[startup+450.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 179348 0 0 0 41622 1391 0 0 25 0 1 0 1731150981 739078144 178680 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 180439 178680 1116 68 0 180371 0
[pid=7471] vsize: 721756
Current children cumulated CPU time (s) 430.13
Current children cumulated vsize (Kb) 721756

[startup+460.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 180445 0 0 0 42608 1398 0 0 25 0 1 0 1731150981 743673856 179777 4294967295 134512640 134736556 3221224560 3221223248 134536549 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 181561 179777 1116 68 0 181493 0
[pid=7471] vsize: 726244
Current children cumulated CPU time (s) 440.06
Current children cumulated vsize (Kb) 726244

[startup+470.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 181543 0 0 0 43591 1406 0 0 25 0 1 0 1731150981 748175360 180871 4294967295 134512640 134736556 3221224560 3221223084 134536340 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 182660 180871 1116 68 0 182592 0
[pid=7471] vsize: 730640
Current children cumulated CPU time (s) 449.97
Current children cumulated vsize (Kb) 730640

[startup+480.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 182771 0 0 0 44574 1415 0 0 25 0 1 0 1731150981 753176576 182099 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 183881 182099 1116 68 0 183813 0
[pid=7471] vsize: 735524
Current children cumulated CPU time (s) 459.89
Current children cumulated vsize (Kb) 735524

[startup+490.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 183645 0 0 0 45563 1421 0 0 25 0 1 0 1731150981 756826112 182973 4294967295 134512640 134736556 3221224560 3221222280 134634449 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 184772 182973 1116 68 0 184704 0
[pid=7471] vsize: 739088
Current children cumulated CPU time (s) 469.84
Current children cumulated vsize (Kb) 739088

[startup+500.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 184924 0 0 0 46549 1429 0 0 25 0 1 0 1731150981 761978880 184252 4294967295 134512640 134736556 3221224560 3221223184 134524877 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 186030 184252 1116 68 0 185962 0
[pid=7471] vsize: 744120
Current children cumulated CPU time (s) 479.78
Current children cumulated vsize (Kb) 744120

[startup+510.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 186308 0 0 0 47530 1438 0 0 25 0 1 0 1731150981 767844352 185628 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 187462 185628 1116 68 0 187394 0
[pid=7471] vsize: 749848
Current children cumulated CPU time (s) 489.68
Current children cumulated vsize (Kb) 749848

[startup+520.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 187801 0 0 0 48513 1447 0 0 25 0 1 0 1731150981 773926912 187121 4294967295 134512640 134736556 3221224560 3221223216 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 188947 187121 1116 68 0 188879 0
[pid=7471] vsize: 755788
Current children cumulated CPU time (s) 499.6
Current children cumulated vsize (Kb) 755788

[startup+530.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 189299 0 0 0 49494 1458 0 0 25 0 1 0 1731150981 780009472 188619 4294967295 134512640 134736556 3221224560 3221223184 134634273 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 190432 188619 1116 68 0 190364 0
[pid=7471] vsize: 761728
Current children cumulated CPU time (s) 509.52
Current children cumulated vsize (Kb) 761728

[startup+540.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 190788 0 0 0 50475 1469 0 0 25 0 1 0 1731150981 786092032 190108 4294967295 134512640 134736556 3221224560 3221223240 134536507 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 191917 190109 1116 68 0 191849 0
[pid=7471] vsize: 767668
Current children cumulated CPU time (s) 519.44
Current children cumulated vsize (Kb) 767668

[startup+550.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 192691 0 0 0 51451 1482 0 0 25 0 1 0 1731150981 793997312 192006 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 193847 192006 1116 68 0 193779 0
[pid=7471] vsize: 775388
Current children cumulated CPU time (s) 529.33
Current children cumulated vsize (Kb) 775388

[startup+560.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193103 0 0 0 52438 1486 0 0 25 0 1 0 1731150981 795426816 192364 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194196 192364 1116 68 0 194128 0
[pid=7471] vsize: 776784
Current children cumulated CPU time (s) 539.24
Current children cumulated vsize (Kb) 776784

[startup+570.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 53425 1491 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 549.16
Current children cumulated vsize (Kb) 776916

[startup+580.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 54419 1494 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 559.13
Current children cumulated vsize (Kb) 776916

[startup+590.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 55414 1496 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 569.1
Current children cumulated vsize (Kb) 776916

[startup+600.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 56409 1498 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 579.07
Current children cumulated vsize (Kb) 776916

[startup+610.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 193134 0 0 0 57403 1500 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 589.03
Current children cumulated vsize (Kb) 776916

[startup+620.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 58398 1501 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 598.99
Current children cumulated vsize (Kb) 776916

[startup+630.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 59392 1503 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 608.95
Current children cumulated vsize (Kb) 776916

[startup+640.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 60388 1505 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 618.93
Current children cumulated vsize (Kb) 776916

[startup+650.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 61382 1507 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 628.89
Current children cumulated vsize (Kb) 776916

[startup+660.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193134 0 0 0 62378 1509 0 0 25 0 1 0 1731150981 795561984 192395 4294967295 134512640 134736556 3221224560 3221223272 134694480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 194229 192395 1116 68 0 194161 0
[pid=7471] vsize: 776916
Current children cumulated CPU time (s) 638.87
Current children cumulated vsize (Kb) 776916

[startup+670.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193528 0 0 0 63353 1519 0 0 25 0 1 0 1731150981 796958720 192605 4294967295 134512640 134736556 3221224560 3221223300 134609065 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194570 192605 1116 68 0 194502 0
[pid=7471] vsize: 778280
Current children cumulated CPU time (s) 648.72
Current children cumulated vsize (Kb) 778280

[startup+680.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 193968 0 0 0 64339 1525 0 0 25 0 1 0 1731150981 798875648 193045 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195038 193045 1116 68 0 194970 0
[pid=7471] vsize: 780152
Current children cumulated CPU time (s) 658.64
Current children cumulated vsize (Kb) 780152

[startup+690.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194048 0 0 0 65338 1525 0 0 25 0 1 0 1731150981 798576640 193006 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194965 193006 1116 68 0 194897 0
[pid=7471] vsize: 779860
Current children cumulated CPU time (s) 668.63
Current children cumulated vsize (Kb) 779860

[startup+700.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194155 0 0 0 66334 1527 0 0 25 0 1 0 1731150981 798990336 193105 4294967295 134512640 134736556 3221224560 3221223096 1077379889 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195066 193105 1116 68 0 194998 0
[pid=7471] vsize: 780264
Current children cumulated CPU time (s) 678.61
Current children cumulated vsize (Kb) 780264

[startup+710.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194161 0 0 0 67287 1546 0 0 25 0 1 0 1731150981 798576640 193012 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194965 193012 1116 68 0 194897 0
[pid=7471] vsize: 779860
Current children cumulated CPU time (s) 688.33
Current children cumulated vsize (Kb) 779860

[startup+720.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194188 0 0 0 68285 1547 0 0 25 0 1 0 1731150981 798707712 193039 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193039 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 698.32
Current children cumulated vsize (Kb) 779988

[startup+730.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 69274 1551 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223248 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 708.25
Current children cumulated vsize (Kb) 779988

[startup+740.013 s]
Raw data (loadavg): 1.00 1.00 0.99 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 194189 0 0 0 70261 1556 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 718.17
Current children cumulated vsize (Kb) 779988

[startup+750.014 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 71250 1559 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 728.09
Current children cumulated vsize (Kb) 779988

[startup+760.015 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 72243 1561 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 738.04
Current children cumulated vsize (Kb) 779988

[startup+770.014 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 73236 1563 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 747.99
Current children cumulated vsize (Kb) 779988

[startup+780.014 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 74223 1567 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223256 134554058 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 757.9
Current children cumulated vsize (Kb) 779988

[startup+790.015 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 75203 1573 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223200 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 767.76
Current children cumulated vsize (Kb) 779988

[startup+800.014 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 76189 1577 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223176 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 777.66
Current children cumulated vsize (Kb) 779988

[startup+810.015 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 77178 1582 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 787.6
Current children cumulated vsize (Kb) 779988

[startup+820.016 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 78163 1587 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 797.5
Current children cumulated vsize (Kb) 779988

[startup+830.015 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 79151 1592 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 807.43
Current children cumulated vsize (Kb) 779988

[startup+840.016 s]
Raw data (loadavg): 1.00 1.00 0.99 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 194189 0 0 0 80137 1597 0 0 19 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 817.34
Current children cumulated vsize (Kb) 779988

[startup+850.017 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 81125 1601 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223248 134529232 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 827.26
Current children cumulated vsize (Kb) 779988

[startup+860.018 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 82115 1605 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 837.2
Current children cumulated vsize (Kb) 779988

[startup+870.018 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 83084 1614 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 846.98
Current children cumulated vsize (Kb) 779988

[startup+880.018 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 84064 1621 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223232 134528738 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 856.85
Current children cumulated vsize (Kb) 779988

[startup+890.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 85045 1628 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223240 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 866.73
Current children cumulated vsize (Kb) 779988

[startup+900.018 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194189 0 0 0 86038 1630 0 0 25 0 1 0 1731150981 798707712 193040 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193040 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 876.68
Current children cumulated vsize (Kb) 779988

[startup+910.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194196 0 0 0 86967 1655 0 0 17 0 1 0 1731150981 798707712 193047 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 194997 193047 1116 68 0 194929 0
[pid=7471] vsize: 779988
Current children cumulated CPU time (s) 886.22
Current children cumulated vsize (Kb) 779988

[startup+920.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194305 0 0 0 87967 1656 0 0 25 0 1 0 1731150981 799252480 193156 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195130 193156 1116 68 0 195062 0
[pid=7471] vsize: 780520
Current children cumulated CPU time (s) 896.23
Current children cumulated vsize (Kb) 780520

[startup+930.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194333 0 0 0 88966 1656 0 0 25 0 1 0 1731150981 799256576 193155 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195131 193155 1116 68 0 195063 0
[pid=7471] vsize: 780524
Current children cumulated CPU time (s) 906.22
Current children cumulated vsize (Kb) 780524

[startup+940.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194408 0 0 0 89965 1657 0 0 25 0 1 0 1731150981 799531008 193230 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195198 193230 1116 68 0 195130 0
[pid=7471] vsize: 780792
Current children cumulated CPU time (s) 916.22
Current children cumulated vsize (Kb) 780792

[startup+950.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194433 0 0 0 90965 1657 0 0 25 0 1 0 1731150981 799666176 193255 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195231 193255 1116 68 0 195163 0
[pid=7471] vsize: 780924
Current children cumulated CPU time (s) 926.22
Current children cumulated vsize (Kb) 780924

[startup+960.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194434 0 0 0 91964 1657 0 0 25 0 1 0 1731150981 799576064 193256 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195209 193256 1116 68 0 195141 0
[pid=7471] vsize: 780836
Current children cumulated CPU time (s) 936.21
Current children cumulated vsize (Kb) 780836

[startup+970.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194434 0 0 0 92961 1659 0 0 25 0 1 0 1731150981 799576064 193256 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195209 193256 1116 68 0 195141 0
[pid=7471] vsize: 780836
Current children cumulated CPU time (s) 946.2
Current children cumulated vsize (Kb) 780836

[startup+980.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194434 0 0 0 93959 1659 0 0 25 0 1 0 1731150981 799576064 193256 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195209 193256 1116 68 0 195141 0
[pid=7471] vsize: 780836
Current children cumulated CPU time (s) 956.18
Current children cumulated vsize (Kb) 780836

[startup+990.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194434 0 0 0 94957 1661 0 0 25 0 1 0 1731150981 799576064 193256 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195209 193256 1116 68 0 195141 0
[pid=7471] vsize: 780836
Current children cumulated CPU time (s) 966.18
Current children cumulated vsize (Kb) 780836

[startup+1000.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194441 0 0 0 95956 1661 0 0 25 0 1 0 1731150981 799723520 193263 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193263 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 976.17
Current children cumulated vsize (Kb) 780980

[startup+1010.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194441 0 0 0 96954 1662 0 0 25 0 1 0 1731150981 799723520 193263 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193263 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 986.16
Current children cumulated vsize (Kb) 780980

[startup+1020.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194441 0 0 0 97953 1663 0 0 25 0 1 0 1731150981 799723520 193263 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193263 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 996.16
Current children cumulated vsize (Kb) 780980

[startup+1030.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194457 0 0 0 98951 1663 0 0 25 0 1 0 1731150981 799723520 193279 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193279 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 1006.14
Current children cumulated vsize (Kb) 780980

[startup+1040.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194457 0 0 0 99950 1664 0 0 25 0 1 0 1731150981 799723520 193279 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193279 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 1016.14
Current children cumulated vsize (Kb) 780980

[startup+1050.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194457 0 0 0 100948 1665 0 0 25 0 1 0 1731150981 799723520 193279 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193279 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 1026.13
Current children cumulated vsize (Kb) 780980

[startup+1060.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194457 0 0 0 101948 1665 0 0 25 0 1 0 1731150981 799723520 193279 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193279 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 1036.13
Current children cumulated vsize (Kb) 780980

[startup+1070.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194457 0 0 0 102947 1665 0 0 25 0 1 0 1731150981 799723520 193279 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195245 193279 1116 68 0 195177 0
[pid=7471] vsize: 780980
Current children cumulated CPU time (s) 1046.12
Current children cumulated vsize (Kb) 780980

[startup+1080.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194460 0 0 0 103921 1674 0 0 25 0 1 0 1731150981 799326208 193203 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195148 193203 1116 68 0 195080 0
[pid=7471] vsize: 780592
Current children cumulated CPU time (s) 1055.95
Current children cumulated vsize (Kb) 780592

[startup+1090.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194495 0 0 0 104919 1674 0 0 25 0 1 0 1731150981 799596544 193238 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195214 193238 1116 68 0 195146 0
[pid=7471] vsize: 780856
Current children cumulated CPU time (s) 1065.93
Current children cumulated vsize (Kb) 780856

[startup+1100.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 105918 1675 0 0 25 0 1 0 1731150981 799420416 193226 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195171 193226 1116 68 0 195103 0
[pid=7471] vsize: 780684
Current children cumulated CPU time (s) 1075.93
Current children cumulated vsize (Kb) 780684

[startup+1110.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 106917 1676 0 0 25 0 1 0 1731150981 799420416 193226 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 195171 193226 1116 68 0 195103 0
[pid=7471] vsize: 780684
Current children cumulated CPU time (s) 1085.93
Current children cumulated vsize (Kb) 780684

[startup+1120.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 107915 1676 0 0 25 0 1 0 1731150981 799420416 193226 4294967295 134512640 134736556 3221224560 3221223156 1077374180 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195171 193226 1116 68 0 195103 0
[pid=7471] vsize: 780684
Current children cumulated CPU time (s) 1095.91
Current children cumulated vsize (Kb) 780684

[startup+1130.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 108897 1682 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223172 134537411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1105.79
Current children cumulated vsize (Kb) 780676

[startup+1140.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 109880 1688 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1115.68
Current children cumulated vsize (Kb) 780676

[startup+1150.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 110873 1691 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223256 134554050 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1125.64
Current children cumulated vsize (Kb) 780676

[startup+1160.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 111865 1694 0 0 19 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1135.59
Current children cumulated vsize (Kb) 780676

[startup+1170.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 112858 1695 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1145.53
Current children cumulated vsize (Kb) 780676

[startup+1180.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 113845 1700 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223176 134544625 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1155.45
Current children cumulated vsize (Kb) 780676

[startup+1190.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 114811 1712 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223176 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1165.23
Current children cumulated vsize (Kb) 780676

[startup+1200.03 s]
Raw data (loadavg): 1.00 1.00 0.99 1/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) T 7470 7471 20602 0 -1 0 194504 0 0 0 115779 1722 0 0 17 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1175.01
Current children cumulated vsize (Kb) 780676

[startup+1210.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 116759 1727 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1184.86
Current children cumulated vsize (Kb) 780676

[startup+1220.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/57 7471
Raw data (/proc/7471/stat): 7471 (bsolo) R 7470 7471 20602 0 -1 0 194504 0 0 0 117748 1731 0 0 25 0 1 0 1731150981 799412224 193224 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7471/statm): 195169 193224 1116 68 0 195101 0
[pid=7471] vsize: 780676
Current children cumulated CPU time (s) 1194.79
Current children cumulated vsize (Kb) 780676
One traced child (pid=7471) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1220.9
CPU time (s): 1195.67
CPU user time (s): 1178
CPU system time (s): 17.6683
CPU usage (%): 97.9333
Max. virtual memory (cumulated for all children) (Kb): 780980

Verifier Data

ERROR: no interpretation found !