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-cache-ibm-q-unbounded.Icl2arity.ucl.opb
MD5SUM447ba4f56421c253ecaa010c1957f4f6
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 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
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 benchmark5.83011
Number of variables23837
Total number of constraints67568
Number of constraints which are clauses64398
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3170
Minimum length of a constraint1
Maximum length of a constraint13

Trace number 350

Launcher Data

LAUNCH ON wulflinc8 THE 2005-09-18 09:21:46 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=305 boxname=wulflinc8 idbench=305 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  447ba4f56421c253ecaa010c1957f4f6  /oldhome/oroussel/tmp/wulflinc8/normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc8/normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
IDLAUNCH: 305
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        950004 kB
Buffers:         33576 kB
Cached:          26152 kB
SwapCached:        792 kB
Active:          55600 kB
Inactive:         6772 kB
HighTotal:      131008 kB
HighFree:       101080 kB
LowTotal:       903652 kB
LowFree:        848924 kB
SwapTotal:     2097136 kB
SwapFree:      2095876 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            16716 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 09:39:14 (client local time) WITH STATUS 20 IN 1044.16 SECONDS
stats: 305 7 1044.16 20

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 23837 variables and 67568 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 17.692
c After prepocess the problem consists of 22615 variables and 64454 constraints.
c Restart #1 #Var: 22612 #Dec: 7885 LB: 0 @ 36.435
c Restart #2 #Var: 22612 #Dec: 22952 LB: 0 @ 81.315
c Restart #3 #Var: 22512 #Dec: 42101 LB: 0 @ 131.05
c Restart #4 #Var: 22512 #Dec: 59603 LB: 0 @ 158.69
c Restart #5 #Var: 22504 #Dec: 64778 LB: 0 @ 222.84
c Restart #6 #Var: 22504 #Dec: 66675 LB: 0 @ 317.57
c Restart #7 #Var: 22497 #Dec: 70202 LB: 0 @ 425.12
c Restart #8 #Var: 22491 #Dec: 73006 LB: 0 @ 499.23
c CHANGE Heuristic... 
c Restart #0 #Var: 22491 #Dec: 76401 LB: 0 @ 683.54
c Restart #1 #Var: 22480 #Dec: 77188 LB: 0 @ 689.29
c Restart #2 #Var: 22480 #Dec: 79364 LB: 0 @ 705.84
c Restart #3 #Var: 21192 #Dec: 81315 LB: 0 @ 751.52
c Restart #4 #Var: 21184 #Dec: 84073 LB: 0 @ 827.45
c Restart #5 #Var: 18956 #Dec: 86502 LB: 0 @ 912.83
c Restart #6 #Var: 18945 #Dec: 89795 LB: 0 @ 1036.7
s UNSATISFIABLE
c Exit Code: 20
c Total time: 1044.1 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/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1768343240 438272 3 4294967295 134512640 134736556 3221224544 3221224544 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 107 3 90 68 0 39 0
[pid=28770] 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/wulflinc8/normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb

[startup+10.0074 s]
Raw data (loadavg): 0.85 0.93 0.90 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 10680 0 0 0 910 43 0 0 23 0 1 0 1768343240 34832384 7634 4294967295 134512640 134736556 3221224544 3221223184 134536114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 8504 7634 1116 68 0 8436 0
[pid=28770] vsize: 34016
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (Kb) 34016

[startup+20.0082 s]
Raw data (loadavg): 0.88 0.93 0.90 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31418 0 0 0 1796 104 0 0 25 0 1 0 1768343240 60100608 13644 4294967295 134512640 134736556 3221224544 3221223188 134544545 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14673 13644 1116 68 0 14605 0
[pid=28770] vsize: 58692
Current children cumulated CPU time (s) 19
Current children cumulated vsize (Kb) 58692

[startup+30.009 s]
Raw data (loadavg): 0.89 0.93 0.90 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31435 0 0 0 2779 110 0 0 25 0 1 0 1768343240 60235776 13661 4294967295 134512640 134736556 3221224544 3221223120 134540280 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14706 13661 1116 68 0 14638 0
[pid=28770] vsize: 58824
Current children cumulated CPU time (s) 28.89
Current children cumulated vsize (Kb) 58824

[startup+40.0098 s]
Raw data (loadavg): 0.91 0.93 0.90 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31451 0 0 0 3762 117 0 0 25 0 1 0 1768343240 60235776 13677 4294967295 134512640 134736556 3221224544 3221223020 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14706 13677 1116 68 0 14638 0
[pid=28770] vsize: 58824
Current children cumulated CPU time (s) 38.79
Current children cumulated vsize (Kb) 58824

[startup+50.0105 s]
Raw data (loadavg): 0.92 0.94 0.90 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31462 0 0 0 4754 120 0 0 25 0 1 0 1768343240 60370944 13688 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 14739 13688 1116 68 0 14671 0
[pid=28770] vsize: 58956
Current children cumulated CPU time (s) 48.74
Current children cumulated vsize (Kb) 58956

[startup+60.0113 s]
Raw data (loadavg): 0.93 0.94 0.90 1/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) T 28769 28770 27660 0 -1 0 31475 0 0 0 5736 126 0 0 25 0 1 0 1768343240 60370944 13701 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14739 13701 1116 68 0 14671 0
[pid=28770] vsize: 58956
Current children cumulated CPU time (s) 58.62
Current children cumulated vsize (Kb) 58956

