Trace number 4410061

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 parallelSAT (TO)131 2012.76 252.023

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1888.66
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -model -nbcores=8 HOME/instance-4410061-1569830135.xml 
0.00/0.01	c enable optimization
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.00 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 50
0.00/0.01	c |            Domain Sizes: 25..33
0.00/0.01	c |
0.00/0.01	c |             Constraints: 27
0.00/0.01	c |                   Arity: 3..25  -- Ternary: 25
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Extension: 25  (nb tuples: 600..600) -- (shared: 192)
0.00/0.01	c |                          Sum: 1
0.00/0.01	c |                          
0.00/0.01	c |               Objective: Minimize Sum
0.00/0.01	
0.00/0.01	c =========================================================================================================
0.00/0.01	c Parallel mode: Portfolio
0.00/0.01	c [pFactory][Group N°0] created (threads:8).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.01	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] task 7 launched on thread 2.
0.00/0.01	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.01	c [pFactory][Group N°0] task 5 launched on thread 1.
0.00/0.01	c [pFactory][Group N°0] task 4 launched on thread 5.
0.00/0.01	c [pFactory][Group N°0] task 3 launched on thread 6.
0.00/0.01	c [pFactory][Group N°0] task 2 launched on thread 3.
0.00/0.01	c [pFactory][Group N°0] task 1 launched on thread 7.
0.00/0.01	c [pFactory][Group N°0] task 0 launched on thread 4.
0.00/0.01	o 395
0.00/0.01	o 341
0.00/0.01	o 329
0.00/0.01	o 325
0.00/0.01	o 242
0.00/0.02	o 152
0.00/0.03	o 138
0.00/0.05	o 135
0.00/0.06	o 133
3.22/0.47	o 132
11.05/1.44	o 131
2012.65/252.02	
2012.65/252.02	c *** INTERRUPTED ***
2012.65/252.02	c call to solver        : 6
2012.65/252.02	c
2012.65/252.02	c restarts              : 132673      
2012.65/252.02	c conflicts             : 1348160      (670 /sec)
2012.65/252.02	c decisions             : 3548468      (1763 /sec)
2012.65/252.02	c propagations          : 379784983   (188690 /sec)
2012.65/252.02	c root propagations     : 1162        
2012.65/252.02	c filter calls          : 55721722       (27684 /sec)
2012.65/252.02	c useless filter calls  : 37042517       (66 %)
2012.65/252.02	c Memory used           : 604.43 MB
2012.65/252.02	c Best bound time (wc)  : 1.4432 s
2012.65/252.02	c CPU time              : 2012.74 s
2012.65/252.02	c real time             : 252.017 s
2012.65/252.02	
2012.65/252.02	s SATISFIABLE
2012.65/252.02	c Best value found: 131
2012.65/252.02	
2012.65/252.02	
2012.65/252.02	v <instantiation type='solution' cost='131'>
2012.65/252.02	v <list>c[0] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[1] c[20] c[21] c[22] c[23] c[24] 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[15] d[16] d[17] d[18] d[19] d[1] d[20] d[21] d[22] d[23] d[24] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] </list>
2012.65/252.02	v <values>10 17 20 24 18 19 16 21 23 22 11 7 14 13 1 6 8 4 5 3 0 2 9 12 15 4 4 6 9 4 8 4 4 2 11 2 4 3 13 6 6 5 2 4 4 6 10 2 5 3 </values>
2012.65/252.02	v </instantiation>
2012.65/252.02	

Verifier Data

OK	131

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4410061-1569830135/watcher-4410061-1569830135 -o /tmp/evaluation-result-4410061-1569830135/solver-4410061-1569830135 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node123-1569817680-13343 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4410061-1569830135.xml 

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

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


