Trace number 4409737

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)155 20126 2520.02

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2520.38
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.02	c
0.00/0.02	c This is cosoco 2.00 --  
0.00/0.02	c
0.00/0.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409737-1569833620.xml 
0.00/0.02	c enable optimization
0.00/0.02	c ========================================[ Problem Statistics ]===========================================
0.00/0.02	c |                                                                                                       
0.00/0.02	c |  Parse time        :         0.01 s 
0.00/0.02	c |
0.00/0.02	c |               Variables: 70
0.00/0.02	c |            Domain Sizes: 35..37
0.00/0.02	c |
0.00/0.02	c |             Constraints: 37
0.00/0.02	c |                   Arity: 3..35  -- Ternary: 35
0.00/0.02	c | 
0.00/0.02	c |                   Types: 
0.00/0.02	c |                          All Different: 1
0.00/0.02	c |                          Extension: 35  (nb tuples: 1190..1190) -- (shared: 272)
0.00/0.02	c |                          Sum: 1
0.00/0.02	c |                          
0.00/0.02	c |               Objective: Minimize Sum
0.00/0.02	
0.00/0.02	c =========================================================================================================
0.00/0.02	c Parallel mode: Portfolio
0.00/0.02	c [pFactory][Group N°0] created (threads:8).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.03	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.03	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.03	c [pFactory][Group N°0] task 7 launched on thread 0.
0.00/0.03	c [pFactory][Group N°0] task 6 launched on thread 1.
0.00/0.03	c [pFactory][Group N°0] task 5 launched on thread 4.
0.00/0.03	c [pFactory][Group N°0] task 4 launched on thread 5.
0.00/0.03	c [pFactory][Group N°0] task 3 launched on thread 2.
0.00/0.03	c [pFactory][Group N°0] task 2 launched on thread 6.
0.00/0.03	c [pFactory][Group N°0] task 1 launched on thread 3.
0.00/0.03	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.03	o 433
0.00/0.03	o 329
0.00/0.03	o 320
0.00/0.03	o 290
0.00/0.05	o 210
0.00/0.06	o 204
0.00/0.09	o 158
20.59/2.62	o 156
1829.61/229.12	o 155
20125.90/2520.02	
20125.90/2520.02	c *** INTERRUPTED ***
20125.90/2520.02	c call to solver        : 7
20125.90/2520.02	c
20125.90/2520.02	c restarts              : 516971      
20125.90/2520.02	c conflicts             : 4383017      (218 /sec)
20125.90/2520.02	c decisions             : 14037616     (697 /sec)
20125.90/2520.02	c propagations          : 1623404886  (80662 /sec)
20125.90/2520.02	c root propagations     : 1936        
20125.90/2520.02	c filter calls          : 259377829      (12888 /sec)
20125.90/2520.02	c useless filter calls  : 191099488      (73 %)
20125.90/2520.02	c Memory used           : 607.19 MB
20125.90/2520.02	c Best bound time (wc)  : 229.115 s
20125.90/2520.02	c CPU time              : 20126 s
20125.90/2520.02	c real time             : 2520.01 s
20125.90/2520.02	
20125.90/2520.02	s SATISFIABLE
20125.90/2520.02	c Best value found: 155
20125.90/2520.02	
20125.90/2520.02	
20125.90/2520.02	v <instantiation type='solution' cost='155'>
20125.90/2520.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[25] c[26] c[27] c[28] c[29] c[2] c[30] c[31] c[32] c[33] c[34] 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[25] d[26] d[27] d[28] d[29] d[2] d[30] d[31] d[32] d[33] d[34] d[3] d[4] d[5] d[6] d[7] d[8] d[9] </list>
20125.90/2520.02	v <values>16 25 26 27 31 32 33 34 28 30 29 22 19 8 9 7 4 6 3 5 2 1 23 20 24 21 14 15 18 17 12 13 0 10 11 4 5 2 5 4 1 5 9 11 2 10 1 13 2 2 1 4 1 7 1 3 12 5 4 1 5 1 2 1 5 1 7 4 4 10 </values>
20125.90/2520.02	v </instantiation>
20125.90/2520.02	

Verifier Data

