Trace number 4409636

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 parallelOPT105 7379.4 923.836

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"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-4409636-1569833341.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..32
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 7.
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 2.
0.00/0.00	c [pFactory][Group N°0] task 4 launched on thread 3.
0.00/0.00	c [pFactory][Group N°0] task 3 launched on thread 4.
0.00/0.00	c [pFactory][Group N°0] task 2 launched on thread 5.
0.00/0.00	c [pFactory][Group N°0] task 1 launched on thread 6.
0.00/0.00	c [pFactory][Group N°0] task 0 launched on thread 1.
0.00/0.00	o 242
0.00/0.00	o 193
0.00/0.00	o 156
0.00/0.01	o 150
0.00/0.01	o 120
0.00/0.08	o 110
0.76/0.18	o 109
0.76/0.20	o 106
1.63/0.30	o 105
7379.11/923.83	c [pFactory][Group N°0] concurent mode: thread 1 has won with the task 0.
7379.11/923.83	c [pFactory][Group N°0] Thread N°0 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°1 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°2 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°3 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°4 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°5 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°6 is joined.
7379.11/923.83	c [pFactory][Group N°0] Thread N°7 is joined.
7379.11/923.83	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°1)
7379.11/923.83	s OPTIMUM FOUND
7379.11/923.83	c call to solver        : 7
7379.11/923.83	c
7379.11/923.83	c restarts              : 1049460     
7379.11/923.83	c conflicts             : 15501316     (2101 /sec)
7379.11/923.83	c decisions             : 33606988     (4554 /sec)
7379.11/923.83	c propagations          : 2547430069  (345210 /sec)
7379.11/923.83	c root propagations     : 190         
7379.11/923.83	c filter calls          : 404225073      (54778 /sec)
7379.11/923.83	c useless filter calls  : 232520622      (57 %)
7379.11/923.83	c Memory used           : 571.38 MB
7379.11/923.83	c Best bound time (wc)  : 0.30359 s
7379.11/923.83	c CPU time              : 7379.37 s
7379.11/923.83	c real time             : 923.83 s
7379.11/923.83	
7379.11/923.83	
7379.11/923.83	v <instantiation type='solution' cost='105'>
7379.11/923.83	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>
7379.11/923.83	v <values>5 7 3 1 2 4 0 6 9 11 8 10 14 13 12 17 6 5 4 6 5 10 9 2 10 3 8 1 4 15 </values>
7379.11/923.83	v </instantiation>
7379.11/923.83	

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409636-1569833341/watcher-4409636-1569833341 -o /tmp/evaluation-result-4409636-1569833341/solver-4409636-1569833341 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1569824757-32616 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409636-1569833341.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=Starting watchdog thread1438
solver pid=Starting watchdog thread1438
1435
Current StackSize limit: 8192 KiB


