Trace number 4398409

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 into four (or five) parts:
  1. 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 ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.O parallelOPT77 315.151 39.9426

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark101.167
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c
0.00/0.00	c This is cosoco 2.00 --  
0.00/0.00	c
0.00/0.00	c command line: cosoco -model -nbcores=8 HOME/instance-4398409-1568605166.xml 
0.00/0.00	c intension  iff(le(0,p[0]),le(0,s[0])) -> extension (support ? 0) - 56tuples
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c intension -> extension : same as previous
0.51/0.58	c enable optimization
0.51/0.58	c ========================================[ Problem Statistics ]===========================================
0.51/0.58	c |                                                                                                       
0.51/0.58	c |  Parse time        :         0.53 s 
0.51/0.58	c |
0.51/0.58	c |               Variables: 84
0.51/0.58	c |            Domain Sizes: 3..29
0.51/0.58	c |
0.51/0.58	c |             Constraints: 114
0.51/0.58	c |                   Arity: 1..29  -- Unary: 1  -- Binary: 56
0.51/0.58	c | 
0.51/0.58	c |                   Types: 
0.51/0.58	c |                          At most: 28
0.51/0.58	c |                          Extension: 84  (nb tuples: 29..758) -- (shared: 216)
0.51/0.58	c |                          Sum: 1
0.51/0.58	c |                          Unary: 1
0.51/0.58	c |                          
0.51/0.58	c |               Objective: Maximize Sum
0.51/0.58	
0.51/0.58	c =========================================================================================================
0.51/0.58	c Parallel mode: Portfolio
0.51/0.58	c [pFactory][Group N°0] created (threads:8).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.51/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.51/0.58	c [pFactory][Group N°0] concurrent mode: enabled.
0.51/0.58	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.51/0.58	c [pFactory][Group N°0] task 7 launched on thread 1.
0.51/0.58	c [pFactory][Group N°0] task 6 launched on thread 2.
0.51/0.58	c [pFactory][Group N°0] task 5 launched on thread 0.
0.51/0.58	c [pFactory][Group N°0] task 4 launched on thread 6.
0.51/0.58	c [pFactory][Group N°0] task 3 launched on thread 3.
0.51/0.58	c [pFactory][Group N°0] task 2 launched on thread 7.
0.51/0.58	c [pFactory][Group N°0] task 1 launched on thread 5.
0.51/0.58	c [pFactory][Group N°0] task 0 launched on thread 4.
0.51/0.58	o -2939
0.51/0.60	o -2930
5.05/1.11	o -2000
5.05/1.14	o -1000
5.05/1.18	o -997
6.58/1.30	o 6
6.58/1.31	o 14
6.58/1.38	o 46
6.58/1.39	o 48
7.38/1.48	o 49
8.18/1.54	o 55
8.97/1.64	o 58
8.97/1.68	o 60
8.97/1.69	o 61
13.03/2.14	o 64
16.96/2.66	o 70
21.74/3.21	o 72
32.93/4.69	o 73
41.71/5.77	o 74
44.97/6.15	o 77
314.83/39.94	c [pFactory][Group N°0] concurent mode: thread 6 has won with the task 4.
314.83/39.94	c [pFactory][Group N°0] Thread N°0 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°1 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°2 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°3 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°4 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°5 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°6 is joined.
314.83/39.94	c [pFactory][Group N°0] Thread N°7 is joined.
314.83/39.94	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°6)
314.83/39.94	s OPTIMUM FOUND
314.83/39.94	c call to solver        : 9
314.83/39.94	c
314.83/39.94	c restarts              : 7945        
314.83/39.94	c conflicts             : 67749        (215 /sec)
314.83/39.94	c decisions             : 299076       (949 /sec)
314.83/39.94	c propagations          : 14765484    (46862 /sec)
314.83/39.94	c root propagations     : 30          
314.83/39.94	c filter calls          : 45195204       (143439 /sec)
314.83/39.94	c useless filter calls  : 41589125       (92 %)
314.83/39.94	c Memory used           : 599.30 MB
314.83/39.94	c Best bound time (wc)  : 6.1526 s
314.83/39.94	c CPU time              : 315.084 s
314.83/39.94	c real time             : 39.9346 s
314.83/39.94	
314.83/39.94	
314.83/39.94	v <instantiation type='solution' cost='77'>
314.83/39.94	v <list>g[0] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[1] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] p[0] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[1] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] s[0] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[1] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] </list>
314.83/39.94	v <values>3 -1 7 4 0 0 4 6 -3 0 0 7 4 7 3 -4 4 3 1 5 4 6 7 4 0 0 8 -2 0 18 19 20 -1 6 5 4 17 16 15 25 14 7 8 9 10 11 12 13 24 23 22 21 -1 1 2 3 7 11 12 5 -1 21 14 15 10 17 18 0 19 22 23 24 25 26 27 20 1 2 3 4 -1 8 9 16 </values>
314.83/39.94	v </instantiation>
314.83/39.94	