[startup+0.100094 s]*
/proc/loadavg: 8.03 8.10 7.77 9/200 15888
/proc/meminfo: memFree=31900076/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5540 CPUtime=0.77 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 1676 0 0 0 77 0 0 0 20 0 9 0 559278310 633786368 1385 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1385 844 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640046357688 5394202 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=4872558142750484799 CPUtime=0.09 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640037965072 5078875 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=140314740397696 CPUtime=0.09 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640029572368 5157160 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=0.09 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640021179576 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=0 CPUtime=0.09 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640012786872 5038992 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=0 CPUtime=0.09 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640004394168 5039199 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=-1 CPUtime=0.09 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 10 0 0 0 9 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639996001464 5039022 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=0 CPUtime=0.08 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639987608848 5039029 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5540 KiB

[startup+0.210087 s]*
/proc/loadavg: 8.03 8.10 7.77 9/200 15888
/proc/meminfo: memFree=31900076/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5540 CPUtime=1.63 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 1676 0 0 0 163 0 0 0 20 0 9 0 559278310 633786368 1385 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1385 844 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=4715097562860122762 CPUtime=0.2 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640046357688 5075242 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=4872558142750484799 CPUtime=0.2 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 12 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640037965072 5186297 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=140314740397696 CPUtime=0.2 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 18 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640029572368 5390019 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=0.2 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 9 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640021179576 5039079 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=0 CPUtime=0.2 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640012786872 5404574 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=0 CPUtime=0.2 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640004394168 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=-1 CPUtime=0.2 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 10 0 0 0 20 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639996001464 5039323 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=0 CPUtime=0.18 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 18 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639987608848 5158052 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5540 KiB

[startup+0.310092 s]*
/proc/loadavg: 8.03 8.10 7.77 9/200 15888
/proc/meminfo: memFree=31900076/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5540 CPUtime=2.42 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 1676 0 0 0 242 0 0 0 20 0 9 0 559278310 633786368 1385 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1385 844 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=0 CPUtime=0.3 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640046357688 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=4872558142750484799 CPUtime=0.3 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 12 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640037965072 5078807 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=140314740397696 CPUtime=0.3 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 18 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640029572368 5039536 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=-1 CPUtime=0.3 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 9 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640021179576 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=0 CPUtime=0.3 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640012786872 5038982 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=0 CPUtime=0.3 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640004394168 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=2208 CPUtime=0.3 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 10 0 0 0 30 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639996001464 5079378 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=0 CPUtime=0.27 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 27 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639987608848 5038995 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5540 KiB

[startup+0.701091 s]
/proc/loadavg: 8.03 8.10 7.77 9/200 15888
/proc/meminfo: memFree=31899804/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5540 CPUtime=5.47 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 1677 0 0 0 547 0 0 0 20 0 9 0 559278310 633786368 1385 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1385 844 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=140319035364991 CPUtime=0.68 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 11 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640046357776 5075560 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=0 CPUtime=0.68 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640037965072 5037841 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=0 CPUtime=0.68 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 19 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640029572368 5207617 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=0.68 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 9 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640021179576 5039029 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=0 CPUtime=0.68 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640012786872 5039149 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=4000 CPUtime=0.68 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140640004394168 5039323 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=2832 CPUtime=0.68 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 10 0 0 0 68 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639996001552 5039026 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=1696 CPUtime=0.64 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 8 0 0 0 64 0 0 0 20 0 9 0 559278311 633786368 1385 33554432000 4194304 6211132 140722277829728 140639987608848 5039007 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5540 KiB

[startup+1.50109 s]
/proc/loadavg: 8.03 8.10 7.77 10/200 15888
/proc/meminfo: memFree=31900816/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5848 CPUtime=11.85 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 2291 0 0 0 1185 0 0 0 20 0 9 0 559278310 633786368 1462 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1462 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=0 CPUtime=1.48 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 72 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140640046357776 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=0 CPUtime=1.48 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 113 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140640037965072 5038982 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=0 CPUtime=1.48 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 95 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140640029572368 5157066 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=1.48 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 91 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140640021179576 5079328 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=6656426216303648864 CPUtime=1.48 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 61 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140640012786872 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=6944656575208382560 CPUtime=1.48 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 102 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140640004394168 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=6944652177228980320 CPUtime=1.48 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 73 0 0 0 148 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140639996001552 5075208 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=128 CPUtime=1.43 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 92 0 0 0 143 0 0 0 20 0 9 0 559278311 633786368 1462 33554432000 4194304 6211132 140722277829728 140639987608848 5039038 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 11.85 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5848 KiB

