Trace number 4398377

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.O parallelOPT104 9918.5 1241.91

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark39.3333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.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-4398377-1568610008.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: 30
0.00/0.01	c |            Domain Sizes: 15..29
0.00/0.01	c |
0.00/0.01	c |             Constraints: 17
0.00/0.01	c |                   Arity: 3..15  -- Ternary: 15
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: 15  (nb tuples: 210..210) -- (shared: 112)
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 0.
0.00/0.01	c [pFactory][Group N°0] task 6 launched on thread 2.
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 3.
0.00/0.01	c [pFactory][Group N°0] task 2 launched on thread 6.
0.00/0.01	c [pFactory][Group N°0] task 1 launched on thread 4.
0.00/0.01	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.01	o 183
0.00/0.02	o 145
0.00/0.02	o 137
0.00/0.02	o 132
0.00/0.03	o 130
0.00/0.03	o 129
0.00/0.03	o 128
0.00/0.05	o 127
0.00/0.06	o 116
0.00/0.06	o 112
0.00/0.06	o 111
5.48/0.76	o 110
8.74/1.15	o 109
46.21/5.83	o 107
62.98/7.92	o 105
87.80/11.09	o 104
9918.44/1241.91	c [pFactory][Group N°0] concurent mode: thread 0 has won with the task 7.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°0 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°1 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°2 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°3 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°4 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°5 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°6 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Thread N°7 is joined.
9918.44/1241.91	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°0)
9918.44/1241.91	s OPTIMUM FOUND
9918.44/1241.91	c call to solver        : 14
9918.44/1241.91	c
9918.44/1241.91	c restarts              : 2032204     
9918.44/1241.91	c conflicts             : 17734038     (1788 /sec)
9918.44/1241.91	c decisions             : 43572633     (4393 /sec)
9918.44/1241.91	c propagations          : 2896151665  (291996 /sec)
9918.44/1241.91	c root propagations     : 554         
9918.44/1241.91	c filter calls          : 486308988      (49031 /sec)
9918.44/1241.91	c useless filter calls  : 285359228      (58 %)
9918.44/1241.91	c Memory used           : 571.38 MB
9918.44/1241.91	c Best bound time (wc)  : 11.0808 s
9918.44/1241.91	c CPU time              : 9918.47 s
9918.44/1241.91	c real time             : 1241.91 s
9918.44/1241.91	
9918.44/1241.91	
9918.44/1241.91	v <instantiation type='solution' cost='104'>
9918.44/1241.91	v <list>c[0] c[10] c[11] c[12] c[13] c[14] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[10] d[11] d[12] d[13] d[14] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] </list>
9918.44/1241.91	v <values>12 1 4 6 8 14 11 13 10 9 7 5 2 3 0 7 11 6 10 12 9 4 6 4 3 8 7 8 8 1 </values>
9918.44/1241.91	v </instantiation>
9918.44/1241.91	

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398377-1568610008/watcher-4398377-1568610008 -o /tmp/evaluation-result-4398377-1568610008/solver-4398377-1568610008 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568606289-14109 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398377-1568610008.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=14592, runsolver pid=14589
Current StackSize limit: 8192 KiB


[startup+0.100616 s]*
/proc/loadavg: 5.19 8.14 8.73 9/204 14601
/proc/meminfo: memFree=31768416/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4484 CPUtime=0.79 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 1391 0 0 0 79 0 0 0 20 0 9 0 437250361 632705024 1121 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1121 831 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=-7318199385838286530 CPUtime=0.09 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164319472912 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=732370757120830437 CPUtime=0.1 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164311080120 5079092 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=140618783377024 CPUtime=0.09 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164302687504 5079264 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=0.09 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 5 0 0 0 9 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164294294800 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=0 CPUtime=0.09 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 9 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164285902008 5039007 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164277509304 5250224 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=-1 CPUtime=0.09 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 9 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164269116600 5250284 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=0 CPUtime=0.09 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 9 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164260723896 5155957 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 0.79 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4484 KiB

