Some explanations

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

General information on the benchmark

Nameweb/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUM9cf6244159fb5c76c803165eb0e00316
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.8587
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9

Trace number 360

Launcher Data

LAUNCH ON wulflinc9 THE 2005-09-18 09:23:45 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=308 boxname=wulflinc9 idbench=308 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  9cf6244159fb5c76c803165eb0e00316  /oldhome/oroussel/tmp/wulflinc9/normalized-cache.inv12.ucl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc9/normalized-cache.inv12.ucl.opb
IDLAUNCH: 308
/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	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        947640 kB
Buffers:         33400 kB
Cached:          27300 kB
SwapCached:       1044 kB
Active:          55348 kB
Inactive:         8052 kB
HighTotal:      131008 kB
HighFree:       100156 kB
LowTotal:       903652 kB
LowFree:        847484 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5656 kB
Slab:            17916 kB
Committed_AS:    64152 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 09:43:42 (client local time) WITH STATUS 0 IN 1195.06 SECONDS
stats: 308 7 1195.06 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 25800 variables and 76699 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 25.673
c After prepocess the problem consists of 25744 variables and 76560 constraints.
c Restart #1 #Var: 25305 #Dec: 1703 LB: 0 @ 36.443
c Restart #2 #Var: 25305 #Dec: 3160 LB: 0 @ 50.988
c Restart #3 #Var: 25305 #Dec: 4356 LB: 0 @ 76.681
c Restart #4 #Var: 25305 #Dec: 5495 LB: 0 @ 128
c Restart #5 #Var: 24314 #Dec: 6883 LB: 0 @ 299.77
c Restart #6 #Var: 23786 #Dec: 8492 LB: 0 @ 512.28
c CHANGE Heuristic... 
c Restart #0 #Var: 23763 #Dec: 10491 LB: 0 @ 816.54
c Restart #1 #Var: 23732 #Dec: 10996 LB: 0 @ 839.97
c Restart #2 #Var: 23732 #Dec: 11588 LB: 0 @ 932.82
c Restart #3 #Var: 23730 #Dec: 12431 LB: 0 @ 1119.8
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/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1781920362 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 107 3 90 68 0 39 0
[pid=31654] 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/wulflinc9/normalized-cache.inv12.ucl.opb

[startup+10.0032 s]
Raw data (loadavg): 0.87 0.94 0.90 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 9451 0 0 0 927 36 0 0 23 0 1 0 1781920362 36151296 7956 4294967295 134512640 134736556 3221224560 3221223088 134574240 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 8826 7956 1116 68 0 8758 0
[pid=31654] vsize: 35304
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (Kb) 35304

[startup+20.004 s]
Raw data (loadavg): 0.89 0.94 0.90 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 41903 0 0 0 1758 130 0 0 25 0 1 0 1781920362 60661760 13806 4294967295 134512640 134736556 3221224560 3221223376 134644765 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 14810 13806 1116 68 0 14742 0
[pid=31654] vsize: 59240
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (Kb) 59240

[startup+30.0048 s]
Raw data (loadavg): 0.91 0.94 0.90 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 42926 0 0 0 2754 133 0 0 25 0 1 0 1781920362 64884736 14778 4294967295 134512640 134736556 3221224560 3221223144 134543970 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 15841 14778 1116 68 0 15773 0
[pid=31654] vsize: 63364
Current children cumulated CPU time (s) 28.87
Current children cumulated vsize (Kb) 63364

[startup+40.0056 s]
Raw data (loadavg): 0.92 0.94 0.90 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 42965 0 0 0 3745 136 0 0 25 0 1 0 1781920362 65019904 14817 4294967295 134512640 134736556 3221224560 3221223152 134716177 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 15874 14817 1116 68 0 15806 0
[pid=31654] vsize: 63496
Current children cumulated CPU time (s) 38.81
Current children cumulated vsize (Kb) 63496

[startup+50.0064 s]
Raw data (loadavg): 0.93 0.95 0.90 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43053 0 0 0 4740 139 0 0 25 0 1 0 1781920362 65290240 14905 4294967295 134512640 134736556 3221224560 3221223312 134597438 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 15940 14905 1116 68 0 15872 0
[pid=31654] vsize: 63760
Current children cumulated CPU time (s) 48.79
Current children cumulated vsize (Kb) 63760

[startup+60.0072 s]
Raw data (loadavg): 0.94 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43132 0 0 0 5735 141 0 0 25 0 1 0 1781920362 65695744 14984 4294967295 134512640 134736556 3221224560 3221223104 134543700 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16039 14984 1116 68 0 15971 0
[pid=31654] vsize: 64156
Current children cumulated CPU time (s) 58.76
Current children cumulated vsize (Kb) 64156

[startup+70.008 s]
Raw data (loadavg): 0.95 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43223 0 0 0 6731 143 0 0 25 0 1 0 1781920362 66101248 15075 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16138 15075 1116 68 0 16070 0
[pid=31654] vsize: 64552
Current children cumulated CPU time (s) 68.74
Current children cumulated vsize (Kb) 64552

[startup+80.0088 s]
Raw data (loadavg): 0.96 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43270 0 0 0 7728 145 0 0 25 0 1 0 1781920362 66236416 15122 4294967295 134512640 134736556 3221224560 3221223152 134540245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16171 15122 1116 68 0 16103 0
[pid=31654] vsize: 64684
Current children cumulated CPU time (s) 78.73
Current children cumulated vsize (Kb) 64684