OK	155

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409737-1569833620/watcher-4409737-1569833620 -o /tmp/evaluation-result-4409737-1569833620/solver-4409737-1569833620 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1569828462-20394 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409737-1569833620.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
Starting watchdog thread
solver pid=21122, runsolver pid=21119
Current StackSize limit: 8192 KiB


[startup+0.100631 s]*
/proc/loadavg: 4.95 7.99 8.63 9/200 21131
/proc/meminfo: memFree=31913092/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8440 CPUtime=0.73 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 2433 0 0 0 73 0 0 0 20 0 9 0 559634434 636678144 2110 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2110 855 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=4134692831991786133 CPUtime=0.09 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778604932368 5394197 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=4126316290023845779 CPUtime=0.09 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778596539664 5079232 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=139709296744064 CPUtime=0.09 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778588147296 5037801 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=0 CPUtime=0.09 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778579754592 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=0 CPUtime=0.09 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778571361552 5408772 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=0 CPUtime=0.08 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778562968760 5039178 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=-1 CPUtime=0.09 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778554576480 5038992 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=0 CPUtime=0.08 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778546183352 5039132 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 0.73 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8440 KiB

[startup+0.210629 s]*
/proc/loadavg: 4.95 7.99 8.63 9/200 21131
/proc/meminfo: memFree=31913092/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8440 CPUtime=1.6 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 2435 0 0 0 160 0 0 0 20 0 9 0 559634434 636678144 2110 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2110 855 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=6935054825532540783 CPUtime=0.2 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 22 0 0 0 20 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778604932368 5079295 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=4342489072520795233 CPUtime=0.2 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 21 0 0 0 20 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778596539664 5037858 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=139709296744064 CPUtime=0.2 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 14 0 0 0 20 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778588147296 5038944 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=0 CPUtime=0.2 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 20 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778579754168 5039007 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=0 CPUtime=0.2 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778571361552 5193786 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=0 CPUtime=0.18 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 18 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778562968760 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=-1 CPUtime=0.2 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778554576480 5037823 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=0 CPUtime=0.19 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 19 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778546183352 5037744 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8440 KiB

[startup+0.30963 s]*
/proc/loadavg: 4.95 7.99 8.63 9/200 21131
/proc/meminfo: memFree=31913092/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8440 CPUtime=2.38 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 2436 0 0 0 238 0 0 0 20 0 9 0 559634434 636678144 2110 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2110 855 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 22 0 0 0 30 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778604932368 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=-1 CPUtime=0.3 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 21 0 0 0 30 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778596539664 5037843 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=139709296744066 CPUtime=0.3 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778588147296 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=-1 CPUtime=0.29 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 29 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778579754168 5039104 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=0 CPUtime=0.3 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778571361552 5039007 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=0 CPUtime=0.27 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 27 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778562968760 5039137 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=2208 CPUtime=0.29 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 29 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778554576480 5250321 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=0 CPUtime=0.29 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 29 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778546183352 5207550 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8440 KiB

[startup+0.70063 s]
/proc/loadavg: 4.95 7.99 8.63 9/200 21131
/proc/meminfo: memFree=31913092/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8440 CPUtime=5.42 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 2436 0 0 0 542 0 0 0 20 0 9 0 559634434 636678144 2110 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2110 855 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=0 CPUtime=0.68 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778604932368 5250304 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=0 CPUtime=0.68 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778596539664 5039141 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=0 CPUtime=0.68 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778588147296 5396325 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=0 CPUtime=0.68 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778579754168 5038944 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=3960 CPUtime=0.68 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778571361552 5039029 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=7312 CPUtime=0.63 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 13 0 0 0 63 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778562968760 5038992 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=1680 CPUtime=0.68 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778554576056 5158032 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=1064 CPUtime=0.68 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 559634436 636678144 2110 33554432000 4194304 6211132 140725332396192 139778546183352 5039022 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8440 KiB