[startup+0.210615 s]*
/proc/loadavg: 5.19 8.14 8.73 9/204 14601
/proc/meminfo: memFree=31768416/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4484 CPUtime=1.65 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 1391 0 0 0 165 0 0 0 20 0 9 0 437250361 632705024 1121 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1121 831 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=-3398145943129763647 CPUtime=0.2 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164319472912 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=281237421934328 CPUtime=0.21 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 21 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164311080120 5080464 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=140618783377024 CPUtime=0.2 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164302687504 5039038 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 5 0 0 0 20 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164294294800 5038964 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=0 CPUtime=0.19 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 19 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164285902008 5080784 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=0 CPUtime=0.21 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 21 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164277509304 5193748 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=-1 CPUtime=0.2 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164269116600 5037823 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164260723896 5039061 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4484 KiB

[startup+0.309615 s]*
/proc/loadavg: 5.19 8.14 8.73 9/204 14601
/proc/meminfo: memFree=31768416/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4484 CPUtime=2.44 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 1391 0 0 0 244 0 0 0 20 0 9 0 437250361 632705024 1121 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1121 831 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=14964 CPUtime=0.3 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164319472912 5157544 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=7959527761207490185 CPUtime=0.3 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164311080120 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=140618783377024 CPUtime=0.3 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164302687504 5080351 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164294294800 5250275 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=0 CPUtime=0.28 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 28 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164285902008 5250465 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164277509304 5082823 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164269116600 5390017 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164260723896 5155935 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4484 KiB

[startup+0.700616 s]
/proc/loadavg: 5.19 8.14 8.73 9/204 14601
/proc/meminfo: memFree=31768416/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4484 CPUtime=5.48 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 1391 0 0 0 548 0 0 0 20 0 9 0 437250361 632705024 1121 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1121 831 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=140623078344319 CPUtime=0.69 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 15 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164319472912 5380256 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=30700 CPUtime=0.69 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164311080120 5038995 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=984 CPUtime=0.69 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 11 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164302687504 5155911 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=0.69 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164294294800 5037868 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=0 CPUtime=0.64 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 64 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164285902008 5082358 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=0 CPUtime=0.69 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164277509304 5039178 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=0 CPUtime=0.69 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164269116600 5037843 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=1052 CPUtime=0.69 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 437250362 632705024 1121 33554432000 4194304 6211092 140728622673216 140164260723896 5250287 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4484 KiB

[startup+1.50061 s]
/proc/loadavg: 5.25 8.10 8.72 10/204 14601
/proc/meminfo: memFree=31768416/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4504 CPUtime=11.86 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 1688 0 0 0 1186 0 0 0 20 0 9 0 437250361 632705024 1126 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1126 831 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=4484 CPUtime=1.49 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 43 0 0 0 149 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164319472912 5037854 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=30700 CPUtime=1.49 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 30 0 0 0 149 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164311080120 5250275 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=984 CPUtime=1.49 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 38 0 0 0 149 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164302687504 5039178 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 61 0 0 0 149 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164294294800 5038992 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=-7812193691855986592 CPUtime=1.43 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 20 0 0 0 143 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164285902008 5158028 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=3624 CPUtime=1.49 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 53 0 0 0 149 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164277509304 5038971 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=30700 CPUtime=1.48 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 29 0 0 0 148 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164269116600 5078852 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=0 CPUtime=1.48 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 74 0 0 0 148 0 0 0 20 0 9 0 437250362 632705024 1126 33554432000 4194304 6211092 140728622673216 140164260723984 5389823 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 11.86 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4504 KiB

[startup+3.10962 s]
/proc/loadavg: 5.25 8.10 8.72 9/204 14601
/proc/meminfo: memFree=31767796/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4608 CPUtime=24.71 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 1969 0 0 0 2471 0 0 0 20 0 9 0 437250361 632705024 1152 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1152 835 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=0 CPUtime=3.09 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 59 0 0 0 309 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164319472912 5186269 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=4986457031815 CPUtime=3.1 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 73 0 0 0 310 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164311080120 5078748 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=4504 CPUtime=3.09 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 74 0 0 0 309 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164302687504 5082800 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=3.09 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 93 0 0 0 309 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164294294800 5250275 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=0 CPUtime=3.01 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 58 0 0 0 301 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164285902008 5039145 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=0 CPUtime=3.09 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 88 0 0 0 309 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164277509304 5081349 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=4053347770712351337 CPUtime=3.09 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 68 0 0 0 309 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164269116600 5079711 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=7011348500760777296 CPUtime=3.09 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 116 0 0 0 309 0 0 0 20 0 9 0 437250362 632705024 1152 33554432000 4194304 6211092 140728622673216 140164260723984 5390017 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 24.71 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4608 KiB

