Trace number 4409969

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.0 parallelOPT77 401.25 50.7331

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-4409969-1569829372.xml 
0.00/0.00	c intension  iff(le(0,p[0]),le(0,s[0])) -> extension (support ? 0) - 56tuples
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c intension -> extension : same as previous
0.50/0.58	c enable optimization
0.50/0.58	c ========================================[ Problem Statistics ]===========================================
0.50/0.58	c |                                                                                                       
0.50/0.58	c |  Parse time        :         0.52 s 
0.50/0.58	c |
0.50/0.58	c |               Variables: 84
0.50/0.58	c |            Domain Sizes: 3..29
0.50/0.58	c |
0.50/0.58	c |             Constraints: 114
0.50/0.58	c |                   Arity: 1..29  -- Unary: 1  -- Binary: 56
0.50/0.58	c | 
0.50/0.58	c |                   Types: 
0.50/0.58	c |                          At most: 28
0.50/0.58	c |                          Extension: 84  (nb tuples: 29..758) -- (shared: 216)
0.50/0.58	c |                          Sum: 1
0.50/0.58	c |                          Unary: 1
0.50/0.58	c |                          
0.50/0.58	c |               Objective: Maximize Sum
0.50/0.58	
0.50/0.58	c =========================================================================================================
0.50/0.58	c Parallel mode: Portfolio
0.50/0.58	c [pFactory][Group N°0] created (threads:8).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.50/0.58	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.50/0.58	c [pFactory][Group N°0] concurrent mode: enabled.
0.50/0.58	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.50/0.58	c [pFactory][Group N°0] task 7 launched on thread 6.
0.50/0.58	c [pFactory][Group N°0] task 6 launched on thread 0.
0.50/0.58	c [pFactory][Group N°0] task 5 launched on thread 1.
0.50/0.58	c [pFactory][Group N°0] task 4 launched on thread 2.
0.50/0.58	c [pFactory][Group N°0] task 3 launched on thread 7.
0.50/0.58	c [pFactory][Group N°0] task 2 launched on thread 4.
0.50/0.58	c [pFactory][Group N°0] task 1 launched on thread 3.
0.50/0.58	c [pFactory][Group N°0] task 0 launched on thread 5.
0.50/0.58	o -2948
1.03/0.61	o -2947
1.03/0.64	o -2946
1.03/0.65	o -2942
1.03/0.68	o -2940
2.56/0.88	o -1000
4.22/1.07	o -997
5.03/1.20	o 14
5.75/1.28	o 15
8.15/1.53	o 28
8.15/1.53	o 36
12.21/2.07	o 37
13.74/2.23	o 42
22.52/3.36	o 48
24.12/3.50	o 54
32.91/4.69	o 56
52.93/7.12	o 58
56.86/7.61	o 60
57.66/7.72	o 61
58.46/7.86	o 62
59.26/7.95	o 66
60.12/8.09	o 67
62.45/8.32	o 68
63.25/8.47	o 69
64.05/8.59	o 70
64.91/8.61	o 73
67.25/8.97	o 74
81.61/10.72	o 77
401.03/50.73	c [pFactory][Group N°0] concurent mode: thread 6 has won with the task 7.
401.03/50.73	c [pFactory][Group N°0] Thread N°0 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°1 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°2 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°3 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°4 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°5 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°6 is joined.
401.03/50.73	c [pFactory][Group N°0] Thread N°7 is joined.
401.03/50.73	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°6)
401.03/50.73	s OPTIMUM FOUND
401.03/50.73	c call to solver        : 11
401.03/50.73	c
401.03/50.73	c restarts              : 13983       
401.03/50.73	c conflicts             : 86791        (216 /sec)
401.03/50.73	c decisions             : 461487       (1150 /sec)
401.03/50.73	c propagations          : 19546946    (48722 /sec)
401.03/50.73	c root propagations     : 30          
401.03/50.73	c filter calls          : 56000988       (139586 /sec)
401.03/50.73	c useless filter calls  : 51757542       (92 %)
401.03/50.73	c Memory used           : 599.30 MB
401.03/50.73	c Best bound time (wc)  : 10.7168 s
401.03/50.73	c CPU time              : 401.193 s
401.03/50.73	c real time             : 50.7262 s
401.03/50.73	
401.03/50.73	
401.03/50.73	v <instantiation type='solution' cost='77'>
401.03/50.73	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>
401.03/50.73	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>
401.03/50.73	v </instantiation>
401.03/50.73	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409969-1569829372/watcher-4409969-1569829372 -o /tmp/evaluation-result-4409969-1569829372/solver-4409969-1569829372 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569817401-14086 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409969-1569829372.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=17402, runsolver pid=17399
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 8.15 7.30 6.03 2/189 17403
/proc/meminfo: memFree=31850124/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=31944 memory=8060 CPUtime=0.1 cores=0-7
/proc/17402/stat : 17402 (cosoco) R 17399 17402 14059 0 -1 4202496 2242 0 0 0 10 0 0 0 20 0 1 0 559209497 32710656 2015 33554432000 4194304 6211132 140735577966432 140735577962968 5816731 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/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.208908 s]*
/proc/loadavg: 8.15 7.30 6.03 2/189 17403
/proc/meminfo: memFree=31844792/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=37056 memory=13340 CPUtime=0.2 cores=0-7
/proc/17402/stat : 17402 (cosoco) R 17399 17402 14059 0 -1 4202496 3547 0 0 0 20 0 0 0 20 0 1 0 559209497 37945344 3335 33554432000 4194304 6211132 140735577966432 140735577962968 5685569 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/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.308553 s]*
/proc/loadavg: 8.15 7.30 6.03 2/189 17403
/proc/meminfo: memFree=31840156/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=42348 memory=18620 CPUtime=0.31 cores=0-7
/proc/17402/stat : 17402 (cosoco) R 17399 17402 14059 0 -1 4202496 4851 0 0 0 30 1 0 0 20 0 1 0 559209497 43364352 4655 33554432000 4194304 6211132 140735577966432 140735577962968 140503167960192 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 10587 4655 828 493 0 3892 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42348 KiB
Current children cumulated memory: 18620 KiB