[startup+70.0121 s]
Raw data (loadavg): 0.94 0.94 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31489 0 0 0 6721 132 0 0 25 0 1 0 1768343240 60506112 13715 4294967295 134512640 134736556 3221224544 3221223056 134543074 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14772 13715 1116 68 0 14704 0
[pid=28770] vsize: 59088
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (Kb) 59088

[startup+80.0129 s]
Raw data (loadavg): 0.95 0.94 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31502 0 0 0 7708 137 0 0 25 0 1 0 1768343240 60506112 13728 4294967295 134512640 134736556 3221224544 3221223056 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14772 13728 1116 68 0 14704 0
[pid=28770] vsize: 59088
Current children cumulated CPU time (s) 78.45
Current children cumulated vsize (Kb) 59088

[startup+90.0137 s]
Raw data (loadavg): 0.96 0.94 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31517 0 0 0 8688 144 0 0 25 0 1 0 1768343240 60506112 13743 4294967295 134512640 134736556 3221224544 3221223068 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14772 13743 1116 68 0 14704 0
[pid=28770] vsize: 59088
Current children cumulated CPU time (s) 88.32
Current children cumulated vsize (Kb) 59088

[startup+100.013 s]
Raw data (loadavg): 0.96 0.94 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31527 0 0 0 9677 147 0 0 25 0 1 0 1768343240 60641280 13753 4294967295 134512640 134736556 3221224544 3221223084 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14805 13753 1116 68 0 14737 0
[pid=28770] vsize: 59220
Current children cumulated CPU time (s) 98.24
Current children cumulated vsize (Kb) 59220

[startup+110.015 s]
Raw data (loadavg): 0.97 0.94 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31543 0 0 0 10653 155 0 0 25 0 1 0 1768343240 60641280 13769 4294967295 134512640 134736556 3221224544 3221223264 134600644 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14805 13769 1116 68 0 14737 0
[pid=28770] vsize: 59220
Current children cumulated CPU time (s) 108.08
Current children cumulated vsize (Kb) 59220

[startup+120.016 s]
Raw data (loadavg): 0.97 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31568 0 0 0 11631 163 0 0 25 0 1 0 1768343240 60776448 13794 4294967295 134512640 134736556 3221224544 3221223304 134531400 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 14838 13794 1116 68 0 14770 0
[pid=28770] vsize: 59352
Current children cumulated CPU time (s) 117.94
Current children cumulated vsize (Kb) 59352

