Trace number 4409536

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 parallelOPT85 3284.1 411.17

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark115.403
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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-4409536-1569833427.xml 
0.00/0.00	c enable optimization
0.00/0.00	c ========================================[ Problem Statistics ]===========================================
0.00/0.00	c |                                                                                                       
0.00/0.00	c |  Parse time        :         0.00 s 
0.00/0.00	c |
0.00/0.00	c |               Variables: 30
0.00/0.00	c |            Domain Sizes: 15..27
0.00/0.00	c |
0.00/0.00	c |             Constraints: 17
0.00/0.00	c |                   Arity: 3..15  -- Ternary: 15
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          All Different: 1
0.00/0.00	c |                          Extension: 15  (nb tuples: 210..210) -- (shared: 112)
0.00/0.00	c |                          Sum: 1
0.00/0.00	c |                          
0.00/0.00	c |               Objective: Minimize Sum
0.00/0.00	
0.00/0.00	c =========================================================================================================
0.00/0.00	c Parallel mode: Portfolio
0.00/0.00	c [pFactory][Group N°0] created (threads:8).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.00	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.00	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.00	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.00	c [pFactory][Group N°0] task 7 launched on thread 1.
0.00/0.00	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.00	c [pFactory][Group N°0] task 5 launched on thread 5.
0.00/0.00	c [pFactory][Group N°0] task 4 launched on thread 2.
0.00/0.00	c [pFactory][Group N°0] task 3 launched on thread 6.
0.00/0.00	c [pFactory][Group N°0] task 2 launched on thread 3.
0.00/0.00	c [pFactory][Group N°0] task 1 launched on thread 4.
0.00/0.00	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.00	o 269
0.00/0.00	o 154
0.00/0.01	o 144
0.00/0.01	o 97
0.00/0.02	o 91
0.80/0.12	o 90
1.66/0.22	o 86
3.24/0.44	o 85
3283.62/411.16	c [pFactory][Group N°0] concurent mode: thread 6 has won with the task 3.
3283.62/411.16	c [pFactory][Group N°0] Thread N°0 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°1 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°2 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°3 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°4 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°5 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°6 is joined.
3283.62/411.16	c [pFactory][Group N°0] Thread N°7 is joined.
3283.62/411.16	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°6)
3283.62/411.16	s OPTIMUM FOUND
3283.62/411.16	c call to solver        : 7
3283.62/411.16	c
3283.62/411.16	c restarts              : 525460      
3283.62/411.16	c conflicts             : 7017918      (2137 /sec)
3283.62/411.16	c decisions             : 14884637     (4532 /sec)
3283.62/411.16	c propagations          : 1054731908  (321165 /sec)
3283.62/411.16	c root propagations     : 157         
3283.62/411.16	c filter calls          : 176704241      (53806 /sec)
3283.62/411.16	c useless filter calls  : 94257235       (53 %)
3283.62/411.16	c Memory used           : 571.38 MB
3283.62/411.16	c Best bound time (wc)  : 0.443386 s
3283.62/411.16	c CPU time              : 3284.08 s
3283.62/411.16	c real time             : 411.164 s
3283.62/411.16	
3283.62/411.16	
3283.62/411.16	v <instantiation type='solution' cost='85'>
3283.62/411.16	v <list>c[0] c[10] c[11] c[12] c[13] c[14] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[10] d[11] d[12] d[13] d[14] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] </list>
3283.62/411.16	v <values>1 13 9 8 7 3 2 4 0 5 6 12 14 10 11 6 8 4 1 8 1 1 10 5 4 11 5 13 6 2 </values>
3283.62/411.16	v </instantiation>
3283.62/411.16	

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409536-1569833427/watcher-4409536-1569833427 -o /tmp/evaluation-result-4409536-1569833427/solver-4409536-1569833427 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569830821-26732 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409536-1569833427.xml 

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

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