[startup+1.50063 s]
/proc/loadavg: 4.95 7.99 8.63 9/200 21131
/proc/meminfo: memFree=31913092/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8956 CPUtime=11.8 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 3767 0 0 0 1180 0 0 0 20 0 9 0 559634434 636678144 2239 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2239 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=6944656575208382560 CPUtime=1.48 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 158 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778604932368 5082405 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=6655300316396806240 CPUtime=1.48 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 229 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778596539664 5039061 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=6944656592455097440 CPUtime=1.48 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 159 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778588146872 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=279418358593824 CPUtime=1.48 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 177 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778579754168 5038982 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=230412110570758 CPUtime=1.48 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 159 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778571361552 5037868 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=230412110570759 CPUtime=1.42 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 162 0 0 0 142 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778562968760 5037823 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=230412110570760 CPUtime=1.48 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 198 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778554576056 5039061 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=139713591711359 CPUtime=1.48 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 218 0 0 0 148 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778546183352 5039061 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 11.8 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8956 KiB

[startup+3.10963 s]
/proc/loadavg: 4.95 7.99 8.63 9/200 21131
/proc/meminfo: memFree=31913360/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8956 CPUtime=24.65 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 4975 0 0 0 2465 0 0 0 20 0 9 0 559634434 636678144 2239 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2239 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=8956 CPUtime=3.09 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 277 0 0 0 309 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778604932368 5037783 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=8440 CPUtime=3.09 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 376 0 0 0 309 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778596539664 5081401 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=0 CPUtime=3.09 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 282 0 0 0 309 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778588146872 5038990 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8740 CPUtime=3.09 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 326 0 0 0 309 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778579754168 5039536 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=0 CPUtime=3.08 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 337 0 0 0 308 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778571361552 5039121 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=0 CPUtime=3 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 297 0 0 0 300 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778562968760 5038982 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=6944656591801717918 CPUtime=3.09 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 370 0 0 0 309 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778554576056 5079049 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=-7377321093059949659 CPUtime=3.08 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 403 0 0 0 308 0 0 0 20 0 9 0 559634436 636678144 2239 33554432000 4194304 6211132 140725332396192 139778546183352 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 24.65 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8956 KiB

[startup+6.30063 s]
/proc/loadavg: 4.63 7.87 8.59 9/200 21131
/proc/meminfo: memFree=31913392/32770624 swapFree=66947724/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8972 CPUtime=50.13 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 6446 0 0 0 5013 0 0 0 20 0 9 0 559634434 636678144 2243 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2243 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=578 CPUtime=6.27 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 502 0 0 0 627 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778604932368 5250307 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=8972 CPUtime=6.28 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 588 0 0 0 628 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778596539664 5037744 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=8972 CPUtime=6.28 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 451 0 0 0 628 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5037759 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=279418358910272 CPUtime=6.28 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 488 0 0 0 628 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5037880 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0

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

/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 2371 0 0 0 226198 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8972 CPUtime=2261.96 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 2558 0 0 0 226196 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=8972 CPUtime=2261.87 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 2509 0 0 0 226187 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778571361552 5039026 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=8972 CPUtime=2234.22 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 2614 0 0 0 223422 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778562968760 5193763 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=8972 CPUtime=2261.89 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 2835 0 0 0 226189 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778554576056 5039029 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=2032 CPUtime=2261.8 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 3367 0 0 0 226180 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778546183352 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 18067.7 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8972 KiB

[startup+2322.3 s]
/proc/loadavg: 8.09 8.28 8.34 9/201 21334
/proc/meminfo: memFree=31913768/32770624 swapFree=66947728/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8972 CPUtime=18546.9 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 29430 0 0 0 1854686 4 0 0 20 0 9 0 559634434 636678144 2243 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2243 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=7312 CPUtime=2321.95 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 6278 0 0 0 232195 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778604932368 5156014 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=8972 CPUtime=2321.94 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 4464 0 0 0 232194 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778596539664 5038982 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=8972 CPUtime=2321.98 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 2388 0 0 0 232198 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5250319 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8972 CPUtime=2321.95 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 2580 0 0 0 232195 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5039026 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=8972 CPUtime=2321.86 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 2534 0 0 0 232186 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778571361552 5037750 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=8972 CPUtime=2293.46 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 2635 0 0 0 229346 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778562968760 5078791 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=1680 CPUtime=2321.88 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 2857 0 0 0 232188 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778554576056 5389440 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=8972 CPUtime=2321.79 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 3387 0 0 0 232179 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778546183352 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 18546.9 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8972 KiB

