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

Nameweb/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUM89f41bbcf2b70665bd7071c5b58e0ec8
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.626
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 373

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-18 09:37:30 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=340 boxname=wulflinc1 idbench=340 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  89f41bbcf2b70665bd7071c5b58e0ec8  /oldhome/oroussel/tmp/wulflinc1/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc1/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
IDLAUNCH: 340
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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	: 2
cpu MHz		: 451.053
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:        905184 kB
Buffers:         36952 kB
Cached:          62440 kB
SwapCached:        908 kB
Active:          87072 kB
Inactive:        15196 kB
HighTotal:      131008 kB
HighFree:        72380 kB
LowTotal:       903652 kB
LowFree:        832804 kB
SwapTotal:     2097136 kB
SwapFree:      2095620 kB
Dirty:              52 kB
Writeback:           0 kB
Mapped:           5992 kB
Slab:            21416 kB
Committed_AS:    93168 kB
PageTables:        344 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 09:57:36 (client local time) WITH STATUS 0 IN 1195.12 SECONDS
stats: 340 7 1195.12 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 49621 variables and 138346 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 66.541
c After prepocess the problem consists of 47532 variables and 132347 constraints.
c Restart #1 #Var: 46996 #Dec: 14022 LB: 0 @ 112.1
c Restart #2 #Var: 46994 #Dec: 36024 LB: 0 @ 202.09
c Restart #3 #Var: 43792 #Dec: 70781 LB: 0 @ 280.3
c Restart #4 #Var: 43792 #Dec: 100079 LB: 0 @ 350.17
c Restart #5 #Var: 43792 #Dec: 115441 LB: 0 @ 406.8
c Restart #6 #Var: 43792 #Dec: 118522 LB: 0 @ 433.17
c Restart #7 #Var: 43792 #Dec: 122004 LB: 0 @ 466.92
c Restart #8 #Var: 43792 #Dec: 124931 LB: 0 @ 484.07
c Restart #9 #Var: 43792 #Dec: 128831 LB: 0 @ 493.59
c Restart #10 #Var: 43791 #Dec: 135916 LB: 0 @ 509.97
c Restart #11 #Var: 43791 #Dec: 138386 LB: 0 @ 512.05
c Restart #12 #Var: 43791 #Dec: 140843 LB: 0 @ 514.44
c CHANGE Heuristic... 
c Restart #0 #Var: 43621 #Dec: 153654 LB: 0 @ 619.01
c Restart #1 #Var: 43621 #Dec: 155001 LB: 0 @ 633.89
c Restart #2 #Var: 43621 #Dec: 157451 LB: 0 @ 653.24
c Restart #3 #Var: 43621 #Dec: 161695 LB: 0 @ 710
c Restart #4 #Var: 43621 #Dec: 165736 LB: 0 @ 764.46
c Restart #5 #Var: 43619 #Dec: 171632 LB: 0 @ 810.54
c Restart #6 #Var: 43605 #Dec: 177746 LB: 0 @ 857.92
c Restart #7 #Var: 43602 #Dec: 184867 LB: 0 @ 918.2
c Restart #8 #Var: 43589 #Dec: 192073 LB: 0 @ 1003
c Restart #9 #Var: 43589 #Dec: 199581 LB: 0 @ 1077.9
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/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1725147078 438272 3 4294967295 134512640 134736556 3221224544 3221224544 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 107 3 90 68 0 39 0
[pid=20091] 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/wulflinc1/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb

[startup+10.0034 s]
Raw data (loadavg): 0.93 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 13511 0 0 0 883 52 0 0 24 0 1 0 1725147078 30146560 6488 4294967295 134512640 134736556 3221224544 3221222764 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 7360 6488 1116 68 0 7292 0
[pid=20091] vsize: 29440
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (Kb) 29440

[startup+20.0042 s]
Raw data (loadavg): 0.94 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 67425 0 0 0 1647 190 0 0 25 0 1 0 1725147078 45498368 10223 4294967295 134512640 134736556 3221224544 3221223072 134574248 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 11108 10223 1116 68 0 11040 0
[pid=20091] vsize: 44432
Current children cumulated CPU time (s) 18.37
Current children cumulated vsize (Kb) 44432

[startup+30.0039 s]
Raw data (loadavg): 0.95 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 205727 0 0 0 2299 460 0 0 25 0 1 0 1725147078 56160256 12729 4294967295 134512640 134736556 3221224544 3221222792 1077799011 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20091/statm): 13711 12729 1116 68 0 13643 0
[pid=20091] vsize: 54844
Current children cumulated CPU time (s) 27.59
Current children cumulated vsize (Kb) 54844

[startup+40.0047 s]
Raw data (loadavg): 0.96 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 398681 0 0 0 2866 822 0 0 25 0 1 0 1725147078 64593920 14800 4294967295 134512640 134736556 3221224544 3221223072 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 15770 14800 1116 68 0 15702 0
[pid=20091] vsize: 63080
Current children cumulated CPU time (s) 36.88
Current children cumulated vsize (Kb) 63080

[startup+50.0055 s]
Raw data (loadavg): 0.96 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 588703 0 0 0 3427 1194 0 0 25 0 1 0 1725147078 71925760 16625 4294967295 134512640 134736556 3221224544 3221222968 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20091/statm): 17560 16625 1116 68 0 17492 0
[pid=20091] vsize: 70240
Current children cumulated CPU time (s) 46.21
Current children cumulated vsize (Kb) 70240

[startup+60.0063 s]
Raw data (loadavg): 0.97 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 783517 0 0 0 3986 1573 0 0 25 0 1 0 1725147078 78655488 18299 4294967295 134512640 134736556 3221224544 3221223104 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 19203 18299 1116 68 0 19135 0
[pid=20091] vsize: 76812
Current children cumulated CPU time (s) 55.59
Current children cumulated vsize (Kb) 76812