[startup+0.100754 s]*
/proc/loadavg: 8.46 7.75 8.32 9/198 1447
/proc/meminfo: memFree=31564448/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4480 CPUtime=0.76 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 1393 0 0 0 76 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1120 828 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=7971231978995073950 CPUtime=0.09 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156658560184 5250319 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156650167480 5037881 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=140047331473024 CPUtime=0.1 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156641774776 5038964 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=0 CPUtime=0.08 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156633382072 5396441 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156624989368 5155920 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156616596664 5250316 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=-1 CPUtime=0.09 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 9 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156608203960 5039323 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 9 0 0 0 10 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156599811344 5186208 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.210759 s]*
/proc/loadavg: 8.46 7.75 8.32 9/198 1447
/proc/meminfo: memFree=31564448/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4480 CPUtime=1.63 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 1393 0 0 0 163 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1120 828 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=7310027617963868211 CPUtime=0.2 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 8 0 0 0 20 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156658560272 5397407 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=288230587528118295 CPUtime=0.2 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156650167480 5039125 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=140047331501996 CPUtime=0.2 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 10 0 0 0 20 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156641774864 5394183 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=-1 CPUtime=0.18 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 18 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156633382072 5250304 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156624989456 5250273 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=0 CPUtime=0.21 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 5 0 0 0 21 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156616596752 5035320 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=-1 CPUtime=0.2 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156608203960 5250321 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=0 CPUtime=0.21 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 9 0 0 0 21 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156599811344 5039536 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.309753 s]*
/proc/loadavg: 8.46 7.75 8.32 9/198 1447
/proc/meminfo: memFree=31564448/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4480 CPUtime=2.41 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 1393 0 0 0 241 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1120 828 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 8 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156658560272 5039650 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156650167480 5081762 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 10 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156641774864 5193776 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=0 CPUtime=0.27 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 27 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156633382072 5038829 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156624989456 5250482 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156616596752 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156608203960 5038813 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 9 0 0 0 30 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156599811344 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.700757 s]
/proc/loadavg: 8.46 7.75 8.32 9/198 1447
/proc/meminfo: memFree=31564448/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4480 CPUtime=5.47 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 1393 0 0 0 547 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1120 828 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=1408 CPUtime=0.69 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 8 0 0 0 69 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156658560272 5037823 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=1548 CPUtime=0.69 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156650167480 5037750 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=7552 CPUtime=0.69 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 10 0 0 0 69 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156641774864 5079092 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=4000 CPUtime=0.63 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 63 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156633382072 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=616 CPUtime=0.69 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156624989456 5039199 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=1404 CPUtime=0.69 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156616596752 5038992 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=2320 CPUtime=0.68 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 4 0 0 0 68 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156608203960 5250319 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=4480 CPUtime=0.69 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 9 0 0 0 69 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156599811344 5080018 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+1.50076 s]
/proc/loadavg: 8.46 7.75 8.32 9/198 1447
/proc/meminfo: memFree=31565312/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4480 CPUtime=11.86 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 1694 0 0 0 1186 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1120 828 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 37 0 0 0 149 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156658560272 5250325 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=6944656592455097440 CPUtime=1.49 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 59 0 0 0 149 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156650167480 5250319 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 63 0 0 0 149 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156641774864 5038982 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=0 CPUtime=1.42 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 32 0 0 0 142 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156633382072 5039149 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 37 0 0 0 149 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156624989456 5155832 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 40 0 0 0 149 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156616596752 5250304 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=-6297260939647218880 CPUtime=1.48 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 43 0 0 0 148 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156608203960 5037801 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 38 0 0 0 149 0 0 0 20 0 9 0 559591593 632705024 1120 33554432000 4194304 6211132 140723426083328 140156599811344 5396788 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 11.86 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+3.10976 s]
/proc/loadavg: 8.46 7.75 8.32 9/198 1447
/proc/meminfo: memFree=31565312/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4652 CPUtime=24.71 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 1978 0 0 0 2471 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1163 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=4480 CPUtime=3.1 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 76 0 0 0 310 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156658560272 5039026 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=-7035114785800479027 CPUtime=3.1 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 101 0 0 0 310 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156650167480 5080535 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=280094413500960 CPUtime=3.1 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 95 0 0 0 310 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156641774864 5078864 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=4480 CPUtime=3.01 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 71 0 0 0 301 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156633382072 5158121 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=1548 CPUtime=3.1 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 52 0 0 0 310 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156624989456 5156109 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=7552 CPUtime=3.1 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 85 0 0 0 310 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156616596752 5250330 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=0 CPUtime=3.09 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 79 0 0 0 309 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156608203960 5397255 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=0 CPUtime=3.1 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 74 0 0 0 310 0 0 0 20 0 9 0 559591593 632705024 1163 33554432000 4194304 6211132 140723426083328 140156599811344 5250256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 24.71 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4652 KiB

[startup+6.30076 s]
/proc/loadavg: 8.51 7.77 8.32 9/198 1447
/proc/meminfo: memFree=31565400/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4672 CPUtime=50.2 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 2283 0 0 0 5020 0 0 0 20 0 9 0 559591593 632705024 1168 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1168 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=239 CPUtime=6.28 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 109 0 0 0 628 0 0 0 20 0 9 0 559591593 632705024 1168 33554432000 4194304 6211132 140723426083328 140156658560272 5039026 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=238 CPUtime=6.29 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 149 0 0 0 629 0 0 0 20 0 9 0 559591593 632705024 1168 33554432000 4194304 6211132 140723426083328 140156650167480 5039217 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=239 CPUtime=6.29 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 124 0 0 0 629 0 0 0 20 0 9 0 559591593 632705024 1168 33554432000 4194304 6211132 140723426083328 140156641774864 5389851 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=3624 CPUtime=6.16 cores=0-7

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

Current children cumulated CPU time: 7259.29 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

[startup+915.201 s]
/proc/loadavg: 8.45 8.23 8.30 9/201 1545
/proc/meminfo: memFree=31564396/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4688 CPUtime=7310.41 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 8882 0 0 0 731039 2 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1172 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=4688 CPUtime=915.23 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 958 0 0 0 91522 1 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156658560272 5037808 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=4688 CPUtime=915.19 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 1104 0 0 0 91519 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156650167232 5037825 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=2868 CPUtime=915.18 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 961 0 0 0 91518 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156641774864 5081762 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=2832 CPUtime=904.05 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 914 0 0 0 90405 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156633381824 5082168 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=1712 CPUtime=915.13 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 754 0 0 0 91513 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156624989200 5193776 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=1136 CPUtime=915.23 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 954 0 0 0 91523 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156616596416 5037750 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=4688 CPUtime=915.14 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 969 0 0 0 91514 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156608203712 5039609 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=4688 CPUtime=915.21 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 923 0 0 0 91521 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156599811008 5039029 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 7310.41 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