[startup+0.100737 s]*
/proc/loadavg: 5.19 8.06 8.61 9/199 27022
/proc/meminfo: memFree=31640180/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4480 CPUtime=0.8 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 1385 0 0 0 80 0 0 0 20 0 9 0 559609397 632705024 1120 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1120 834 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=1398722017469774279 CPUtime=0.1 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805467340048 5389440 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=4872558142750484289 CPUtime=0.1 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805458947344 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=139822054635136 CPUtime=0.1 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805450554552 5155949 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805442161936 5082393 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805433769144 5391387 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 7 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805425376440 5039137 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=-1 CPUtime=0.09 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 9 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805416983824 5158060 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805408591456 5039145 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.210736 s]*
/proc/loadavg: 5.19 8.06 8.61 9/199 27022
/proc/meminfo: memFree=31640180/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4480 CPUtime=1.66 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 1386 0 0 0 166 0 0 0 20 0 9 0 559609397 632705024 1120 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1120 834 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=8316850467074736180 CPUtime=0.21 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805467340048 5080308 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=9369 CPUtime=0.21 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 14 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805458947344 5397271 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=139822057670429 CPUtime=0.21 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805450554552 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=-1 CPUtime=0.21 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805442161936 5080824 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=0 CPUtime=0.21 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805433769144 5039650 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=0 CPUtime=0.21 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 7 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805425376440 5157579 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=-1 CPUtime=0.19 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 19 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805416983824 5039536 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=0 CPUtime=0.21 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 21 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805408591456 5389855 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.309737 s]*
/proc/loadavg: 5.19 8.06 8.61 9/199 27022
/proc/meminfo: memFree=31640180/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4480 CPUtime=2.45 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 1387 0 0 0 245 0 0 0 20 0 9 0 559609397 632705024 1120 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1120 834 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805467340048 5397295 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=4872558044660077418 CPUtime=0.3 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805458947344 5081298 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805450554552 5156119 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805442161936 5389440 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=6656426216303648864 CPUtime=0.3 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805433769144 5156000 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 7 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805425376440 5156165 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=0 CPUtime=0.28 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 28 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805416983824 5078748 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805408591456 5250330 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.700736 s]
/proc/loadavg: 5.19 8.06 8.61 9/199 27022
/proc/meminfo: memFree=31640180/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4480 CPUtime=5.49 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 1387 0 0 0 549 0 0 0 20 0 9 0 559609397 632705024 1120 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1120 834 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=6935054825532540783 CPUtime=0.69 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805467340048 5078762 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=1764 CPUtime=0.69 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 15 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805458947344 5078875 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=111632 CPUtime=0.69 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805450554552 5250316 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=804 CPUtime=0.69 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805442161936 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=4108 CPUtime=0.69 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805433769144 5250316 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=1804 CPUtime=0.69 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 7 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805425376440 5039042 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=-7175204567652784766 CPUtime=0.64 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 5 0 0 0 64 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805416983824 5038954 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=3054156605268465310 CPUtime=0.69 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 559609398 632705024 1120 33554432000 4194304 6211132 140737020317200 139805408591456 5158008 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+1.50073 s]
/proc/loadavg: 5.19 8.06 8.61 9/199 27022
/proc/meminfo: memFree=31640664/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4568 CPUtime=11.88 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 1671 0 0 0 1188 0 0 0 20 0 9 0 559609397 632705024 1142 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1142 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=6360846566575 CPUtime=1.49 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 27 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805467340048 5250339 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=288230596050944315 CPUtime=1.49 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 71 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805458947344 5009168 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 25 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805450554552 5079543 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 32 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805442161936 5082411 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 29 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805433769144 5250283 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 70 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805425376528 5079440 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=-2746958450906831424 CPUtime=1.43 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 50 0 0 0 143 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805416983824 5394465 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 29 0 0 0 149 0 0 0 20 0 9 0 559609398 632705024 1142 33554432000 4194304 6211132 140737020317200 139805408591032 5392551 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 11.88 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4568 KiB