Verifier Data

OK	77

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14572 MiB free)
  memory of node 1: 16384 MiB (15150 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398409-1568605166/watcher-4398409-1568605166 -o /tmp/evaluation-result-4398409-1568605166/solver-4398409-1568605166 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568593558-10655 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398409-1568605166.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11710, runsolver pid=11707
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.02 3.22 5.64 2/190 11711
/proc/meminfo: memFree=30432324/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=31944 memory=8060 CPUtime=0.1 cores=0-7
/proc/11710/stat : 11710 (cosoco) R 11707 11710 10628 0 -1 4202496 2243 0 0 0 10 0 0 0 20 0 1 0 436771116 32710656 2015 33554432000 4194304 6211092 140722461323248 140722461319784 5818680 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 7986 2015 828 493 0 1291 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31944 KiB
Current children cumulated memory: 8060 KiB

[startup+0.208733 s]*
/proc/loadavg: 1.02 3.22 5.64 2/190 11711
/proc/meminfo: memFree=30427116/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=37056 memory=13340 CPUtime=0.2 cores=0-7
/proc/11710/stat : 11710 (cosoco) R 11707 11710 10628 0 -1 4202496 3548 0 0 0 20 0 0 0 20 0 1 0 436771116 37945344 3335 33554432000 4194304 6211092 140722461323248 140722461319784 139934958126208 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 9264 3335 828 493 0 2569 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37056 KiB
Current children cumulated memory: 13340 KiB

[startup+0.308467 s]*
/proc/loadavg: 1.02 3.22 5.64 2/190 11711
/proc/meminfo: memFree=30422652/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=42348 memory=18620 CPUtime=0.3 cores=0-7
/proc/11710/stat : 11710 (cosoco) R 11707 11710 10628 0 -1 4202496 4852 0 0 0 30 0 0 0 20 0 1 0 436771116 43364352 4655 33554432000 4194304 6211092 140722461323248 140722461319784 5707930 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 10587 4655 828 493 0 3892 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42348 KiB
Current children cumulated memory: 18620 KiB

[startup+0.701305 s]
/proc/loadavg: 1.02 3.22 5.64 2/190 11711
/proc/meminfo: memFree=30412980/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=33404 CPUtime=1.79 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 8635 0 0 0 178 1 0 0 20 0 9 0 436771116 661983232 8351 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8351 897 493 0 154922 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 33404 KiB

[startup+1.5013 s]
/proc/loadavg: 1.02 3.22 5.64 9/198 11719
/proc/meminfo: memFree=30407500/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=33404 CPUtime=8.18 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 8746 0 0 0 817 1 0 0 20 0 9 0 436771116 661983232 8351 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8351 897 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=33 CPUtime=0.95 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 40 0 0 0 95 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934934961168 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=585503277932639270 CPUtime=0.95 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 35 0 0 0 95 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934926568720 5038741 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=288230613314699634 CPUtime=0.95 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 27 0 0 0 95 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934918176016 5039135 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=288230376157478717 CPUtime=0.95 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 25 0 0 0 95 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934909783312 5038656 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=2672340 CPUtime=0.94 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 16 0 0 0 94 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934901390608 5039217 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=15489 CPUtime=0.95 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 30 0 0 0 95 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934892997592 5039149 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=288370410926887272 CPUtime=0.94 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 30 0 0 0 94 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934884604888 5039132 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=15681635962311112 CPUtime=0.95 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 21 0 0 0 95 0 0 0 20 0 9 0 436771171 661983232 8351 33554432000 4194304 6211092 140722461323248 139934876212184 5038697 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 8.18 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 33404 KiB

[startup+3.1153 s]
/proc/loadavg: 1.26 3.23 5.63 9/199 11721
/proc/meminfo: memFree=30406492/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34412 CPUtime=21.05 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 13708 0 0 0 2102 3 0 0 20 0 9 0 436771116 661983232 8603 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8603 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=56 CPUtime=2.56 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 697 0 0 0 256 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934934961424 5039132 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=279621161456576 CPUtime=2.57 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 526 0 0 0 257 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934926568720 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=190090957577089 CPUtime=2.56 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 762 0 0 0 256 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934918176016 5038971 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=190090957577090 CPUtime=2.57 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 507 0 0 0 257 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934909783312 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=3624 CPUtime=2.55 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 1100 0 0 0 255 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934901390608 5038682 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=33108 CPUtime=2.57 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 574 0 0 0 257 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934892997592 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=984 CPUtime=2.53 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 521 0 0 0 253 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934884604888 5039132 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=2024 CPUtime=2.56 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 499 0 0 0 256 0 0 0 20 0 9 0 436771171 661983232 8603 33554432000 4194304 6211092 140722461323248 139934876212184 5038682 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 21.05 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34412 KiB

[startup+6.3013 s]
/proc/loadavg: 1.26 3.23 5.63 9/199 11722
/proc/meminfo: memFree=30405772/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=46.49 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 22295 0 0 0 4645 4 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=0 CPUtime=5.74 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 1885 0 0 0 574 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=0 CPUtime=5.75 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 1463 0 0 0 575 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5039042 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=139810580883928 CPUtime=5.75 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 1931 0 0 0 575 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5250450 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=0 CPUtime=5.75 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 1509 0 0 0 575 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5039210 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=0 CPUtime=5.74 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 2421 0 0 0 574 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5039111 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=34424 CPUtime=5.75 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 1568 0 0 0 575 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5039240 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=279621162038720 CPUtime=5.67 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 1490 0 0 0 567 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5038990 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=5450916423962494784 CPUtime=5.75 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 1506 0 0 0 575 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5039132 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 46.49 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+12.7013 s]
/proc/loadavg: 1.80 3.31 5.64 9/198 11722
/proc/meminfo: memFree=30405904/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=97.61 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 33835 0 0 0 9756 5 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=34424 CPUtime=12.14 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 3227 0 0 0 1214 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5039295 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=3624 CPUtime=12.15 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 2843 0 0 0 1215 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5038992 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=9051283677730746851 CPUtime=12.14 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 3263 0 0 0 1214 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=-6948055166404804227 CPUtime=12.15 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 2949 0 0 0 1215 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5038784 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=33108 CPUtime=12.14 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 3900 0 0 0 1214 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=984 CPUtime=12.14 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3012 0 0 0 1214 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5038686 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=34424 CPUtime=11.99 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 2817 0 0 0 1199 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=34424 CPUtime=12.14 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3302 0 0 0 1214 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5038784 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 97.61 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+25.5013 s]
/proc/loadavg: 3.32 3.57 5.69 10/198 11722
/proc/meminfo: memFree=30405200/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=199.82 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 36723 0 0 0 19977 5 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=34424 CPUtime=24.94 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 3685 0 0 0 2494 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5039312 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=139810581081102 CPUtime=24.94 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3240 0 0 0 2494 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5039295 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=34424 CPUtime=24.94 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 3649 0 0 0 2494 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5039121 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=34424 CPUtime=24.95 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3215 0 0 0 2495 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=34424 CPUtime=24.93 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4282 0 0 0 2493 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=6935054825532540783 CPUtime=24.94 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3367 0 0 0 2494 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5133875 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=13144 CPUtime=24.63 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3178 0 0 0 2463 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5039149 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=12024 CPUtime=24.94 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3585 0 0 0 2494 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5039022 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 199.82 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB


################
# More data... #
################

Current children cumulated CPU time: 251.79 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+35.2013 s]
/proc/loadavg: 4.04 3.72 5.71 10/198 11722
/proc/meminfo: memFree=30405820/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=277.29 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 39502 0 0 0 27723 6 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=34424 CPUtime=34.64 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 4080 0 0 0 3464 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5039149 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=3624 CPUtime=34.64 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3641 0 0 0 3464 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5039014 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=34424 CPUtime=34.64 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 4050 0 0 0 3464 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5017472 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=34424 CPUtime=34.64 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3528 0 0 0 3464 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5039199 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=34424 CPUtime=34.63 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4626 0 0 0 3463 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5039121 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=34424 CPUtime=34.64 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3671 0 0 0 3464 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5038678 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=1548 CPUtime=34.2 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3497 0 0 0 3420 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5039082 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=628 CPUtime=34.64 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3887 0 0 0 3464 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5038682 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 277.29 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+38.4013 s]
/proc/loadavg: 4.36 3.79 5.72 9/198 11722
/proc/meminfo: memFree=30406192/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=302.85 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 39502 0 0 0 30279 6 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=2024 CPUtime=37.84 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 4080 0 0 0 3784 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=1380 CPUtime=37.84 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3641 0 0 0 3784 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5397454 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=34424 CPUtime=37.84 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 4050 0 0 0 3784 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5038737 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=34424 CPUtime=37.84 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3528 0 0 0 3784 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5038788 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=4049358595568183999 CPUtime=37.83 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4626 0 0 0 3783 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5039121 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=139810581010826 CPUtime=37.84 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3671 0 0 0 3784 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=6935054825532540783 CPUtime=37.36 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3497 0 0 0 3736 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5039261 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=13144 CPUtime=37.84 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3887 0 0 0 3784 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5038784 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 302.85 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+39.2013 s]
/proc/loadavg: 4.36 3.79 5.72 9/198 11722
/proc/meminfo: memFree=30406316/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=309.23 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 39502 0 0 0 30917 6 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=34424 CPUtime=38.64 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 4080 0 0 0 3864 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5039132 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=6935054825532540783 CPUtime=38.64 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3641 0 0 0 3864 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5039038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=6655300316396806240 CPUtime=38.64 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 4050 0 0 0 3864 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5038947 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=7449279377360106290 CPUtime=38.64 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3528 0 0 0 3864 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5037801 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=7073078451099236453 CPUtime=38.63 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4626 0 0 0 3863 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=4168 CPUtime=38.64 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3671 0 0 0 3864 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5037823 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=948 CPUtime=38.15 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3497 0 0 0 3815 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=2832 CPUtime=38.64 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3887 0 0 0 3864 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5186537 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 309.23 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+39.6013 s]
/proc/loadavg: 4.36 3.79 5.72 9/198 11722
/proc/meminfo: memFree=30406316/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=312.43 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 39503 0 0 0 31237 6 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=4168 CPUtime=39.04 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 4080 0 0 0 3904 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5133727 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=948 CPUtime=39.04 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3641 0 0 0 3904 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=2832 CPUtime=39.04 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 4050 0 0 0 3904 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5038686 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=9492 CPUtime=39.04 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3528 0 0 0 3904 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5039111 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=6935054825532540783 CPUtime=39.03 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4626 0 0 0 3903 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5039240 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=1556 CPUtime=39.04 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3672 0 0 0 3904 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=500 CPUtime=38.55 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3497 0 0 0 3855 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=928 CPUtime=39.04 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3887 0 0 0 3904 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5038737 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 312.43 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+39.8013 s]
/proc/loadavg: 4.36 3.79 5.72 9/198 11722
/proc/meminfo: memFree=30406316/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=314.03 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 39503 0 0 0 31397 6 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=1448 CPUtime=39.24 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 4080 0 0 0 3924 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5039132 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=876 CPUtime=39.24 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3641 0 0 0 3924 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5396409 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=6935054825532540783 CPUtime=39.24 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 4050 0 0 0 3924 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5038792 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=1408 CPUtime=39.24 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3528 0 0 0 3924 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5039328 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=2560 CPUtime=39.23 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4626 0 0 0 3923 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=34424 CPUtime=39.24 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3672 0 0 0 3924 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997592 5038737 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=1164 CPUtime=38.75 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3497 0 0 0 3875 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5038759 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=8317482817917895235 CPUtime=39.24 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3887 0 0 0 3924 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5039213 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 314.03 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

