Trace number 4398709

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 348.528 44.129

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 benchmark100.565
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-4398709-1568609097.xml 
0.00/0.00	c intension  iff(le(0,p[0]),le(0,s[0])) -> extension (support ? 0) - 56tuples
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c intension -> extension : same as previous
0.51/0.57	c enable optimization
0.51/0.57	c ========================================[ Problem Statistics ]===========================================
0.51/0.57	c |                                                                                                       
0.51/0.57	c |  Parse time        :         0.53 s 
0.51/0.57	c |
0.51/0.57	c |               Variables: 84
0.51/0.57	c |            Domain Sizes: 3..29
0.51/0.57	c |
0.51/0.57	c |             Constraints: 114
0.51/0.57	c |                   Arity: 1..29  -- Unary: 1  -- Binary: 56
0.51/0.57	c | 
0.51/0.57	c |                   Types: 
0.51/0.57	c |                          At most: 28
0.51/0.57	c |                          Extension: 84  (nb tuples: 29..758) -- (shared: 216)
0.51/0.57	c |                          Sum: 1
0.51/0.57	c |                          Unary: 1
0.51/0.57	c |                          
0.51/0.57	c |               Objective: Maximize Sum
0.51/0.57	
0.51/0.57	c =========================================================================================================
0.51/0.57	c Parallel mode: Portfolio
0.51/0.57	c [pFactory][Group N°0] created (threads:8).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.51/0.57	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.51/0.57	c [pFactory][Group N°0] concurrent mode: enabled.
0.51/0.57	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.51/0.57	c [pFactory][Group N°0] task 7 launched on thread 0.
0.51/0.57	c [pFactory][Group N°0] task 6 launched on thread 2.
0.51/0.57	c [pFactory][Group N°0] task 5 launched on thread 1.
0.51/0.57	c [pFactory][Group N°0] task 4 launched on thread 6.
0.51/0.57	c [pFactory][Group N°0] task 3 launched on thread 7.
0.51/0.57	c [pFactory][Group N°0] task 2 launched on thread 4.
0.51/0.57	c [pFactory][Group N°0] task 1 launched on thread 5.
0.51/0.57	c [pFactory][Group N°0] task 0 launched on thread 3.
0.51/0.57	o -2939
0.51/0.59	o -1986
1.03/0.62	o -1970
1.03/0.63	o -1969
1.03/0.64	o -1964
1.03/0.65	o -1955
1.75/0.72	o -1000
2.55/0.87	o 14
3.35/0.96	o 58
5.73/1.20	o 59
5.73/1.22	o 60
5.73/1.24	o 64
8.94/1.66	o 68
15.32/2.45	o 74
18.52/2.90	o 77
348.41/44.12	c [pFactory][Group N°0] concurent mode: thread 3 has won with the task 0.
348.41/44.12	c [pFactory][Group N°0] Thread N°0 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°1 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°2 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°3 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°4 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°5 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°6 is joined.
348.41/44.12	c [pFactory][Group N°0] Thread N°7 is joined.
348.41/44.12	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°3)
348.41/44.12	s OPTIMUM FOUND
348.41/44.12	c call to solver        : 9
348.41/44.12	c
348.41/44.12	c restarts              : 9043        
348.41/44.12	c conflicts             : 94474        (271 /sec)
348.41/44.12	c decisions             : 346567       (995 /sec)
348.41/44.12	c propagations          : 18889894    (54208 /sec)
348.41/44.12	c root propagations     : 30          
348.41/44.12	c filter calls          : 51794595       (148634 /sec)
348.41/44.12	c useless filter calls  : 47564106       (91 %)
348.41/44.12	c Memory used           : 599.30 MB
348.41/44.12	c Best bound time (wc)  : 2.89847 s
348.41/44.12	c CPU time              : 348.47 s
348.41/44.12	c real time             : 44.1204 s
348.41/44.12	
348.41/44.12	
348.41/44.12	v <instantiation type='solution' cost='77'>
348.41/44.12	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>
348.41/44.12	v <values>7 -3 -1 7 0 4 6 -2 0 0 4 4 5 0 7 3 -4 4 3 1 6 7 4 4 0 3 0 8 0 8 7 6 -1 20 21 22 9 10 11 1 12 19 18 17 16 15 14 13 2 3 4 5 -1 25 24 23 1 17 10 11 -1 15 16 9 18 19 20 2 27 14 21 22 23 24 25 26 3 4 5 12 -1 0 7 8 </values>
348.41/44.12	v </instantiation>
348.41/44.12	

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 (15426 MiB free)
  memory of node 1: 16384 MiB (15157 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398709-1568609097/watcher-4398709-1568609097 -o /tmp/evaluation-result-4398709-1568609097/solver-4398709-1568609097 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568596180-23901 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4398709-1568609097.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=26287, runsolver pid=26284
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 8.02 7.77 6.64 2/192 26288
/proc/meminfo: memFree=31312596/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=31944 memory=8064 CPUtime=0.1 cores=0-7
/proc/26287/stat : 26287 (cosoco) R 26284 26287 23874 0 -1 4202496 2242 0 0 0 10 0 0 0 20 0 1 0 437177458 32710656 2016 33554432000 4194304 6211092 140721151468304 140721151464840 5483329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 7986 2016 828 493 0 1291 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31944 KiB
Current children cumulated memory: 8064 KiB

[startup+0.209536 s]*
/proc/loadavg: 8.02 7.77 6.64 2/192 26288
/proc/meminfo: memFree=31308104/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=37056 memory=13344 CPUtime=0.2 cores=0-7
/proc/26287/stat : 26287 (cosoco) R 26284 26287 23874 0 -1 4202496 3547 0 0 0 20 0 0 0 20 0 1 0 437177458 37945344 3336 33554432000 4194304 6211092 140721151468304 140721151465576 5818389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 9264 3336 828 493 0 2569 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37056 KiB
Current children cumulated memory: 13344 KiB

[startup+0.3088 s]*
/proc/loadavg: 8.02 7.77 6.64 2/192 26288
/proc/meminfo: memFree=31303764/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=42348 memory=18624 CPUtime=0.31 cores=0-7
/proc/26287/stat : 26287 (cosoco) R 26284 26287 23874 0 -1 4202496 4851 0 0 0 30 1 0 0 20 0 1 0 437177458 43364352 4656 33554432000 4194304 6211092 140721151468304 140721151465576 139972762985600 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 10587 4656 828 493 0 3892 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42348 KiB
Current children cumulated memory: 18624 KiB

[startup+0.700597 s]
/proc/loadavg: 8.02 7.77 6.64 2/192 26288
/proc/meminfo: memFree=31294340/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=33408 CPUtime=1.75 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 8643 0 0 0 174 1 0 0 20 0 9 0 437177458 661983232 8352 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8352 897 493 0 154922 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 33408 KiB

[startup+1.50059 s]
/proc/loadavg: 8.02 7.77 6.64 9/200 26296
/proc/meminfo: memFree=31287992/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=33408 CPUtime=8.13 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 8788 0 0 0 812 1 0 0 20 0 9 0 437177458 661983232 8352 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8352 897 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=33 CPUtime=0.94 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 35 0 0 0 94 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972739820504 5039018 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=585503277932639270 CPUtime=0.95 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 40 0 0 0 95 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972731427512 5039210 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=288230621904634246 CPUtime=0.95 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 31 0 0 0 95 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972723035408 5039295 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=3834032454604423456 CPUtime=0.95 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 31 0 0 0 95 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972714642704 5008831 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=25680 CPUtime=0.92 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 30 0 0 0 92 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972706249688 5039038 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=15489 CPUtime=0.95 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 38 0 0 0 95 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972697856696 5038788 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=288371083491922280 CPUtime=0.94 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 30 0 0 0 94 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972689464592 5039300 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=14269423200752072 CPUtime=0.95 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 32 0 0 0 95 0 0 0 20 0 9 0 437177512 661983232 8352 33554432000 4194304 6211092 140721151468304 139972681071888 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 8.13 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 33408 KiB

[startup+3.11059 s]
/proc/loadavg: 8.02 7.77 6.64 9/201 26298
/proc/meminfo: memFree=31286372/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=20.98 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 13069 0 0 0 2095 3 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=56 CPUtime=2.55 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 517 0 0 0 255 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5039199 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=280957701592000 CPUtime=2.56 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 568 0 0 0 256 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5039121 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=253364415810915 CPUtime=2.55 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 537 0 0 0 255 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5038788 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=253364415810916 CPUtime=2.56 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 807 0 0 0 256 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5038737 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=3616 CPUtime=2.5 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 505 0 0 0 250 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5038992 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=35828 CPUtime=2.56 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 558 0 0 0 256 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039199 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=984 CPUtime=2.55 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 565 0 0 0 255 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5039199 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=2004 CPUtime=2.56 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 491 0 0 0 256 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5394178 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 20.98 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+6.30059 s]
/proc/loadavg: 8.10 7.79 6.65 9/201 26298
/proc/meminfo: memFree=31286448/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=46.46 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 24976 0 0 0 4642 4 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=0 CPUtime=5.74 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 2039 0 0 0 574 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5039149 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=0 CPUtime=5.75 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 2059 0 0 0 575 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5038833 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=140478850951640 CPUtime=5.74 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 1969 0 0 0 574 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5394513 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=0 CPUtime=5.75 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 2365 0 0 0 575 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5389404 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=0 CPUtime=5.65 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 1980 0 0 0 565 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5133824 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=34472 CPUtime=5.74 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 2042 0 0 0 574 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039022 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=280957702174144 CPUtime=5.74 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 2077 0 0 0 574 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5397375 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=5450916389569333312 CPUtime=5.74 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 1924 0 0 0 574 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5039121 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 46.46 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+12.7006 s]
/proc/loadavg: 8.09 7.79 6.66 9/200 26298
/proc/meminfo: memFree=31287360/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=97.57 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 33111 0 0 0 9753 4 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=34472 CPUtime=12.14 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 3043 0 0 0 1214 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5039178 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=3616 CPUtime=12.15 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 3066 0 0 0 1215 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=-6948055166404804227 CPUtime=12.14 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 2945 0 0 0 1214 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5250298 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=9051283677730746851 CPUtime=12.15 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 3418 0 0 0 1215 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5038784 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=35828 CPUtime=11.96 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 3008 0 0 0 1196 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5396736 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=984 CPUtime=12.14 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 3083 0 0 0 1214 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039170 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=34472 CPUtime=12.14 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 3025 0 0 0 1214 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5039132 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=34472 CPUtime=12.14 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 3002 0 0 0 1214 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5389408 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 97.57 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+25.5076 s]
/proc/loadavg: 8.15 7.82 6.69 9/200 26299
/proc/meminfo: memFree=31288020/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=199.83 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 36713 0 0 0 19979 4 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=34472 CPUtime=24.86 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 3471 0 0 0 2486 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5038992 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=3618274942510277887 CPUtime=24.95 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 3516 0 0 0 2495 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5038737 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=34472 CPUtime=24.89 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 3397 0 0 0 2489 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5038990 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=34472 CPUtime=24.95 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 3925 0 0 0 2495 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5017583 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=34472 CPUtime=24.73 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 3468 0 0 0 2473 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5039038 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=6935054825532540783 CPUtime=24.95 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 3575 0 0 0 2495 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039111 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=2116 CPUtime=24.95 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 3447 0 0 0 2495 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5039536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=12028 CPUtime=24.95 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 3393 0 0 0 2495 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5397368 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 199.83 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB


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