[startup+3.10974 s]
/proc/loadavg: 5.19 8.06 8.61 9/199 27022
/proc/meminfo: memFree=31640664/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4624 CPUtime=24.73 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 1959 0 0 0 2473 0 0 0 20 0 9 0 559609397 632705024 1156 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1156 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=4568 CPUtime=3.1 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 63 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805467340048 5039026 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=7016714190785702558 CPUtime=3.1 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 118 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805458947344 5304896 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=0 CPUtime=3.1 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 55 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805450554552 5083040 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=0 CPUtime=3.1 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 75 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805442161936 5390530 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=4480 CPUtime=3.1 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 44 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805433769144 5158032 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=2212 CPUtime=3.1 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 104 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805425376528 5080278 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=4480 CPUtime=3.02 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 89 0 0 0 302 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805416983824 5250490 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=4568 CPUtime=3.1 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 73 0 0 0 310 0 0 0 20 0 9 0 559609398 632705024 1156 33554432000 4194304 6211132 140737020317200 139805408591032 5397281 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 24.73 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4624 KiB

[startup+6.30073 s]
/proc/loadavg: 5.42 8.06 8.60 9/199 27022
/proc/meminfo: memFree=31640692/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4672 CPUtime=50.22 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 2545 0 0 0 5022 0 0 0 20 0 9 0 559609397 632705024 1168 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1168 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=139821922226608 CPUtime=6.29 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 127 0 0 0 629 0 0 0 20 0 9 0 559609398 632705024 1168 33554432000 4194304 6211132 140737020317200 139805467340048 5082717 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=139821922226640 CPUtime=6.29 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 208 0 0 0 629 0 0 0 20 0 9 0 559609398 632705024 1168 33554432000 4194304 6211132 140737020317200 139805458947344 5390167 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=56 CPUtime=6.29 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 127 0 0 0 629 0 0 0 20 0 9 0 559609398 632705024 1168 33554432000 4194304 6211132 140737020317200 139805450554552 5039038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=1367763 CPUtime=6.29 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 156 0 0 0 629 0 0 0 20 0 9 0 559609398 632705024 1168 33554432000 4194304 6211132 140737020317200 139805442161936 5155967 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0

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