[startup+130.016 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31602 0 0 0 12610 169 0 0 25 0 1 0 1768343240 60911616 13828 4294967295 134512640 134736556 3221224544 3221223020 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14871 13828 1116 68 0 14803 0
[pid=28770] vsize: 59484
Current children cumulated CPU time (s) 127.79
Current children cumulated vsize (Kb) 59484

[startup+140.017 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31629 0 0 0 13584 178 0 0 25 0 1 0 1768343240 61046784 13855 4294967295 134512640 134736556 3221224544 3221223184 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 14904 13855 1116 68 0 14836 0
[pid=28770] vsize: 59616
Current children cumulated CPU time (s) 137.62
Current children cumulated vsize (Kb) 59616

[startup+150.017 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31678 0 0 0 14551 189 0 0 25 0 1 0 1768343240 61181952 13904 4294967295 134512640 134736556 3221224544 3221223268 134529173 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 14937 13904 1116 68 0 14869 0
[pid=28770] vsize: 59748
Current children cumulated CPU time (s) 147.4
Current children cumulated vsize (Kb) 59748

[startup+160.018 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31704 0 0 0 15531 196 0 0 25 0 1 0 1768343240 61317120 13930 4294967295 134512640 134736556 3221224544 3221223052 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 14970 13930 1116 68 0 14902 0
[pid=28770] vsize: 59880
Current children cumulated CPU time (s) 157.27
Current children cumulated vsize (Kb) 59880

[startup+170.019 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31783 0 0 0 16517 202 0 0 25 0 1 0 1768343240 61591552 14009 4294967295 134512640 134736556 3221224544 3221223020 134536623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15037 14009 1116 68 0 14969 0
[pid=28770] vsize: 60148
Current children cumulated CPU time (s) 167.19
Current children cumulated vsize (Kb) 60148

[startup+180.019 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31804 0 0 0 17513 203 0 0 25 0 1 0 1768343240 61726720 14030 4294967295 134512640 134736556 3221224544 3221223168 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15070 14030 1116 68 0 15002 0
[pid=28770] vsize: 60280
Current children cumulated CPU time (s) 177.16
Current children cumulated vsize (Kb) 60280

[startup+190.02 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31834 0 0 0 18511 204 0 0 25 0 1 0 1768343240 61861888 14060 4294967295 134512640 134736556 3221224544 3221223120 134543143 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15103 14060 1116 68 0 15035 0
[pid=28770] vsize: 60412
Current children cumulated CPU time (s) 187.15
Current children cumulated vsize (Kb) 60412

[startup+200.019 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31862 0 0 0 19509 205 0 0 25 0 1 0 1768343240 61997056 14088 4294967295 134512640 134736556 3221224544 3221222916 134717263 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15136 14088 1116 68 0 15068 0
[pid=28770] vsize: 60544
Current children cumulated CPU time (s) 197.14
Current children cumulated vsize (Kb) 60544

[startup+210.02 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31874 0 0 0 20507 206 0 0 25 0 1 0 1768343240 61997056 14100 4294967295 134512640 134736556 3221224544 3221223148 134544624 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15136 14100 1116 68 0 15068 0
[pid=28770] vsize: 60544
Current children cumulated CPU time (s) 207.13
Current children cumulated vsize (Kb) 60544

[startup+220.021 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31905 0 0 0 21503 208 0 0 25 0 1 0 1768343240 62132224 14131 4294967295 134512640 134736556 3221224544 3221223076 134716328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15169 14131 1116 68 0 15101 0
[pid=28770] vsize: 60676
Current children cumulated CPU time (s) 217.11
Current children cumulated vsize (Kb) 60676

[startup+230.021 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31945 0 0 0 22498 210 0 0 25 0 1 0 1768343240 62267392 14171 4294967295 134512640 134736556 3221224544 3221223232 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 15202 14171 1116 68 0 15134 0
[pid=28770] vsize: 60808
Current children cumulated CPU time (s) 227.08
Current children cumulated vsize (Kb) 60808

[startup+240.021 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31965 0 0 0 23496 210 0 0 25 0 1 0 1768343240 62402560 14191 4294967295 134512640 134736556 3221224544 3221223184 134543827 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15235 14191 1116 68 0 15167 0
[pid=28770] vsize: 60940
Current children cumulated CPU time (s) 237.06
Current children cumulated vsize (Kb) 60940

[startup+250.022 s]
Raw data (loadavg): 1.15 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 31988 0 0 0 24495 210 0 0 25 0 1 0 1768343240 62537728 14214 4294967295 134512640 134736556 3221224544 3221223156 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15268 14214 1116 68 0 15200 0
[pid=28770] vsize: 61072
Current children cumulated CPU time (s) 247.05
Current children cumulated vsize (Kb) 61072

[startup+260.023 s]
Raw data (loadavg): 1.12 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32014 0 0 0 25495 211 0 0 25 0 1 0 1768343240 62537728 14240 4294967295 134512640 134736556 3221224544 3221223092 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15268 14240 1116 68 0 15200 0
[pid=28770] vsize: 61072
Current children cumulated CPU time (s) 257.06
Current children cumulated vsize (Kb) 61072

[startup+270.024 s]
Raw data (loadavg): 1.10 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32032 0 0 0 26494 211 0 0 25 0 1 0 1768343240 62672896 14258 4294967295 134512640 134736556 3221224544 3221223104 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15301 14258 1116 68 0 15233 0
[pid=28770] vsize: 61204
Current children cumulated CPU time (s) 267.05
Current children cumulated vsize (Kb) 61204

[startup+280.024 s]
Raw data (loadavg): 1.09 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32054 0 0 0 27494 212 0 0 25 0 1 0 1768343240 62808064 14280 4294967295 134512640 134736556 3221224544 3221223076 134544543 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15334 14280 1116 68 0 15266 0
[pid=28770] vsize: 61336
Current children cumulated CPU time (s) 277.06
Current children cumulated vsize (Kb) 61336

[startup+290.024 s]
Raw data (loadavg): 1.07 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32076 0 0 0 28493 212 0 0 25 0 1 0 1768343240 62808064 14302 4294967295 134512640 134736556 3221224544 3221223100 134537534 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15334 14302 1116 68 0 15266 0
[pid=28770] vsize: 61336
Current children cumulated CPU time (s) 287.05
Current children cumulated vsize (Kb) 61336

[startup+300.025 s]
Raw data (loadavg): 1.06 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32098 0 0 0 29493 212 0 0 25 0 1 0 1768343240 62943232 14324 4294967295 134512640 134736556 3221224544 3221223136 134716115 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15367 14324 1116 68 0 15299 0
[pid=28770] vsize: 61468
Current children cumulated CPU time (s) 297.05
Current children cumulated vsize (Kb) 61468

[startup+310.026 s]
Raw data (loadavg): 1.05 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32133 0 0 0 30491 213 0 0 25 0 1 0 1768343240 63078400 14359 4294967295 134512640 134736556 3221224544 3221223124 134543972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15400 14359 1116 68 0 15332 0
[pid=28770] vsize: 61600
Current children cumulated CPU time (s) 307.04
Current children cumulated vsize (Kb) 61600

[startup+320.027 s]
Raw data (loadavg): 1.04 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32160 0 0 0 31489 214 0 0 25 0 1 0 1768343240 63213568 14386 4294967295 134512640 134736556 3221224544 3221223264 134609059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15433 14386 1116 68 0 15365 0
[pid=28770] vsize: 61732
Current children cumulated CPU time (s) 317.03
Current children cumulated vsize (Kb) 61732

[startup+330.028 s]
Raw data (loadavg): 1.04 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32188 0 0 0 32486 216 0 0 25 0 1 0 1768343240 63348736 14414 4294967295 134512640 134736556 3221224544 3221223136 134540280 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15466 14414 1116 68 0 15398 0
[pid=28770] vsize: 61864
Current children cumulated CPU time (s) 327.02
Current children cumulated vsize (Kb) 61864

[startup+340.028 s]
Raw data (loadavg): 1.03 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32229 0 0 0 33482 217 0 0 25 0 1 0 1768343240 63483904 14455 4294967295 134512640 134736556 3221224544 3221223216 134528681 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15499 14455 1116 68 0 15431 0
[pid=28770] vsize: 61996
Current children cumulated CPU time (s) 336.99
Current children cumulated vsize (Kb) 61996

[startup+350.028 s]
Raw data (loadavg): 1.03 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32271 0 0 0 34477 220 0 0 25 0 1 0 1768343240 63619072 14497 4294967295 134512640 134736556 3221224544 3221221876 134717260 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15532 14497 1116 68 0 15464 0
[pid=28770] vsize: 62128
Current children cumulated CPU time (s) 346.97
Current children cumulated vsize (Kb) 62128

[startup+360.029 s]
Raw data (loadavg): 1.02 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32315 0 0 0 35477 220 0 0 25 0 1 0 1768343240 63889408 14541 4294967295 134512640 134736556 3221224544 3221223232 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15598 14541 1116 68 0 15530 0
[pid=28770] vsize: 62392
Current children cumulated CPU time (s) 356.97
Current children cumulated vsize (Kb) 62392

[startup+370.03 s]
Raw data (loadavg): 1.02 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32356 0 0 0 36476 221 0 0 25 0 1 0 1768343240 64024576 14582 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15631 14582 1116 68 0 15563 0
[pid=28770] vsize: 62524
Current children cumulated CPU time (s) 366.97
Current children cumulated vsize (Kb) 62524

[startup+380.031 s]
Raw data (loadavg): 1.01 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32384 0 0 0 37475 221 0 0 25 0 1 0 1768343240 64159744 14610 4294967295 134512640 134736556 3221224544 3221223136 134540231 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15664 14610 1116 68 0 15596 0
[pid=28770] vsize: 62656
Current children cumulated CPU time (s) 376.96
Current children cumulated vsize (Kb) 62656

[startup+390.032 s]
Raw data (loadavg): 1.01 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32414 0 0 0 38474 221 0 0 25 0 1 0 1768343240 64294912 14640 4294967295 134512640 134736556 3221224544 3221223092 134544543 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15697 14640 1116 68 0 15629 0
[pid=28770] vsize: 62788
Current children cumulated CPU time (s) 386.95
Current children cumulated vsize (Kb) 62788

[startup+400.033 s]
Raw data (loadavg): 1.01 0.99 0.92 1/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) T 28769 28770 27660 0 -1 0 32436 0 0 0 39473 222 0 0 25 0 1 0 1768343240 64294912 14662 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15697 14662 1116 68 0 15629 0
[pid=28770] vsize: 62788
Current children cumulated CPU time (s) 396.95
Current children cumulated vsize (Kb) 62788

[startup+410.034 s]
Raw data (loadavg): 1.01 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32462 0 0 0 40472 222 0 0 25 0 1 0 1768343240 64425984 14688 4294967295 134512640 134736556 3221224544 3221223280 134529511 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15729 14688 1116 68 0 15661 0
[pid=28770] vsize: 62916
Current children cumulated CPU time (s) 406.94
Current children cumulated vsize (Kb) 62916

[startup+420.035 s]
Raw data (loadavg): 1.01 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32512 0 0 0 41471 222 0 0 25 0 1 0 1768343240 64696320 14738 4294967295 134512640 134736556 3221224544 3221223136 134543990 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15795 14738 1116 68 0 15727 0
[pid=28770] vsize: 63180
Current children cumulated CPU time (s) 416.93
Current children cumulated vsize (Kb) 63180

[startup+430.035 s]
Raw data (loadavg): 1.00 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32527 0 0 0 42469 223 0 0 25 0 1 0 1768343240 64696320 14753 4294967295 134512640 134736556 3221224544 3221223184 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15795 14753 1116 68 0 15727 0
[pid=28770] vsize: 63180
Current children cumulated CPU time (s) 426.92
Current children cumulated vsize (Kb) 63180

[startup+440.036 s]
Raw data (loadavg): 1.00 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32547 0 0 0 43469 223 0 0 25 0 1 0 1768343240 64831488 14773 4294967295 134512640 134736556 3221224544 3221223156 134544552 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15828 14773 1116 68 0 15760 0
[pid=28770] vsize: 63312
Current children cumulated CPU time (s) 436.92
Current children cumulated vsize (Kb) 63312

[startup+450.036 s]
Raw data (loadavg): 1.00 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32559 0 0 0 44469 223 0 0 25 0 1 0 1768343240 64831488 14785 4294967295 134512640 134736556 3221224544 3221223088 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15828 14785 1116 68 0 15760 0
[pid=28770] vsize: 63312
Current children cumulated CPU time (s) 446.92
Current children cumulated vsize (Kb) 63312

[startup+460.037 s]
Raw data (loadavg): 1.00 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32589 0 0 0 45467 224 0 0 25 0 1 0 1768343240 64966656 14815 4294967295 134512640 134736556 3221224544 3221223232 134529060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15861 14815 1116 68 0 15793 0
[pid=28770] vsize: 63444
Current children cumulated CPU time (s) 456.91
Current children cumulated vsize (Kb) 63444

[startup+470.038 s]
Raw data (loadavg): 1.00 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32617 0 0 0 46464 225 0 0 25 0 1 0 1768343240 65097728 14843 4294967295 134512640 134736556 3221224544 3221223092 134544508 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15893 14843 1116 68 0 15825 0
[pid=28770] vsize: 63572
Current children cumulated CPU time (s) 466.89
Current children cumulated vsize (Kb) 63572

[startup+480.037 s]
Raw data (loadavg): 1.00 0.99 0.92 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32652 0 0 0 47463 226 0 0 25 0 1 0 1768343240 65232896 14878 4294967295 134512640 134736556 3221224544 3221223160 134543709 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15926 14878 1116 68 0 15858 0
[pid=28770] vsize: 63704
Current children cumulated CPU time (s) 476.89
Current children cumulated vsize (Kb) 63704

[startup+490.038 s]
Raw data (loadavg): 1.15 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32726 0 0 0 48458 228 0 0 25 0 1 0 1768343240 65503232 14952 4294967295 134512640 134736556 3221224544 3221223248 134609069 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 15992 14952 1116 68 0 15924 0
[pid=28770] vsize: 63968
Current children cumulated CPU time (s) 486.86
Current children cumulated vsize (Kb) 63968

[startup+500.039 s]
Raw data (loadavg): 1.13 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32809 0 0 0 49454 230 0 0 25 0 1 0 1768343240 65908736 15035 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 16091 15035 1116 68 0 16023 0
[pid=28770] vsize: 64364
Current children cumulated CPU time (s) 496.84
Current children cumulated vsize (Kb) 64364

[startup+510.04 s]
Raw data (loadavg): 1.11 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32831 0 0 0 50452 230 0 0 25 0 1 0 1768343240 65908736 15057 4294967295 134512640 134736556 3221224544 3221223060 134716792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16091 15057 1116 68 0 16023 0
[pid=28770] vsize: 64364
Current children cumulated CPU time (s) 506.82
Current children cumulated vsize (Kb) 64364

[startup+520.04 s]
Raw data (loadavg): 1.09 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32847 0 0 0 51451 231 0 0 25 0 1 0 1768343240 66043904 15073 4294967295 134512640 134736556 3221224544 3221223104 134543140 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16124 15073 1116 68 0 16056 0
[pid=28770] vsize: 64496
Current children cumulated CPU time (s) 516.82
Current children cumulated vsize (Kb) 64496

[startup+530.039 s]
Raw data (loadavg): 1.08 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32866 0 0 0 52450 231 0 0 25 0 1 0 1768343240 66043904 15092 4294967295 134512640 134736556 3221224544 3221223184 134523632 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16124 15092 1116 68 0 16056 0
[pid=28770] vsize: 64496
Current children cumulated CPU time (s) 526.81
Current children cumulated vsize (Kb) 64496

[startup+540.04 s]
Raw data (loadavg): 1.06 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32911 0 0 0 53449 231 0 0 25 0 1 0 1768343240 66314240 15137 4294967295 134512640 134736556 3221224544 3221223068 134540047 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16190 15137 1116 68 0 16122 0
[pid=28770] vsize: 64760
Current children cumulated CPU time (s) 536.8
Current children cumulated vsize (Kb) 64760

[startup+550.04 s]
Raw data (loadavg): 1.05 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 32950 0 0 0 54448 232 0 0 25 0 1 0 1768343240 66449408 15176 4294967295 134512640 134736556 3221224544 3221223280 134529085 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16223 15176 1116 68 0 16155 0
[pid=28770] vsize: 64892
Current children cumulated CPU time (s) 546.8
Current children cumulated vsize (Kb) 64892

[startup+560.04 s]
Raw data (loadavg): 1.05 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33003 0 0 0 55448 232 0 0 25 0 1 0 1768343240 66584576 15229 4294967295 134512640 134736556 3221224544 3221223056 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16256 15229 1116 68 0 16188 0
[pid=28770] vsize: 65024
Current children cumulated CPU time (s) 556.8
Current children cumulated vsize (Kb) 65024

[startup+570.04 s]
Raw data (loadavg): 1.04 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33044 0 0 0 56446 233 0 0 25 0 1 0 1768343240 66854912 15270 4294967295 134512640 134736556 3221224544 3221223056 134543128 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16322 15270 1116 68 0 16254 0
[pid=28770] vsize: 65288
Current children cumulated CPU time (s) 566.79
Current children cumulated vsize (Kb) 65288

[startup+580.04 s]
Raw data (loadavg): 1.03 1.02 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33077 0 0 0 57445 234 0 0 25 0 1 0 1768343240 66990080 15303 4294967295 134512640 134736556 3221224544 3221223064 134716525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16355 15303 1116 68 0 16287 0
[pid=28770] vsize: 65420
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (Kb) 65420

[startup+590.041 s]
Raw data (loadavg): 1.03 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33105 0 0 0 58443 235 0 0 25 0 1 0 1768343240 67125248 15331 4294967295 134512640 134736556 3221224544 3221223168 134543852 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16388 15331 1116 68 0 16320 0
[pid=28770] vsize: 65552
Current children cumulated CPU time (s) 586.78
Current children cumulated vsize (Kb) 65552

[startup+600.041 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33134 0 0 0 59442 236 0 0 25 0 1 0 1768343240 67125248 15360 4294967295 134512640 134736556 3221224544 3221223128 134716081 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16388 15360 1116 68 0 16320 0
[pid=28770] vsize: 65552
Current children cumulated CPU time (s) 596.78
Current children cumulated vsize (Kb) 65552

[startup+610.041 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33175 0 0 0 60441 236 0 0 25 0 1 0 1768343240 67395584 15401 4294967295 134512640 134736556 3221224544 3221223120 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16454 15401 1116 68 0 16386 0
[pid=28770] vsize: 65816
Current children cumulated CPU time (s) 606.77
Current children cumulated vsize (Kb) 65816

[startup+620.041 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33216 0 0 0 61439 237 0 0 25 0 1 0 1768343240 67530752 15442 4294967295 134512640 134736556 3221224544 3221223060 134716478 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16487 15442 1116 68 0 16419 0
[pid=28770] vsize: 65948
Current children cumulated CPU time (s) 616.76
Current children cumulated vsize (Kb) 65948

[startup+630.041 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33256 0 0 0 62438 238 0 0 25 0 1 0 1768343240 67665920 15482 4294967295 134512640 134736556 3221224544 3221223120 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16520 15482 1116 68 0 16452 0
[pid=28770] vsize: 66080
Current children cumulated CPU time (s) 626.76
Current children cumulated vsize (Kb) 66080

[startup+640.042 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33306 0 0 0 63437 238 0 0 25 0 1 0 1768343240 67936256 15532 4294967295 134512640 134736556 3221224544 3221223116 134544554 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16586 15532 1116 68 0 16518 0
[pid=28770] vsize: 66344
Current children cumulated CPU time (s) 636.75
Current children cumulated vsize (Kb) 66344

[startup+650.042 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33354 0 0 0 64435 239 0 0 25 0 1 0 1768343240 68071424 15580 4294967295 134512640 134736556 3221224544 3221223136 134716177 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16619 15580 1116 68 0 16551 0
[pid=28770] vsize: 66476
Current children cumulated CPU time (s) 646.74
Current children cumulated vsize (Kb) 66476

[startup+660.042 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33397 0 0 0 65434 239 0 0 25 0 1 0 1768343240 68206592 15623 4294967295 134512640 134736556 3221224544 3221223280 134529265 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16652 15623 1116 68 0 16584 0
[pid=28770] vsize: 66608
Current children cumulated CPU time (s) 656.73
Current children cumulated vsize (Kb) 66608

[startup+670.042 s]
Raw data (loadavg): 1.00 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33431 0 0 0 66433 240 0 0 25 0 1 0 1768343240 68341760 15657 4294967295 134512640 134736556 3221224544 3221223100 134544504 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16685 15657 1116 68 0 16617 0
[pid=28770] vsize: 66740
Current children cumulated CPU time (s) 666.73
Current children cumulated vsize (Kb) 66740

[startup+680.043 s]
Raw data (loadavg): 1.00 1.01 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33467 0 0 0 67432 240 0 0 25 0 1 0 1768343240 68608000 15693 4294967295 134512640 134736556 3221224544 3221223164 134543226 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16750 15693 1116 68 0 16682 0
[pid=28770] vsize: 67000
Current children cumulated CPU time (s) 676.72
Current children cumulated vsize (Kb) 67000

[startup+690.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33628 0 0 0 68426 242 0 0 25 0 1 0 1768343240 68878336 15762 4294967295 134512640 134736556 3221224544 3221223104 134544667 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 16816 15762 1116 68 0 16748 0
[pid=28770] vsize: 67264
Current children cumulated CPU time (s) 686.68
Current children cumulated vsize (Kb) 67264

[startup+700.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33725 0 0 0 69419 246 0 0 25 0 1 0 1768343240 69287936 15859 4294967295 134512640 134736556 3221224544 3221223052 134540086 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 16916 15859 1116 68 0 16848 0
[pid=28770] vsize: 67664
Current children cumulated CPU time (s) 696.65
Current children cumulated vsize (Kb) 67664

[startup+710.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33791 0 0 0 70413 247 0 0 25 0 1 0 1768343240 69558272 15925 4294967295 134512640 134736556 3221224544 3221223020 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 16982 15925 1116 68 0 16914 0
[pid=28770] vsize: 67928
Current children cumulated CPU time (s) 706.6
Current children cumulated vsize (Kb) 67928

[startup+720.045 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33848 0 0 0 71409 248 0 0 25 0 1 0 1768343240 69693440 15982 4294967295 134512640 134736556 3221224544 3221223200 134544766 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17015 15982 1116 68 0 16947 0
[pid=28770] vsize: 68060
Current children cumulated CPU time (s) 716.57
Current children cumulated vsize (Kb) 68060

[startup+730.045 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33882 0 0 0 72407 249 0 0 25 0 1 0 1768343240 69828608 16016 4294967295 134512640 134736556 3221224544 3221223184 134543722 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17048 16016 1116 68 0 16980 0
[pid=28770] vsize: 68192
Current children cumulated CPU time (s) 726.56
Current children cumulated vsize (Kb) 68192

[startup+740.046 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33927 0 0 0 73405 249 0 0 25 0 1 0 1768343240 70098944 16061 4294967295 134512640 134736556 3221224544 3221223040 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17114 16061 1116 68 0 17046 0
[pid=28770] vsize: 68456
Current children cumulated CPU time (s) 736.54
Current children cumulated vsize (Kb) 68456

[startup+750.047 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33960 0 0 0 74404 250 0 0 25 0 1 0 1768343240 70234112 16094 4294967295 134512640 134736556 3221224544 3221223020 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17147 16094 1116 68 0 17079 0
[pid=28770] vsize: 68588
Current children cumulated CPU time (s) 746.54
Current children cumulated vsize (Kb) 68588

[startup+760.046 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 33984 0 0 0 75400 252 0 0 25 0 1 0 1768343240 70234112 16118 4294967295 134512640 134736556 3221224544 3221223108 134544513 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 17147 16118 1116 68 0 17079 0
[pid=28770] vsize: 68588
Current children cumulated CPU time (s) 756.52
Current children cumulated vsize (Kb) 68588

[startup+770.047 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34011 0 0 0 76395 253 0 0 25 0 1 0 1768343240 70369280 16145 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17180 16145 1116 68 0 17112 0
[pid=28770] vsize: 68720
Current children cumulated CPU time (s) 766.48
Current children cumulated vsize (Kb) 68720

[startup+780.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34054 0 0 0 77393 254 0 0 25 0 1 0 1768343240 70639616 16188 4294967295 134512640 134736556 3221224544 3221223120 134543074 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17246 16188 1116 68 0 17178 0
[pid=28770] vsize: 68984
Current children cumulated CPU time (s) 776.47
Current children cumulated vsize (Kb) 68984

[startup+790.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34080 0 0 0 78390 256 0 0 25 0 1 0 1768343240 70639616 16214 4294967295 134512640 134736556 3221224544 3221223200 134544763 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17246 16214 1116 68 0 17178 0
[pid=28770] vsize: 68984
Current children cumulated CPU time (s) 786.46
Current children cumulated vsize (Kb) 68984

[startup+800.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34124 0 0 0 79388 257 0 0 25 0 1 0 1768343240 70909952 16258 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17312 16258 1116 68 0 17244 0
[pid=28770] vsize: 69248
Current children cumulated CPU time (s) 796.45
Current children cumulated vsize (Kb) 69248

[startup+810.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34169 0 0 0 80387 257 0 0 25 0 1 0 1768343240 71045120 16303 4294967295 134512640 134736556 3221224544 3221223184 134543750 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17345 16303 1116 68 0 17277 0
[pid=28770] vsize: 69380
Current children cumulated CPU time (s) 806.44
Current children cumulated vsize (Kb) 69380

[startup+820.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34195 0 0 0 81386 258 0 0 25 0 1 0 1768343240 71180288 16329 4294967295 134512640 134736556 3221224544 3221223104 134543151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17378 16329 1116 68 0 17310 0
[pid=28770] vsize: 69512
Current children cumulated CPU time (s) 816.44
Current children cumulated vsize (Kb) 69512

[startup+830.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34219 0 0 0 82385 258 0 0 25 0 1 0 1768343240 71315456 16353 4294967295 134512640 134736556 3221224544 3221223136 134543988 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17411 16353 1116 68 0 17343 0
[pid=28770] vsize: 69644
Current children cumulated CPU time (s) 826.43
Current children cumulated vsize (Kb) 69644

[startup+840.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34243 0 0 0 83383 259 0 0 25 0 1 0 1768343240 71315456 16377 4294967295 134512640 134736556 3221224544 3221223092 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17411 16377 1116 68 0 17343 0
[pid=28770] vsize: 69644
Current children cumulated CPU time (s) 836.42
Current children cumulated vsize (Kb) 69644

[startup+850.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34305 0 0 0 84379 261 0 0 25 0 1 0 1768343240 71585792 16439 4294967295 134512640 134736556 3221224544 3221223216 134528470 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 17477 16439 1116 68 0 17409 0
[pid=28770] vsize: 69908
Current children cumulated CPU time (s) 846.4
Current children cumulated vsize (Kb) 69908

[startup+860.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34346 0 0 0 85376 262 0 0 25 0 1 0 1768343240 71720960 16480 4294967295 134512640 134736556 3221224544 3221223064 134634653 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17510 16480 1116 68 0 17442 0
[pid=28770] vsize: 70040
Current children cumulated CPU time (s) 856.38
Current children cumulated vsize (Kb) 70040

[startup+870.05 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34385 0 0 0 86373 264 0 0 25 0 1 0 1768343240 71991296 16519 4294967295 134512640 134736556 3221224544 3221223120 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17576 16519 1116 68 0 17508 0
[pid=28770] vsize: 70304
Current children cumulated CPU time (s) 866.37
Current children cumulated vsize (Kb) 70304

[startup+880.05 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34414 0 0 0 87372 264 0 0 25 0 1 0 1768343240 71991296 16548 4294967295 134512640 134736556 3221224544 3221223164 134544554 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17576 16548 1116 68 0 17508 0
[pid=28770] vsize: 70304
Current children cumulated CPU time (s) 876.36
Current children cumulated vsize (Kb) 70304

[startup+890.051 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34436 0 0 0 88370 265 0 0 25 0 1 0 1768343240 72126464 16570 4294967295 134512640 134736556 3221224544 3221223048 134634451 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17609 16570 1116 68 0 17541 0
[pid=28770] vsize: 70436
Current children cumulated CPU time (s) 886.35
Current children cumulated vsize (Kb) 70436

[startup+900.051 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34463 0 0 0 89369 266 0 0 25 0 1 0 1768343240 72261632 16597 4294967295 134512640 134736556 3221224544 3221223052 134540122 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17642 16597 1116 68 0 17574 0
[pid=28770] vsize: 70568
Current children cumulated CPU time (s) 896.35
Current children cumulated vsize (Kb) 70568

[startup+910.051 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34486 0 0 0 90368 266 0 0 25 0 1 0 1768343240 72396800 16620 4294967295 134512640 134736556 3221224544 3221223216 134528738 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17675 16620 1116 68 0 17607 0
[pid=28770] vsize: 70700
Current children cumulated CPU time (s) 906.34
Current children cumulated vsize (Kb) 70700

[startup+920.052 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34512 0 0 0 91365 268 0 0 25 0 1 0 1768343240 72396800 16646 4294967295 134512640 134736556 3221224544 3221223052 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17675 16646 1116 68 0 17607 0
[pid=28770] vsize: 70700
Current children cumulated CPU time (s) 916.33
Current children cumulated vsize (Kb) 70700

[startup+930.052 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34532 0 0 0 92360 270 0 0 25 0 1 0 1768343240 72531968 16666 4294967295 134512640 134736556 3221224544 3221223160 134543057 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17708 16666 1116 68 0 17640 0
[pid=28770] vsize: 70832
Current children cumulated CPU time (s) 926.3
Current children cumulated vsize (Kb) 70832

[startup+940.053 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34564 0 0 0 93359 270 0 0 25 0 1 0 1768343240 72667136 16698 4294967295 134512640 134736556 3221224544 3221223296 134597554 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17741 16698 1116 68 0 17673 0
[pid=28770] vsize: 70964
Current children cumulated CPU time (s) 936.29
Current children cumulated vsize (Kb) 70964

[startup+950.053 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34597 0 0 0 94358 271 0 0 25 0 1 0 1768343240 72802304 16731 4294967295 134512640 134736556 3221224544 3221223120 134544658 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17774 16731 1116 68 0 17706 0
[pid=28770] vsize: 71096
Current children cumulated CPU time (s) 946.29
Current children cumulated vsize (Kb) 71096

[startup+960.053 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34631 0 0 0 95357 271 0 0 25 0 1 0 1768343240 72937472 16765 4294967295 134512640 134736556 3221224544 3221223252 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17807 16765 1116 68 0 17739 0
[pid=28770] vsize: 71228
Current children cumulated CPU time (s) 956.28
Current children cumulated vsize (Kb) 71228

[startup+970.054 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34656 0 0 0 96357 271 0 0 25 0 1 0 1768343240 73072640 16790 4294967295 134512640 134736556 3221224544 3221223184 134543731 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17840 16790 1116 68 0 17772 0
[pid=28770] vsize: 71360
Current children cumulated CPU time (s) 966.28
Current children cumulated vsize (Kb) 71360

[startup+980.055 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) T 28769 28770 27660 0 -1 0 34680 0 0 0 97356 272 0 0 25 0 1 0 1768343240 73207808 16814 4294967295 134512640 134736556 3221224544 3221223436 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17873 16814 1116 68 0 17805 0
[pid=28770] vsize: 71492
Current children cumulated CPU time (s) 976.28
Current children cumulated vsize (Kb) 71492

[startup+990.056 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34705 0 0 0 98355 272 0 0 25 0 1 0 1768343240 73207808 16839 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17873 16839 1116 68 0 17805 0
[pid=28770] vsize: 71492
Current children cumulated CPU time (s) 986.27
Current children cumulated vsize (Kb) 71492

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34737 0 0 0 99352 274 0 0 25 0 1 0 1768343240 73342976 16871 4294967295 134512640 134736556 3221224544 3221223200 134544812 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17906 16871 1116 68 0 17838 0
[pid=28770] vsize: 71624
Current children cumulated CPU time (s) 996.26
Current children cumulated vsize (Kb) 71624

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34765 0 0 0 100350 274 0 0 25 0 1 0 1768343240 73478144 16899 4294967295 134512640 134736556 3221224544 3221223056 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28770/statm): 17939 16899 1116 68 0 17871 0
[pid=28770] vsize: 71756
Current children cumulated CPU time (s) 1006.24
Current children cumulated vsize (Kb) 71756

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34803 0 0 0 101349 275 0 0 25 0 1 0 1768343240 73613312 16937 4294967295 134512640 134736556 3221224544 3221223052 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 17972 16937 1116 68 0 17904 0
[pid=28770] vsize: 71888
Current children cumulated CPU time (s) 1016.24
Current children cumulated vsize (Kb) 71888

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34824 0 0 0 102347 276 0 0 25 0 1 0 1768343240 73748480 16958 4294967295 134512640 134736556 3221224544 3221223168 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 18005 16958 1116 68 0 17937 0
[pid=28770] vsize: 72020
Current children cumulated CPU time (s) 1026.23
Current children cumulated vsize (Kb) 72020

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 28770
Raw data (/proc/28770/stat): 28770 (bsolo) R 28769 28770 27660 0 -1 0 34859 0 0 0 103345 277 0 0 25 0 1 0 1768343240 73875456 16993 4294967295 134512640 134736556 3221224544 3221223072 134716647 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28770/statm): 18036 16993 1116 68 0 17968 0
[pid=28770] vsize: 72144
Current children cumulated CPU time (s) 1036.22
Current children cumulated vsize (Kb) 72144
One traced child (pid=28770) exited with status: 20
All traced children have exited ! Game is over.

Child status: 20
Real time (s): 1048.01
CPU time (s): 1044.16
CPU user time (s): 1041.35
CPU system time (s): 2.81357
CPU usage (%): 99.633
Max. virtual memory (cumulated for all children) (Kb): 72144

Verifier Data

ERROR: no interpretation found !