[startup+0.700671 s]
/proc/loadavg: 8.15 7.30 6.03 2/189 17403
/proc/meminfo: memFree=31830484/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=33404 CPUtime=1.76 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 8638 0 0 0 175 1 0 0 20 0 9 0 559209497 661983232 8351 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8351 897 493 0 154922 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 33404 KiB

[startup+1.50067 s]
/proc/loadavg: 8.15 7.30 6.03 9/197 17411
/proc/meminfo: memFree=31824836/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=33404 CPUtime=8.15 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 8782 0 0 0 814 1 0 0 20 0 9 0 559209497 661983232 8351 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8351 897 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=164 CPUtime=0.94 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 35 0 0 0 94 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503144795264 5039132 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=0 CPUtime=0.95 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 44 0 0 0 95 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503136402704 5039199 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=0 CPUtime=0.94 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 39 0 0 0 94 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503128009688 5038788 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=0 CPUtime=0.95 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 26 0 0 0 95 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503119616984 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=279413929551040 CPUtime=0.95 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 29 0 0 0 95 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503111224320 5039210 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=0 CPUtime=0.95 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 27 0 0 0 95 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503102831576 5008831 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=279413929502704 CPUtime=0.95 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 33 0 0 0 95 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503094439184 5038872 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=139706964667056 CPUtime=0.95 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 28 0 0 0 95 0 0 0 20 0 9 0 559209552 661983232 8351 33554432000 4194304 6211132 140735577966432 140503086046480 5038799 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 33404 KiB