[startup+90.0096 s]
Raw data (loadavg): 0.96 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43328 0 0 0 8726 147 0 0 25 0 1 0 1781920362 66506752 15180 4294967295 134512640 134736556 3221224560 3221223068 134540038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16237 15180 1116 68 0 16169 0
[pid=31654] vsize: 64948
Current children cumulated CPU time (s) 88.73
Current children cumulated vsize (Kb) 64948

[startup+100.01 s]
Raw data (loadavg): 0.97 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43383 0 0 0 9723 148 0 0 25 0 1 0 1781920362 66641920 15235 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16270 15235 1116 68 0 16202 0
[pid=31654] vsize: 65080
Current children cumulated CPU time (s) 98.71
Current children cumulated vsize (Kb) 65080

[startup+110.011 s]
Raw data (loadavg): 0.97 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43410 0 0 0 10721 150 0 0 25 0 1 0 1781920362 66777088 15262 4294967295 134512640 134736556 3221224560 3221223200 134543750 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16303 15262 1116 68 0 16235 0
[pid=31654] vsize: 65212
Current children cumulated CPU time (s) 108.71
Current children cumulated vsize (Kb) 65212

[startup+120.013 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43460 0 0 0 11719 151 0 0 25 0 1 0 1781920362 67047424 15312 4294967295 134512640 134736556 3221224560 3221223136 134543068 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16369 15312 1116 68 0 16301 0
[pid=31654] vsize: 65476
Current children cumulated CPU time (s) 118.7
Current children cumulated vsize (Kb) 65476

[startup+130.014 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43512 0 0 0 12716 153 0 0 25 0 1 0 1781920362 67182592 15364 4294967295 134512640 134736556 3221224560 3221223152 134716149 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16402 15364 1116 68 0 16334 0
[pid=31654] vsize: 65608
Current children cumulated CPU time (s) 128.69
Current children cumulated vsize (Kb) 65608

[startup+140.014 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43521 0 0 0 13715 154 0 0 25 0 1 0 1781920362 67301376 15373 4294967295 134512640 134736556 3221224560 3221223184 134544646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16431 15373 1116 68 0 16363 0
[pid=31654] vsize: 65724
Current children cumulated CPU time (s) 138.69
Current children cumulated vsize (Kb) 65724

[startup+150.015 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43550 0 0 0 14714 155 0 0 25 0 1 0 1781920362 67436544 15402 4294967295 134512640 134736556 3221224560 3221223156 134537394 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16464 15402 1116 68 0 16396 0
[pid=31654] vsize: 65856
Current children cumulated CPU time (s) 148.69
Current children cumulated vsize (Kb) 65856

[startup+160.015 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43564 0 0 0 15713 155 0 0 25 0 1 0 1781920362 67436544 15416 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16464 15416 1116 68 0 16396 0
[pid=31654] vsize: 65856
Current children cumulated CPU time (s) 158.68
Current children cumulated vsize (Kb) 65856

[startup+170.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43611 0 0 0 16711 157 0 0 25 0 1 0 1781920362 67706880 15463 4294967295 134512640 134736556 3221224560 3221223132 134634654 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16530 15463 1116 68 0 16462 0
[pid=31654] vsize: 66120
Current children cumulated CPU time (s) 168.68
Current children cumulated vsize (Kb) 66120

[startup+180.017 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43632 0 0 0 17710 158 0 0 25 0 1 0 1781920362 67706880 15484 4294967295 134512640 134736556 3221224560 3221223128 134537469 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16530 15484 1116 68 0 16462 0
[pid=31654] vsize: 66120
Current children cumulated CPU time (s) 178.68
Current children cumulated vsize (Kb) 66120

[startup+190.018 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43650 0 0 0 18709 159 0 0 25 0 1 0 1781920362 67842048 15502 4294967295 134512640 134736556 3221224560 3221223228 134543708 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16563 15502 1116 68 0 16495 0
[pid=31654] vsize: 66252
Current children cumulated CPU time (s) 188.68
Current children cumulated vsize (Kb) 66252

[startup+200.019 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43664 0 0 0 19707 161 0 0 25 0 1 0 1781920362 67842048 15516 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16563 15516 1116 68 0 16495 0
[pid=31654] vsize: 66252
Current children cumulated CPU time (s) 198.68
Current children cumulated vsize (Kb) 66252

[startup+210.02 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43672 0 0 0 20705 162 0 0 25 0 1 0 1781920362 67842048 15524 4294967295 134512640 134736556 3221224560 3221223128 134634441 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16563 15524 1116 68 0 16495 0
[pid=31654] vsize: 66252
Current children cumulated CPU time (s) 208.67
Current children cumulated vsize (Kb) 66252

[startup+220.021 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43677 0 0 0 21704 163 0 0 25 0 1 0 1781920362 67977216 15529 4294967295 134512640 134736556 3221224560 3221223012 134717263 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16596 15529 1116 68 0 16528 0
[pid=31654] vsize: 66384
Current children cumulated CPU time (s) 218.67
Current children cumulated vsize (Kb) 66384

[startup+230.022 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43691 0 0 0 22703 164 0 0 25 0 1 0 1781920362 67977216 15543 4294967295 134512640 134736556 3221224560 3221223184 134537450 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16596 15543 1116 68 0 16528 0
[pid=31654] vsize: 66384
Current children cumulated CPU time (s) 228.67
Current children cumulated vsize (Kb) 66384

[startup+240.021 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43710 0 0 0 23701 165 0 0 25 0 1 0 1781920362 68112384 15562 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16629 15562 1116 68 0 16561 0
[pid=31654] vsize: 66516
Current children cumulated CPU time (s) 238.66
Current children cumulated vsize (Kb) 66516

[startup+250.022 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43735 0 0 0 24701 165 0 0 25 0 1 0 1781920362 68104192 15587 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16627 15587 1116 68 0 16559 0
[pid=31654] vsize: 66508
Current children cumulated CPU time (s) 248.66
Current children cumulated vsize (Kb) 66508

[startup+260.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43760 0 0 0 25698 167 0 0 25 0 1 0 1781920362 68239360 15612 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16660 15612 1116 68 0 16592 0
[pid=31654] vsize: 66640
Current children cumulated CPU time (s) 258.65
Current children cumulated vsize (Kb) 66640

[startup+270.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43765 0 0 0 26698 167 0 0 25 0 1 0 1781920362 68239360 15617 4294967295 134512640 134736556 3221224560 3221223276 134694610 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16660 15617 1116 68 0 16592 0
[pid=31654] vsize: 66640
Current children cumulated CPU time (s) 268.65
Current children cumulated vsize (Kb) 66640

[startup+280.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43799 0 0 0 27697 168 0 0 25 0 1 0 1781920362 68374528 15651 4294967295 134512640 134736556 3221224560 3221223252 134524331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16693 15651 1116 68 0 16625 0
[pid=31654] vsize: 66772
Current children cumulated CPU time (s) 278.65
Current children cumulated vsize (Kb) 66772

[startup+290.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43813 0 0 0 28696 169 0 0 25 0 1 0 1781920362 68509696 15665 4294967295 134512640 134736556 3221224560 3221223296 134529408 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16726 15665 1116 68 0 16658 0
[pid=31654] vsize: 66904
Current children cumulated CPU time (s) 288.65
Current children cumulated vsize (Kb) 66904

[startup+300.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43825 0 0 0 29695 169 0 0 25 0 1 0 1781920362 68509696 15677 4294967295 134512640 134736556 3221224560 3221223036 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16726 15677 1116 68 0 16658 0
[pid=31654] vsize: 66904
Current children cumulated CPU time (s) 298.64
Current children cumulated vsize (Kb) 66904

[startup+310.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43855 0 0 0 30693 170 0 0 25 0 1 0 1781920362 68644864 15707 4294967295 134512640 134736556 3221224560 3221223172 134544552 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16759 15707 1116 68 0 16691 0
[pid=31654] vsize: 67036
Current children cumulated CPU time (s) 308.63
Current children cumulated vsize (Kb) 67036

[startup+320.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43866 0 0 0 31692 171 0 0 25 0 1 0 1781920362 68644864 15718 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 16759 15718 1116 68 0 16691 0
[pid=31654] vsize: 67036
Current children cumulated CPU time (s) 318.63
Current children cumulated vsize (Kb) 67036

[startup+330.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43866 0 0 0 32691 172 0 0 25 0 1 0 1781920362 68644864 15718 4294967295 134512640 134736556 3221224560 3221223012 134717263 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16759 15718 1116 68 0 16691 0
[pid=31654] vsize: 67036
Current children cumulated CPU time (s) 328.63
Current children cumulated vsize (Kb) 67036

[startup+340.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43882 0 0 0 33690 172 0 0 25 0 1 0 1781920362 68780032 15734 4294967295 134512640 134736556 3221224560 3221223152 134543950 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16792 15734 1116 68 0 16724 0
[pid=31654] vsize: 67168
Current children cumulated CPU time (s) 338.62
Current children cumulated vsize (Kb) 67168

[startup+350.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43895 0 0 0 34690 173 0 0 25 0 1 0 1781920362 68780032 15747 4294967295 134512640 134736556 3221224560 3221223296 134528844 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16792 15747 1116 68 0 16724 0
[pid=31654] vsize: 67168
Current children cumulated CPU time (s) 348.63
Current children cumulated vsize (Kb) 67168

[startup+360.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43922 0 0 0 35688 173 0 0 25 0 1 0 1781920362 68911104 15774 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16824 15774 1116 68 0 16756 0
[pid=31654] vsize: 67296
Current children cumulated CPU time (s) 358.61
Current children cumulated vsize (Kb) 67296

[startup+370.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43935 0 0 0 36688 174 0 0 25 0 1 0 1781920362 68911104 15787 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16824 15787 1116 68 0 16756 0
[pid=31654] vsize: 67296
Current children cumulated CPU time (s) 368.62
Current children cumulated vsize (Kb) 67296

[startup+380.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43937 0 0 0 37688 174 0 0 25 0 1 0 1781920362 68911104 15789 4294967295 134512640 134736556 3221224560 3221223296 134529152 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16824 15789 1116 68 0 16756 0
[pid=31654] vsize: 67296
Current children cumulated CPU time (s) 378.62
Current children cumulated vsize (Kb) 67296

[startup+390.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43958 0 0 0 38688 174 0 0 25 0 1 0 1781920362 69046272 15810 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16857 15810 1116 68 0 16789 0
[pid=31654] vsize: 67428
Current children cumulated CPU time (s) 388.62
Current children cumulated vsize (Kb) 67428

[startup+400.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 43983 0 0 0 39687 175 0 0 25 0 1 0 1781920362 69181440 15835 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16890 15835 1116 68 0 16822 0
[pid=31654] vsize: 67560
Current children cumulated CPU time (s) 398.62
Current children cumulated vsize (Kb) 67560

[startup+410.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44030 0 0 0 40687 175 0 0 25 0 1 0 1781920362 69316608 15882 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16923 15882 1116 68 0 16855 0
[pid=31654] vsize: 67692
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (Kb) 67692

[startup+420.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44037 0 0 0 41687 175 0 0 25 0 1 0 1781920362 69451776 15889 4294967295 134512640 134736556 3221224560 3221223068 134540120 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16956 15889 1116 68 0 16888 0
[pid=31654] vsize: 67824
Current children cumulated CPU time (s) 418.62
Current children cumulated vsize (Kb) 67824

[startup+430.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44049 0 0 0 42687 175 0 0 25 0 1 0 1781920362 69451776 15901 4294967295 134512640 134736556 3221224560 3221223232 134634391 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16956 15901 1116 68 0 16888 0
[pid=31654] vsize: 67824
Current children cumulated CPU time (s) 428.62
Current children cumulated vsize (Kb) 67824

[startup+440.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44052 0 0 0 43686 176 0 0 25 0 1 0 1781920362 69451776 15904 4294967295 134512640 134736556 3221224560 3221223124 134544663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16956 15904 1116 68 0 16888 0
[pid=31654] vsize: 67824
Current children cumulated CPU time (s) 438.62
Current children cumulated vsize (Kb) 67824

[startup+450.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44054 0 0 0 44686 176 0 0 25 0 1 0 1781920362 69451776 15906 4294967295 134512640 134736556 3221224560 3221223120 134543119 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16956 15906 1116 68 0 16888 0
[pid=31654] vsize: 67824
Current children cumulated CPU time (s) 448.62
Current children cumulated vsize (Kb) 67824

[startup+460.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44068 0 0 0 45686 176 0 0 25 0 1 0 1781920362 69451776 15920 4294967295 134512640 134736556 3221224560 3221223136 134523635 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16956 15920 1116 68 0 16888 0
[pid=31654] vsize: 67824
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (Kb) 67824

[startup+470.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44085 0 0 0 46685 176 0 0 25 0 1 0 1781920362 69586944 15937 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 16989 15937 1116 68 0 16921 0
[pid=31654] vsize: 67956
Current children cumulated CPU time (s) 468.61
Current children cumulated vsize (Kb) 67956

[startup+480.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44103 0 0 0 47685 177 0 0 25 0 1 0 1781920362 69722112 15955 4294967295 134512640 134736556 3221224560 3221223172 134544550 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17022 15955 1116 68 0 16954 0
[pid=31654] vsize: 68088
Current children cumulated CPU time (s) 478.62
Current children cumulated vsize (Kb) 68088

[startup+490.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44127 0 0 0 48685 177 0 0 25 0 1 0 1781920362 69722112 15979 4294967295 134512640 134736556 3221224560 3221223036 134536672 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17022 15979 1116 68 0 16954 0
[pid=31654] vsize: 68088
Current children cumulated CPU time (s) 488.62
Current children cumulated vsize (Kb) 68088

[startup+500.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44137 0 0 0 49684 177 0 0 25 0 1 0 1781920362 69857280 15989 4294967295 134512640 134736556 3221224560 3221223024 134717319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 15989 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 498.61
Current children cumulated vsize (Kb) 68220

[startup+510.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44137 0 0 0 50684 177 0 0 25 0 1 0 1781920362 69857280 15989 4294967295 134512640 134736556 3221224560 3221223128 134634653 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 15989 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 508.61
Current children cumulated vsize (Kb) 68220

[startup+520.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44137 0 0 0 51683 177 0 0 25 0 1 0 1781920362 69857280 15989 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 15989 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 518.6
Current children cumulated vsize (Kb) 68220

[startup+530.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44146 0 0 0 52683 177 0 0 25 0 1 0 1781920362 69857280 15998 4294967295 134512640 134736556 3221224560 3221223108 134544545 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 15998 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 528.6
Current children cumulated vsize (Kb) 68220

[startup+540.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44158 0 0 0 53683 177 0 0 25 0 1 0 1781920362 69857280 16010 4294967295 134512640 134736556 3221224560 3221223072 134543222 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 16010 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 538.6
Current children cumulated vsize (Kb) 68220

[startup+550.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44159 0 0 0 54683 177 0 0 25 0 1 0 1781920362 69857280 16011 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 16011 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 548.6
Current children cumulated vsize (Kb) 68220

[startup+560.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44161 0 0 0 55683 177 0 0 25 0 1 0 1781920362 69857280 16013 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 16013 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 558.6
Current children cumulated vsize (Kb) 68220

[startup+570.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44167 0 0 0 56683 177 0 0 25 0 1 0 1781920362 69857280 16019 4294967295 134512640 134736556 3221224560 3221223136 134544634 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17055 16019 1116 68 0 16987 0
[pid=31654] vsize: 68220
Current children cumulated CPU time (s) 568.6
Current children cumulated vsize (Kb) 68220

[startup+580.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44180 0 0 0 57683 178 0 0 25 0 1 0 1781920362 69992448 16032 4294967295 134512640 134736556 3221224560 3221223088 134716613 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17088 16032 1116 68 0 17020 0
[pid=31654] vsize: 68352
Current children cumulated CPU time (s) 578.61
Current children cumulated vsize (Kb) 68352

[startup+590.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44196 0 0 0 58683 178 0 0 25 0 1 0 1781920362 69992448 16048 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17088 16048 1116 68 0 17020 0
[pid=31654] vsize: 68352
Current children cumulated CPU time (s) 588.61
Current children cumulated vsize (Kb) 68352

[startup+600.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44196 0 0 0 59683 178 0 0 25 0 1 0 1781920362 69992448 16048 4294967295 134512640 134736556 3221224560 3221223144 134543970 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17088 16048 1116 68 0 17020 0
[pid=31654] vsize: 68352
Current children cumulated CPU time (s) 598.61
Current children cumulated vsize (Kb) 68352

[startup+610.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44203 0 0 0 60683 178 0 0 25 0 1 0 1781920362 70127616 16055 4294967295 134512640 134736556 3221224560 3221223232 134528470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17121 16055 1116 68 0 17053 0
[pid=31654] vsize: 68484
Current children cumulated CPU time (s) 608.61
Current children cumulated vsize (Kb) 68484

[startup+620.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44209 0 0 0 61682 178 0 0 25 0 1 0 1781920362 70127616 16061 4294967295 134512640 134736556 3221224560 3221223172 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17121 16061 1116 68 0 17053 0
[pid=31654] vsize: 68484
Current children cumulated CPU time (s) 618.6
Current children cumulated vsize (Kb) 68484

[startup+630.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44209 0 0 0 62682 178 0 0 25 0 1 0 1781920362 70127616 16061 4294967295 134512640 134736556 3221224560 3221222932 134717263 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17121 16061 1116 68 0 17053 0
[pid=31654] vsize: 68484
Current children cumulated CPU time (s) 628.6
Current children cumulated vsize (Kb) 68484

[startup+640.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44213 0 0 0 63682 178 0 0 25 0 1 0 1781920362 70127616 16065 4294967295 134512640 134736556 3221224560 3221223152 134716350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17121 16065 1116 68 0 17053 0
[pid=31654] vsize: 68484
Current children cumulated CPU time (s) 638.6
Current children cumulated vsize (Kb) 68484

[startup+650.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44219 0 0 0 64682 179 0 0 25 0 1 0 1781920362 70127616 16071 4294967295 134512640 134736556 3221224560 3221223072 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17121 16071 1116 68 0 17053 0
[pid=31654] vsize: 68484
Current children cumulated CPU time (s) 648.61
Current children cumulated vsize (Kb) 68484

[startup+660.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44235 0 0 0 65681 179 0 0 25 0 1 0 1781920362 70262784 16087 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17154 16087 1116 68 0 17086 0
[pid=31654] vsize: 68616
Current children cumulated CPU time (s) 658.6
Current children cumulated vsize (Kb) 68616

[startup+670.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44249 0 0 0 66680 180 0 0 25 0 1 0 1781920362 70262784 16101 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17154 16101 1116 68 0 17086 0
[pid=31654] vsize: 68616
Current children cumulated CPU time (s) 668.6
Current children cumulated vsize (Kb) 68616

[startup+680.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44264 0 0 0 67680 180 0 0 25 0 1 0 1781920362 70262784 16116 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17154 16116 1116 68 0 17086 0
[pid=31654] vsize: 68616
Current children cumulated CPU time (s) 678.6
Current children cumulated vsize (Kb) 68616

[startup+690.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44268 0 0 0 68680 180 0 0 25 0 1 0 1781920362 70397952 16120 4294967295 134512640 134736556 3221224560 3221223152 134537398 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17187 16120 1116 68 0 17119 0
[pid=31654] vsize: 68748
Current children cumulated CPU time (s) 688.6
Current children cumulated vsize (Kb) 68748

[startup+700.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44285 0 0 0 69680 180 0 0 25 0 1 0 1781920362 70397952 16137 4294967295 134512640 134736556 3221224560 3221223120 134544672 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17187 16137 1116 68 0 17119 0
[pid=31654] vsize: 68748
Current children cumulated CPU time (s) 698.6
Current children cumulated vsize (Kb) 68748

[startup+710.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44307 0 0 0 70680 181 0 0 25 0 1 0 1781920362 70533120 16159 4294967295 134512640 134736556 3221224560 3221223152 134716183 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17220 16159 1116 68 0 17152 0
[pid=31654] vsize: 68880
Current children cumulated CPU time (s) 708.61
Current children cumulated vsize (Kb) 68880

[startup+720.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44307 0 0 0 71680 181 0 0 25 0 1 0 1781920362 70533120 16159 4294967295 134512640 134736556 3221224560 3221223068 134540111 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17220 16159 1116 68 0 17152 0
[pid=31654] vsize: 68880
Current children cumulated CPU time (s) 718.61
Current children cumulated vsize (Kb) 68880

[startup+730.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44329 0 0 0 72679 181 0 0 25 0 1 0 1781920362 70533120 16181 4294967295 134512640 134736556 3221224560 3221223120 134544641 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17220 16181 1116 68 0 17152 0
[pid=31654] vsize: 68880
Current children cumulated CPU time (s) 728.6
Current children cumulated vsize (Kb) 68880

[startup+740.043 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) T 31653 31654 30740 0 -1 0 44339 0 0 0 73678 181 0 0 25 0 1 0 1781920362 70668288 16191 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17253 16191 1116 68 0 17185 0
[pid=31654] vsize: 69012
Current children cumulated CPU time (s) 738.59
Current children cumulated vsize (Kb) 69012

[startup+750.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44344 0 0 0 74678 182 0 0 25 0 1 0 1781920362 70668288 16196 4294967295 134512640 134736556 3221224560 3221223088 134716576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17253 16196 1116 68 0 17185 0
[pid=31654] vsize: 69012
Current children cumulated CPU time (s) 748.6
Current children cumulated vsize (Kb) 69012

[startup+760.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44368 0 0 0 75677 182 0 0 25 0 1 0 1781920362 70803456 16220 4294967295 134512640 134736556 3221224560 3221223152 134540206 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17286 16220 1116 68 0 17218 0
[pid=31654] vsize: 69144
Current children cumulated CPU time (s) 758.59
Current children cumulated vsize (Kb) 69144

[startup+770.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44385 0 0 0 76676 183 0 0 25 0 1 0 1781920362 70803456 16237 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 17286 16237 1116 68 0 17218 0
[pid=31654] vsize: 69144
Current children cumulated CPU time (s) 768.59
Current children cumulated vsize (Kb) 69144

[startup+780.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44407 0 0 0 77675 183 0 0 25 0 1 0 1781920362 70938624 16259 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17319 16259 1116 68 0 17251 0
[pid=31654] vsize: 69276
Current children cumulated CPU time (s) 778.58
Current children cumulated vsize (Kb) 69276

[startup+790.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44453 0 0 0 78674 184 0 0 25 0 1 0 1781920362 71073792 16305 4294967295 134512640 134736556 3221224560 3221223072 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17352 16305 1116 68 0 17284 0
[pid=31654] vsize: 69408
Current children cumulated CPU time (s) 788.58
Current children cumulated vsize (Kb) 69408

[startup+800.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44493 0 0 0 79673 185 0 0 25 0 1 0 1781920362 71208960 16345 4294967295 134512640 134736556 3221224560 3221222768 134717408 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17385 16345 1116 68 0 17317 0
[pid=31654] vsize: 69540
Current children cumulated CPU time (s) 798.58
Current children cumulated vsize (Kb) 69540

[startup+810.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44511 0 0 0 80673 185 0 0 25 0 1 0 1781920362 71344128 16363 4294967295 134512640 134736556 3221224560 3221223024 134717157 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17418 16363 1116 68 0 17350 0
[pid=31654] vsize: 69672
Current children cumulated CPU time (s) 808.58
Current children cumulated vsize (Kb) 69672

[startup+820.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44644 0 0 0 81671 186 0 0 25 0 1 0 1781920362 71479296 16394 4294967295 134512640 134736556 3221224560 3221223284 134600602 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31654/statm): 17451 16394 1116 68 0 17383 0
[pid=31654] vsize: 69804
Current children cumulated CPU time (s) 818.57
Current children cumulated vsize (Kb) 69804

[startup+830.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44668 0 0 0 82669 187 0 0 25 0 1 0 1781920362 71614464 16418 4294967295 134512640 134736556 3221224560 3221223132 134634452 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17484 16418 1116 68 0 17416 0
[pid=31654] vsize: 69936
Current children cumulated CPU time (s) 828.56
Current children cumulated vsize (Kb) 69936

[startup+840.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44693 0 0 0 83669 188 0 0 25 0 1 0 1781920362 71614464 16443 4294967295 134512640 134736556 3221224560 3221223184 134543852 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17484 16443 1116 68 0 17416 0
[pid=31654] vsize: 69936
Current children cumulated CPU time (s) 838.57
Current children cumulated vsize (Kb) 69936

[startup+850.048 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44725 0 0 0 84668 188 0 0 25 0 1 0 1781920362 71749632 16475 4294967295 134512640 134736556 3221224560 3221223064 134634653 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17517 16475 1116 68 0 17449 0
[pid=31654] vsize: 70068
Current children cumulated CPU time (s) 848.56
Current children cumulated vsize (Kb) 70068

[startup+860.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44734 0 0 0 85667 189 0 0 25 0 1 0 1781920362 71884800 16484 4294967295 134512640 134736556 3221224560 3221223184 134544672 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17550 16484 1116 68 0 17482 0
[pid=31654] vsize: 70200
Current children cumulated CPU time (s) 858.56
Current children cumulated vsize (Kb) 70200

[startup+870.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44751 0 0 0 86667 189 0 0 25 0 1 0 1781920362 71884800 16501 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17550 16501 1116 68 0 17482 0
[pid=31654] vsize: 70200
Current children cumulated CPU time (s) 868.56
Current children cumulated vsize (Kb) 70200

[startup+880.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44772 0 0 0 87667 189 0 0 25 0 1 0 1781920362 72019968 16522 4294967295 134512640 134736556 3221224560 3221223112 134544507 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17583 16522 1116 68 0 17515 0
[pid=31654] vsize: 70332
Current children cumulated CPU time (s) 878.56
Current children cumulated vsize (Kb) 70332

[startup+890.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44782 0 0 0 88667 189 0 0 25 0 1 0 1781920362 72019968 16532 4294967295 134512640 134736556 3221224560 3221223120 134543202 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17583 16532 1116 68 0 17515 0
[pid=31654] vsize: 70332
Current children cumulated CPU time (s) 888.56
Current children cumulated vsize (Kb) 70332

[startup+900.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44782 0 0 0 89667 189 0 0 25 0 1 0 1781920362 72019968 16532 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17583 16532 1116 68 0 17515 0
[pid=31654] vsize: 70332
Current children cumulated CPU time (s) 898.56
Current children cumulated vsize (Kb) 70332

[startup+910.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44784 0 0 0 90666 190 0 0 25 0 1 0 1781920362 72019968 16534 4294967295 134512640 134736556 3221224560 3221223164 134544624 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17583 16534 1116 68 0 17515 0
[pid=31654] vsize: 70332
Current children cumulated CPU time (s) 908.56
Current children cumulated vsize (Kb) 70332

[startup+920.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44799 0 0 0 91666 190 0 0 25 0 1 0 1781920362 72155136 16549 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17616 16549 1116 68 0 17548 0
[pid=31654] vsize: 70464
Current children cumulated CPU time (s) 918.56
Current children cumulated vsize (Kb) 70464

[startup+930.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44814 0 0 0 92665 190 0 0 25 0 1 0 1781920362 72155136 16564 4294967295 134512640 134736556 3221224560 3221223072 134543134 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17616 16564 1116 68 0 17548 0
[pid=31654] vsize: 70464
Current children cumulated CPU time (s) 928.55
Current children cumulated vsize (Kb) 70464

[startup+940.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44828 0 0 0 93665 191 0 0 25 0 1 0 1781920362 72290304 16578 4294967295 134512640 134736556 3221224560 3221223312 134597473 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17649 16578 1116 68 0 17581 0
[pid=31654] vsize: 70596
Current children cumulated CPU time (s) 938.56
Current children cumulated vsize (Kb) 70596

[startup+950.054 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44839 0 0 0 94664 191 0 0 25 0 1 0 1781920362 72290304 16589 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17649 16589 1116 68 0 17581 0
[pid=31654] vsize: 70596
Current children cumulated CPU time (s) 948.55
Current children cumulated vsize (Kb) 70596

[startup+960.054 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44849 0 0 0 95664 191 0 0 25 0 1 0 1781920362 72290304 16599 4294967295 134512640 134736556 3221224560 3221223232 134528604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17649 16599 1116 68 0 17581 0
[pid=31654] vsize: 70596
Current children cumulated CPU time (s) 958.55
Current children cumulated vsize (Kb) 70596

[startup+970.055 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44849 0 0 0 96664 191 0 0 25 0 1 0 1781920362 72290304 16599 4294967295 134512640 134736556 3221224560 3221223184 134524553 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17649 16599 1116 68 0 17581 0
[pid=31654] vsize: 70596
Current children cumulated CPU time (s) 968.55
Current children cumulated vsize (Kb) 70596

[startup+980.056 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44869 0 0 0 97664 191 0 0 25 0 1 0 1781920362 72425472 16619 4294967295 134512640 134736556 3221224560 3221223068 134540125 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17682 16619 1116 68 0 17614 0
[pid=31654] vsize: 70728
Current children cumulated CPU time (s) 978.55
Current children cumulated vsize (Kb) 70728

[startup+990.056 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44875 0 0 0 98664 191 0 0 25 0 1 0 1781920362 72425472 16625 4294967295 134512640 134736556 3221224560 3221223232 134528470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17682 16625 1116 68 0 17614 0
[pid=31654] vsize: 70728
Current children cumulated CPU time (s) 988.55
Current children cumulated vsize (Kb) 70728

[startup+1000.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44884 0 0 0 99664 191 0 0 25 0 1 0 1781920362 72425472 16634 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17682 16634 1116 68 0 17614 0
[pid=31654] vsize: 70728
Current children cumulated CPU time (s) 998.55
Current children cumulated vsize (Kb) 70728

[startup+1010.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44913 0 0 0 100664 192 0 0 25 0 1 0 1781920362 72560640 16663 4294967295 134512640 134736556 3221224560 3221223164 134716460 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16663 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1008.56
Current children cumulated vsize (Kb) 70860

[startup+1020.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44914 0 0 0 101664 192 0 0 25 0 1 0 1781920362 72560640 16664 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16664 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1018.56
Current children cumulated vsize (Kb) 70860

[startup+1030.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44914 0 0 0 102664 192 0 0 25 0 1 0 1781920362 72560640 16664 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16664 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1028.56
Current children cumulated vsize (Kb) 70860

[startup+1040.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44914 0 0 0 103664 192 0 0 25 0 1 0 1781920362 72560640 16664 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16664 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1038.56
Current children cumulated vsize (Kb) 70860

[startup+1050.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44923 0 0 0 104663 192 0 0 25 0 1 0 1781920362 72560640 16673 4294967295 134512640 134736556 3221224560 3221223108 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16673 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1048.55
Current children cumulated vsize (Kb) 70860

[startup+1060.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44923 0 0 0 105663 192 0 0 25 0 1 0 1781920362 72560640 16673 4294967295 134512640 134736556 3221224560 3221223036 134536648 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16673 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1058.55
Current children cumulated vsize (Kb) 70860

[startup+1070.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44923 0 0 0 106663 192 0 0 25 0 1 0 1781920362 72560640 16673 4294967295 134512640 134736556 3221224560 3221223172 134544640 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16673 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1068.55
Current children cumulated vsize (Kb) 70860

[startup+1080.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44923 0 0 0 107663 192 0 0 25 0 1 0 1781920362 72560640 16673 4294967295 134512640 134736556 3221224560 3221223200 134543750 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17715 16673 1116 68 0 17647 0
[pid=31654] vsize: 70860
Current children cumulated CPU time (s) 1078.55
Current children cumulated vsize (Kb) 70860

[startup+1090.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44933 0 0 0 108663 193 0 0 25 0 1 0 1781920362 72695808 16683 4294967295 134512640 134736556 3221224560 3221223136 134543206 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17748 16683 1116 68 0 17680 0
[pid=31654] vsize: 70992
Current children cumulated CPU time (s) 1088.56
Current children cumulated vsize (Kb) 70992

[startup+1100.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44952 0 0 0 109662 193 0 0 25 0 1 0 1781920362 72695808 16702 4294967295 134512640 134736556 3221224560 3221223072 134543101 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17748 16702 1116 68 0 17680 0
[pid=31654] vsize: 70992
Current children cumulated CPU time (s) 1098.55
Current children cumulated vsize (Kb) 70992

[startup+1110.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44960 0 0 0 110662 193 0 0 25 0 1 0 1781920362 72830976 16710 4294967295 134512640 134736556 3221224560 3221223076 134716478 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17781 16710 1116 68 0 17713 0
[pid=31654] vsize: 71124
Current children cumulated CPU time (s) 1108.55
Current children cumulated vsize (Kb) 71124

[startup+1120.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44968 0 0 0 111662 193 0 0 25 0 1 0 1781920362 72830976 16718 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17781 16718 1116 68 0 17713 0
[pid=31654] vsize: 71124
Current children cumulated CPU time (s) 1118.55
Current children cumulated vsize (Kb) 71124

[startup+1130.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44973 0 0 0 112661 194 0 0 25 0 1 0 1781920362 72830976 16723 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17781 16723 1116 68 0 17713 0
[pid=31654] vsize: 71124
Current children cumulated CPU time (s) 1128.55
Current children cumulated vsize (Kb) 71124

[startup+1140.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 44989 0 0 0 113660 194 0 0 25 0 1 0 1781920362 72830976 16739 4294967295 134512640 134736556 3221224560 3221223152 134716439 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17781 16739 1116 68 0 17713 0
[pid=31654] vsize: 71124
Current children cumulated CPU time (s) 1138.54
Current children cumulated vsize (Kb) 71124

[startup+1150.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 45003 0 0 0 114660 194 0 0 25 0 1 0 1781920362 72966144 16753 4294967295 134512640 134736556 3221224560 3221223152 134544600 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17814 16753 1116 68 0 17746 0
[pid=31654] vsize: 71256
Current children cumulated CPU time (s) 1148.54
Current children cumulated vsize (Kb) 71256

[startup+1160.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 45020 0 0 0 115659 195 0 0 25 0 1 0 1781920362 72966144 16770 4294967295 134512640 134736556 3221224560 3221223276 134524324 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17814 16770 1116 68 0 17746 0
[pid=31654] vsize: 71256
Current children cumulated CPU time (s) 1158.54
Current children cumulated vsize (Kb) 71256

[startup+1170.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 45041 0 0 0 116658 195 0 0 25 0 1 0 1781920362 73101312 16791 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17847 16791 1116 68 0 17779 0
[pid=31654] vsize: 71388
Current children cumulated CPU time (s) 1168.53
Current children cumulated vsize (Kb) 71388

[startup+1180.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 45062 0 0 0 117657 196 0 0 25 0 1 0 1781920362 73236480 16812 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17880 16812 1116 68 0 17812 0
[pid=31654] vsize: 71520
Current children cumulated CPU time (s) 1178.53
Current children cumulated vsize (Kb) 71520

[startup+1190.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 31654
Raw data (/proc/31654/stat): 31654 (bsolo) R 31653 31654 30740 0 -1 0 45082 0 0 0 118656 196 0 0 25 0 1 0 1781920362 73236480 16832 4294967295 134512640 134736556 3221224560 3221223104 134544584 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31654/statm): 17880 16832 1116 68 0 17812 0
[pid=31654] vsize: 71520
Current children cumulated CPU time (s) 1188.52
Current children cumulated vsize (Kb) 71520
One traced child (pid=31654) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.59
CPU time (s): 1195.06
CPU user time (s): 1193.06
CPU system time (s): 2.00269
CPU usage (%): 99.8716
Max. virtual memory (cumulated for all children) (Kb): 71520

Verifier Data

ERROR: no interpretation found !