[startup+6.30061 s]
/proc/loadavg: 5.55 8.12 8.72 9/204 14601
/proc/meminfo: memFree=31768368/32770624 swapFree=66970464/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4676 CPUtime=50.2 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 2587 0 0 0 5020 0 0 0 20 0 9 0 437250361 632705024 1169 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1169 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=140623078344319 CPUtime=6.29 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 132 0 0 0 629 0 0 0 20 0 9 0 437250362 632705024 1169 33554432000 4194304 6211092 140728622673216 140164319472912 5390488 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=4676 CPUtime=6.29 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 147 0 0 0 629 0 0 0 20 0 9 0 437250362 632705024 1169 33554432000 4194304 6211092 140728622673216 140164311080120 5408777 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=4608 CPUtime=6.28 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 151 0 0 0 628 0 0 0 20 0 9 0 437250362 632705024 1169 33554432000 4194304 6211092 140728622673216 140164302687504 5039213 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=0 CPUtime=6.29 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 194 0 0 0 629 0 0 0 20 0 9 0 437250362 632705024 1169 33554432000 4194304 6211092 140728622673216 140164294294800 5079046 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0

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

Current children cumulated CPU time: 9864.87 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

[startup+1238.4 s]
/proc/loadavg: 8.26 8.36 8.46 9/204 14729
/proc/meminfo: memFree=31770176/32770624 swapFree=66970472/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4704 CPUtime=9890.43 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 10628 0 0 0 989041 2 0 0 20 0 9 0 437250361 632705024 1176 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1176 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=4704 CPUtime=1238.23 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 1252 0 0 0 123823 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164319472768 5393448 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=4704 CPUtime=1238.2 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 1188 0 0 0 123820 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164311079952 5250287 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=4704 CPUtime=1229.34 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 1153 0 0 0 122934 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164302687168 5008824 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=1000 CPUtime=1238.15 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 1241 0 0 0 123815 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164294294800 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=8008 CPUtime=1231.79 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 1192 0 0 0 123179 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164285901840 5156064 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=984 CPUtime=1238.16 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 1222 0 0 0 123816 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164277509056 5193731 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=2048 CPUtime=1238.24 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 1138 0 0 0 123824 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164269116600 5396756 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=1560 CPUtime=1238.26 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 902 0 0 0 123826 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164260723728 5078748 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 9890.43 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

[startup+1240 s]*
/proc/loadavg: 8.26 8.36 8.46 9/204 14729
/proc/meminfo: memFree=31770308/32770624 swapFree=66970472/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4704 CPUtime=9903.27 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 10628 0 0 0 990325 2 0 0 20 0 9 0 437250361 632705024 1176 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1176 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=6935054825532540783 CPUtime=1239.84 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 1252 0 0 0 123984 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164319472768 5039210 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=-7003737579269690708 CPUtime=1239.81 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 1188 0 0 0 123981 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164311079952 5155982 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=111632 CPUtime=1230.92 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 1153 0 0 0 123092 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164302687168 5250251 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=800 CPUtime=1239.76 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 1241 0 0 0 123976 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164294294800 5079631 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=1632 CPUtime=1233.4 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 1192 0 0 0 123340 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164285901840 5250236 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=4704 CPUtime=1239.77 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 1222 0 0 0 123977 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164277509056 5186199 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=30744 CPUtime=1239.85 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 1138 0 0 0 123985 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164269116600 5038813 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=984 CPUtime=1239.87 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 902 0 0 0 123987 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164260723728 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 9903.27 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

