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-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-danoint.opb
MD5SUMcdd5642b047e784e87a00fe758efc418
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables13898
Total number of constraints728
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)72
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint1
Maximum length of a constraint1500

Trace number 763

Launcher Data

LAUNCH ON wulflinc13 THE 2005-09-18 12:07:03 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=622 boxname=wulflinc13 idbench=622 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  cdd5642b047e784e87a00fe758efc418  /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-danoint.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-danoint.opb
IDLAUNCH: 622
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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.242
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:        903300 kB
Buffers:         33548 kB
Cached:          71144 kB
SwapCached:        708 kB
Active:          54860 kB
Inactive:        52420 kB
HighTotal:      131008 kB
HighFree:        86912 kB
LowTotal:       903652 kB
LowFree:        816388 kB
SwapTotal:     2097136 kB
SwapFree:      2095936 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            18476 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 12:27:07 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 622 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 13898 variables and 816 constraints.
c	preprocess terminated. Elapsed time: 5.661
c After prepocess the problem consists of 7792 variables and 816 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 7792 #Dec: 8228 LB: 0 @ 62.903
c Restart #2 #Var: 7792 #Dec: 18269 LB: 0 @ 123.73
c Restart #3 #Var: 7792 #Dec: 29443 LB: 0 @ 186.54
c Restart #4 #Var: 7792 #Dec: 41182 LB: 0 @ 251.2
c Restart #5 #Var: 7792 #Dec: 55034 LB: 0 @ 319.89
c Restart #6 #Var: 7792 #Dec: 89603 LB: 0 @ 420.88
c Restart #7 #Var: 7792 #Dec: 133252 LB: 0 @ 585.98
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/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782919697 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/3603/statm): 107 3 90 68 0 39 0
[pid=3603] 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/wulflinc13/normalized-mps-v2-20-10-danoint.opb

[startup+10.0031 s]
Raw data (loadavg): 0.93 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11513 0 0 0 954 32 0 0 25 0 1 0 1782919697 50696192 11424 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12377 11424 1116 68 0 12309 0
[pid=3603] vsize: 49508
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (Kb) 49508