[startup+918.401 s]
/proc/loadavg: 8.45 8.23 8.30 9/201 1545
/proc/meminfo: memFree=31564396/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4688 CPUtime=7335.97 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 8882 0 0 0 733595 2 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1172 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=10796 CPUtime=918.43 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 958 0 0 0 91842 1 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156658560272 5186294 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=4688 CPUtime=918.39 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 1104 0 0 0 91839 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156650167232 5039022 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=4688 CPUtime=918.38 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 961 0 0 0 91838 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156641774864 5082752 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=4688 CPUtime=907.21 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 914 0 0 0 90721 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156633381824 5039007 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=4688 CPUtime=918.33 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 754 0 0 0 91833 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156624989200 5250325 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=784 CPUtime=918.43 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 954 0 0 0 91843 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156616596416 5193776 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=3624 CPUtime=918.34 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 969 0 0 0 91834 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156608203712 5039007 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=10796 CPUtime=918.41 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 923 0 0 0 91841 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156599811008 5389440 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 7335.97 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

[startup+921.601 s]
/proc/loadavg: 8.49 8.24 8.30 9/201 1546
/proc/meminfo: memFree=31564396/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4688 CPUtime=7361.54 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 8882 0 0 0 736152 2 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1172 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=984 CPUtime=921.63 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 958 0 0 0 92162 1 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156658560272 5158083 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=2016 CPUtime=921.59 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 1104 0 0 0 92159 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156650167232 5250256 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=4688 CPUtime=921.58 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 961 0 0 0 92158 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156641774864 5186294 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=1976 CPUtime=910.38 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 914 0 0 0 91038 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156633381824 5394410 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=3624 CPUtime=921.53 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 754 0 0 0 92153 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156624989200 5250319 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=10784 CPUtime=921.63 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 954 0 0 0 92163 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156616596496 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=4688 CPUtime=921.53 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 969 0 0 0 92153 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156608203712 5080308 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=2832 CPUtime=921.61 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 923 0 0 0 92161 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156599811008 5393401 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 7361.54 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

[startup+923.201 s]
/proc/loadavg: 8.49 8.24 8.30 9/201 1546
/proc/meminfo: memFree=31564520/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4688 CPUtime=7374.31 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 8887 0 0 0 737429 2 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1172 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=1136 CPUtime=923.23 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 959 0 0 0 92322 1 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156658560272 5155972 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=1072 CPUtime=923.19 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 1105 0 0 0 92319 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156650167232 5078953 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=4688 CPUtime=923.18 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 962 0 0 0 92318 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156641774864 5193786 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=3624 CPUtime=911.95 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 915 0 0 0 91195 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156633381824 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=10796 CPUtime=923.13 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 754 0 0 0 92313 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156624989200 5250316 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=984 CPUtime=923.23 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 954 0 0 0 92323 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156616596496 5037843 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=2016 CPUtime=923.13 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 970 0 0 0 92313 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156608203712 5038872 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=1408 CPUtime=923.21 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 923 0 0 0 92321 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156599811008 5390548 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 7374.31 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

[startup+923.601 s]
/proc/loadavg: 8.49 8.24 8.30 9/201 1546
/proc/meminfo: memFree=31564520/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4688 CPUtime=7377.51 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 8889 0 0 0 737749 2 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1172 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=4000 CPUtime=923.63 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 959 0 0 0 92362 1 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156658560272 5079264 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=616 CPUtime=923.59 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 1105 0 0 0 92359 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156650167232 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=4688 CPUtime=923.58 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 962 0 0 0 92358 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156641774864 5250333 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=1772 CPUtime=912.35 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 915 0 0 0 91235 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156633381824 5037748 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=4100 CPUtime=923.53 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 755 0 0 0 92353 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156624989200 5082438 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=900 CPUtime=923.63 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 955 0 0 0 92363 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156616596496 5380288 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=1444 CPUtime=923.53 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 970 0 0 0 92353 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156608203712 5193786 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=1976 CPUtime=923.61 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 923 0 0 0 92361 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156599811008 5397407 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 7377.51 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