[startup+3.10967 s]
/proc/loadavg: 8.15 7.30 6.03 9/197 17411
/proc/meminfo: memFree=31824092/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=21 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 13223 0 0 0 2097 3 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=34444 CPUtime=2.52 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 503 0 0 0 252 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795264 5009146 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=34444 CPUtime=2.56 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 835 0 0 0 256 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5039137 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=6655300316396806240 CPUtime=2.55 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 513 0 0 0 255 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5038766 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=279413929692384 CPUtime=2.56 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 559 0 0 0 256 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5039240 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=3472468003192522864 CPUtime=2.56 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 647 0 0 0 256 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=56 CPUtime=2.56 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 568 0 0 0 256 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5038990 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=6944656592455359580 CPUtime=2.56 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 601 0 0 0 256 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5008831 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=6655300316396806240 CPUtime=2.56 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 476 0 0 0 256 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5038711 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 21 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+6.30067 s]
/proc/loadavg: 8.22 7.33 6.04 10/198 17413
/proc/meminfo: memFree=31823208/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=46.47 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 25670 0 0 0 4643 4 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=34444 CPUtime=5.67 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 1976 0 0 0 567 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795264 5038879 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=139711395321471 CPUtime=5.75 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 2361 0 0 0 575 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=34444 CPUtime=5.73 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 2329 0 0 0 573 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=-5874771483550381248 CPUtime=5.75 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 2085 0 0 0 575 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5039149 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=-2915668838534993310 CPUtime=5.74 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 2296 0 0 0 574 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5039273 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=0 CPUtime=5.74 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 2068 0 0 0 574 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5250321 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=6943526294502006880 CPUtime=5.74 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 2095 0 0 0 574 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5156946 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=-9108623032881356149 CPUtime=5.74 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 1939 0 0 0 574 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5133911 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 46.47 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+12.7007 s]
/proc/loadavg: 8.28 7.36 6.06 9/197 17413
/proc/meminfo: memFree=31823596/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=97.58 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 34253 0 0 0 9754 4 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=34444 CPUtime=11.99 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 3177 0 0 0 1199 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5038872 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=576611660542931898 CPUtime=12.15 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 3570 0 0 0 1215 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5039199 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=3592 CPUtime=12.13 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 3476 0 0 0 1213 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5039288 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=34444 CPUtime=12.15 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 3113 0 0 0 1215 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5397407 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=34444 CPUtime=12.14 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 3305 0 0 0 1214 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5039111 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=288230574492221466 CPUtime=12.14 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 3156 0 0 0 1214 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=288230596050944315 CPUtime=12.14 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3063 0 0 0 1214 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5156975 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=13571487609129518 CPUtime=12.14 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 2872 0 0 0 1214 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5038737 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 97.58 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+25.5007 s]
/proc/loadavg: 8.44 7.44 6.11 9/197 17413
/proc/meminfo: memFree=31824448/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=199.82 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 38247 0 0 0 19977 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=3592 CPUtime=24.63 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 3661 0 0 0 2463 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5039137 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=279413929981920 CPUtime=24.95 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4072 0 0 0 2495 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5038872 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=34444 CPUtime=24.93 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 3975 0 0 0 2493 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5038788 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=34444 CPUtime=24.94 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 3659 0 0 0 2494 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5390510 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=139637976727585 CPUtime=24.94 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 3781 0 0 0 2494 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5038992 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=34444 CPUtime=24.94 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 3681 0 0 0 2494 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5039022 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=34444 CPUtime=24.94 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3529 0 0 0 2494 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5039104 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=10576 CPUtime=24.94 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3368 0 0 0 2494 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5039217 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 199.82 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB


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