[startup+70.0071 s]
Raw data (loadavg): 0.97 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 791890 0 0 0 4960 1595 0 0 25 0 1 0 1725147078 114106368 26672 4294967295 134512640 134736556 3221224544 3221223360 134644663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 27858 26672 1116 68 0 27790 0
[pid=20091] vsize: 111432
Current children cumulated CPU time (s) 65.55
Current children cumulated vsize (Kb) 111432

[startup+80.0069 s]
Raw data (loadavg): 0.98 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793828 0 0 0 5934 1608 0 0 25 0 1 0 1725147078 121868288 28464 4294967295 134512640 134736556 3221224544 3221223060 134716792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29753 28464 1116 68 0 29685 0
[pid=20091] vsize: 119012
Current children cumulated CPU time (s) 75.42
Current children cumulated vsize (Kb) 119012

[startup+90.0077 s]
Raw data (loadavg): 0.98 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793844 0 0 0 6924 1611 0 0 25 0 1 0 1725147078 121868288 28480 4294967295 134512640 134736556 3221224544 3221223040 134543915 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29753 28480 1116 68 0 29685 0
[pid=20091] vsize: 119012
Current children cumulated CPU time (s) 85.35
Current children cumulated vsize (Kb) 119012

[startup+100.007 s]
Raw data (loadavg): 0.98 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793857 0 0 0 7909 1617 0 0 25 0 1 0 1725147078 122003456 28493 4294967295 134512640 134736556 3221224544 3221223108 134544529 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29786 28493 1116 68 0 29718 0
[pid=20091] vsize: 119144
Current children cumulated CPU time (s) 95.26
Current children cumulated vsize (Kb) 119144

[startup+110.008 s]
Raw data (loadavg): 0.98 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793867 0 0 0 8896 1621 0 0 25 0 1 0 1725147078 122003456 28503 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29786 28503 1116 68 0 29718 0
[pid=20091] vsize: 119144
Current children cumulated CPU time (s) 105.17
Current children cumulated vsize (Kb) 119144