[startup+39.9013 s]
/proc/loadavg: 4.36 3.79 5.72 9/198 11722
/proc/meminfo: memFree=30406316/32770624 swapFree=66999368/67108860
[pid=11710] ppid=11707 vsize=646468 memory=34424 CPUtime=314.83 cores=0-7
/proc/11710/stat : 11710 (cosoco) S 11707 11710 10628 0 -1 1077944320 39509 0 0 0 31477 6 0 0 20 0 9 0 436771116 661983232 8606 33554432000 4194304 6211092 140722461323248 140722461321504 139934958104311 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
/proc/11710/statm: 161617 8606 903 493 0 154922 0
[pid=11710/tid=11712] ppid=11707 vsize=646468 memory=34424 CPUtime=39.34 cores=0-7
/proc/11710/task/11712/stat : 11712 (cosoco) R 11707 11710 10628 0 -1 4202560 4080 0 0 0 3934 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934934961424 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11713] ppid=11707 vsize=646468 memory=34424 CPUtime=39.34 cores=0-7
/proc/11710/task/11713/stat : 11713 (cosoco) R 11707 11710 10628 0 -1 4202560 3643 0 0 0 3934 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934926568720 5038833 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11714] ppid=11707 vsize=646468 memory=3624 CPUtime=39.34 cores=0-7
/proc/11710/task/11714/stat : 11714 (cosoco) R 11707 11710 10628 0 -1 4202560 4050 0 0 0 3934 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934918176016 5038788 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11715] ppid=11707 vsize=646468 memory=34424 CPUtime=39.34 cores=0-7
/proc/11710/task/11715/stat : 11715 (cosoco) R 11707 11710 10628 0 -1 4202560 3529 0 0 0 3934 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934909783312 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11716] ppid=11707 vsize=646468 memory=34424 CPUtime=39.33 cores=0-7
/proc/11710/task/11716/stat : 11716 (cosoco) R 11707 11710 10628 0 -1 4202560 4626 0 0 0 3933 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934901390608 5038700 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11717] ppid=11707 vsize=646468 memory=34424 CPUtime=39.34 cores=0-7
/proc/11710/task/11717/stat : 11717 (cosoco) R 11707 11710 10628 0 -1 4202560 3672 0 0 0 3934 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934892997760 5039022 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11718] ppid=11707 vsize=646468 memory=3624 CPUtime=38.85 cores=0-7
/proc/11710/task/11718/stat : 11718 (cosoco) R 11707 11710 10628 0 -1 4202560 3500 0 0 0 3885 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934884604888 5038990 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
[pid=11710/tid=11719] ppid=11707 vsize=646468 memory=8386028100004622386 CPUtime=39.34 cores=0-7
/proc/11710/task/11719/stat : 11719 (cosoco) R 11707 11710 10628 0 -1 4202560 3887 0 0 0 3934 0 0 0 20 0 9 0 436771171 661983232 8606 33554432000 4194304 6211092 140722461323248 139934876212184 5039295 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29880320 140722461324305 140722461324397 140722461324397 140722461327310 0
Current children cumulated CPU time: 314.83 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34424 KiB