[startup+20.0038 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11515 0 0 0 1949 34 0 0 25 0 1 0 1782919697 50696192 11426 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12377 11426 1116 68 0 12309 0
[pid=3603] vsize: 49508
Current children cumulated CPU time (s) 19.83
Current children cumulated vsize (Kb) 49508

[startup+30.0044 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11515 0 0 0 2942 37 0 0 25 0 1 0 1782919697 50696192 11426 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12377 11426 1116 68 0 12309 0
[pid=3603] vsize: 49508
Current children cumulated CPU time (s) 29.79
Current children cumulated vsize (Kb) 49508

[startup+40.0041 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11517 0 0 0 3933 39 0 0 25 0 1 0 1782919697 50696192 11428 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12377 11428 1116 68 0 12309 0
[pid=3603] vsize: 49508
Current children cumulated CPU time (s) 39.72
Current children cumulated vsize (Kb) 49508

[startup+50.0048 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11521 0 0 0 4923 42 0 0 25 0 1 0 1782919697 50696192 11432 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12377 11432 1116 68 0 12309 0
[pid=3603] vsize: 49508
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (Kb) 49508

[startup+60.0044 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11525 0 0 0 5909 47 0 0 25 0 1 0 1782919697 50696192 11436 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12377 11436 1116 68 0 12309 0
[pid=3603] vsize: 49508
Current children cumulated CPU time (s) 59.56
Current children cumulated vsize (Kb) 49508

[startup+70.0051 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11797 0 0 0 6893 53 0 0 25 0 1 0 1782919697 51798016 11708 4294967295 134512640 134736556 3221224560 3221223136 134558423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12646 11708 1116 68 0 12578 0
[pid=3603] vsize: 50584
Current children cumulated CPU time (s) 69.46
Current children cumulated vsize (Kb) 50584

[startup+80.0057 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11797 0 0 0 7887 54 0 0 25 0 1 0 1782919697 51798016 11708 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12646 11708 1116 68 0 12578 0
[pid=3603] vsize: 50584
Current children cumulated CPU time (s) 79.41
Current children cumulated vsize (Kb) 50584

[startup+90.0054 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11797 0 0 0 8882 57 0 0 25 0 1 0 1782919697 51798016 11708 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12646 11708 1116 68 0 12578 0
[pid=3603] vsize: 50584
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (Kb) 50584

[startup+100.005 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11797 0 0 0 9874 60 0 0 25 0 1 0 1782919697 51798016 11708 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12646 11708 1116 68 0 12578 0
[pid=3603] vsize: 50584
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (Kb) 50584

[startup+110.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11797 0 0 0 10864 63 0 0 25 0 1 0 1782919697 51798016 11708 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12646 11708 1116 68 0 12578 0
[pid=3603] vsize: 50584
Current children cumulated CPU time (s) 109.27
Current children cumulated vsize (Kb) 50584

[startup+120.006 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11797 0 0 0 11846 69 0 0 25 0 1 0 1782919697 51798016 11708 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12646 11708 1116 68 0 12578 0
[pid=3603] vsize: 50584
Current children cumulated CPU time (s) 119.15
Current children cumulated vsize (Kb) 50584

[startup+130.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11839 0 0 0 12829 76 0 0 25 0 1 0 1782919697 52043776 11750 4294967295 134512640 134736556 3221224560 3221223152 134558535 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3603/statm): 12706 11750 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 129.05
Current children cumulated vsize (Kb) 50824

[startup+140.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11839 0 0 0 13823 78 0 0 25 0 1 0 1782919697 52043776 11750 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11750 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 139.01
Current children cumulated vsize (Kb) 50824

[startup+150.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11839 0 0 0 14816 80 0 0 25 0 1 0 1782919697 52043776 11750 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11750 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 148.96
Current children cumulated vsize (Kb) 50824

[startup+160.007 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11839 0 0 0 15809 83 0 0 25 0 1 0 1782919697 52043776 11750 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11750 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 158.92
Current children cumulated vsize (Kb) 50824

[startup+170.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11839 0 0 0 16798 86 0 0 25 0 1 0 1782919697 52043776 11750 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11750 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 168.84
Current children cumulated vsize (Kb) 50824

[startup+180.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11839 0 0 0 17783 91 0 0 25 0 1 0 1782919697 52043776 11750 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11750 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 178.74
Current children cumulated vsize (Kb) 50824

[startup+190.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 18760 99 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223200 134648999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 188.59
Current children cumulated vsize (Kb) 50824

[startup+200.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 19754 101 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 198.55
Current children cumulated vsize (Kb) 50824

[startup+210.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 20747 103 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223136 134558423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 208.5
Current children cumulated vsize (Kb) 50824

[startup+220.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 21740 106 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 218.46
Current children cumulated vsize (Kb) 50824

[startup+230.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 22733 109 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223148 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 228.42
Current children cumulated vsize (Kb) 50824

[startup+240.01 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 23721 113 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 238.34
Current children cumulated vsize (Kb) 50824

[startup+250.011 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 24693 125 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 248.18
Current children cumulated vsize (Kb) 50824

[startup+260.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 25680 128 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 258.08
Current children cumulated vsize (Kb) 50824

[startup+270.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 26675 131 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 268.06
Current children cumulated vsize (Kb) 50824

[startup+280.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 27669 132 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 278.01
Current children cumulated vsize (Kb) 50824

[startup+290.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 28663 135 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 287.98
Current children cumulated vsize (Kb) 50824

[startup+300.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 29655 137 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134558031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 297.92
Current children cumulated vsize (Kb) 50824

[startup+310.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 30635 144 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 307.79
Current children cumulated vsize (Kb) 50824

[startup+320.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 31611 153 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 317.64
Current children cumulated vsize (Kb) 50824

[startup+330.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 32600 156 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 327.56
Current children cumulated vsize (Kb) 50824

[startup+340.012 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 33595 158 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 337.53
Current children cumulated vsize (Kb) 50824

[startup+350.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 34587 161 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 347.48
Current children cumulated vsize (Kb) 50824

[startup+360.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 35579 164 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223132 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 357.43
Current children cumulated vsize (Kb) 50824

[startup+370.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 36569 168 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 367.37
Current children cumulated vsize (Kb) 50824

[startup+380.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 37550 175 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 377.25
Current children cumulated vsize (Kb) 50824

[startup+390.013 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 38520 185 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 387.05
Current children cumulated vsize (Kb) 50824

[startup+400.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 39490 195 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 396.85
Current children cumulated vsize (Kb) 50824

[startup+410.014 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 40459 205 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 406.64
Current children cumulated vsize (Kb) 50824

[startup+420.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 41429 217 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 416.46
Current children cumulated vsize (Kb) 50824

[startup+430.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 42415 223 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 426.38
Current children cumulated vsize (Kb) 50824

[startup+440.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 43410 225 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 436.35
Current children cumulated vsize (Kb) 50824

[startup+450.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 44405 227 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 446.32
Current children cumulated vsize (Kb) 50824

[startup+460.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 45398 228 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 456.26
Current children cumulated vsize (Kb) 50824

[startup+470.016 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 46390 231 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 466.21
Current children cumulated vsize (Kb) 50824

[startup+480.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 47373 237 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 476.1
Current children cumulated vsize (Kb) 50824

[startup+490.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 48352 245 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223200 134648969 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 485.97
Current children cumulated vsize (Kb) 50824

[startup+500.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 49330 252 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649118 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 495.82
Current children cumulated vsize (Kb) 50824

[startup+510.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 50312 259 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 505.71
Current children cumulated vsize (Kb) 50824

[startup+520.018 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 51289 268 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 515.57
Current children cumulated vsize (Kb) 50824

[startup+530.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 52270 275 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 525.45
Current children cumulated vsize (Kb) 50824

[startup+540.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 53253 282 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558396 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 535.35
Current children cumulated vsize (Kb) 50824

[startup+550.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 54231 289 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 545.2
Current children cumulated vsize (Kb) 50824

[startup+560.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 55212 297 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 555.09
Current children cumulated vsize (Kb) 50824

[startup+570.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 56195 303 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 564.98
Current children cumulated vsize (Kb) 50824

[startup+580.02 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 57173 309 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 574.82
Current children cumulated vsize (Kb) 50824

[startup+590.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 58156 316 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 584.72
Current children cumulated vsize (Kb) 50824

[startup+600.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 59149 318 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 594.67
Current children cumulated vsize (Kb) 50824

[startup+610.021 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 60143 320 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 604.63
Current children cumulated vsize (Kb) 50824

[startup+620.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 61137 323 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 614.6
Current children cumulated vsize (Kb) 50824

[startup+630.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 62127 327 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 624.54
Current children cumulated vsize (Kb) 50824

[startup+640.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 63117 331 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 634.48
Current children cumulated vsize (Kb) 50824

[startup+650.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 64108 335 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 644.43
Current children cumulated vsize (Kb) 50824

[startup+660.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 65097 338 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 654.35
Current children cumulated vsize (Kb) 50824

[startup+670.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 66086 343 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 664.29
Current children cumulated vsize (Kb) 50824

[startup+680.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 67075 346 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 674.21
Current children cumulated vsize (Kb) 50824

[startup+690.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 68065 349 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 684.14
Current children cumulated vsize (Kb) 50824

[startup+700.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 69053 352 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223152 134558146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 694.05
Current children cumulated vsize (Kb) 50824

[startup+710.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 70043 355 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223136 134558547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 703.98
Current children cumulated vsize (Kb) 50824

[startup+720.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 71033 358 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 713.91
Current children cumulated vsize (Kb) 50824

[startup+730.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 72022 361 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558512 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 723.83
Current children cumulated vsize (Kb) 50824

[startup+740.025 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 73012 365 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 733.77
Current children cumulated vsize (Kb) 50824

[startup+750.026 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 74000 369 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 743.69
Current children cumulated vsize (Kb) 50824

[startup+760.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 74990 372 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223092 134554616 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 753.62
Current children cumulated vsize (Kb) 50824

[startup+770.026 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 75980 376 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 763.56
Current children cumulated vsize (Kb) 50824

[startup+780.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 76970 380 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223152 134558566 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 773.5
Current children cumulated vsize (Kb) 50824

[startup+790.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 77960 383 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 783.43
Current children cumulated vsize (Kb) 50824

[startup+800.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 78949 387 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223304 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 793.36
Current children cumulated vsize (Kb) 50824

[startup+810.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 79937 392 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 803.29
Current children cumulated vsize (Kb) 50824

[startup+820.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 80926 396 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223152 134558325 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 813.22
Current children cumulated vsize (Kb) 50824

[startup+830.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 81914 400 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 823.14
Current children cumulated vsize (Kb) 50824

[startup+840.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 82905 403 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223140 134558538 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 833.08
Current children cumulated vsize (Kb) 50824

[startup+850.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 83894 408 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558180 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 843.02
Current children cumulated vsize (Kb) 50824

[startup+860.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 84884 412 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 852.96
Current children cumulated vsize (Kb) 50824

[startup+870.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 85873 415 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 862.88
Current children cumulated vsize (Kb) 50824

[startup+880.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 86862 418 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 872.8
Current children cumulated vsize (Kb) 50824

[startup+890.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 87851 422 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223136 134558542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 882.73
Current children cumulated vsize (Kb) 50824

[startup+900.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 88841 426 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223200 134649051 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 892.67
Current children cumulated vsize (Kb) 50824

[startup+910.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 89831 429 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 902.6
Current children cumulated vsize (Kb) 50824

[startup+920.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 90822 433 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 912.55
Current children cumulated vsize (Kb) 50824

[startup+930.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 91812 436 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 922.48
Current children cumulated vsize (Kb) 50824

[startup+940.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 92800 441 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 932.41
Current children cumulated vsize (Kb) 50824

[startup+950.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 93789 445 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (Kb) 50824

[startup+960.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 94779 449 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134558391 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 952.28
Current children cumulated vsize (Kb) 50824

[startup+970.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 95768 454 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 962.22
Current children cumulated vsize (Kb) 50824

[startup+980.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 96758 458 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 972.16
Current children cumulated vsize (Kb) 50824

[startup+990.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 97747 462 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 982.09
Current children cumulated vsize (Kb) 50824

[startup+1000.03 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 98738 466 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 992.04
Current children cumulated vsize (Kb) 50824

[startup+1010.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 99728 469 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (Kb) 50824

[startup+1020.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 100715 473 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1011.88
Current children cumulated vsize (Kb) 50824

[startup+1030.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 101705 477 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1021.82
Current children cumulated vsize (Kb) 50824

[startup+1040.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 102695 480 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1031.75
Current children cumulated vsize (Kb) 50824

[startup+1050.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 103684 485 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1041.69
Current children cumulated vsize (Kb) 50824

[startup+1060.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 104674 489 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223168 134558258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1051.63
Current children cumulated vsize (Kb) 50824

[startup+1070.03 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 105665 492 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1061.57
Current children cumulated vsize (Kb) 50824

[startup+1080.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 106655 495 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1071.5
Current children cumulated vsize (Kb) 50824

[startup+1090.03 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 107645 498 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223148 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1081.43
Current children cumulated vsize (Kb) 50824

[startup+1100.03 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 108635 501 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1091.36
Current children cumulated vsize (Kb) 50824

[startup+1110.03 s]
Raw data (loadavg): 1.05 0.99 0.91 1/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) T 3602 3603 1333 0 -1 0 11842 0 0 0 109623 505 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1101.28
Current children cumulated vsize (Kb) 50824

[startup+1120.03 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 110613 508 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1111.21
Current children cumulated vsize (Kb) 50824

[startup+1130.04 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 111603 512 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1121.15
Current children cumulated vsize (Kb) 50824

[startup+1140.04 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 112593 515 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1131.08
Current children cumulated vsize (Kb) 50824

[startup+1150.04 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 113581 520 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223152 134558305 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1141.01
Current children cumulated vsize (Kb) 50824

[startup+1160.04 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 114570 524 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1150.94
Current children cumulated vsize (Kb) 50824

[startup+1170.04 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 115560 528 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1160.88
Current children cumulated vsize (Kb) 50824

[startup+1180.04 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 116551 531 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1170.82
Current children cumulated vsize (Kb) 50824

[startup+1190.04 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 117541 535 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1180.76
Current children cumulated vsize (Kb) 50824

[startup+1200.04 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 3603
Raw data (/proc/3603/stat): 3603 (bsolo) R 3602 3603 1333 0 -1 0 11842 0 0 0 118532 538 0 0 25 0 1 0 1782919697 52043776 11753 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3603/statm): 12706 11753 1116 68 0 12638 0
[pid=3603] vsize: 50824
Current children cumulated CPU time (s) 1190.7
Current children cumulated vsize (Kb) 50824
One traced child (pid=3603) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1204.39
CPU time (s): 1195.04
CPU user time (s): 1189.61
CPU system time (s): 5.42517
CPU usage (%): 99.2229
Max. virtual memory (cumulated for all children) (Kb): 50824

Verifier Data

ERROR: no interpretation found !