[startup+3.11009 s]
/proc/loadavg: 8.03 8.10 7.77 9/200 15888
/proc/meminfo: memFree=31900196/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5880 CPUtime=24.7 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 2840 0 0 0 2470 0 0 0 20 0 9 0 559278310 633786368 1470 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1470 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=0 CPUtime=3.09 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 118 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140640046357776 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=5848 CPUtime=3.09 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 202 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140640037965072 5038947 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=5848 CPUtime=3.09 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 179 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140640029572368 5035344 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=3.09 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 161 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140640021179576 5038990 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=5540 CPUtime=3.09 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 118 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140640012786872 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=1032 CPUtime=3.09 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 163 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140640004394168 5082827 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=0 CPUtime=3.09 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 144 0 0 0 309 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140639996001552 5390243 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=0 CPUtime=3.01 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 163 0 0 0 301 0 0 0 20 0 9 0 559278311 633786368 1470 33554432000 4194304 6211132 140722277829728 140639987608848 5039038 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 24.7 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5880 KiB

[startup+6.30109 s]
/proc/loadavg: 8.03 8.10 7.77 10/200 15889
/proc/meminfo: memFree=31899708/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5884 CPUtime=50.18 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 3467 0 0 0 5018 0 0 0 20 0 9 0 559278310 633786368 1471 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1471 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=0 CPUtime=6.28 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 209 0 0 0 628 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640046357776 5039018 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=0 CPUtime=6.28 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 281 0 0 0 628 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640037965072 5039536 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=5880 CPUtime=6.28 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 261 0 0 0 628 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5039014 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=5880 CPUtime=6.28 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 243 0 0 0 628 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5037825 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0

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

/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 592 0 0 0 2547 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=140319035364991 CPUtime=25.48 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 540 0 0 0 2548 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5038944 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=208499187416082 CPUtime=25.48 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 451 0 0 0 2548 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640012786872 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=208499187416083 CPUtime=25.48 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 530 0 0 0 2548 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640004394168 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=3576 CPUtime=25.48 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 491 0 0 0 2548 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639996001552 5039038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=10428 CPUtime=25.12 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 518 0 0 0 2512 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639987608848 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 203.52 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5884 KiB

[startup+51.1101 s]
/proc/loadavg: 8.01 8.08 7.78 9/199 15892
/proc/meminfo: memFree=31900996/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5884 CPUtime=408.07 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 6947 0 0 0 40806 1 0 0 20 0 9 0 559278310 633786368 1471 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1471 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=140314635697665 CPUtime=51.08 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 631 0 0 0 5108 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640046357776 5039536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=5884 CPUtime=51.09 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 733 0 0 0 5109 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640037965072 5039540 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=0 CPUtime=51.08 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 776 0 0 0 5108 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5039141 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=51.08 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 686 0 0 0 5108 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5039210 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=5884 CPUtime=51.09 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 571 0 0 0 5109 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640012786872 5038982 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=2832 CPUtime=51.09 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 689 0 0 0 5109 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640004394168 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=10210 CPUtime=51.09 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 617 0 0 0 5109 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639996001552 5186208 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=1278 CPUtime=50.41 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 652 0 0 0 5041 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639987608848 5389840 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 408.07 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5884 KiB

