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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-scsd1.opb
MD5SUM0d161f98f04bb13a3a82ce824c7be961
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 15200
Biggest coefficient in the objective function 262144000000000
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 183748611699849900
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 262144000000000
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 183748611699849900
Number of bits of the biggest sum of numbers58
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables15200
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint400
Maximum length of a constraint1000

Trace number 5100

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.215
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        867920 kB
Buffers:         40984 kB
Cached:          94456 kB
SwapCached:        832 kB
Active:          74436 kB
Inactive:        63736 kB
HighTotal:      131008 kB
HighFree:        33180 kB
LowTotal:       903652 kB
LowFree:        834740 kB
SwapTotal:     2097892 kB
SwapFree:      2096604 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            22948 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 22:48:37 (client local time) WITH STATUS 0 IN 1195.05 SECONDS
stats: 847 7 1195.05 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 15200 variables and 154 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 6.85
c After prepocess the problem consists of 15200 variables and 154 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 15200 #Dec: 19377 LB: 0 @ 17.078
c Restart #2 #Var: 15200 #Dec: 56832 LB: 0 @ 31.79
c Restart #3 #Var: 15200 #Dec: 91261 LB: 0 @ 49.311
c Restart #4 #Var: 15200 #Dec: 217843 LB: 0 @ 78.059
c Restart #5 #Var: 15200 #Dec: 367474 LB: 0 @ 113.69
c Restart #6 #Var: 15200 #Dec: 481275 LB: 0 @ 152
c Restart #7 #Var: 15200 #Dec: 615874 LB: 0 @ 196.65
c Restart #8 #Var: 15200 #Dec: 618259 LB: 0 @ 236.65
c Restart #9 #Var: 15200 #Dec: 620847 LB: 0 @ 281.9
c Restart #10 #Var: 15200 #Dec: 623632 LB: 0 @ 332.28
c Restart #11 #Var: 15200 #Dec: 626618 LB: 0 @ 386.97
c Restart #12 #Var: 15200 #Dec: 629806 LB: 0 @ 447.84
c Restart #13 #Var: 15200 #Dec: 633193 LB: 0 @ 511.73
c Restart #14 #Var: 15200 #Dec: 636778 LB: 0 @ 583.09
c CHANGE Heuristic... 
c Restart #0 #Var: 15200 #Dec: 640563 LB: 0 @ 656.73
c Restart #1 #Var: 15200 #Dec: 654180 LB: 0 @ 657.96
c Restart #2 #Var: 15200 #Dec: 654957 LB: 0 @ 661.02
c Restart #3 #Var: 15200 #Dec: 655932 LB: 0 @ 663.25
c Restart #4 #Var: 15200 #Dec: 657105 LB: 0 @ 668.92
c Restart #5 #Var: 15200 #Dec: 658480 LB: 0 @ 672.12
c Restart #6 #Var: 15200 #Dec: 660058 LB: 0 @ 680.7
c Restart #7 #Var: 15200 #Dec: 661836 LB: 0 @ 685.21
c Restart #8 #Var: 15200 #Dec: 663811 LB: 0 @ 696.37
c Restart #9 #Var: 15200 #Dec: 665985 LB: 0 @ 702.03
c Restart #10 #Var: 15200 #Dec: 668359 LB: 0 @ 715.57
c Restart #11 #Var: 15200 #Dec: 670935 LB: 0 @ 722.68
c Restart #12 #Var: 15200 #Dec: 673710 LB: 0 @ 739.4
c Restart #13 #Var: 15200 #Dec: 676689 LB: 0 @ 748.14
c Restart #14 #Var: 15200 #Dec: 679860 LB: 0 @ 767.44
c Restart #15 #Var: 15200 #Dec: 683238 LB: 0 @ 777.71
c Restart #16 #Var: 15200 #Dec: 686810 LB: 0 @ 800.08
c Restart #17 #Var: 15200 #Dec: 690589 LB: 0 @ 811.69
c Restart #18 #Var: 15200 #Dec: 694564 LB: 0 @ 836.69
c Restart #19 #Var: 15200 #Dec: 698743 LB: 0 @ 849.28
c Restart #20 #Var: 15200 #Dec: 703121 LB: 0 @ 876.33
c Restart #21 #Var: 15200 #Dec: 707698 LB: 0 @ 890.69
c Restart #22 #Var: 15200 #Dec: 712471 LB: 0 @ 920.93
c Restart #23 #Var: 15200 #Dec: 717445 LB: 0 @ 935.83
c Restart #24 #Var: 15200 #Dec: 722621 LB: 0 @ 969.03
c Restart #25 #Var: 15200 #Dec: 727997 LB: 0 @ 985.47
c Restart #26 #Var: 15200 #Dec: 733570 LB: 0 @ 1021.3
c Restart #27 #Var: 15200 #Dec: 739348 LB: 0 @ 1039.5
c Restart #28 #Var: 15200 #Dec: 745321 LB: 0 @ 1077.9
c Restart #29 #Var: 15200 #Dec: 751498 LB: 0 @ 1097.5
c Restart #30 #Var: 15200 #Dec: 757875 LB: 0 @ 1138.9
c Restart #31 #Var: 15200 #Dec: 764447 LB: 0 @ 1159.5
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1853497077 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 107 3 90 68 0 39 0
[pid=25227] 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/wulflinc20/normalized-mps-v2-13-7-scsd1.opb