Current children cumulated CPU time: 251.75 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+38.4006 s]
/proc/loadavg: 8.21 7.84 6.71 9/200 26299
/proc/meminfo: memFree=31288268/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=302.8 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 40219 0 0 0 30276 4 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=3258035 CPUtime=37.65 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 3869 0 0 0 3765 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5039104 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=140478851078547 CPUtime=37.85 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 3958 0 0 0 3785 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5039125 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=740 CPUtime=37.72 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 3840 0 0 0 3772 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5038780 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=1228 CPUtime=37.85 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 4383 0 0 0 3785 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=9520 CPUtime=37.62 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 3879 0 0 0 3762 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5039189 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=280957701709776 CPUtime=37.84 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 4037 0 0 0 3784 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039650 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=115078414207466 CPUtime=37.84 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 3896 0 0 0 3784 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5039228 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=115078414207210 CPUtime=37.84 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 3836 0 0 0 3784 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5038686 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 302.8 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+41.6006 s]
/proc/loadavg: 8.27 7.86 6.72 9/200 26299
/proc/meminfo: memFree=31288268/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=328.36 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 40221 0 0 0 32832 4 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=34472 CPUtime=40.85 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 3869 0 0 0 4085 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5038759 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=34472 CPUtime=41.05 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 3958 0 0 0 4105 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5038686 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=34472 CPUtime=40.88 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 3841 0 0 0 4088 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5039022 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=34472 CPUtime=41.05 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 4383 0 0 0 4105 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=34472 CPUtime=40.82 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 3879 0 0 0 4082 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5038990 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=34472 CPUtime=41.04 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 4038 0 0 0 4104 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039132 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=0 CPUtime=41.04 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 3896 0 0 0 4104 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5039145 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=34472 CPUtime=41.04 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 3836 0 0 0 4104 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5038788 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 328.36 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+43.2006 s]
/proc/loadavg: 8.27 7.86 6.72 9/199 26299
/proc/meminfo: memFree=31288484/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=341.13 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 43624 0 0 0 34108 5 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=928 CPUtime=42.44 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 4270 0 0 0 4244 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=1688 CPUtime=42.64 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 4392 0 0 0 4264 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5009426 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=1984 CPUtime=42.45 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 4255 0 0 0 4245 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5038726 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=2404 CPUtime=42.64 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 4827 0 0 0 4264 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5039217 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=0 CPUtime=42.42 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 4290 0 0 0 4242 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5039082 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=0 CPUtime=42.64 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 4531 0 0 0 4264 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5038722 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=0 CPUtime=42.64 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 4319 0 0 0 4264 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=0 CPUtime=42.64 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 4219 0 0 0 4264 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 341.13 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+43.6006 s]
/proc/loadavg: 8.27 7.86 6.72 9/199 26299
/proc/meminfo: memFree=31288484/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=344.33 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 43626 0 0 0 34428 5 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=1060 CPUtime=42.84 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 4270 0 0 0 4284 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5397375 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=740 CPUtime=43.04 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 4393 0 0 0 4304 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5039111 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=1228 CPUtime=42.85 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 4255 0 0 0 4285 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5186269 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=9520 CPUtime=43.04 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 4827 0 0 0 4304 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5186312 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=9316 CPUtime=42.82 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 4291 0 0 0 4282 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5039199 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=280957702819680 CPUtime=43.04 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 4531 0 0 0 4304 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5038990 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=3906792365070792006 CPUtime=43.04 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 4319 0 0 0 4304 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5039273 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=7668903840949813350 CPUtime=43.04 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 4219 0 0 0 4304 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5039104 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 344.33 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+44.0006 s]*
/proc/loadavg: 8.27 7.86 6.72 9/199 26299
/proc/meminfo: memFree=31288500/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=347.59 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 43629 0 0 0 34754 5 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=1398722017469774279 CPUtime=43.25 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 4271 0 0 0 4325 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5038992 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=4872558044660077418 CPUtime=43.45 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 4393 0 0 0 4345 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5039319 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=12028 CPUtime=43.25 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 4255 0 0 0 4325 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5038848 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=496 CPUtime=43.45 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 4829 0 0 0 4345 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5397368 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=1564 CPUtime=43.23 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 4291 0 0 0 4323 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5039104 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=0 CPUtime=43.45 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 4531 0 0 0 4345 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039300 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=140479790318135 CPUtime=43.45 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 4319 0 0 0 4345 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5389444 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=140479790318137 CPUtime=43.45 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 4219 0 0 0 4345 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5039029 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 347.59 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