Current children cumulated CPU time: 3220.45 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+406.401 s]
/proc/loadavg: 8.02 8.25 8.55 9/199 27056
/proc/meminfo: memFree=31642144/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4684 CPUtime=3246.01 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 6609 0 0 0 324600 1 0 0 20 0 9 0 559609397 632705024 1171 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1171 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=10672 CPUtime=406.38 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 561 0 0 0 40638 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805467340048 5082405 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=984 CPUtime=406.36 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 756 0 0 0 40636 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805458947344 5186344 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=2004 CPUtime=406.38 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 539 0 0 0 40638 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805450554304 5250495 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=1436 CPUtime=406.36 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 675 0 0 0 40636 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805442161936 5079328 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=6935054825532540783 CPUtime=406.36 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 640 0 0 0 40636 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805433769144 5039536 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=4684 CPUtime=406.37 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 764 0 0 0 40637 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805425376528 5039149 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=4004 CPUtime=401.42 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 665 0 0 0 40142 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805416983824 5390532 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=1724 CPUtime=406.34 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 671 0 0 0 40634 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805408591032 5156148 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 3246.01 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+409.601 s]
/proc/loadavg: 8.02 8.25 8.55 9/199 27056
/proc/meminfo: memFree=31641648/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4684 CPUtime=3271.57 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 6609 0 0 0 327156 1 0 0 20 0 9 0 559609397 632705024 1171 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1171 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=10604 CPUtime=409.58 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 561 0 0 0 40958 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805467340048 5080824 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=14008 CPUtime=409.56 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 756 0 0 0 40956 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805458947344 5390467 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=12040 CPUtime=409.58 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 539 0 0 0 40958 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805450554304 5158052 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=279643844673616 CPUtime=409.56 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 675 0 0 0 40956 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805442161936 5394183 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=6944656592455360604 CPUtime=409.56 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 640 0 0 0 40956 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805433769144 5193786 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=4684 CPUtime=409.57 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 764 0 0 0 40957 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805425376528 5039149 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=780 CPUtime=404.58 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 665 0 0 0 40458 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805416983824 5250273 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=4294967841 CPUtime=409.54 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 671 0 0 0 40954 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805408591032 5409485 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 3271.57 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+410.401 s]
/proc/loadavg: 8.02 8.25 8.55 9/199 27056
/proc/meminfo: memFree=31641656/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4684 CPUtime=3277.96 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 6609 0 0 0 327795 1 0 0 20 0 9 0 559609397 632705024 1171 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1171 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=33277 CPUtime=410.38 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 561 0 0 0 41038 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805467340048 5392580 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=33276 CPUtime=410.36 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 756 0 0 0 41036 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805458947344 5081355 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=279643844247792 CPUtime=410.38 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 539 0 0 0 41038 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805450554304 5079440 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=279643844247792 CPUtime=410.36 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 675 0 0 0 41036 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805442161936 5039141 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=37116 CPUtime=410.36 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 640 0 0 0 41036 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805433769144 5039026 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=37117 CPUtime=410.37 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 764 0 0 0 41037 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805425376528 5193763 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=56 CPUtime=405.37 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 665 0 0 0 40537 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805416983824 5039135 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=288356820895146780 CPUtime=410.34 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 671 0 0 0 41034 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805408591032 5158052 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 3277.96 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+410.801 s]
/proc/loadavg: 8.02 8.25 8.55 9/199 27056
/proc/meminfo: memFree=31641656/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4684 CPUtime=3281.16 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 6611 0 0 0 328115 1 0 0 20 0 9 0 559609397 632705024 1171 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1171 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=4684 CPUtime=410.78 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 561 0 0 0 41078 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805467340048 5082441 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=4684 CPUtime=410.76 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 756 0 0 0 41076 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805458947344 5158025 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=5935857994215548769 CPUtime=410.78 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 540 0 0 0 41078 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805450554304 5080431 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=6935054825532540783 CPUtime=410.76 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 675 0 0 0 41076 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805442161936 5390120 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=10672 CPUtime=410.76 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 641 0 0 0 41076 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805433769144 5078748 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=984 CPUtime=410.77 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 764 0 0 0 41077 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805425376528 5392603 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=2004 CPUtime=405.77 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 665 0 0 0 40577 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805416983824 5186278 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=1436 CPUtime=410.74 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 671 0 0 0 41074 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805408591032 5250490 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 3281.16 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+411.001 s]*
/proc/loadavg: 8.02 8.25 8.55 9/199 27056
/proc/meminfo: memFree=31641664/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4684 CPUtime=3282.82 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 6613 0 0 0 328281 1 0 0 20 0 9 0 559609397 632705024 1171 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1171 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=1398722017469774279 CPUtime=410.99 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 561 0 0 0 41099 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805467340048 5250321 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=4872558044660077418 CPUtime=410.96 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 756 0 0 0 41096 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805458947344 5038944 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=940 CPUtime=410.98 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 540 0 0 0 41098 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805450554304 5158069 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=14008 CPUtime=410.97 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 676 0 0 0 41097 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805442161936 5250325 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=12040 CPUtime=410.97 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 641 0 0 0 41097 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805433769144 5039121 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=4680 CPUtime=410.98 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 764 0 0 0 41098 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805425376528 5038990 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=10672 CPUtime=405.97 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 665 0 0 0 40597 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805416983824 5250258 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=0 CPUtime=410.94 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 672 0 0 0 41094 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805408591032 5081337 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 3282.82 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+411.11 s]
/proc/loadavg: 8.02 8.25 8.55 9/199 27056
/proc/meminfo: memFree=31641664/32770624 swapFree=66975632/67108860
[pid=27013] ppid=27010 vsize=617876 memory=4684 CPUtime=3283.62 cores=0-7
/proc/27013/stat : 27013 (cosoco) S 27010 27013 26705 0 -1 1077944320 6617 0 0 0 328361 1 0 0 20 0 9 0 559609397 632705024 1171 33554432000 4194304 6211132 140737020317200 140737020315456 139805490482935 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
/proc/27013/statm: 154469 1171 845 493 0 147774 0
[pid=27013/tid=27015] ppid=27010 vsize=617876 memory=10672 CPUtime=411.09 cores=0-7
/proc/27013/task/27015/stat : 27015 (cosoco) R 27010 27013 26705 0 -1 4202560 562 0 0 0 41109 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805467340048 5078748 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27016] ppid=27010 vsize=617876 memory=279643844648016 CPUtime=411.06 cores=0-7
/proc/27013/task/27016/stat : 27016 (cosoco) R 27010 27013 26705 0 -1 4202560 756 0 0 0 41106 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805458947344 5392113 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27017] ppid=27010 vsize=617876 memory=4684 CPUtime=411.09 cores=0-7
/proc/27013/task/27017/stat : 27017 (cosoco) R 27010 27013 26705 0 -1 4202560 540 0 0 0 41109 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805450554304 5035368 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27018] ppid=27010 vsize=617876 memory=139822660321846 CPUtime=411.07 cores=0-7
/proc/27013/task/27018/stat : 27018 (cosoco) R 27010 27013 26705 0 -1 4202560 676 0 0 0 41107 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805442161936 5390135 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27019] ppid=27010 vsize=617876 memory=0 CPUtime=411.07 cores=0-7
/proc/27013/task/27019/stat : 27019 (cosoco) R 27010 27013 26705 0 -1 4202560 642 0 0 0 41107 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805433769144 5250304 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27020] ppid=27010 vsize=617876 memory=0 CPUtime=411.08 cores=0-7
/proc/27013/task/27020/stat : 27020 (cosoco) R 27010 27013 26705 0 -1 4202560 765 0 0 0 41108 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805425376528 5397265 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27021] ppid=27010 vsize=617876 memory=279643844928512 CPUtime=406.07 cores=0-7
/proc/27013/task/27021/stat : 27021 (cosoco) R 27010 27013 26705 0 -1 4202560 666 0 0 0 40607 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805416983824 5250330 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
[pid=27013/tid=27022] ppid=27010 vsize=617876 memory=7093004926083817575 CPUtime=411.05 cores=0-7
/proc/27013/task/27022/stat : 27022 (cosoco) R 27010 27013 26705 0 -1 4202560 672 0 0 0 41105 0 0 0 20 0 9 0 559609398 632705024 1171 33554432000 4194304 6211132 140737020317200 139805408591032 5039633 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20623360 140737020318737 140737020318829 140737020318829 140737020321742 0
Current children cumulated CPU time: 3283.62 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