[startup+10.0029 s]
Raw data (loadavg): 0.93 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14600 0 0 0 879 62 0 0 25 0 1 0 1853497077 63205376 14511 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15431 14511 1116 68 0 15363 0
[pid=25227] vsize: 61724
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (Kb) 61724

[startup+20.0037 s]
Raw data (loadavg): 0.94 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14648 0 0 0 1803 86 0 0 25 0 1 0 1853497077 63205376 14519 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15431 14519 1116 68 0 15363 0
[pid=25227] vsize: 61724
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (Kb) 61724

[startup+30.0044 s]
Raw data (loadavg): 0.95 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14821 0 0 0 2743 105 0 0 25 0 1 0 1853497077 63774720 14659 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15570 14659 1116 68 0 15502 0
[pid=25227] vsize: 62280
Current children cumulated CPU time (s) 28.48
Current children cumulated vsize (Kb) 62280

[startup+40.0041 s]
Raw data (loadavg): 0.96 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14821 0 0 0 3605 149 0 0 25 0 1 0 1853497077 63774720 14659 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15570 14659 1116 68 0 15502 0
[pid=25227] vsize: 62280
Current children cumulated CPU time (s) 37.54
Current children cumulated vsize (Kb) 62280

[startup+50.0058 s]
Raw data (loadavg): 0.96 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 4576 158 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223256 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 47.34
Current children cumulated vsize (Kb) 62488

[startup+60.0055 s]
Raw data (loadavg): 0.97 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 5356 229 0 0 21 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 55.85
Current children cumulated vsize (Kb) 62488

[startup+70.0063 s]
Raw data (loadavg): 0.97 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 6156 294 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 64.5
Current children cumulated vsize (Kb) 62488

[startup+80.007 s]
Raw data (loadavg): 0.98 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 7082 319 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 74.01
Current children cumulated vsize (Kb) 62488

[startup+90.0067 s]
Raw data (loadavg): 0.98 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 7903 374 0 0 20 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 82.77
Current children cumulated vsize (Kb) 62488

[startup+100.007 s]
Raw data (loadavg): 0.98 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 8657 453 0 0 21 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223184 134634416 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 91.1
Current children cumulated vsize (Kb) 62488

[startup+110.008 s]
Raw data (loadavg): 0.98 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 9505 498 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 62488