[startup+1240.8 s]
/proc/loadavg: 8.26 8.36 8.46 9/204 14729
/proc/meminfo: memFree=31770308/32770624 swapFree=66970472/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4704 CPUtime=9909.6 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 10631 0 0 0 990958 2 0 0 20 0 9 0 437250361 632705024 1176 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1176 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=4704 CPUtime=1240.63 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 1252 0 0 0 124063 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164319472768 5394140 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=924 CPUtime=1240.6 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 1189 0 0 0 124060 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164311079952 5081952 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=3624 CPUtime=1231.71 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 1153 0 0 0 123171 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164302687168 5008944 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=30744 CPUtime=1240.55 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 1241 0 0 0 124055 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164294294800 5008918 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=2120 CPUtime=1234.19 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 1193 0 0 0 123419 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164285901840 5250287 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=13948 CPUtime=1240.56 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 1222 0 0 0 124056 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164277509056 5039536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=1564 CPUtime=1240.64 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 1138 0 0 0 124064 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164269116600 5080227 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=6935054825532540783 CPUtime=1240.66 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 903 0 0 0 124066 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164260723728 5397226 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 9909.6 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

[startup+1241.6 s]
/proc/loadavg: 8.24 8.36 8.46 10/204 14729
/proc/meminfo: memFree=31770308/32770624 swapFree=66970472/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4704 CPUtime=9915.99 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 10634 0 0 0 991597 2 0 0 20 0 9 0 437250361 632705024 1176 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1176 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=6935054825532540783 CPUtime=1241.43 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 1252 0 0 0 124143 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164319472768 5082827 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=500 CPUtime=1241.4 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 1189 0 0 0 124140 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164311079952 5039358 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=6935054825532540783 CPUtime=1232.5 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 1154 0 0 0 123250 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164302687168 5079432 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.35 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 1242 0 0 0 124135 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164294294800 5157540 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=4704 CPUtime=1234.99 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 1193 0 0 0 123499 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164285901840 5078752 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=14008 CPUtime=1241.36 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 1223 0 0 0 124136 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164277509056 5081337 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=1216 CPUtime=1241.44 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 1138 0 0 0 124144 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164269116600 5037749 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=1000 CPUtime=1241.46 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 903 0 0 0 124146 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164260723728 5158041 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 9915.99 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

[startup+1241.8 s]
/proc/loadavg: 8.24 8.36 8.46 10/204 14729
/proc/meminfo: memFree=31770308/32770624 swapFree=66970472/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4704 CPUtime=9917.59 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 10635 0 0 0 991757 2 0 0 20 0 9 0 437250361 632705024 1176 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1176 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=1240 CPUtime=1241.63 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 1253 0 0 0 124163 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164319472768 5081341 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=30736 CPUtime=1241.6 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 1189 0 0 0 124160 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164311079952 5080609 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=984 CPUtime=1232.7 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 1154 0 0 0 123270 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164302687168 5039121 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.55 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 1242 0 0 0 124155 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164294294800 5081184 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=1000 CPUtime=1235.19 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 1193 0 0 0 123519 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164285901952 5157116 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=3996 CPUtime=1241.56 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 1223 0 0 0 124156 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164277509056 5079613 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=716 CPUtime=1241.64 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 1138 0 0 0 124164 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164269116600 5250287 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=3624 CPUtime=1241.66 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 903 0 0 0 124166 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164260723728 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 9917.59 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