[startup+44.1116 s]
/proc/loadavg: 8.27 7.86 6.72 9/199 26299
/proc/meminfo: memFree=31288500/32770624 swapFree=66986548/67108860
[pid=26287] ppid=26284 vsize=646468 memory=34472 CPUtime=348.41 cores=0-7
/proc/26287/stat : 26287 (cosoco) S 26284 26287 23874 0 -1 1077944320 43636 0 0 0 34836 5 0 0 20 0 9 0 437177458 661983232 8618 33554432000 4194304 6211092 140721151468304 140721151466560 139972762963703 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
/proc/26287/statm: 161617 8618 904 493 0 154922 0
[pid=26287/tid=26289] ppid=26284 vsize=646468 memory=34472 CPUtime=43.36 cores=0-7
/proc/26287/task/26289/stat : 26289 (cosoco) R 26284 26287 23874 0 -1 4202560 4271 0 0 0 4336 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972739820504 5039132 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26290] ppid=26284 vsize=646468 memory=34472 CPUtime=43.56 cores=0-7
/proc/26287/task/26290/stat : 26290 (cosoco) R 26284 26287 23874 0 -1 4202560 4394 0 0 0 4356 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972731427512 5038990 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26291] ppid=26284 vsize=646468 memory=34472 CPUtime=43.35 cores=0-7
/proc/26287/task/26291/stat : 26291 (cosoco) R 26284 26287 23874 0 -1 4202560 4257 0 0 0 4335 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972723035408 5039145 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26292] ppid=26284 vsize=646468 memory=34472 CPUtime=43.56 cores=0-7
/proc/26287/task/26292/stat : 26292 (cosoco) R 26284 26287 23874 0 -1 4202560 4830 0 0 0 4356 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972714642704 5038718 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26293] ppid=26284 vsize=646468 memory=984 CPUtime=43.33 cores=0-7
/proc/26287/task/26293/stat : 26293 (cosoco) R 26284 26287 23874 0 -1 4202560 4292 0 0 0 4333 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972706249688 5039161 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26294] ppid=26284 vsize=646468 memory=2004 CPUtime=43.55 cores=0-7
/proc/26287/task/26294/stat : 26294 (cosoco) R 26284 26287 23874 0 -1 4202560 4531 0 0 0 4355 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972697856696 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26295] ppid=26284 vsize=646468 memory=34472 CPUtime=43.55 cores=0-7
/proc/26287/task/26295/stat : 26295 (cosoco) R 26284 26287 23874 0 -1 4202560 4319 0 0 0 4355 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972689464592 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
[pid=26287/tid=26296] ppid=26284 vsize=646468 memory=111628 CPUtime=43.55 cores=0-7
/proc/26287/task/26296/stat : 26296 (cosoco) R 26284 26287 23874 0 -1 4202560 4221 0 0 0 4355 0 0 0 20 0 9 0 437177512 661983232 8618 33554432000 4194304 6211092 140721151468304 139972681071888 5038726 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9584640 140721151472662 140721151472754 140721151472754 140721151475662 0
Current children cumulated CPU time: 348.41 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34472 KiB