[startup+102.301 s]
/proc/loadavg: 8.01 8.07 7.79 9/199 15895
/proc/meminfo: memFree=31900820/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5884 CPUtime=816.94 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 8092 0 0 0 81693 1 0 0 20 0 9 0 559278310 633786368 1471 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1471 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=3576 CPUtime=102.26 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 762 0 0 0 10226 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640046357776 5079232 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=5884 CPUtime=102.27 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 888 0 0 0 10227 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640037965072 5038990 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=5884 CPUtime=102.27 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 940 0 0 0 10227 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=0 CPUtime=102.28 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 833 0 0 0 10228 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5039026 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=56 CPUtime=102.29 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 706 0 0 0 10229 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640012786872 5039061 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=164 CPUtime=102.28 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 830 0 0 0 10228 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640004394168 5158060 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=70375387957482 CPUtime=102.28 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 757 0 0 0 10228 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639996001552 5039018 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=6935054825532540783 CPUtime=100.98 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 784 0 0 0 10098 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639987608848 5037825 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 816.94 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5884 KiB

[startup+162.301 s]
/proc/loadavg: 8.00 8.06 7.80 9/200 15900
/proc/meminfo: memFree=31900424/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5884 CPUtime=1296.16 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 8670 0 0 0 129615 1 0 0 20 0 9 0 559278310 633786368 1471 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1471 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=5884 CPUtime=162.26 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 818 0 0 0 16226 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640046357776 5081349 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=5884 CPUtime=162.26 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 969 0 0 0 16226 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640037965072 5081337 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=5884 CPUtime=162.25 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 1024 0 0 0 16225 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5039149 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=5884 CPUtime=162.28 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 899 0 0 0 16228 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=0 CPUtime=162.29 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 775 0 0 0 16229 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640012786872 5082431 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=5884 CPUtime=162.27 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 898 0 0 0 16227 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640004394168 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=5884 CPUtime=162.27 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 823 0 0 0 16227 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639996001552 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=5884 CPUtime=160.23 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 872 0 0 0 16023 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639987608848 5039029 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 1296.16 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5884 KiB