[startup+2382.3 s]
/proc/loadavg: 8.07 8.24 8.32 9/200 21337
/proc/meminfo: memFree=31914888/32770624 swapFree=66947728/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8972 CPUtime=19026.1 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 29739 0 0 0 1902606 4 0 0 20 0 9 0 559634434 636678144 2243 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2243 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=3600 CPUtime=2381.95 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 6396 0 0 0 238195 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778604932368 5038971 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=8972 CPUtime=2381.93 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 4533 0 0 0 238193 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778596539664 5039137 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=8972 CPUtime=2381.98 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 2407 0 0 0 238198 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5038992 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8972 CPUtime=2381.94 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 2601 0 0 0 238194 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5039022 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=8972 CPUtime=2381.86 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 2552 0 0 0 238186 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778571361552 5037783 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=8972 CPUtime=2352.7 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 2656 0 0 0 235270 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778562968760 5039061 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=8972 CPUtime=2381.87 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 2879 0 0 0 238187 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778554576056 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=10240 CPUtime=2381.78 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 3408 0 0 0 238178 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778546183352 5250319 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 19026.1 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8972 KiB

[startup+2442.3 s]
/proc/loadavg: 8.03 8.20 8.30 9/200 21340
/proc/meminfo: memFree=31914516/32770624 swapFree=66947728/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8972 CPUtime=19505.3 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 30025 0 0 0 1950525 4 0 0 20 0 9 0 559634434 636678144 2243 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2243 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.94 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 6492 0 0 0 244194 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778604932368 5250307 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.92 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 4601 0 0 0 244192 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778596539664 5394197 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.97 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 2424 0 0 0 244197 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5038944 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.94 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 2623 0 0 0 244194 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5037783 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.85 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 2568 0 0 0 244185 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778571361552 5082800 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=8972 CPUtime=2411.96 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 2680 0 0 0 241196 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778562968760 5039026 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.86 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 2900 0 0 0 244186 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778554576056 5039536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=8972 CPUtime=2441.78 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 3430 0 0 0 244178 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778546183352 5038971 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 19505.3 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8972 KiB