[startup+923.801 s]
/proc/loadavg: 8.49 8.24 8.30 9/201 1546
/proc/meminfo: memFree=31564520/32770624 swapFree=66957944/67108860
[pid=1438] ppid=1435 vsize=617876 memory=4688 CPUtime=7379.11 cores=0-7
/proc/1438/stat : 1438 (cosoco) S 1435 1438 32589 0 -1 1077944320 8894 0 0 0 737909 2 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140723426081584 140156681703159 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
/proc/1438/statm: 154469 1172 839 493 0 147774 0
[pid=1438/tid=1440] ppid=1435 vsize=617876 memory=900 CPUtime=923.83 cores=0-7
/proc/1438/task/1440/stat : 1440 (cosoco) R 1435 1438 32589 0 -1 4202560 960 0 0 0 92382 1 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156658560272 5250482 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1441] ppid=1435 vsize=617876 memory=1444 CPUtime=923.79 cores=0-7
/proc/1438/task/1441/stat : 1441 (cosoco) R 1435 1438 32589 0 -1 4202560 1106 0 0 0 92379 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156650167232 5082224 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1442] ppid=1435 vsize=617876 memory=804 CPUtime=923.78 cores=0-7
/proc/1438/task/1442/stat : 1442 (cosoco) R 1435 1438 32589 0 -1 4202560 963 0 0 0 92378 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156641774864 5156023 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1443] ppid=1435 vsize=617876 memory=1160 CPUtime=912.55 cores=0-7
/proc/1438/task/1443/stat : 1443 (cosoco) R 1435 1438 32589 0 -1 4202560 916 0 0 0 91255 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156633381824 5394465 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1444] ppid=1435 vsize=617876 memory=1808 CPUtime=923.73 cores=0-7
/proc/1438/task/1444/stat : 1444 (cosoco) R 1435 1438 32589 0 -1 4202560 755 0 0 0 92373 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156624989200 5038686 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1445] ppid=1435 vsize=617876 memory=2580 CPUtime=923.83 cores=0-7
/proc/1438/task/1445/stat : 1445 (cosoco) R 1435 1438 32589 0 -1 4202560 955 0 0 0 92383 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156616596368 5394535 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1446] ppid=1435 vsize=617876 memory=1760 CPUtime=923.73 cores=0-7
/proc/1438/task/1446/stat : 1446 (cosoco) R 1435 1438 32589 0 -1 4202560 971 0 0 0 92373 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156608203712 5158032 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
[pid=1438/tid=1447] ppid=1435 vsize=617876 memory=111632 CPUtime=923.81 cores=0-7
/proc/1438/task/1447/stat : 1447 (cosoco) R 1435 1438 32589 0 -1 4202560 923 0 0 0 92381 0 0 0 20 0 9 0 559591593 632705024 1172 33554432000 4194304 6211132 140723426083328 140156599811008 5158038 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22859776 140723426087953 140723426088045 140723426088045 140723426090958 0
Current children cumulated CPU time: 7379.11 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4688 KiB

Child status: 0
Real time (s): 923.836
CPU time (s): 7379.4
CPU user time (s): 7379.37
CPU system time (s): 0.027991
CPU usage (%): 798.778
Max. virtual memory (cumulated for all children) (KiB): 617876
Max. memory (cumulated for all children) (KiB): 4688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7379.37
system time used= 0.027991
maximum resident set size= 5084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8990
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= 69
involuntary context switches= 56507


# summary of solver processes directly reported to runsolver:
#   pid: 1438
#   total CPU time (s): 7379.4
#   total CPU user time (s): 7379.37
#   total CPU system time (s): 0.027991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.28597 second user time and 6.88374 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-30 09:47:17
IDJOB=4409636
IDBENCH=135746
IDSOLVER=2877
FILE ID=node105/4409636-1569833341
RUNJOBID= node105-1569824757-32616
PBS_JOBID= 21705933
Free space on /tmp= 62032 MiB

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

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=450371087

node105.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.00
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.00
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.00
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.00
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:        31564856 kB
MemAvailable:   31832700 kB
Buffers:          112308 kB
Cached:           496520 kB
SwapCached:        47996 kB
Active:           327436 kB
Inactive:         331020 kB
Active(anon):       4432 kB
Inactive(anon):   124528 kB
Active(file):     323004 kB
Inactive(file):   206492 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66957944 kB
Dirty:              3024 kB
Writeback:             0 kB
AnonPages:        113720 kB
Mapped:            26972 kB
Shmem:             70748 kB
Slab:             137420 kB
SReclaimable:     108368 kB
SUnreclaim:        29052 kB
KernelStack:        3680 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     530652 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62028 MiB
End job on node105 at 2019-09-30 10:02:41