[startup+222.301 s]
/proc/loadavg: 8.00 8.05 7.81 9/199 15904
/proc/meminfo: memFree=31900420/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5884 CPUtime=1775.37 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 9233 0 0 0 177536 1 0 0 20 0 9 0 559278310 633786368 1471 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1471 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=5884 CPUtime=222.26 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 875 0 0 0 22226 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640046357440 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=5884 CPUtime=222.26 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 1045 0 0 0 22226 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640037965072 5038686 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=5884 CPUtime=222.24 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 1106 0 0 0 22224 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5079328 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=5884 CPUtime=222.27 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 965 0 0 0 22227 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5207617 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=5884 CPUtime=222.29 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 841 0 0 0 22229 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640012786872 5039047 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=5884 CPUtime=222.27 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 964 0 0 0 22227 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640004394168 5039536 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=5884 CPUtime=222.26 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 902 0 0 0 22226 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639996001552 5075571 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=3576 CPUtime=219.48 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 943 0 0 0 21948 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639987608848 5075237 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 1775.37 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5884 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.00 8.04 7.82 9/200 15906
/proc/meminfo: memFree=31900504/32770624 swapFree=66938928/67108860
[pid=15879] ppid=15876 vsize=618932 memory=5884 CPUtime=2012.65 cores=0-7
/proc/15879/stat : 15879 (cosoco) S 15876 15879 13316 0 -1 1077944320 9242 0 0 0 201264 1 0 0 20 0 9 0 559278310 633786368 1471 33554432000 4194304 6211132 140722277829728 140722277827984 140640069500663 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
/proc/15879/statm: 154733 1471 855 493 0 148038 0
[pid=15879/tid=15881] ppid=15876 vsize=618932 memory=1398722017469774279 CPUtime=251.96 cores=0-7
/proc/15879/task/15881/stat : 15881 (cosoco) R 15876 15879 13316 0 -1 4202560 877 0 0 0 25196 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640046357440 5039536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15882] ppid=15876 vsize=618932 memory=4872558044660077418 CPUtime=251.97 cores=0-7
/proc/15879/task/15882/stat : 15882 (cosoco) R 15876 15879 13316 0 -1 4202560 1045 0 0 0 25197 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640037965072 5081349 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15883] ppid=15876 vsize=618932 memory=10428 CPUtime=251.94 cores=0-7
/proc/15879/task/15883/stat : 15883 (cosoco) R 15876 15879 13316 0 -1 4202560 1106 0 0 0 25194 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640029572368 5081349 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15884] ppid=15876 vsize=618932 memory=988 CPUtime=251.97 cores=0-7
/proc/15879/task/15884/stat : 15884 (cosoco) R 15876 15879 13316 0 -1 4202560 969 0 0 0 25197 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640021179576 5039199 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15885] ppid=15876 vsize=618932 memory=2020 CPUtime=252 cores=0-7
/proc/15879/task/15885/stat : 15885 (cosoco) R 15876 15879 13316 0 -1 4202560 841 0 0 0 25200 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640012786872 5039014 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15886] ppid=15876 vsize=618932 memory=988 CPUtime=251.98 cores=0-7
/proc/15879/task/15886/stat : 15886 (cosoco) R 15876 15879 13316 0 -1 4202560 967 0 0 0 25198 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140640004394168 5037841 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15887] ppid=15876 vsize=618932 memory=2020 CPUtime=251.97 cores=0-7
/proc/15879/task/15887/stat : 15887 (cosoco) R 15876 15879 13316 0 -1 4202560 902 0 0 0 25197 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639996001552 5075743 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
[pid=15879/tid=15888] ppid=15876 vsize=618932 memory=1412 CPUtime=248.82 cores=0-7
/proc/15879/task/15888/stat : 15888 (cosoco) R 15876 15879 13316 0 -1 4202560 943 0 0 0 24882 0 0 0 20 0 9 0 559278311 633786368 1471 33554432000 4194304 6211132 140722277829728 140639987608848 5039536 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 25350144 140722277835798 140722277835890 140722277835890 140722277838798 0
Current children cumulated CPU time: 2012.65 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 5884 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.023 s]
# the end of solver process 15879 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.75 s, system=0.013993 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 252.023
CPU time (s): 2012.76
CPU user time (s): 2012.75
CPU system time (s): 0.013993
CPU usage (%): 798.642
Max. virtual memory (cumulated for all children) (KiB): 618932
Max. memory (cumulated for all children) (KiB): 5884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.75
system time used= 0.013993
maximum resident set size= 6124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9291
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= 53
involuntary context switches= 16424


# summary of solver processes directly reported to runsolver:
#   pid: 15879
#   total CPU time (s): 2012.76
#   total CPU user time (s): 2012.75
#   total CPU system time (s): 0.013993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1457 second user time and 1.96503 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-30 09:54:55
IDJOB=4410061
IDBENCH=135841
IDSOLVER=2878
FILE ID=node123/4410061-1569830135
RUNJOBID= node123-1569817680-13343
PBS_JOBID= 21705919
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4410061-1569830135/watcher-4410061-1569830135 -o /tmp/evaluation-result-4410061-1569830135/solver-4410061-1569830135 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node123-1569817680-13343 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4410061-1569830135.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=657515672

node123.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.49
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.49
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.49
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.49
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:        31902308 kB
MemAvailable:   31842100 kB
Buffers:            6204 kB
Cached:           220536 kB
SwapCached:        63960 kB
Active:            64444 kB
Inactive:         229516 kB
Active(anon):       6668 kB
Inactive(anon):   138300 kB
Active(file):      57776 kB
Inactive(file):    91216 kB
Unevictable:      109864 kB
Mlocked:          109864 kB
SwapTotal:      67108860 kB
SwapFree:       66938928 kB
Dirty:              2796 kB
Writeback:             0 kB
AnonPages:        123796 kB
Mapped:            26448 kB
Shmem:             69132 kB
Slab:             166976 kB
SReclaimable:     137012 kB
SUnreclaim:        29964 kB
KernelStack:        3728 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 62028 MiB
End job on node123 at 2019-09-30 09:59:08