[startup+120.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 10492 503 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223256 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 109.95
Current children cumulated vsize (Kb) 62488

[startup+130.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 11311 566 0 0 20 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 118.77
Current children cumulated vsize (Kb) 62488

[startup+140.009 s]
Raw data (loadavg): 0.99 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 12098 635 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 127.33
Current children cumulated vsize (Kb) 62488

[startup+150.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 13029 658 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 136.87
Current children cumulated vsize (Kb) 62488

[startup+160.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 14027 660 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 146.87
Current children cumulated vsize (Kb) 62488

[startup+170.011 s]
Raw data (loadavg): 0.99 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 14889 703 0 0 20 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 155.92
Current children cumulated vsize (Kb) 62488

[startup+180.011 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 15648 786 0 0 23 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 164.34
Current children cumulated vsize (Kb) 62488

[startup+190.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 16498 834 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 173.32
Current children cumulated vsize (Kb) 62488

[startup+200.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 17485 838 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 183.23
Current children cumulated vsize (Kb) 62488

[startup+210.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 18482 839 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 193.21
Current children cumulated vsize (Kb) 62488

[startup+220.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 19477 840 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 203.17
Current children cumulated vsize (Kb) 62488

[startup+230.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 20474 841 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223232 134605362 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 213.15
Current children cumulated vsize (Kb) 62488

[startup+240.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 21473 842 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 223.15
Current children cumulated vsize (Kb) 62488

[startup+250.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 22470 843 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223216 134524969 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 233.13
Current children cumulated vsize (Kb) 62488

[startup+260.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 23464 845 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223156 1077374082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 243.09
Current children cumulated vsize (Kb) 62488

[startup+270.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 24462 846 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223200 1076647572 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 253.08
Current children cumulated vsize (Kb) 62488

[startup+280.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 25460 846 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 263.06
Current children cumulated vsize (Kb) 62488

[startup+290.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 26458 847 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 273.05
Current children cumulated vsize (Kb) 62488

[startup+300.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 27453 849 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 283.02
Current children cumulated vsize (Kb) 62488

[startup+310.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 28451 850 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223216 134534851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 293.01
Current children cumulated vsize (Kb) 62488

[startup+320.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 29449 851 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 303
Current children cumulated vsize (Kb) 62488

[startup+330.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 30446 852 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 312.98
Current children cumulated vsize (Kb) 62488

[startup+340.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 31444 853 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223268 134605449 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 322.97
Current children cumulated vsize (Kb) 62488

[startup+350.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 32439 855 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 332.94
Current children cumulated vsize (Kb) 62488

[startup+360.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 33437 855 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 342.92
Current children cumulated vsize (Kb) 62488

[startup+370.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 34435 856 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 352.91
Current children cumulated vsize (Kb) 62488

[startup+380.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 35433 857 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223192 134553056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 362.9
Current children cumulated vsize (Kb) 62488

[startup+390.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 36431 858 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 372.89
Current children cumulated vsize (Kb) 62488

[startup+400.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 37429 859 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 382.88
Current children cumulated vsize (Kb) 62488

[startup+410.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 38423 860 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 392.83
Current children cumulated vsize (Kb) 62488

[startup+420.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 39421 860 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 402.81
Current children cumulated vsize (Kb) 62488

[startup+430.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 40419 861 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 412.8
Current children cumulated vsize (Kb) 62488

[startup+440.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 41418 862 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 422.8
Current children cumulated vsize (Kb) 62488

[startup+450.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 42416 863 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 432.79
Current children cumulated vsize (Kb) 62488

[startup+460.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 43414 864 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 442.78
Current children cumulated vsize (Kb) 62488

[startup+470.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 44409 865 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 452.74
Current children cumulated vsize (Kb) 62488

[startup+480.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 45407 866 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 462.73
Current children cumulated vsize (Kb) 62488

[startup+490.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 46404 867 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 472.71
Current children cumulated vsize (Kb) 62488

[startup+500.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 47402 868 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 482.7
Current children cumulated vsize (Kb) 62488

[startup+510.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 48401 868 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 492.69
Current children cumulated vsize (Kb) 62488

[startup+520.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 49399 869 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 502.68
Current children cumulated vsize (Kb) 62488

[startup+530.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 50392 872 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 512.64
Current children cumulated vsize (Kb) 62488

[startup+540.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 51390 873 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 522.63
Current children cumulated vsize (Kb) 62488

[startup+550.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 52388 874 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 532.62
Current children cumulated vsize (Kb) 62488

[startup+560.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 53387 874 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 542.61
Current children cumulated vsize (Kb) 62488

[startup+570.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 54385 875 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 552.6
Current children cumulated vsize (Kb) 62488

[startup+580.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 55383 875 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 562.58
Current children cumulated vsize (Kb) 62488

[startup+590.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 56380 876 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 572.56
Current children cumulated vsize (Kb) 62488

[startup+600.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 57379 877 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 582.56
Current children cumulated vsize (Kb) 62488

[startup+610.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 58373 879 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 592.52
Current children cumulated vsize (Kb) 62488

[startup+620.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 59371 879 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 602.5
Current children cumulated vsize (Kb) 62488

[startup+630.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 60369 880 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 612.49
Current children cumulated vsize (Kb) 62488

[startup+640.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 61368 881 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 622.49
Current children cumulated vsize (Kb) 62488

[startup+650.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 62366 881 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 632.47
Current children cumulated vsize (Kb) 62488

[startup+660.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 63363 882 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (Kb) 62488

[startup+670.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 64362 882 0 0 25 0 1 0 1853497077 63987712 14698 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15622 14698 1116 68 0 15554 0
[pid=25227] vsize: 62488
Current children cumulated CPU time (s) 652.44
Current children cumulated vsize (Kb) 62488

[startup+680.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 65302 902 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 662.04
Current children cumulated vsize (Kb) 62248

[startup+690.021 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 66289 908 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 671.97
Current children cumulated vsize (Kb) 62248

[startup+700.021 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 67279 912 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223156 1077374149 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 681.91
Current children cumulated vsize (Kb) 62248

[startup+710.022 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 68268 916 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 691.84
Current children cumulated vsize (Kb) 62248

[startup+720.021 s]
Raw data (loadavg): 0.99 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 69254 923 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 701.77
Current children cumulated vsize (Kb) 62248

[startup+730.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 70244 927 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 711.71
Current children cumulated vsize (Kb) 62248

[startup+740.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 71231 932 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 721.63
Current children cumulated vsize (Kb) 62248

[startup+750.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 72221 935 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 731.56
Current children cumulated vsize (Kb) 62248

[startup+760.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 73212 938 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 741.5
Current children cumulated vsize (Kb) 62248

[startup+770.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 74201 942 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 751.43
Current children cumulated vsize (Kb) 62248

[startup+780.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 75194 945 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 761.39
Current children cumulated vsize (Kb) 62248

[startup+790.024 s]
Raw data (loadavg): 0.99 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 76183 948 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 771.31
Current children cumulated vsize (Kb) 62248

[startup+800.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 77170 954 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223320 134560337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 781.24
Current children cumulated vsize (Kb) 62248

[startup+810.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 78163 957 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 791.2
Current children cumulated vsize (Kb) 62248

[startup+820.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 79154 960 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223168 134634139 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 801.14
Current children cumulated vsize (Kb) 62248

[startup+830.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 80140 966 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223216 134534851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 811.06
Current children cumulated vsize (Kb) 62248

[startup+840.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 81130 969 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 820.99
Current children cumulated vsize (Kb) 62248

[startup+850.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 82123 971 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 830.94
Current children cumulated vsize (Kb) 62248

[startup+860.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 83111 976 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223096 1077377720 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 840.87
Current children cumulated vsize (Kb) 62248

[startup+870.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 84097 981 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 850.78
Current children cumulated vsize (Kb) 62248

[startup+880.026 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 85090 984 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 860.74
Current children cumulated vsize (Kb) 62248

[startup+890.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 86084 985 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 870.69
Current children cumulated vsize (Kb) 62248

[startup+900.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 87071 989 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223320 134560331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 880.6
Current children cumulated vsize (Kb) 62248

[startup+910.026 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 88058 993 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223272 134553050 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 890.51
Current children cumulated vsize (Kb) 62248

[startup+920.026 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 89049 996 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 900.45
Current children cumulated vsize (Kb) 62248

[startup+930.026 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 90042 998 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 910.4
Current children cumulated vsize (Kb) 62248

[startup+940.027 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 91035 1000 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 920.35
Current children cumulated vsize (Kb) 62248

[startup+950.027 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 92018 1007 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223284 134605797 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 930.25
Current children cumulated vsize (Kb) 62248

[startup+960.026 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 93004 1012 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 940.16
Current children cumulated vsize (Kb) 62248

[startup+970.027 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 93997 1015 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 950.12
Current children cumulated vsize (Kb) 62248

[startup+980.028 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 94991 1017 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 960.08
Current children cumulated vsize (Kb) 62248

[startup+990.028 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 95981 1020 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223272 134694480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 970.01
Current children cumulated vsize (Kb) 62248

[startup+1000.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 96966 1026 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 979.92
Current children cumulated vsize (Kb) 62248

[startup+1010.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 97953 1030 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223120 134549992 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 989.83
Current children cumulated vsize (Kb) 62248

[startup+1020.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 98944 1034 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 999.78
Current children cumulated vsize (Kb) 62248

[startup+1030.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 99937 1036 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1009.73
Current children cumulated vsize (Kb) 62248

[startup+1040.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 100930 1040 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1019.7
Current children cumulated vsize (Kb) 62248

[startup+1050.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 101917 1044 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1029.61
Current children cumulated vsize (Kb) 62248

[startup+1060.03 s]
Raw data (loadavg): 0.99 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 102901 1051 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1039.52
Current children cumulated vsize (Kb) 62248

[startup+1070.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 103894 1054 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1049.48
Current children cumulated vsize (Kb) 62248

[startup+1080.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 104887 1056 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1059.43
Current children cumulated vsize (Kb) 62248

[startup+1090.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 105880 1058 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1069.38
Current children cumulated vsize (Kb) 62248

[startup+1100.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 106869 1062 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1079.31
Current children cumulated vsize (Kb) 62248

[startup+1110.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 107856 1067 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1089.23
Current children cumulated vsize (Kb) 62248

[startup+1120.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 108841 1072 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223096 1077378379 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1099.13
Current children cumulated vsize (Kb) 62248

[startup+1130.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 109835 1074 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1109.09
Current children cumulated vsize (Kb) 62248

[startup+1140.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 110828 1076 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223156 1077374057 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1119.04
Current children cumulated vsize (Kb) 62248

[startup+1150.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 111819 1079 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1128.98
Current children cumulated vsize (Kb) 62248

[startup+1160.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 112812 1082 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223288 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1138.94
Current children cumulated vsize (Kb) 62248

[startup+1170.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 113796 1088 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1148.84
Current children cumulated vsize (Kb) 62248

[startup+1180.03 s]
Raw data (loadavg): 0.99 0.98 0.99 1/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) T 25226 25227 2660 0 -1 0 14873 0 0 0 114781 1093 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1158.74
Current children cumulated vsize (Kb) 62248

[startup+1190.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 115772 1095 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223104 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1168.67
Current children cumulated vsize (Kb) 62248

[startup+1200.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 116765 1098 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1178.63
Current children cumulated vsize (Kb) 62248

[startup+1210.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/56 25227
Raw data (/proc/25227/stat): 25227 (bsolo) R 25226 25227 2660 0 -1 0 14873 0 0 0 117758 1100 0 0 25 0 1 0 1853497077 63741952 14668 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/25227/statm): 15562 14668 1116 68 0 15494 0
[pid=25227] vsize: 62248
Current children cumulated CPU time (s) 1188.58
Current children cumulated vsize (Kb) 62248
One traced child (pid=25227) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1216.53
CPU time (s): 1195.05
CPU user time (s): 1184.01
CPU system time (s): 11.0453
CPU usage (%): 98.2348
Max. virtual memory (cumulated for all children) (Kb): 62488

Verifier Data

ERROR: no interpretation found !