[startup+120.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793880 0 0 0 9878 1628 0 0 25 0 1 0 1725147078 122003456 28516 4294967295 134512640 134736556 3221224544 3221223052 134540130 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29786 28516 1116 68 0 29718 0
[pid=20091] vsize: 119144
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (Kb) 119144

[startup+130.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793896 0 0 0 10865 1632 0 0 25 0 1 0 1725147078 122138624 28532 4294967295 134512640 134736556 3221224544 3221223056 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29819 28532 1116 68 0 29751 0
[pid=20091] vsize: 119276
Current children cumulated CPU time (s) 124.97
Current children cumulated vsize (Kb) 119276

[startup+140.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793908 0 0 0 11850 1637 0 0 25 0 1 0 1725147078 122138624 28544 4294967295 134512640 134736556 3221224544 3221223200 134544751 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29819 28544 1116 68 0 29751 0
[pid=20091] vsize: 119276
Current children cumulated CPU time (s) 134.87
Current children cumulated vsize (Kb) 119276

[startup+150.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793920 0 0 0 12839 1641 0 0 25 0 1 0 1725147078 122273792 28556 4294967295 134512640 134736556 3221224544 3221223052 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29852 28556 1116 68 0 29784 0
[pid=20091] vsize: 119408
Current children cumulated CPU time (s) 144.8
Current children cumulated vsize (Kb) 119408

[startup+160.01 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793940 0 0 0 13832 1644 0 0 25 0 1 0 1725147078 122273792 28576 4294967295 134512640 134736556 3221224544 3221223240 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29852 28576 1116 68 0 29784 0
[pid=20091] vsize: 119408
Current children cumulated CPU time (s) 154.76
Current children cumulated vsize (Kb) 119408

[startup+170.01 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793952 0 0 0 14821 1648 0 0 25 0 1 0 1725147078 122408960 28588 4294967295 134512640 134736556 3221224544 3221223020 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29885 28588 1116 68 0 29817 0
[pid=20091] vsize: 119540
Current children cumulated CPU time (s) 164.69
Current children cumulated vsize (Kb) 119540

[startup+180.01 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 793966 0 0 0 15812 1651 0 0 25 0 1 0 1725147078 122408960 28602 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29885 28602 1116 68 0 29817 0
[pid=20091] vsize: 119540
Current children cumulated CPU time (s) 174.63
Current children cumulated vsize (Kb) 119540

[startup+190.011 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793977 0 0 0 16804 1653 0 0 25 0 1 0 1725147078 122408960 28613 4294967295 134512640 134736556 3221224544 3221223124 134543972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29885 28613 1116 68 0 29817 0
[pid=20091] vsize: 119540
Current children cumulated CPU time (s) 184.57
Current children cumulated vsize (Kb) 119540

[startup+200.01 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 793991 0 0 0 17792 1657 0 0 25 0 1 0 1725147078 122544128 28627 4294967295 134512640 134736556 3221224544 3221223108 134544640 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29918 28627 1116 68 0 29850 0
[pid=20091] vsize: 119672
Current children cumulated CPU time (s) 194.49
Current children cumulated vsize (Kb) 119672

[startup+210.011 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794008 0 0 0 18782 1661 0 0 25 0 1 0 1725147078 122544128 28644 4294967295 134512640 134736556 3221224544 3221223264 134609059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29918 28644 1116 68 0 29850 0
[pid=20091] vsize: 119672
Current children cumulated CPU time (s) 204.43
Current children cumulated vsize (Kb) 119672

[startup+220.012 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794030 0 0 0 19763 1667 0 0 25 0 1 0 1725147078 122679296 28666 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 29951 28666 1116 68 0 29883 0
[pid=20091] vsize: 119804
Current children cumulated CPU time (s) 214.3
Current children cumulated vsize (Kb) 119804

[startup+230.012 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794055 0 0 0 20740 1674 0 0 25 0 1 0 1725147078 122814464 28691 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20091/statm): 29984 28691 1116 68 0 29916 0
[pid=20091] vsize: 119936
Current children cumulated CPU time (s) 224.14
Current children cumulated vsize (Kb) 119936

[startup+240.012 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794090 0 0 0 21712 1685 0 0 25 0 1 0 1725147078 122949632 28726 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30017 28726 1116 68 0 29949 0
[pid=20091] vsize: 120068
Current children cumulated CPU time (s) 233.97
Current children cumulated vsize (Kb) 120068

[startup+250.012 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794117 0 0 0 22691 1692 0 0 25 0 1 0 1725147078 123084800 28753 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30050 28753 1116 68 0 29982 0
[pid=20091] vsize: 120200
Current children cumulated CPU time (s) 243.83
Current children cumulated vsize (Kb) 120200

[startup+260.013 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794142 0 0 0 23671 1699 0 0 25 0 1 0 1725147078 123084800 28778 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30050 28778 1116 68 0 29982 0
[pid=20091] vsize: 120200
Current children cumulated CPU time (s) 253.7
Current children cumulated vsize (Kb) 120200

[startup+270.013 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794185 0 0 0 24660 1704 0 0 25 0 1 0 1725147078 123355136 28821 4294967295 134512640 134736556 3221224544 3221223192 134544505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30116 28821 1116 68 0 30048 0
[pid=20091] vsize: 120464
Current children cumulated CPU time (s) 263.64
Current children cumulated vsize (Kb) 120464

[startup+280.013 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794220 0 0 0 25651 1706 0 0 25 0 1 0 1725147078 123490304 28856 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30149 28856 1116 68 0 30081 0
[pid=20091] vsize: 120596
Current children cumulated CPU time (s) 273.57
Current children cumulated vsize (Kb) 120596

[startup+290.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794231 0 0 0 26620 1717 0 0 25 0 1 0 1725147078 123490304 28867 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30149 28867 1116 68 0 30081 0
[pid=20091] vsize: 120596
Current children cumulated CPU time (s) 283.37
Current children cumulated vsize (Kb) 120596

[startup+300.013 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794257 0 0 0 27594 1726 0 0 25 0 1 0 1725147078 123625472 28893 4294967295 134512640 134736556 3221224544 3221223124 134543736 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30182 28893 1116 68 0 30114 0
[pid=20091] vsize: 120728
Current children cumulated CPU time (s) 293.2
Current children cumulated vsize (Kb) 120728

[startup+310.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794275 0 0 0 28577 1732 0 0 25 0 1 0 1725147078 123625472 28911 4294967295 134512640 134736556 3221224544 3221223052 134540044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30182 28911 1116 68 0 30114 0
[pid=20091] vsize: 120728
Current children cumulated CPU time (s) 303.09
Current children cumulated vsize (Kb) 120728

[startup+320.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794306 0 0 0 29568 1735 0 0 25 0 1 0 1725147078 123760640 28942 4294967295 134512640 134736556 3221224544 3221223116 134634644 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30215 28942 1116 68 0 30147 0
[pid=20091] vsize: 120860
Current children cumulated CPU time (s) 313.03
Current children cumulated vsize (Kb) 120860

[startup+330.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794338 0 0 0 30535 1747 0 0 25 0 1 0 1725147078 123895808 28974 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30248 28974 1116 68 0 30180 0
[pid=20091] vsize: 120992
Current children cumulated CPU time (s) 322.82
Current children cumulated vsize (Kb) 120992

[startup+340.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794369 0 0 0 31509 1756 0 0 25 0 1 0 1725147078 124030976 29005 4294967295 134512640 134736556 3221224544 3221223136 134716187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30281 29005 1116 68 0 30213 0
[pid=20091] vsize: 121124
Current children cumulated CPU time (s) 332.65
Current children cumulated vsize (Kb) 121124

[startup+350.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794405 0 0 0 32495 1760 0 0 25 0 1 0 1725147078 124166144 29041 4294967295 134512640 134736556 3221224544 3221223100 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30314 29041 1116 68 0 30246 0
[pid=20091] vsize: 121256
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (Kb) 121256

[startup+360.015 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794448 0 0 0 33484 1764 0 0 25 0 1 0 1725147078 124436480 29084 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30380 29084 1116 68 0 30312 0
[pid=20091] vsize: 121520
Current children cumulated CPU time (s) 352.48
Current children cumulated vsize (Kb) 121520

[startup+370.016 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794492 0 0 0 34461 1771 0 0 25 0 1 0 1725147078 124571648 29128 4294967295 134512640 134736556 3221224544 3221223072 134716610 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30413 29128 1116 68 0 30345 0
[pid=20091] vsize: 121652
Current children cumulated CPU time (s) 362.32
Current children cumulated vsize (Kb) 121652

[startup+380.016 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794569 0 0 0 35442 1776 0 0 25 0 1 0 1725147078 124841984 29205 4294967295 134512640 134736556 3221224544 3221223136 134716180 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30479 29205 1116 68 0 30411 0
[pid=20091] vsize: 121916
Current children cumulated CPU time (s) 372.18
Current children cumulated vsize (Kb) 121916

[startup+390.016 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794618 0 0 0 36434 1779 0 0 25 0 1 0 1725147078 125112320 29254 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30545 29254 1116 68 0 30477 0
[pid=20091] vsize: 122180
Current children cumulated CPU time (s) 382.13
Current children cumulated vsize (Kb) 122180

[startup+400.016 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794655 0 0 0 37423 1783 0 0 25 0 1 0 1725147078 125247488 29291 4294967295 134512640 134736556 3221224544 3221223156 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30578 29291 1116 68 0 30510 0
[pid=20091] vsize: 122312
Current children cumulated CPU time (s) 392.06
Current children cumulated vsize (Kb) 122312

[startup+410.017 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794700 0 0 0 38419 1785 0 0 25 0 1 0 1725147078 125382656 29336 4294967295 134512640 134736556 3221224544 3221223136 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30611 29336 1116 68 0 30543 0
[pid=20091] vsize: 122444
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (Kb) 122444

[startup+420.017 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 794772 0 0 0 39408 1789 0 0 25 0 1 0 1725147078 125652992 29408 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20091/statm): 30677 29408 1116 68 0 30609 0
[pid=20091] vsize: 122708
Current children cumulated CPU time (s) 411.97
Current children cumulated vsize (Kb) 122708

[startup+430.018 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 794879 0 0 0 40402 1791 0 0 25 0 1 0 1725147078 126193664 29515 4294967295 134512640 134736556 3221224544 3221223120 134543198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30809 29515 1116 68 0 30741 0
[pid=20091] vsize: 123236
Current children cumulated CPU time (s) 421.93
Current children cumulated vsize (Kb) 123236

[startup+440.018 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 795024 0 0 0 41398 1794 0 0 25 0 1 0 1725147078 126734336 29660 4294967295 134512640 134736556 3221224544 3221223220 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 30941 29660 1116 68 0 30873 0
[pid=20091] vsize: 123764
Current children cumulated CPU time (s) 431.92
Current children cumulated vsize (Kb) 123764

[startup+450.018 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 795109 0 0 0 42388 1796 0 0 25 0 1 0 1725147078 127139840 29745 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 31040 29745 1116 68 0 30972 0
[pid=20091] vsize: 124160
Current children cumulated CPU time (s) 441.84
Current children cumulated vsize (Kb) 124160

[startup+460.019 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 795195 0 0 0 43381 1799 0 0 25 0 1 0 1725147078 127410176 29831 4294967295 134512640 134736556 3221224544 3221223168 134524544 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 31106 29831 1116 68 0 31038 0
[pid=20091] vsize: 124424
Current children cumulated CPU time (s) 451.8
Current children cumulated vsize (Kb) 124424

[startup+470.02 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 795264 0 0 0 44378 1800 0 0 25 0 1 0 1725147078 127680512 29900 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 31172 29900 1116 68 0 31104 0
[pid=20091] vsize: 124688
Current children cumulated CPU time (s) 461.78
Current children cumulated vsize (Kb) 124688

[startup+480.02 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 795367 0 0 0 45373 1802 0 0 25 0 1 0 1725147078 128086016 30003 4294967295 134512640 134736556 3221224544 3221223136 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 31271 30003 1116 68 0 31203 0
[pid=20091] vsize: 125084
Current children cumulated CPU time (s) 471.75
Current children cumulated vsize (Kb) 125084

[startup+490.02 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 795533 0 0 0 46363 1806 0 0 25 0 1 0 1725147078 128897024 30169 4294967295 134512640 134736556 3221224544 3221223052 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 31469 30169 1116 68 0 31401 0
[pid=20091] vsize: 125876
Current children cumulated CPU time (s) 481.69
Current children cumulated vsize (Kb) 125876

[startup+500.021 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 795754 0 0 0 47340 1813 0 0 25 0 1 0 1725147078 129708032 30390 4294967295 134512640 134736556 3221224544 3221223184 134543842 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 31667 30390 1116 68 0 31599 0
[pid=20091] vsize: 126668
Current children cumulated CPU time (s) 491.53
Current children cumulated vsize (Kb) 126668

[startup+510.022 s]
Raw data (loadavg): 0.99 0.98 0.91 1/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) T 20090 20091 17733 0 -1 0 795903 0 0 0 48331 1816 0 0 25 0 1 0 1725147078 130392064 30539 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20091/statm): 31834 30539 1116 68 0 31766 0
[pid=20091] vsize: 127336
Current children cumulated CPU time (s) 501.47
Current children cumulated vsize (Kb) 127336

[startup+520.022 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 796372 0 0 0 49293 1833 0 0 25 0 1 0 1725147078 132284416 31008 4294967295 134512640 134736556 3221224544 3221223088 134543101 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 32296 31008 1116 68 0 32228 0
[pid=20091] vsize: 129184
Current children cumulated CPU time (s) 511.26
Current children cumulated vsize (Kb) 129184

[startup+530.021 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797018 0 0 0 50262 1846 0 0 25 0 1 0 1725147078 134864896 31654 4294967295 134512640 134736556 3221224544 3221223056 134543074 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 32926 31654 1116 68 0 32858 0
[pid=20091] vsize: 131704
Current children cumulated CPU time (s) 521.08
Current children cumulated vsize (Kb) 131704

[startup+540.022 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797062 0 0 0 51254 1849 0 0 25 0 1 0 1725147078 135135232 31698 4294967295 134512640 134736556 3221224544 3221223056 134543204 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 32992 31698 1116 68 0 32924 0
[pid=20091] vsize: 131968
Current children cumulated CPU time (s) 531.03
Current children cumulated vsize (Kb) 131968

[startup+550.022 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797144 0 0 0 52245 1851 0 0 25 0 1 0 1725147078 135405568 31780 4294967295 134512640 134736556 3221224544 3221223200 134528671 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33058 31780 1116 68 0 32990 0
[pid=20091] vsize: 132232
Current children cumulated CPU time (s) 540.96
Current children cumulated vsize (Kb) 132232

[startup+560.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797217 0 0 0 53237 1854 0 0 25 0 1 0 1725147078 135675904 31853 4294967295 134512640 134736556 3221224544 3221223128 134716411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 33124 31853 1116 68 0 33056 0
[pid=20091] vsize: 132496
Current children cumulated CPU time (s) 550.91
Current children cumulated vsize (Kb) 132496

[startup+570.024 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797241 0 0 0 54228 1857 0 0 25 0 1 0 1725147078 135811072 31877 4294967295 134512640 134736556 3221224544 3221223120 134544716 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33157 31877 1116 68 0 33089 0
[pid=20091] vsize: 132628
Current children cumulated CPU time (s) 560.85
Current children cumulated vsize (Kb) 132628

[startup+580.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797274 0 0 0 55224 1859 0 0 25 0 1 0 1725147078 135946240 31910 4294967295 134512640 134736556 3221224544 3221223280 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33190 31910 1116 68 0 33122 0
[pid=20091] vsize: 132760
Current children cumulated CPU time (s) 570.83
Current children cumulated vsize (Kb) 132760

[startup+590.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797333 0 0 0 56220 1860 0 0 25 0 1 0 1725147078 136216576 31969 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33256 31969 1116 68 0 33188 0
[pid=20091] vsize: 133024
Current children cumulated CPU time (s) 580.8
Current children cumulated vsize (Kb) 133024

[startup+600.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797358 0 0 0 57216 1861 0 0 25 0 1 0 1725147078 136351744 31994 4294967295 134512640 134736556 3221224544 3221223136 134540186 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 33289 31994 1116 68 0 33221 0
[pid=20091] vsize: 133156
Current children cumulated CPU time (s) 590.77
Current children cumulated vsize (Kb) 133156

[startup+610.025 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797381 0 0 0 58212 1862 0 0 25 0 1 0 1725147078 136351744 32017 4294967295 134512640 134736556 3221224544 3221223056 134543885 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33289 32017 1116 68 0 33221 0
[pid=20091] vsize: 133156
Current children cumulated CPU time (s) 600.74
Current children cumulated vsize (Kb) 133156

[startup+620.025 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797424 0 0 0 59206 1864 0 0 25 0 1 0 1725147078 136622080 32060 4294967295 134512640 134736556 3221224544 3221223168 134537355 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33355 32060 1116 68 0 33287 0
[pid=20091] vsize: 133420
Current children cumulated CPU time (s) 610.7
Current children cumulated vsize (Kb) 133420

[startup+630.024 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797699 0 0 0 60201 1867 0 0 25 0 1 0 1725147078 136892416 32145 4294967295 134512640 134736556 3221224544 3221223080 134543869 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 33421 32145 1116 68 0 33353 0
[pid=20091] vsize: 133684
Current children cumulated CPU time (s) 620.68
Current children cumulated vsize (Kb) 133684

[startup+640.025 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797757 0 0 0 61195 1869 0 0 25 0 1 0 1725147078 137162752 32203 4294967295 134512640 134736556 3221224544 3221223052 134540120 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33487 32203 1116 68 0 33419 0
[pid=20091] vsize: 133948
Current children cumulated CPU time (s) 630.64
Current children cumulated vsize (Kb) 133948

[startup+650.025 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797856 0 0 0 62189 1872 0 0 25 0 1 0 1725147078 137568256 32302 4294967295 134512640 134736556 3221224544 3221223136 134540249 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33586 32302 1116 68 0 33518 0
[pid=20091] vsize: 134344
Current children cumulated CPU time (s) 640.61
Current children cumulated vsize (Kb) 134344

[startup+660.026 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797908 0 0 0 63183 1874 0 0 25 0 1 0 1725147078 137838592 32354 4294967295 134512640 134736556 3221224544 3221223252 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 33652 32354 1116 68 0 33584 0
[pid=20091] vsize: 134608
Current children cumulated CPU time (s) 650.57
Current children cumulated vsize (Kb) 134608

[startup+670.027 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797945 0 0 0 64173 1878 0 0 25 0 1 0 1725147078 137973760 32391 4294967295 134512640 134736556 3221224544 3221223056 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 33685 32391 1116 68 0 33617 0
[pid=20091] vsize: 134740
Current children cumulated CPU time (s) 660.51
Current children cumulated vsize (Kb) 134740

[startup+680.026 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 797968 0 0 0 65166 1880 0 0 25 0 1 0 1725147078 138108928 32414 4294967295 134512640 134736556 3221224544 3221223108 134544552 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 33718 32414 1116 68 0 33650 0
[pid=20091] vsize: 134872
Current children cumulated CPU time (s) 670.46
Current children cumulated vsize (Kb) 134872

[startup+690.027 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798003 0 0 0 66162 1882 0 0 25 0 1 0 1725147078 138244096 32449 4294967295 134512640 134736556 3221224544 3221223056 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33751 32449 1116 68 0 33683 0
[pid=20091] vsize: 135004
Current children cumulated CPU time (s) 680.44
Current children cumulated vsize (Kb) 135004

[startup+700.027 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798056 0 0 0 67160 1883 0 0 25 0 1 0 1725147078 138379264 32502 4294967295 134512640 134736556 3221224544 3221223056 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33784 32502 1116 68 0 33716 0
[pid=20091] vsize: 135136
Current children cumulated CPU time (s) 690.43
Current children cumulated vsize (Kb) 135136

[startup+710.028 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798105 0 0 0 68159 1883 0 0 25 0 1 0 1725147078 138649600 32551 4294967295 134512640 134736556 3221224544 3221223120 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33850 32551 1116 68 0 33782 0
[pid=20091] vsize: 135400
Current children cumulated CPU time (s) 700.42
Current children cumulated vsize (Kb) 135400

[startup+720.028 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798148 0 0 0 69158 1884 0 0 25 0 1 0 1725147078 138784768 32594 4294967295 134512640 134736556 3221224544 3221223136 134540198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33883 32594 1116 68 0 33815 0
[pid=20091] vsize: 135532
Current children cumulated CPU time (s) 710.42
Current children cumulated vsize (Kb) 135532

[startup+730.027 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798175 0 0 0 70154 1885 0 0 25 0 1 0 1725147078 138919936 32621 4294967295 134512640 134736556 3221224544 3221223088 134543955 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33916 32621 1116 68 0 33848 0
[pid=20091] vsize: 135664
Current children cumulated CPU time (s) 720.39
Current children cumulated vsize (Kb) 135664

[startup+740.028 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798208 0 0 0 71151 1886 0 0 25 0 1 0 1725147078 139055104 32654 4294967295 134512640 134736556 3221224544 3221223200 134544751 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33949 32654 1116 68 0 33881 0
[pid=20091] vsize: 135796
Current children cumulated CPU time (s) 730.37
Current children cumulated vsize (Kb) 135796

[startup+750.028 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798252 0 0 0 72148 1887 0 0 25 0 1 0 1725147078 139190272 32698 4294967295 134512640 134736556 3221224544 3221223256 134694468 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 33982 32698 1116 68 0 33914 0
[pid=20091] vsize: 135928
Current children cumulated CPU time (s) 740.35
Current children cumulated vsize (Kb) 135928

[startup+760.029 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798328 0 0 0 73144 1889 0 0 25 0 1 0 1725147078 139595776 32774 4294967295 134512640 134736556 3221224544 3221223220 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34081 32774 1116 68 0 34013 0
[pid=20091] vsize: 136324
Current children cumulated CPU time (s) 750.33
Current children cumulated vsize (Kb) 136324

[startup+770.028 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798388 0 0 0 74142 1890 0 0 25 0 1 0 1725147078 139730944 32834 4294967295 134512640 134736556 3221224544 3221223120 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34114 32834 1116 68 0 34046 0
[pid=20091] vsize: 136456
Current children cumulated CPU time (s) 760.32
Current children cumulated vsize (Kb) 136456

[startup+780.028 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798494 0 0 0 75137 1893 0 0 25 0 1 0 1725147078 140271616 32940 4294967295 134512640 134736556 3221224544 3221223168 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34246 32940 1116 68 0 34178 0
[pid=20091] vsize: 136984
Current children cumulated CPU time (s) 770.3
Current children cumulated vsize (Kb) 136984

[startup+790.029 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798585 0 0 0 76132 1895 0 0 25 0 1 0 1725147078 140541952 33031 4294967295 134512640 134736556 3221224544 3221223088 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34312 33031 1116 68 0 34244 0
[pid=20091] vsize: 137248
Current children cumulated CPU time (s) 780.27
Current children cumulated vsize (Kb) 137248

[startup+800.029 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798600 0 0 0 77124 1898 0 0 25 0 1 0 1725147078 140677120 33046 4294967295 134512640 134736556 3221224544 3221223056 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 34345 33046 1116 68 0 34277 0
[pid=20091] vsize: 137380
Current children cumulated CPU time (s) 790.22
Current children cumulated vsize (Kb) 137380

[startup+810.03 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798614 0 0 0 78112 1902 0 0 25 0 1 0 1725147078 140677120 33060 4294967295 134512640 134736556 3221224544 3221223252 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 34345 33060 1116 68 0 34277 0
[pid=20091] vsize: 137380
Current children cumulated CPU time (s) 800.14
Current children cumulated vsize (Kb) 137380

[startup+820.03 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798772 0 0 0 79106 1905 0 0 25 0 1 0 1725147078 141352960 33218 4294967295 134512640 134736556 3221224544 3221223296 134609059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34510 33218 1116 68 0 34442 0
[pid=20091] vsize: 138040
Current children cumulated CPU time (s) 810.11
Current children cumulated vsize (Kb) 138040

[startup+830.03 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798837 0 0 0 80098 1908 0 0 25 0 1 0 1725147078 141623296 33283 4294967295 134512640 134736556 3221224544 3221223092 134544525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 34576 33283 1116 68 0 34508 0
[pid=20091] vsize: 138304
Current children cumulated CPU time (s) 820.06
Current children cumulated vsize (Kb) 138304

[startup+840.031 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798886 0 0 0 81094 1910 0 0 25 0 1 0 1725147078 141758464 33332 4294967295 134512640 134736556 3221224544 3221223096 134544553 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34609 33332 1116 68 0 34541 0
[pid=20091] vsize: 138436
Current children cumulated CPU time (s) 830.04
Current children cumulated vsize (Kb) 138436

[startup+850.032 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798920 0 0 0 82092 1911 0 0 25 0 1 0 1725147078 141893632 33366 4294967295 134512640 134736556 3221224544 3221223052 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34642 33366 1116 68 0 34574 0
[pid=20091] vsize: 138568
Current children cumulated CPU time (s) 840.03
Current children cumulated vsize (Kb) 138568

[startup+860.033 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 798956 0 0 0 83085 1914 0 0 25 0 1 0 1725147078 142163968 33402 4294967295 134512640 134736556 3221224544 3221223088 134543674 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34708 33402 1116 68 0 34640 0
[pid=20091] vsize: 138832
Current children cumulated CPU time (s) 849.99
Current children cumulated vsize (Kb) 138832

[startup+870.032 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799008 0 0 0 84076 1917 0 0 25 0 1 0 1725147078 142299136 33454 4294967295 134512640 134736556 3221224544 3221223280 134528869 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34741 33454 1116 68 0 34673 0
[pid=20091] vsize: 138964
Current children cumulated CPU time (s) 859.93
Current children cumulated vsize (Kb) 138964

[startup+880.032 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799043 0 0 0 85070 1920 0 0 25 0 1 0 1725147078 142434304 33489 4294967295 134512640 134736556 3221224544 3221223020 134536645 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34774 33489 1116 68 0 34706 0
[pid=20091] vsize: 139096
Current children cumulated CPU time (s) 869.9
Current children cumulated vsize (Kb) 139096

[startup+890.032 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799074 0 0 0 86062 1923 0 0 25 0 1 0 1725147078 142569472 33520 4294967295 134512640 134736556 3221224544 3221223172 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 34807 33520 1116 68 0 34739 0
[pid=20091] vsize: 139228
Current children cumulated CPU time (s) 879.85
Current children cumulated vsize (Kb) 139228

[startup+900.032 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799115 0 0 0 87055 1925 0 0 25 0 1 0 1725147078 142704640 33561 4294967295 134512640 134736556 3221224544 3221223072 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34840 33561 1116 68 0 34772 0
[pid=20091] vsize: 139360
Current children cumulated CPU time (s) 889.8
Current children cumulated vsize (Kb) 139360

[startup+910.033 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799214 0 0 0 88048 1928 0 0 25 0 1 0 1725147078 143110144 33660 4294967295 134512640 134736556 3221224544 3221223052 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 34939 33660 1116 68 0 34871 0
[pid=20091] vsize: 139756
Current children cumulated CPU time (s) 899.76
Current children cumulated vsize (Kb) 139756

[startup+920.033 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799321 0 0 0 89043 1931 0 0 25 0 1 0 1725147078 143650816 33767 4294967295 134512640 134736556 3221224544 3221223020 134536693 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35071 33767 1116 68 0 35003 0
[pid=20091] vsize: 140284
Current children cumulated CPU time (s) 909.74
Current children cumulated vsize (Kb) 140284

[startup+930.033 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799368 0 0 0 90035 1933 0 0 25 0 1 0 1725147078 143785984 33814 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35104 33814 1116 68 0 35036 0
[pid=20091] vsize: 140416
Current children cumulated CPU time (s) 919.68
Current children cumulated vsize (Kb) 140416

[startup+940.034 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799374 0 0 0 91030 1935 0 0 25 0 1 0 1725147078 143785984 33820 4294967295 134512640 134736556 3221224544 3221223264 134609059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35104 33820 1116 68 0 35036 0
[pid=20091] vsize: 140416
Current children cumulated CPU time (s) 929.65
Current children cumulated vsize (Kb) 140416

[startup+950.035 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799410 0 0 0 92019 1940 0 0 25 0 1 0 1725147078 143921152 33856 4294967295 134512640 134736556 3221224544 3221223168 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 35137 33856 1116 68 0 35069 0
[pid=20091] vsize: 140548
Current children cumulated CPU time (s) 939.59
Current children cumulated vsize (Kb) 140548

[startup+960.035 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799448 0 0 0 93016 1941 0 0 25 0 1 0 1725147078 144187392 33894 4294967295 134512640 134736556 3221224544 3221223124 134716328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35202 33894 1116 68 0 35134 0
[pid=20091] vsize: 140808
Current children cumulated CPU time (s) 949.57
Current children cumulated vsize (Kb) 140808

[startup+970.036 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799478 0 0 0 94014 1942 0 0 25 0 1 0 1725147078 144187392 33924 4294967295 134512640 134736556 3221224544 3221223056 134543202 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35202 33924 1116 68 0 35134 0
[pid=20091] vsize: 140808
Current children cumulated CPU time (s) 959.56
Current children cumulated vsize (Kb) 140808

[startup+980.036 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799506 0 0 0 95010 1943 0 0 25 0 1 0 1725147078 144322560 33952 4294967295 134512640 134736556 3221224544 3221223052 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 35235 33952 1116 68 0 35167 0
[pid=20091] vsize: 140940
Current children cumulated CPU time (s) 969.53
Current children cumulated vsize (Kb) 140940

[startup+990.037 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799654 0 0 0 96005 1944 0 0 25 0 1 0 1725147078 144998400 34100 4294967295 134512640 134736556 3221224544 3221223068 134540152 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35400 34100 1116 68 0 35332 0
[pid=20091] vsize: 141600
Current children cumulated CPU time (s) 979.49
Current children cumulated vsize (Kb) 141600

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799817 0 0 0 96998 1948 0 0 25 0 1 0 1725147078 145674240 34263 4294967295 134512640 134736556 3221224544 3221223172 134543739 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35565 34263 1116 68 0 35497 0
[pid=20091] vsize: 142260
Current children cumulated CPU time (s) 989.46
Current children cumulated vsize (Kb) 142260

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 799976 0 0 0 97992 1951 0 0 25 0 1 0 1725147078 146350080 34422 4294967295 134512640 134736556 3221224544 3221223168 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35730 34422 1116 68 0 35662 0
[pid=20091] vsize: 142920
Current children cumulated CPU time (s) 999.43
Current children cumulated vsize (Kb) 142920

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800070 0 0 0 98983 1955 0 0 25 0 1 0 1725147078 146620416 34516 4294967295 134512640 134736556 3221224544 3221223144 134540175 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 35796 34516 1116 68 0 35728 0
[pid=20091] vsize: 143184
Current children cumulated CPU time (s) 1009.38
Current children cumulated vsize (Kb) 143184

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800103 0 0 0 99975 1958 0 0 25 0 1 0 1725147078 146755584 34549 4294967295 134512640 134736556 3221224544 3221223096 134544557 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35829 34549 1116 68 0 35761 0
[pid=20091] vsize: 143316
Current children cumulated CPU time (s) 1019.33
Current children cumulated vsize (Kb) 143316

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800141 0 0 0 100972 1959 0 0 25 0 1 0 1725147078 147025920 34587 4294967295 134512640 134736556 3221224544 3221223200 134544763 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35895 34587 1116 68 0 35827 0
[pid=20091] vsize: 143580
Current children cumulated CPU time (s) 1029.31
Current children cumulated vsize (Kb) 143580

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800195 0 0 0 101968 1961 0 0 25 0 1 0 1725147078 147161088 34641 4294967295 134512640 134736556 3221224544 3221223136 134540198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 35928 34641 1116 68 0 35860 0
[pid=20091] vsize: 143712
Current children cumulated CPU time (s) 1039.29
Current children cumulated vsize (Kb) 143712

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800291 0 0 0 102960 1964 0 0 25 0 1 0 1725147078 147566592 34737 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36027 34737 1116 68 0 35959 0
[pid=20091] vsize: 144108
Current children cumulated CPU time (s) 1049.24
Current children cumulated vsize (Kb) 144108

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800364 0 0 0 103953 1967 0 0 25 0 1 0 1725147078 147836928 34810 4294967295 134512640 134736556 3221224544 3221223232 134536426 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 36093 34810 1116 68 0 36025 0
[pid=20091] vsize: 144372
Current children cumulated CPU time (s) 1059.2
Current children cumulated vsize (Kb) 144372

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800430 0 0 0 104948 1969 0 0 25 0 1 0 1725147078 148107264 34876 4294967295 134512640 134736556 3221224544 3221223204 134529221 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36159 34876 1116 68 0 36091 0
[pid=20091] vsize: 144636
Current children cumulated CPU time (s) 1069.17
Current children cumulated vsize (Kb) 144636

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800453 0 0 0 105945 1970 0 0 25 0 1 0 1725147078 148242432 34899 4294967295 134512640 134736556 3221224544 3221223216 134528623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36192 34899 1116 68 0 36124 0
[pid=20091] vsize: 144768
Current children cumulated CPU time (s) 1079.15
Current children cumulated vsize (Kb) 144768

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800555 0 0 0 106938 1973 0 0 25 0 1 0 1725147078 148647936 35001 4294967295 134512640 134736556 3221224544 3221223120 134543113 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36291 35001 1116 68 0 36223 0
[pid=20091] vsize: 145164
Current children cumulated CPU time (s) 1089.11
Current children cumulated vsize (Kb) 145164

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800634 0 0 0 107931 1976 0 0 25 0 1 0 1725147078 148918272 35080 4294967295 134512640 134736556 3221224544 3221223220 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36357 35080 1116 68 0 36289 0
[pid=20091] vsize: 145428
Current children cumulated CPU time (s) 1099.07
Current children cumulated vsize (Kb) 145428

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800658 0 0 0 108925 1977 0 0 25 0 1 0 1725147078 149053440 35104 4294967295 134512640 134736556 3221224544 3221223120 134544700 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36390 35104 1116 68 0 36322 0
[pid=20091] vsize: 145560
Current children cumulated CPU time (s) 1109.02
Current children cumulated vsize (Kb) 145560

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800687 0 0 0 109922 1979 0 0 25 0 1 0 1725147078 149188608 35133 4294967295 134512640 134736556 3221224544 3221223164 134543056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36423 35133 1116 68 0 36355 0
[pid=20091] vsize: 145692
Current children cumulated CPU time (s) 1119.01
Current children cumulated vsize (Kb) 145692

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800724 0 0 0 110920 1980 0 0 25 0 1 0 1725147078 149323776 35170 4294967295 134512640 134736556 3221224544 3221223136 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36456 35170 1116 68 0 36388 0
[pid=20091] vsize: 145824
Current children cumulated CPU time (s) 1129
Current children cumulated vsize (Kb) 145824

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800766 0 0 0 111918 1981 0 0 25 0 1 0 1725147078 149458944 35212 4294967295 134512640 134736556 3221224544 3221223140 134540176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36489 35212 1116 68 0 36421 0
[pid=20091] vsize: 145956
Current children cumulated CPU time (s) 1138.99
Current children cumulated vsize (Kb) 145956

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800813 0 0 0 112917 1982 0 0 25 0 1 0 1725147078 149729280 35259 4294967295 134512640 134736556 3221224544 3221223052 134540059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36555 35259 1116 68 0 36487 0
[pid=20091] vsize: 146220
Current children cumulated CPU time (s) 1148.99
Current children cumulated vsize (Kb) 146220

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800889 0 0 0 113913 1983 0 0 25 0 1 0 1725147078 149995520 35335 4294967295 134512640 134736556 3221224544 3221223060 134716792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36620 35335 1116 68 0 36552 0
[pid=20091] vsize: 146480
Current children cumulated CPU time (s) 1158.96
Current children cumulated vsize (Kb) 146480

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800927 0 0 0 114907 1985 0 0 25 0 1 0 1725147078 150130688 35373 4294967295 134512640 134736556 3221224544 3221223168 134537450 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36653 35373 1116 68 0 36585 0
[pid=20091] vsize: 146612
Current children cumulated CPU time (s) 1168.92
Current children cumulated vsize (Kb) 146612

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800958 0 0 0 115899 1988 0 0 25 0 1 0 1725147078 150265856 35404 4294967295 134512640 134736556 3221224544 3221223056 134543206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20091/statm): 36686 35404 1116 68 0 36618 0
[pid=20091] vsize: 146744
Current children cumulated CPU time (s) 1178.87
Current children cumulated vsize (Kb) 146744

[startup+1200.04 s]
Raw data (loadavg): 0.99 0.98 0.91 2/57 20091
Raw data (/proc/20091/stat): 20091 (bsolo) R 20090 20091 17733 0 -1 0 800987 0 0 0 116894 1990 0 0 25 0 1 0 1725147078 150401024 35433 4294967295 134512640 134736556 3221224544 3221223020 134536623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20091/statm): 36719 35433 1116 68 0 36651 0
[pid=20091] vsize: 146876
Current children cumulated CPU time (s) 1188.84
Current children cumulated vsize (Kb) 146876
One traced child (pid=20091) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1206.33
CPU time (s): 1195.12
CPU user time (s): 1175.14
CPU system time (s): 19.984
CPU usage (%): 99.0705
Max. virtual memory (cumulated for all children) (Kb): 146876

Verifier Data

ERROR: no interpretation found !