Current children cumulated CPU time: 302.78 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+44.8007 s]
/proc/loadavg: 8.38 7.49 6.15 9/197 17413
/proc/meminfo: memFree=31823796/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=353.89 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 41625 0 0 0 35384 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=34444 CPUtime=43.77 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 4082 0 0 0 4377 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5009426 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=2016 CPUtime=44.24 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4503 0 0 0 4424 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5039132 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=3592 CPUtime=44.21 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 4390 0 0 0 4421 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5039240 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=10576 CPUtime=44.23 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 4091 0 0 0 4423 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5017639 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=34444 CPUtime=44.23 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 4186 0 0 0 4423 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5038784 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=3592 CPUtime=44.23 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 4106 0 0 0 4423 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5039018 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=10576 CPUtime=44.14 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3969 0 0 0 4414 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5039038 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=6935054825532540783 CPUtime=44.23 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3777 0 0 0 4423 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5394187 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 353.89 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+48.0007 s]*
/proc/loadavg: 8.38 7.49 6.15 9/197 17413
/proc/meminfo: memFree=31824160/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=379.52 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 41626 0 0 0 37947 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=6935054825532540783 CPUtime=46.98 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 4082 0 0 0 4698 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5133692 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=-7003737579269690708 CPUtime=47.45 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4503 0 0 0 4745 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=0 CPUtime=47.42 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 4390 0 0 0 4742 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=1637 CPUtime=47.44 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 4091 0 0 0 4744 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=0 CPUtime=47.44 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 4187 0 0 0 4744 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=3376 CPUtime=47.44 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 4106 0 0 0 4744 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5039082 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=4104 CPUtime=47.31 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3969 0 0 0 4731 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5038788 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=1408 CPUtime=47.44 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3777 0 0 0 4744 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5039199 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 379.52 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+49.6007 s]
/proc/loadavg: 8.35 7.50 6.16 9/197 17413
/proc/meminfo: memFree=31824160/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=392.23 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 41626 0 0 0 39218 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=3592 CPUtime=48.57 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 4082 0 0 0 4857 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5039161 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=10576 CPUtime=49.04 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4503 0 0 0 4904 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=988 CPUtime=49.01 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 4390 0 0 0 4901 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5039149 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=6935054825532540783 CPUtime=49.03 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 4091 0 0 0 4903 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5039295 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=2016 CPUtime=49.03 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 4187 0 0 0 4903 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=1348 CPUtime=49.03 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 4106 0 0 0 4903 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5038990 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=34444 CPUtime=48.88 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3969 0 0 0 4888 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5038947 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=34444 CPUtime=49.03 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3777 0 0 0 4903 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 392.23 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+50.4007 s]
/proc/loadavg: 8.35 7.50 6.16 9/197 17414
/proc/meminfo: memFree=31824284/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=398.62 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 41626 0 0 0 39857 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=928 CPUtime=49.37 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 4082 0 0 0 4937 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5039199 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=6935054825532540783 CPUtime=49.84 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4503 0 0 0 4984 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5156503 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=139707100354176 CPUtime=49.81 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 4390 0 0 0 4981 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5039135 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=4206468019030941792 CPUtime=49.83 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 4091 0 0 0 4983 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=7684433391216329530 CPUtime=49.83 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 4187 0 0 0 4983 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5039199 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=-7533228491584937888 CPUtime=49.83 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 4106 0 0 0 4983 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=6935054825532540783 CPUtime=49.67 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3969 0 0 0 4967 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5009218 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=147961623349122 CPUtime=49.83 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3777 0 0 0 4983 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5039121 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 398.62 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+50.6007 s]
/proc/loadavg: 8.35 7.50 6.16 9/197 17414
/proc/meminfo: memFree=31824284/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=400.22 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 41626 0 0 0 40017 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=139710991173762 CPUtime=49.57 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 4082 0 0 0 4957 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5038992 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=34444 CPUtime=50.04 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4503 0 0 0 5004 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5038992 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=34444 CPUtime=50.01 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 4390 0 0 0 5001 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5038792 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=34444 CPUtime=50.03 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 4091 0 0 0 5003 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5039721 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=34444 CPUtime=50.03 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 4187 0 0 0 5003 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5039295 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=4000 CPUtime=50.03 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 4106 0 0 0 5003 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5039082 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=2832 CPUtime=49.87 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3969 0 0 0 4987 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5038737 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=772 CPUtime=50.03 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3777 0 0 0 5003 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5038788 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 400.22 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