[startup+2502.3 s]
/proc/loadavg: 8.01 8.16 8.28 9/201 21345
/proc/meminfo: memFree=31914620/32770624 swapFree=66947728/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8972 CPUtime=19984.5 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 30314 0 0 0 1998444 4 0 0 20 0 9 0 559634434 636678144 2243 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2243 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=7312 CPUtime=2501.92 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 6592 0 0 0 250192 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778604932368 5078762 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=8972 CPUtime=2501.91 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 4670 0 0 0 250191 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778596539664 5037841 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=1680 CPUtime=2501.96 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 2442 0 0 0 250196 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8972 CPUtime=2501.92 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 2643 0 0 0 250192 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5392548 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=65 CPUtime=2501.85 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 2585 0 0 0 250185 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778571361552 5250304 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=8972 CPUtime=2471.22 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 2699 0 0 0 247122 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778562968760 5250330 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=8972 CPUtime=2501.84 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 2919 0 0 0 250184 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778554576056 5250319 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=8972 CPUtime=2501.77 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 3457 0 0 0 250177 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778546183352 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 19984.5 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8972 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.01 8.15 8.28 9/200 21345
/proc/meminfo: memFree=31915020/32770624 swapFree=66947728/67108860
[pid=21122] ppid=21119 vsize=621756 memory=8972 CPUtime=20125.9 cores=0-7
/proc/21122/stat : 21122 (cosoco) S 21119 21122 20367 0 -1 1077944320 30605 0 0 0 2012586 4 0 0 20 0 9 0 559634434 636678144 2243 33554432000 4194304 6211132 140725332396192 140725332394448 139778628075255 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
/proc/21122/statm: 155439 2243 866 493 0 148744 0
[pid=21122/tid=21124] ppid=21119 vsize=621756 memory=1398720917958146503 CPUtime=2519.63 cores=0-7
/proc/21122/task/21124/stat : 21124 (cosoco) R 21119 21122 20367 0 -1 4202560 6684 0 0 0 251963 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778604932368 5039561 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21125] ppid=21119 vsize=621756 memory=4126316290023845779 CPUtime=2519.62 cores=0-7
/proc/21122/task/21125/stat : 21125 (cosoco) R 21119 21122 20367 0 -1 4202560 4739 0 0 0 251962 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778596539664 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21126] ppid=21119 vsize=621756 memory=2880 CPUtime=2519.67 cores=0-7
/proc/21122/task/21126/stat : 21126 (cosoco) R 21119 21122 20367 0 -1 4202560 2459 0 0 0 251967 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778588146872 5038990 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21127] ppid=21119 vsize=621756 memory=8972 CPUtime=2519.63 cores=0-7
/proc/21122/task/21127/stat : 21127 (cosoco) R 21119 21122 20367 0 -1 4202560 2667 0 0 0 251963 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778579754168 5039047 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21128] ppid=21119 vsize=621756 memory=4096 CPUtime=2519.55 cores=0-7
/proc/21122/task/21128/stat : 21128 (cosoco) R 21119 21122 20367 0 -1 4202560 2609 0 0 0 251955 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778571361552 5082742 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21129] ppid=21119 vsize=621756 memory=1404 CPUtime=2488.7 cores=0-7
/proc/21122/task/21129/stat : 21129 (cosoco) R 21119 21122 20367 0 -1 4202560 2716 0 0 0 248870 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778562968760 5037744 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21130] ppid=21119 vsize=621756 memory=2880 CPUtime=2519.55 cores=0-7
/proc/21122/task/21130/stat : 21130 (cosoco) R 21119 21122 20367 0 -1 4202560 2942 0 0 0 251955 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778554576056 5037850 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
[pid=21122/tid=21131] ppid=21119 vsize=621756 memory=288230574492221466 CPUtime=2519.48 cores=0-7
/proc/21122/task/21131/stat : 21131 (cosoco) R 21119 21122 20367 0 -1 4202560 3482 0 0 0 251948 0 0 0 20 0 9 0 559634436 636678144 2243 33554432000 4194304 6211132 140725332396192 139778546183352 5039323 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41783296 140725332399121 140725332399213 140725332399213 140725332402126 0
Current children cumulated CPU time: 20125.9 s
Current children cumulated vsize: 621756 KiB
Current children cumulated memory: 8972 KiB

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

[startup+2520.02 s]
# the end of solver process 21122 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20126 s, system=0.046977 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 20126
CPU user time (s): 20126
CPU system time (s): 0.046977
CPU usage (%): 798.645
Max. virtual memory (cumulated for all children) (KiB): 621756
Max. memory (cumulated for all children) (KiB): 8972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20126
system time used= 0.046977
maximum resident set size= 9172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30654
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= 88
involuntary context switches= 165717


# summary of solver processes directly reported to runsolver:
#   pid: 21122
#   total CPU time (s): 20126
#   total CPU user time (s): 20126
#   total CPU system time (s): 0.046977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1384 second user time and 19.1372 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-30 10:52:59
IDJOB=4409737
IDBENCH=135871
IDSOLVER=2877
FILE ID=node150/4409737-1569833620
RUNJOBID= node150-1569828462-20394
PBS_JOBID= 21705934
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409737-1569833620/watcher-4409737-1569833620 -o /tmp/evaluation-result-4409737-1569833620/solver-4409737-1569833620 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1569828462-20394 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409737-1569833620.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=472445207

node150.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.79
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.79
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.79
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.79
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:        31917728 kB
MemAvailable:   31933020 kB
Buffers:           97532 kB
Cached:           203776 kB
SwapCached:         5500 kB
Active:           149212 kB
Inactive:         159424 kB
Active(anon):       4188 kB
Inactive(anon):    26860 kB
Active(file):     145024 kB
Inactive(file):   132564 kB
Unevictable:      109544 kB
Mlocked:          109544 kB
SwapTotal:      67108860 kB
SwapFree:       66947724 kB
Dirty:              2760 kB
Writeback:             4 kB
AnonPages:        112572 kB
Mapped:            26372 kB
Shmem:             15740 kB
Slab:             135956 kB
SReclaimable:     107080 kB
SUnreclaim:        28876 kB
KernelStack:        3408 kB
PageTables:         5444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     538700 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:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 62028 MiB
End job on node150 at 2019-09-30 11:34:59