Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib2003/normalized-mps-v2-13-7-set1ch.opb
MD5SUM154c7c542b6df7aab333fa859438b34f
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 65634210
Optimality of the best value was proved NO
Number of terms in the objective function 4880
Biggest coefficient in the objective function 10485760
Number of bits for the biggest coefficient in the objective function 24
Sum of the numbers in the objective function 1662757407
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10485760
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 1662757407
Number of bits of the biggest sum of numbers31
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1259.76
Number of variables9680
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint1
Maximum length of a constraint420

Trace number 5217

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.220
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        925412 kB
Buffers:         12956 kB
Cached:          67028 kB
SwapCached:        868 kB
Active:          18732 kB
Inactive:        63888 kB
HighTotal:      131008 kB
HighFree:        60256 kB
LowTotal:       903652 kB
LowFree:        865156 kB
SwapTotal:     2097892 kB
SwapFree:      2096524 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5724 kB
Slab:            20804 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 23:47:06 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 982 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 9680 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 2.436
c After prepocess the problem consists of 7829 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 7829 #Dec: 37018 LB: 0 @ 224.53
c CHANGE Heuristic... 
c Restart #0 #Var: 7829 #Dec: 155042 LB: 0 @ 937.66
c Restart #1 #Var: 7739 #Dec: 169397 LB: 0 @ 1134.6
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/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1853876685 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 107 3 90 68 0 39 0
[pid=24910] 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/wulflinc25/normalized-mps-v2-13-7-set1ch.opb

[startup+10.0027 s]
Raw data (loadavg): 0.94 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 10401 0 0 0 958 27 0 0 25 0 1 0 1853876685 46051328 10312 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 11243 10312 1116 68 0 11175 0
[pid=24910] vsize: 44972
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (Kb) 44972

[startup+20.0023 s]
Raw data (loadavg): 0.95 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 10403 0 0 0 1951 29 0 0 25 0 1 0 1853876685 46051328 10314 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 11243 10314 1116 68 0 11175 0
[pid=24910] vsize: 44972
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (Kb) 44972

[startup+30.0029 s]
Raw data (loadavg): 0.95 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 10405 0 0 0 2945 32 0 0 25 0 1 0 1853876685 46051328 10316 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 11243 10316 1116 68 0 11175 0
[pid=24910] vsize: 44972
Current children cumulated CPU time (s) 29.77
Current children cumulated vsize (Kb) 44972

[startup+40.0025 s]
Raw data (loadavg): 0.96 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 10407 0 0 0 3938 34 0 0 25 0 1 0 1853876685 46051328 10318 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 11243 10318 1116 68 0 11175 0
[pid=24910] vsize: 44972
Current children cumulated CPU time (s) 39.72
Current children cumulated vsize (Kb) 44972

[startup+50.0031 s]
Raw data (loadavg): 0.97 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 10822 0 0 0 4925 40 0 0 25 0 1 0 1853876685 48046080 10733 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 11730 10733 1116 68 0 11662 0
[pid=24910] vsize: 46920
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (Kb) 46920

[startup+60.0027 s]
Raw data (loadavg): 0.97 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11038 0 0 0 5915 44 0 0 25 0 1 0 1853876685 48599040 10949 4294967295 134512640 134736556 3221224560 3221223168 134558178 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 11865 10949 1116 68 0 11797 0
[pid=24910] vsize: 47460
Current children cumulated CPU time (s) 59.59
Current children cumulated vsize (Kb) 47460

[startup+70.0033 s]
Raw data (loadavg): 0.97 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11282 0 0 0 6901 50 0 0 25 0 1 0 1853876685 49733632 11191 4294967295 134512640 134736556 3221224560 3221223116 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12142 11191 1116 68 0 12074 0
[pid=24910] vsize: 48568
Current children cumulated CPU time (s) 69.51
Current children cumulated vsize (Kb) 48568

[startup+80.0039 s]
Raw data (loadavg): 0.98 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11400 0 0 0 7889 54 0 0 25 0 1 0 1853876685 50143232 11308 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12242 11308 1116 68 0 12174 0
[pid=24910] vsize: 48968
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (Kb) 48968