Child status: 0
Real time (s): 411.17
CPU time (s): 3284.1
CPU user time (s): 3284.08
CPU system time (s): 0.019991
CPU usage (%): 798.722
Max. virtual memory (cumulated for all children) (KiB): 617876
Max. memory (cumulated for all children) (KiB): 4684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3284.08
system time used= 0.019991
maximum resident set size= 5060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6712
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= 41
involuntary context switches= 26841


# summary of solver processes directly reported to runsolver:
#   pid: 27013
#   total CPU time (s): 3284.1
#   total CPU user time (s): 3284.08
#   total CPU system time (s): 0.019991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.86864 second user time and 3.0536 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-30 10:49:43
IDJOB=4409536
IDBENCH=135750
IDSOLVER=2877
FILE ID=node125/4409536-1569833427
RUNJOBID= node125-1569830821-26732
PBS_JOBID= 21705946
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409536-1569833427/watcher-4409536-1569833427 -o /tmp/evaluation-result-4409536-1569833427/solver-4409536-1569833427 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569830821-26732 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409536-1569833427.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=744917225

node125.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.29
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.29
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.29
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.29
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:        31642096 kB
MemAvailable:   31848892 kB
Buffers:          112524 kB
Cached:           433408 kB
SwapCached:        29876 kB
Active:           368128 kB
Inactive:         211760 kB
Active(anon):       4896 kB
Inactive(anon):   109488 kB
Active(file):     363232 kB
Inactive(file):   102272 kB
Unevictable:      107280 kB
Mlocked:          107280 kB
SwapTotal:      67108860 kB
SwapFree:       66975632 kB
Dirty:              2620 kB
Writeback:           344 kB
AnonPages:        113028 kB
Mapped:            26936 kB
Shmem:             72012 kB
Slab:             143684 kB
SReclaimable:     114256 kB
SUnreclaim:        29428 kB
KernelStack:        3376 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     538672 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2019-09-30 10:56:35