[startup+50.7047 s]
/proc/loadavg: 8.35 7.50 6.16 9/197 17414
/proc/meminfo: memFree=31824284/32770624 swapFree=66905160/67108860
[pid=17402] ppid=17399 vsize=646468 memory=34444 CPUtime=401.03 cores=0-7
/proc/17402/stat : 17402 (cosoco) S 17399 17402 14059 0 -1 1077944320 41627 0 0 0 40098 5 0 0 20 0 9 0 559209497 661983232 8611 33554432000 4194304 6211132 140735577966432 140735577964688 140503167938295 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
/proc/17402/statm: 161617 8611 903 493 0 154922 0
[pid=17402/tid=17404] ppid=17399 vsize=646468 memory=34444 CPUtime=49.67 cores=0-7
/proc/17402/task/17404/stat : 17404 (cosoco) R 17399 17402 14059 0 -1 4202560 4082 0 0 0 4967 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503144795408 5039312 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17405] ppid=17399 vsize=646468 memory=34444 CPUtime=50.14 cores=0-7
/proc/17402/task/17405/stat : 17405 (cosoco) R 17399 17402 14059 0 -1 4202560 4504 0 0 0 5014 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503136402704 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17406] ppid=17399 vsize=646468 memory=34444 CPUtime=50.11 cores=0-7
/proc/17402/task/17406/stat : 17406 (cosoco) R 17399 17402 14059 0 -1 4202560 4390 0 0 0 5011 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503128010000 5155373 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17407] ppid=17399 vsize=646468 memory=34444 CPUtime=50.14 cores=0-7
/proc/17402/task/17407/stat : 17407 (cosoco) R 17399 17402 14059 0 -1 4202560 4091 0 0 0 5014 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503119617040 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17408] ppid=17399 vsize=646468 memory=34444 CPUtime=50.14 cores=0-7
/proc/17402/task/17408/stat : 17408 (cosoco) R 17399 17402 14059 0 -1 4202560 4187 0 0 0 5014 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503111224592 5038947 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17409] ppid=17399 vsize=646468 memory=34444 CPUtime=50.13 cores=0-7
/proc/17402/task/17409/stat : 17409 (cosoco) R 17399 17402 14059 0 -1 4202560 4106 0 0 0 5013 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503102831576 5039132 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17410] ppid=17399 vsize=646468 memory=34444 CPUtime=49.97 cores=0-7
/proc/17402/task/17410/stat : 17410 (cosoco) R 17399 17402 14059 0 -1 4202560 3969 0 0 0 4997 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503094439184 5039014 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
[pid=17402/tid=17411] ppid=17399 vsize=646468 memory=1560 CPUtime=50.12 cores=0-7
/proc/17402/task/17411/stat : 17411 (cosoco) R 17399 17402 14059 0 -1 4202560 3777 0 0 0 5012 0 0 0 20 0 9 0 559209552 661983232 8611 33554432000 4194304 6211132 140735577966432 140503086046480 5039029 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 37847040 140735577969686 140735577969778 140735577969778 140735577972686 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 646468 KiB
Current children cumulated memory: 34444 KiB

Child status: 0
Real time (s): 50.7331
CPU time (s): 401.25
CPU user time (s): 401.193
CPU system time (s): 0.056969
CPU usage (%): 790.904
Max. virtual memory (cumulated for all children) (KiB): 646468
Max. memory (cumulated for all children) (KiB): 34444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.193
system time used= 0.056969
maximum resident set size= 34508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41681
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= 147
involuntary context switches= 2933


# summary of solver processes directly reported to runsolver:
#   pid: 17402
#   total CPU time (s): 401.25
#   total CPU user time (s): 401.193
#   total CPU system time (s): 0.056969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.244345 second user time and 0.445137 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-30 09:45:20
IDJOB=4409969
IDBENCH=127971
IDSOLVER=2878
FILE ID=node139/4409969-1569829372
RUNJOBID= node139-1569817401-14086
PBS_JOBID= 21705915
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0 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-4409969-1569829372/watcher-4409969-1569829372 -o /tmp/evaluation-result-4409969-1569829372/solver-4409969-1569829372 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569817401-14086 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409969-1569829372.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=803030417

node139.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.57
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.57
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.57
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.57
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:        31854684 kB
MemAvailable:   31845408 kB
Buffers:           65464 kB
Cached:           231192 kB
SwapCached:        75256 kB
Active:           104448 kB
Inactive:         271032 kB
Active(anon):      13840 kB
Inactive(anon):   107216 kB
Active(file):      90608 kB
Inactive(file):   163816 kB
Unevictable:      109076 kB
Mlocked:          109076 kB
SwapTotal:      67108860 kB
SwapFree:       66905160 kB
Dirty:              3748 kB
Writeback:             0 kB
AnonPages:        113236 kB
Mapped:            24252 kB
Shmem:             33884 kB
Slab:             134316 kB
SReclaimable:     104272 kB
SUnreclaim:        30044 kB
KernelStack:        3376 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     530228 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62028 MiB
End job on node139 at 2019-09-30 09:46:11