Child status: 0
Real time (s): 44.129
CPU time (s): 348.528
CPU user time (s): 348.47
CPU system time (s): 0.057969
CPU usage (%): 789.794
Max. virtual memory (cumulated for all children) (KiB): 646468
Max. memory (cumulated for all children) (KiB): 34472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 348.47
system time used= 0.057969
maximum resident set size= 34536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43690
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= 96
involuntary context switches= 2934


# summary of solver processes directly reported to runsolver:
#   pid: 26287
#   total CPU time (s): 348.528
#   total CPU user time (s): 348.47
#   total CPU system time (s): 0.057969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.240784 second user time and 0.38585 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-16 06:44:19
IDJOB=4398709
IDBENCH=127971
IDSOLVER=2852
FILE ID=node126/4398709-1568609097
RUNJOBID= node126-1568596180-23901
PBS_JOBID= 21703398
Free space on /tmp= 55704 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-4398709-1568609097/watcher-4398709-1568609097 -o /tmp/evaluation-result-4398709-1568609097/solver-4398709-1568609097 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568596180-23901 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4398709-1568609097.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=1497698628

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31317856 kB
MemAvailable:   31896976 kB
Buffers:           32680 kB
Cached:           813336 kB
SwapCached:         4980 kB
Active:           505276 kB
Inactive:         352216 kB
Active(anon):      23832 kB
Inactive(anon):    19308 kB
Active(file):     481444 kB
Inactive(file):   332908 kB
Unevictable:      106576 kB
Mlocked:          106576 kB
SwapTotal:      67108860 kB
SwapFree:       66986548 kB
Dirty:              3936 kB
Writeback:             0 kB
AnonPages:        113728 kB
Mapped:            40584 kB
Shmem:             22924 kB
Slab:             190736 kB
SReclaimable:     161208 kB
SUnreclaim:        29528 kB
KernelStack:        3376 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55704 MiB
End job on node126 at 2019-09-16 06:45:03