[startup+1241.91 s]
/proc/loadavg: 8.24 8.36 8.46 10/204 14729
/proc/meminfo: memFree=31770308/32770624 swapFree=66970472/67108860
[pid=14592] ppid=14589 vsize=617876 memory=4704 CPUtime=9918.44 cores=0-7
/proc/14592/stat : 14592 (cosoco) S 14589 14592 14082 0 -1 1077944320 10642 0 0 0 991842 2 0 0 20 0 9 0 437250361 632705024 1176 33554432000 4194304 6211092 140728622673216 140728622671472 140164342615799 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
/proc/14592/statm: 154469 1176 842 493 0 147774 0
[pid=14592/tid=14594] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.73 cores=0-7
/proc/14592/task/14594/stat : 14594 (cosoco) R 14589 14592 14082 0 -1 4202560 1254 0 0 0 124173 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164319472768 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14595] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.71 cores=0-7
/proc/14592/task/14595/stat : 14595 (cosoco) R 14589 14592 14082 0 -1 4202560 1190 0 0 0 124171 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164311079952 5396409 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14596] ppid=14589 vsize=617876 memory=4704 CPUtime=1232.81 cores=0-7
/proc/14592/task/14596/stat : 14596 (cosoco) R 14589 14592 14082 0 -1 4202560 1155 0 0 0 123281 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164302687168 5081844 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14597] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.65 cores=0-7
/proc/14592/task/14597/stat : 14597 (cosoco) R 14589 14592 14082 0 -1 4202560 1244 0 0 0 124165 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164294294800 5156104 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14598] ppid=14589 vsize=617876 memory=4704 CPUtime=1235.3 cores=0-7
/proc/14592/task/14598/stat : 14598 (cosoco) R 14589 14592 14082 0 -1 4202560 1193 0 0 0 123530 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164285901952 5389897 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14599] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.67 cores=0-7
/proc/14592/task/14599/stat : 14599 (cosoco) R 14589 14592 14082 0 -1 4202560 1223 0 0 0 124167 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164277509056 5393097 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14600] ppid=14589 vsize=617876 memory=4704 CPUtime=1241.75 cores=0-7
/proc/14592/task/14600/stat : 14600 (cosoco) R 14589 14592 14082 0 -1 4202560 1139 0 0 0 124175 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164269116600 5039210 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
[pid=14592/tid=14601] ppid=14589 vsize=617876 memory=0 CPUtime=1241.77 cores=0-7
/proc/14592/task/14601/stat : 14601 (cosoco) R 14589 14592 14082 0 -1 4202560 904 0 0 0 124177 0 0 0 20 0 9 0 437250362 632705024 1176 33554432000 4194304 6211092 140728622673216 140164260723728 5039029 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9818112 140728622679057 140728622679149 140728622679149 140728622682062 0
Current children cumulated CPU time: 9918.44 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4704 KiB

Child status: 0
Real time (s): 1241.91
CPU time (s): 9918.5
CPU user time (s): 9918.47
CPU system time (s): 0.022988
CPU usage (%): 798.646
Max. virtual memory (cumulated for all children) (KiB): 617876
Max. memory (cumulated for all children) (KiB): 4704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9918.47
system time used= 0.022988
maximum resident set size= 5064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10700
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= 66
involuntary context switches= 92456


# summary of solver processes directly reported to runsolver:
#   pid: 14592
#   total CPU time (s): 9918.5
#   total CPU user time (s): 9918.47
#   total CPU system time (s): 0.022988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.67027 second user time and 9.41982 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-16 06:59:28
IDJOB=4398377
IDBENCH=135736
IDSOLVER=2851
FILE ID=node135/4398377-1568610008
RUNJOBID= node135-1568606289-14109
PBS_JOBID= 21703426
Free space on /tmp= 61372 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398377-1568610008/watcher-4398377-1568610008 -o /tmp/evaluation-result-4398377-1568610008/solver-4398377-1568610008 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568606289-14109 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398377-1568610008.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=229423233

node135.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.76
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.76
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.76
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.76
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:        31768696 kB
MemAvailable:   31861752 kB
Buffers:           33052 kB
Cached:           346532 kB
SwapCached:        32684 kB
Active:           171684 kB
Inactive:         246280 kB
Active(anon):       4408 kB
Inactive(anon):    76508 kB
Active(file):     167276 kB
Inactive(file):   169772 kB
Unevictable:      109492 kB
Mlocked:          109492 kB
SwapTotal:      67108860 kB
SwapFree:       66970464 kB
Dirty:              2716 kB
Writeback:           172 kB
AnonPages:        115592 kB
Mapped:            41576 kB
Shmem:             34516 kB
Slab:             174684 kB
SReclaimable:     143688 kB
SUnreclaim:        30996 kB
KernelStack:        3456 kB
PageTables:         5624 kB
NFS_Unstable:         36 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61368 MiB
End job on node135 at 2019-09-16 07:20:10