[startup+90.0035 s]
Raw data (loadavg): 0.98 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11512 0 0 0 8873 60 0 0 25 0 1 0 1853876685 50556928 11420 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12343 11420 1116 68 0 12275 0
[pid=24910] vsize: 49372
Current children cumulated CPU time (s) 89.33
Current children cumulated vsize (Kb) 49372

[startup+100.004 s]
Raw data (loadavg): 0.98 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11531 0 0 0 9862 64 0 0 25 0 1 0 1853876685 50688000 11439 4294967295 134512640 134736556 3221224560 3221223168 134558272 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12375 11439 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (Kb) 49500

[startup+110.005 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 11543 0 0 0 10849 70 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 109.19
Current children cumulated vsize (Kb) 49500

[startup+120.004 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 11543 0 0 0 11836 76 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 119.12
Current children cumulated vsize (Kb) 49500

[startup+130.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11543 0 0 0 12825 79 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 129.04
Current children cumulated vsize (Kb) 49500

[startup+140.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11543 0 0 0 13813 83 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223136 134558158 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 138.96
Current children cumulated vsize (Kb) 49500

[startup+150.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11543 0 0 0 14803 87 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 148.9
Current children cumulated vsize (Kb) 49500

[startup+160.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11543 0 0 0 15790 92 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223152 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 158.82
Current children cumulated vsize (Kb) 49500

[startup+170.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11543 0 0 0 16778 96 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 168.74
Current children cumulated vsize (Kb) 49500

[startup+180.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11543 0 0 0 17767 100 0 0 25 0 1 0 1853876685 50688000 11451 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12375 11451 1116 68 0 12307 0
[pid=24910] vsize: 49500
Current children cumulated CPU time (s) 178.67
Current children cumulated vsize (Kb) 49500

[startup+190.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11633 0 0 0 18756 105 0 0 25 0 1 0 1853876685 51101696 11541 4294967295 134512640 134736556 3221224560 3221223180 134558379 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12476 11541 1116 68 0 12408 0
[pid=24910] vsize: 49904
Current children cumulated CPU time (s) 188.61
Current children cumulated vsize (Kb) 49904

[startup+200.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11647 0 0 0 19743 110 0 0 25 0 1 0 1853876685 51101696 11555 4294967295 134512640 134736556 3221224560 3221223128 134560350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12476 11555 1116 68 0 12408 0
[pid=24910] vsize: 49904
Current children cumulated CPU time (s) 198.53
Current children cumulated vsize (Kb) 49904

[startup+210.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11665 0 0 0 20732 115 0 0 25 0 1 0 1853876685 51249152 11573 4294967295 134512640 134736556 3221224560 3221223128 134560305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11573 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 208.47
Current children cumulated vsize (Kb) 50048

[startup+220.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11686 0 0 0 21717 120 0 0 25 0 1 0 1853876685 51249152 11594 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11594 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 218.37
Current children cumulated vsize (Kb) 50048

[startup+230.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 22706 125 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 228.31
Current children cumulated vsize (Kb) 50048

[startup+240.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 23700 127 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 238.27
Current children cumulated vsize (Kb) 50048

[startup+250.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 24692 131 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 248.23
Current children cumulated vsize (Kb) 50048

[startup+260.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 25684 133 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223200 134649136 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 258.17
Current children cumulated vsize (Kb) 50048

[startup+270.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 26676 136 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223088 134554617 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 268.12
Current children cumulated vsize (Kb) 50048

[startup+280.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 27665 139 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 278.04
Current children cumulated vsize (Kb) 50048

[startup+290.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 28652 144 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 287.96
Current children cumulated vsize (Kb) 50048

[startup+300.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 29641 148 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 297.89
Current children cumulated vsize (Kb) 50048

[startup+310.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 30631 153 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 307.84
Current children cumulated vsize (Kb) 50048

[startup+320.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 31622 156 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 317.78
Current children cumulated vsize (Kb) 50048

[startup+330.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 32611 161 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 327.72
Current children cumulated vsize (Kb) 50048

[startup+340.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 33597 166 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223136 134558547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 337.63
Current children cumulated vsize (Kb) 50048

[startup+350.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 34586 170 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 347.56
Current children cumulated vsize (Kb) 50048

[startup+360.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11688 0 0 0 35573 174 0 0 25 0 1 0 1853876685 51249152 11596 4294967295 134512640 134736556 3221224560 3221223176 134558385 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11596 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 357.47
Current children cumulated vsize (Kb) 50048

[startup+370.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 36560 179 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 367.39
Current children cumulated vsize (Kb) 50048

[startup+380.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 37548 184 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 377.32
Current children cumulated vsize (Kb) 50048

[startup+390.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 38539 187 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 387.26
Current children cumulated vsize (Kb) 50048

[startup+400.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 39526 192 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 397.18
Current children cumulated vsize (Kb) 50048

[startup+410.009 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 40514 196 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 407.1
Current children cumulated vsize (Kb) 50048

[startup+420.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 41502 200 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 417.02
Current children cumulated vsize (Kb) 50048

[startup+430.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11692 0 0 0 42490 203 0 0 25 0 1 0 1853876685 51249152 11600 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11600 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 426.93
Current children cumulated vsize (Kb) 50048

[startup+440.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11693 0 0 0 43479 208 0 0 25 0 1 0 1853876685 51249152 11601 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11601 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 436.87
Current children cumulated vsize (Kb) 50048

[startup+450.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11693 0 0 0 44467 212 0 0 25 0 1 0 1853876685 51249152 11601 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11601 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 446.79
Current children cumulated vsize (Kb) 50048

[startup+460.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11693 0 0 0 45455 217 0 0 25 0 1 0 1853876685 51249152 11601 4294967295 134512640 134736556 3221224560 3221223216 134649375 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11601 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 456.72
Current children cumulated vsize (Kb) 50048

[startup+470.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11693 0 0 0 46446 220 0 0 25 0 1 0 1853876685 51249152 11601 4294967295 134512640 134736556 3221224560 3221223144 134560305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12512 11601 1116 68 0 12444 0
[pid=24910] vsize: 50048
Current children cumulated CPU time (s) 466.66
Current children cumulated vsize (Kb) 50048

[startup+480.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11785 0 0 0 47434 224 0 0 25 0 1 0 1853876685 51679232 11693 4294967295 134512640 134736556 3221224560 3221223092 134554616 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12617 11693 1116 68 0 12549 0
[pid=24910] vsize: 50468
Current children cumulated CPU time (s) 476.58
Current children cumulated vsize (Kb) 50468

[startup+490.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11794 0 0 0 48420 230 0 0 25 0 1 0 1853876685 51679232 11702 4294967295 134512640 134736556 3221224560 3221223152 134558547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12617 11702 1116 68 0 12549 0
[pid=24910] vsize: 50468
Current children cumulated CPU time (s) 486.5
Current children cumulated vsize (Kb) 50468

[startup+500.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11794 0 0 0 49407 234 0 0 25 0 1 0 1853876685 51679232 11702 4294967295 134512640 134736556 3221224560 3221223188 134649151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12617 11702 1116 68 0 12549 0
[pid=24910] vsize: 50468
Current children cumulated CPU time (s) 496.41
Current children cumulated vsize (Kb) 50468

[startup+510.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11794 0 0 0 50397 238 0 0 25 0 1 0 1853876685 51679232 11702 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12617 11702 1116 68 0 12549 0
[pid=24910] vsize: 50468
Current children cumulated CPU time (s) 506.35
Current children cumulated vsize (Kb) 50468

[startup+520.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11797 0 0 0 51386 242 0 0 25 0 1 0 1853876685 51679232 11705 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12617 11705 1116 68 0 12549 0
[pid=24910] vsize: 50468
Current children cumulated CPU time (s) 516.28
Current children cumulated vsize (Kb) 50468

[startup+530.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11831 0 0 0 52374 247 0 0 25 0 1 0 1853876685 51834880 11738 4294967295 134512640 134736556 3221224560 3221223156 134558284 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11738 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 526.21
Current children cumulated vsize (Kb) 50620

[startup+540.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 53364 250 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223196 134544444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 536.14
Current children cumulated vsize (Kb) 50620

[startup+550.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 54352 254 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 546.06
Current children cumulated vsize (Kb) 50620

[startup+560.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 55341 258 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434789 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 555.99
Current children cumulated vsize (Kb) 50620

[startup+570.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 56329 263 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 565.92
Current children cumulated vsize (Kb) 50620

[startup+580.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 57316 267 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 575.83
Current children cumulated vsize (Kb) 50620

[startup+590.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 58305 270 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 585.75
Current children cumulated vsize (Kb) 50620

[startup+600.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 59292 275 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 595.67
Current children cumulated vsize (Kb) 50620

[startup+610.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 60282 280 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223152 134558547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 605.62
Current children cumulated vsize (Kb) 50620

[startup+620.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 61270 284 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223168 134558515 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 615.54
Current children cumulated vsize (Kb) 50620

[startup+630.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 62259 287 0 0 18 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223120 134558423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 625.46
Current children cumulated vsize (Kb) 50620

[startup+640.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 63246 292 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 635.38
Current children cumulated vsize (Kb) 50620

[startup+650.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 64235 297 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 645.32
Current children cumulated vsize (Kb) 50620

[startup+660.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 65224 300 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 655.24
Current children cumulated vsize (Kb) 50620

[startup+670.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 66214 304 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223168 134558399 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 665.18
Current children cumulated vsize (Kb) 50620

[startup+680.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11838 0 0 0 67202 309 0 0 25 0 1 0 1853876685 51834880 11745 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12655 11745 1116 68 0 12587 0
[pid=24910] vsize: 50620
Current children cumulated CPU time (s) 675.11
Current children cumulated vsize (Kb) 50620

[startup+690.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11929 0 0 0 68189 314 0 0 25 0 1 0 1853876685 52281344 11836 4294967295 134512640 134736556 3221224560 3221222324 134717263 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12764 11836 1116 68 0 12696 0
[pid=24910] vsize: 51056
Current children cumulated CPU time (s) 685.03
Current children cumulated vsize (Kb) 51056

[startup+700.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11938 0 0 0 69176 319 0 0 25 0 1 0 1853876685 52281344 11845 4294967295 134512640 134736556 3221224560 3221223112 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12764 11845 1116 68 0 12696 0
[pid=24910] vsize: 51056
Current children cumulated CPU time (s) 694.95
Current children cumulated vsize (Kb) 51056

[startup+710.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11940 0 0 0 70162 323 0 0 25 0 1 0 1853876685 52281344 11847 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12764 11847 1116 68 0 12696 0
[pid=24910] vsize: 51056
Current children cumulated CPU time (s) 704.85
Current children cumulated vsize (Kb) 51056

[startup+720.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11969 0 0 0 71150 328 0 0 25 0 1 0 1853876685 52436992 11876 4294967295 134512640 134736556 3221224560 3221223136 134558569 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12802 11876 1116 68 0 12734 0
[pid=24910] vsize: 51208
Current children cumulated CPU time (s) 714.78
Current children cumulated vsize (Kb) 51208

[startup+730.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11969 0 0 0 72141 330 0 0 25 0 1 0 1853876685 52436992 11876 4294967295 134512640 134736556 3221224560 3221223180 134558379 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12802 11876 1116 68 0 12734 0
[pid=24910] vsize: 51208
Current children cumulated CPU time (s) 724.71
Current children cumulated vsize (Kb) 51208

[startup+740.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 11985 0 0 0 73128 336 0 0 25 0 1 0 1853876685 52436992 11892 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12802 11892 1116 68 0 12734 0
[pid=24910] vsize: 51208
Current children cumulated CPU time (s) 734.64
Current children cumulated vsize (Kb) 51208

[startup+750.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12006 0 0 0 74117 340 0 0 25 0 1 0 1853876685 52588544 11913 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12839 11913 1116 68 0 12771 0
[pid=24910] vsize: 51356
Current children cumulated CPU time (s) 744.57
Current children cumulated vsize (Kb) 51356

[startup+760.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12006 0 0 0 75104 346 0 0 25 0 1 0 1853876685 52588544 11913 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12839 11913 1116 68 0 12771 0
[pid=24910] vsize: 51356
Current children cumulated CPU time (s) 754.5
Current children cumulated vsize (Kb) 51356

[startup+770.006 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 12006 0 0 0 76093 350 0 0 25 0 1 0 1853876685 52588544 11913 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12839 11913 1116 68 0 12771 0
[pid=24910] vsize: 51356
Current children cumulated CPU time (s) 764.43
Current children cumulated vsize (Kb) 51356

[startup+780.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 77081 354 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223136 134558423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 774.35
Current children cumulated vsize (Kb) 51404

[startup+790.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 78069 358 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 784.27
Current children cumulated vsize (Kb) 51404

[startup+800.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 79056 364 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223192 134544024 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 794.2
Current children cumulated vsize (Kb) 51404

[startup+810.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 80044 367 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 804.11
Current children cumulated vsize (Kb) 51404

[startup+820.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 81032 372 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 814.04
Current children cumulated vsize (Kb) 51404

[startup+830.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 82020 376 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 823.96
Current children cumulated vsize (Kb) 51404

[startup+840.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 83010 380 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 833.9
Current children cumulated vsize (Kb) 51404

[startup+850.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12030 0 0 0 83999 383 0 0 25 0 1 0 1853876685 52637696 11937 4294967295 134512640 134736556 3221224560 3221223112 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12851 11937 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 843.82
Current children cumulated vsize (Kb) 51404

[startup+860.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12031 0 0 0 84987 388 0 0 25 0 1 0 1853876685 52637696 11938 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12851 11938 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 853.75
Current children cumulated vsize (Kb) 51404

[startup+870.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12031 0 0 0 85977 391 0 0 17 0 1 0 1853876685 52637696 11938 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12851 11938 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 863.68
Current children cumulated vsize (Kb) 51404

[startup+880.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12031 0 0 0 86966 395 0 0 25 0 1 0 1853876685 52637696 11938 4294967295 134512640 134736556 3221224560 3221223220 134649708 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12851 11938 1116 68 0 12783 0
[pid=24910] vsize: 51404
Current children cumulated CPU time (s) 873.61
Current children cumulated vsize (Kb) 51404

[startup+890.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12108 0 0 0 87955 399 0 0 25 0 1 0 1853876685 53047296 12015 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12951 12015 1116 68 0 12883 0
[pid=24910] vsize: 51804
Current children cumulated CPU time (s) 883.54
Current children cumulated vsize (Kb) 51804

[startup+900.006 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 12116 0 0 0 88944 403 0 0 25 0 1 0 1853876685 53047296 12023 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12951 12023 1116 68 0 12883 0
[pid=24910] vsize: 51804
Current children cumulated CPU time (s) 893.47
Current children cumulated vsize (Kb) 51804

[startup+910.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12116 0 0 0 89931 408 0 0 25 0 1 0 1853876685 53047296 12023 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12951 12023 1116 68 0 12883 0
[pid=24910] vsize: 51804
Current children cumulated CPU time (s) 903.39
Current children cumulated vsize (Kb) 51804

[startup+920.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12116 0 0 0 90919 412 0 0 25 0 1 0 1853876685 53047296 12023 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12951 12023 1116 68 0 12883 0
[pid=24910] vsize: 51804
Current children cumulated CPU time (s) 913.31
Current children cumulated vsize (Kb) 51804

[startup+930.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12144 0 0 0 91908 416 0 0 25 0 1 0 1853876685 53198848 12051 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12988 12051 1116 68 0 12920 0
[pid=24910] vsize: 51952
Current children cumulated CPU time (s) 923.24
Current children cumulated vsize (Kb) 51952

[startup+940.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12154 0 0 0 92894 421 0 0 25 0 1 0 1853876685 53198848 12061 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12988 12061 1116 68 0 12920 0
[pid=24910] vsize: 51952
Current children cumulated CPU time (s) 933.15
Current children cumulated vsize (Kb) 51952

[startup+950.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12154 0 0 0 93886 424 0 0 25 0 1 0 1853876685 53043200 12045 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12950 12045 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (Kb) 51800

[startup+960.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 94880 426 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 953.06
Current children cumulated vsize (Kb) 51800

[startup+970.008 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 95874 428 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223216 134649120 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 963.02
Current children cumulated vsize (Kb) 51800

[startup+980.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 96868 431 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 972.99
Current children cumulated vsize (Kb) 51800

[startup+990.007 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 97863 432 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 982.95
Current children cumulated vsize (Kb) 51800

[startup+1000.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 98859 434 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 992.93
Current children cumulated vsize (Kb) 51800

[startup+1010.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 99853 436 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1002.89
Current children cumulated vsize (Kb) 51800

[startup+1020.01 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 12155 0 0 0 100846 438 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1012.84
Current children cumulated vsize (Kb) 51800

[startup+1030.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 101842 440 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1022.82
Current children cumulated vsize (Kb) 51800

[startup+1040.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 102835 442 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1032.77
Current children cumulated vsize (Kb) 51800

[startup+1050.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 103830 444 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1042.74
Current children cumulated vsize (Kb) 51800

[startup+1060.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 104825 446 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1052.71
Current children cumulated vsize (Kb) 51800

[startup+1070.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 105819 448 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1062.67
Current children cumulated vsize (Kb) 51800

[startup+1080.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 106815 450 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1072.65
Current children cumulated vsize (Kb) 51800

[startup+1090.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 107810 451 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223152 134558518 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1082.61
Current children cumulated vsize (Kb) 51800

[startup+1100.01 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 12155 0 0 0 108805 453 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1092.58
Current children cumulated vsize (Kb) 51800

[startup+1110.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 109800 455 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1102.55
Current children cumulated vsize (Kb) 51800

[startup+1120.01 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) T 24909 24910 4419 0 -1 0 12155 0 0 0 110794 458 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1112.52
Current children cumulated vsize (Kb) 51800

[startup+1130.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 111788 460 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223176 134544465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1122.48
Current children cumulated vsize (Kb) 51800

[startup+1140.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 112783 462 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1132.45
Current children cumulated vsize (Kb) 51800

[startup+1150.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 113778 465 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1142.43
Current children cumulated vsize (Kb) 51800

[startup+1160.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 114771 466 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1152.37
Current children cumulated vsize (Kb) 51800

[startup+1170.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 115765 469 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1162.34
Current children cumulated vsize (Kb) 51800

[startup+1180.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12155 0 0 0 116759 472 0 0 25 0 1 0 1853876685 53043200 12046 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12046 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1172.31
Current children cumulated vsize (Kb) 51800

[startup+1190.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12156 0 0 0 117754 473 0 0 25 0 1 0 1853876685 53043200 12047 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12047 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (Kb) 51800

[startup+1200.01 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 24910
Raw data (/proc/24910/stat): 24910 (bsolo) R 24909 24910 4419 0 -1 0 12156 0 0 0 118749 474 0 0 25 0 1 0 1853876685 53043200 12047 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24910/statm): 12950 12047 1116 68 0 12882 0
[pid=24910] vsize: 51800
Current children cumulated CPU time (s) 1192.23
Current children cumulated vsize (Kb) 51800
One traced child (pid=24910) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.82
CPU time (s): 1195.04
CPU user time (s): 1190.27
CPU system time (s): 4.77827
CPU usage (%): 99.3534
Max. virtual memory (cumulated for all children) (Kb): 51952

Verifier Data

ERROR: no interpretation found !