Child status: 0
Real time (s): 39.9426
CPU time (s): 315.151
CPU user time (s): 315.084
CPU system time (s): 0.06696
CPU usage (%): 789.009
Max. virtual memory (cumulated for all children) (KiB): 646468
Max. memory (cumulated for all children) (KiB): 34424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.084
system time used= 0.06696
maximum resident set size= 34488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79
involuntary context switches= 2493


# summary of solver processes directly reported to runsolver:
#   pid: 11710
#   total CPU time (s): 315.151
#   total CPU user time (s): 315.084
#   total CPU system time (s): 0.06696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.18402 second user time and 0.357013 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 04:38:07
IDJOB=4398409
IDBENCH=127971
IDSOLVER=2851
FILE ID=node106/4398409-1568605166
RUNJOBID= node106-1568593558-10655
PBS_JOBID= 21703403
Free space on /tmp= 59112 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398409-1568605166/watcher-4398409-1568605166 -o /tmp/evaluation-result-4398409-1568605166/solver-4398409-1568605166 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568593558-10655 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398409-1568605166.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=1774453765

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30437140 kB
MemAvailable:   31892636 kB
Buffers:          209912 kB
Cached:          1535352 kB
SwapCached:         8016 kB
Active:           489528 kB
Inactive:        1269284 kB
Active(anon):      13828 kB
Inactive(anon):    43348 kB
Active(file):     475700 kB
Inactive(file):  1225936 kB
Unevictable:      106856 kB
Mlocked:          106856 kB
SwapTotal:      67108860 kB
SwapFree:       66999368 kB
Dirty:              3908 kB
Writeback:             0 kB
AnonPages:        112140 kB
Mapped:            42292 kB
Shmem:             35148 kB
Slab:             169100 kB
SReclaimable:     139388 kB
SUnreclaim:        29712 kB
KernelStack:        3376 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59108 MiB
End job on node106 at 2019-09-16 04:38:48