Trace number 4409638

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 parallelOPT93 3982.73 498.715

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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-4409638-1569833335.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..31
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 3.
0.00/0.01	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.01	c [pFactory][Group N°0] task 5 launched on thread 5.
0.00/0.01	c [pFactory][Group N°0] task 4 launched on thread 6.
0.00/0.01	c [pFactory][Group N°0] task 3 launched on thread 2.
0.00/0.01	c [pFactory][Group N°0] task 2 launched on thread 4.
0.00/0.01	c [pFactory][Group N°0] task 1 launched on thread 7.
0.00/0.01	o 223
0.00/0.01	o 129
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 1.
0.00/0.02	o 116
0.00/0.02	o 114
0.00/0.05	o 111
0.00/0.10	o 110
0.82/0.16	o 107
2.45/0.38	o 106
7.94/1.03	o 105
14.26/1.82	o 103
14.26/1.88	o 101
25.44/3.25	o 99
37.42/4.70	o 97
50.99/6.46	o 96
56.65/7.12	o 93
3982.61/498.71	c [pFactory][Group N°0] concurent mode: thread 2 has won with the task 3.
3982.61/498.71	c [pFactory][Group N°0] Thread N°0 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°1 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°2 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°3 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°4 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°5 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°6 is joined.
3982.61/498.71	c [pFactory][Group N°0] Thread N°7 is joined.
3982.61/498.71	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°2)
3982.61/498.71	s OPTIMUM FOUND
3982.61/498.71	c call to solver        : 13
3982.61/498.71	c
3982.61/498.71	c restarts              : 543031      
3982.61/498.71	c conflicts             : 7046042      (1769 /sec)
3982.61/498.71	c decisions             : 15107888     (3793 /sec)
3982.61/498.71	c propagations          : 1108947238  (278440 /sec)
3982.61/498.71	c root propagations     : 178         
3982.61/498.71	c filter calls          : 187638255      (47113 /sec)
3982.61/498.71	c useless filter calls  : 106226616      (56 %)
3982.61/498.71	c Memory used           : 571.38 MB
3982.61/498.71	c Best bound time (wc)  : 7.11682 s
3982.61/498.71	c CPU time              : 3982.71 s
3982.61/498.71	c real time             : 498.708 s
3982.61/498.71	
3982.61/498.71	
3982.61/498.71	v <instantiation type='solution' cost='93'>
3982.61/498.71	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>
3982.61/498.71	v <values>6 3 2 0 1 4 11 12 13 14 10 8 9 7 5 8 2 2 7 4 8 1 8 15 7 5 9 4 8 5 </values>
3982.61/498.71	v </instantiation>
3982.61/498.71	

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409638-1569833335/watcher-4409638-1569833335 -o /tmp/evaluation-result-4409638-1569833335/solver-4409638-1569833335 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325344631-25622 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409638-1569833335.xml 

running on 8 cores: 0-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
Current StackSize limit: 8192 KiB

solver pid=26048, runsolver pid=26045

[startup+0.103854 s]*
/proc/loadavg: 8.07 8.20 8.44 9/200 26057
/proc/meminfo: memFree=31450852/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4480 CPUtime=0.82 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 1391 0 0 0 82 0 0 0 20 0 9 0 559339613 632705024 1120 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1120 828 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=1398722017469774279 CPUtime=0.1 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055726533816 5039022 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=4872558142750483004 CPUtime=0.1 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055718141112 5250304 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=139666053686912 CPUtime=0.1 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055709748832 5250266 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055701355792 5193776 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=0 CPUtime=0.09 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 9 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055692963000 5039026 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 6 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055684570720 5157240 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=-1 CPUtime=0.1 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055676178016 5039061 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055667784888 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.210854 s]*
/proc/loadavg: 8.07 8.20 8.44 9/200 26057
/proc/meminfo: memFree=31450852/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4480 CPUtime=1.66 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 1392 0 0 0 166 0 0 0 20 0 9 0 559339613 632705024 1120 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1120 828 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=7310027617963868211 CPUtime=0.21 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 21 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055726533816 5080933 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=288230596118052887 CPUtime=0.2 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 20 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055718141112 5038954 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=139666053711582 CPUtime=0.2 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 20 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055709748496 5038992 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=-1 CPUtime=0.2 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 13 0 0 0 20 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055701355792 5250330 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=0 CPUtime=0.19 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 19 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055692963000 5250311 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 6 0 0 0 20 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055684570384 5038964 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=-1 CPUtime=0.2 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 20 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055676178016 5039047 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055667784888 5193786 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.310854 s]*
/proc/loadavg: 8.07 8.20 8.44 9/200 26057
/proc/meminfo: memFree=31450852/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4480 CPUtime=2.45 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 1392 0 0 0 245 0 0 0 20 0 9 0 559339613 632705024 1120 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1120 828 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055726533816 5250321 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=4872558044660077418 CPUtime=0.3 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055718141112 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055709748496 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=6656426216303648864 CPUtime=0.3 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 13 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055701355792 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=6656426216303648864 CPUtime=0.28 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 28 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055692963000 5397271 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 6 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055684570384 5080275 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055676178016 5037744 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055667784888 5082393 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.709854 s]
/proc/loadavg: 8.07 8.20 8.44 9/200 26057
/proc/meminfo: memFree=31450852/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4480 CPUtime=5.55 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 1392 0 0 0 555 0 0 0 20 0 9 0 559339613 632705024 1120 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1120 828 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=1712 CPUtime=0.69 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055726533816 5193786 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=6272 CPUtime=0.69 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055718141112 5038944 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=4052 CPUtime=0.69 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055709748496 5081747 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=1056 CPUtime=0.69 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 13 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055701355792 5158008 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=2828 CPUtime=0.64 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 64 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055692963000 5037759 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=1176 CPUtime=0.69 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 6 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055684570384 5157780 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=139670348654207 CPUtime=0.69 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 5 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055676177592 5250319 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=5782674880105308224 CPUtime=0.69 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055667784888 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+1.50085 s]
/proc/loadavg: 8.07 8.20 8.44 9/200 26057
/proc/meminfo: memFree=31451860/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4480 CPUtime=11.86 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 1697 0 0 0 1186 0 0 0 20 0 9 0 559339613 632705024 1120 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1120 828 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=6416681141432 CPUtime=1.49 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 30 0 0 0 149 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055726533816 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=288230596050944315 CPUtime=1.48 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 41 0 0 0 148 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055718141112 5082336 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=3833466188919483054 CPUtime=1.49 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 36 0 0 0 149 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055709748496 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=132 CPUtime=1.49 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 55 0 0 0 149 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055701355792 5039121 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=288230600329134388 CPUtime=1.42 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 30 0 0 0 142 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055692963000 5081322 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=13848568834296443 CPUtime=1.49 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 49 0 0 0 149 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055684570384 5078762 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 53 0 0 0 149 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055676177592 5250304 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 58 0 0 0 149 0 0 0 20 0 9 0 559339614 632705024 1120 33554432000 4194304 6211132 140725442071296 140055667784888 5207536 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 11.86 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+3.10985 s]
/proc/loadavg: 8.14 8.22 8.45 9/200 26057
/proc/meminfo: memFree=31451860/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4644 CPUtime=24.71 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 1988 0 0 0 2471 0 0 0 20 0 9 0 559339613 632705024 1161 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1161 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=3624 CPUtime=3.09 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 51 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055726533816 5081706 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=11888 CPUtime=3.09 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 79 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055718141112 5079543 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=984 CPUtime=3.09 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 83 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055709748496 5078951 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=4480 CPUtime=3.09 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 95 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055701355792 5193780 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=0 CPUtime=3.01 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 62 0 0 0 301 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055692963000 5081337 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=139665894124562 CPUtime=3.09 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 90 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055684570384 5079092 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=288230591739199792 CPUtime=3.09 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 87 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055676177592 5080840 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=16106957127813553 CPUtime=3.09 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 96 0 0 0 309 0 0 0 20 0 9 0 559339614 632705024 1161 33554432000 4194304 6211132 140725442071296 140055667784888 5081510 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 24.71 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4644 KiB

[startup+6.30085 s]
/proc/loadavg: 8.14 8.22 8.45 9/199 26057
/proc/meminfo: memFree=31451612/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4680 CPUtime=50.19 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 2293 0 0 0 5019 0 0 0 20 0 9 0 559339613 632705024 1170 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1170 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=4680 CPUtime=6.29 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 67 0 0 0 629 0 0 0 20 0 9 0 559339614 632705024 1170 33554432000 4194304 6211132 140725442071296 140055726533816 5035240 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=139670348654207 CPUtime=6.28 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 118 0 0 0 628 0 0 0 20 0 9 0 559339614 632705024 1170 33554432000 4194304 6211132 140725442071296 140055718141112 5193776 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=328 CPUtime=6.29 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 123 0 0 0 629 0 0 0 20 0 9 0 559339614 632705024 1170 33554432000 4194304 6211132 140725442071296 140055709748496 5193763 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=329 CPUtime=6.29 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 150 0 0 0 629 0 0 0 20 0 9 0 559339614 632705024 1170 33554432000 4194304 6211132 140725442071296 140055701355792 5039132 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0

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

Current children cumulated CPU time: 3884.39 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

[startup+492.801 s]
/proc/loadavg: 8.54 8.26 8.35 9/200 26095
/proc/meminfo: memFree=31451060/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4692 CPUtime=3935.5 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 6823 0 0 0 393549 1 0 0 20 0 9 0 559339613 632705024 1173 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1173 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=1176 CPUtime=488.14 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 572 0 0 0 48814 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055726533816 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=980 CPUtime=492.72 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 701 0 0 0 49272 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055718141200 5080594 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=984 CPUtime=492.75 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 685 0 0 0 49275 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055709748496 5082814 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=2020 CPUtime=492.72 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 684 0 0 0 49272 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055701355792 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=1420 CPUtime=490.94 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 648 0 0 0 49094 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055692963000 5250321 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=776 CPUtime=492.71 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 745 0 0 0 49271 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055684570384 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=660 CPUtime=492.69 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 742 0 0 0 49269 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055676177344 5158060 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=1556 CPUtime=492.77 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 701 0 0 0 49277 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055667784888 5078762 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 3935.5 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

[startup+496.004 s]*
/proc/loadavg: 8.58 8.27 8.35 9/199 26095
/proc/meminfo: memFree=31450796/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4692 CPUtime=3961.14 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 6824 0 0 0 396113 1 0 0 20 0 9 0 559339613 632705024 1173 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1173 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=1398722017469774279 CPUtime=491.31 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 572 0 0 0 49131 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055726533816 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=4872558044660077418 CPUtime=495.94 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 701 0 0 0 49594 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055718141200 5037868 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=111632 CPUtime=495.96 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 685 0 0 0 49596 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055709748496 5039536 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=800 CPUtime=495.94 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 684 0 0 0 49594 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055701355792 5397427 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=6935054825532540783 CPUtime=494.15 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 648 0 0 0 49415 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055692963000 5039038 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=924 CPUtime=495.92 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 745 0 0 0 49592 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055684570384 5082243 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=4244 CPUtime=495.91 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 742 0 0 0 49591 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055676177344 5039121 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=4100 CPUtime=495.97 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49597 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055667784888 5080208 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 3961.14 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

[startup+497.601 s]
/proc/loadavg: 8.58 8.27 8.35 9/199 26095
/proc/meminfo: memFree=31450920/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4692 CPUtime=3973.83 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 6826 0 0 0 397382 1 0 0 20 0 9 0 559339613 632705024 1173 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1173 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=660 CPUtime=492.88 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 572 0 0 0 49288 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055726533816 5393072 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=3624 CPUtime=497.52 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49752 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055718141200 5037744 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=11896 CPUtime=497.55 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 685 0 0 0 49755 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055709748496 5250325 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=6935054825532540783 CPUtime=497.52 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 684 0 0 0 49752 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055701355792 5155943 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=4052 CPUtime=495.74 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 648 0 0 0 49574 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055692963000 5392674 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=1056 CPUtime=497.51 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 746 0 0 0 49751 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055684570384 5079676 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=2828 CPUtime=497.49 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 742 0 0 0 49749 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055676177344 5082431 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=4692 CPUtime=497.56 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49756 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055667784888 5039328 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 3973.83 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

[startup+498.401 s]
/proc/loadavg: 8.62 8.28 8.36 9/199 26095
/proc/meminfo: memFree=31450956/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4692 CPUtime=3980.21 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 6827 0 0 0 398020 1 0 0 20 0 9 0 559339613 632705024 1173 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1173 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=2120 CPUtime=493.67 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 573 0 0 0 49367 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055726533816 5250304 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=496 CPUtime=498.32 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49832 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055718141200 5186344 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=1560 CPUtime=498.35 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 685 0 0 0 49835 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055709748496 5250490 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=928 CPUtime=498.32 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 684 0 0 0 49832 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055701355792 5082397 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=1724 CPUtime=496.54 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 648 0 0 0 49654 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055692963000 5193776 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=1964 CPUtime=498.31 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 746 0 0 0 49831 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055684570384 5039029 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=2776 CPUtime=498.29 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 742 0 0 0 49829 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055676177344 5083004 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=924 CPUtime=498.36 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49836 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055667784888 5037744 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 3980.21 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

[startup+498.601 s]
/proc/loadavg: 8.62 8.28 8.36 9/199 26095
/proc/meminfo: memFree=31450956/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4692 CPUtime=3981.81 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 6829 0 0 0 398180 1 0 0 20 0 9 0 559339613 632705024 1173 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1173 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=928 CPUtime=493.87 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 573 0 0 0 49387 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055726533816 5008912 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=1724 CPUtime=498.52 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49852 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055718141200 5081579 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=1964 CPUtime=498.55 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 686 0 0 0 49855 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055709748496 5250330 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=2776 CPUtime=498.52 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 684 0 0 0 49852 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055701355792 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=4692 CPUtime=496.74 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 649 0 0 0 49674 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055692963000 5250319 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=288230596050944315 CPUtime=498.51 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 746 0 0 0 49851 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055684570384 5250304 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=3833466188919483054 CPUtime=498.49 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 742 0 0 0 49849 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055676177344 5081280 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=2120 CPUtime=498.56 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49856 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055667784888 5038964 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 3981.81 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

[startup+498.701 s]
/proc/loadavg: 8.62 8.28 8.36 9/199 26095
/proc/meminfo: memFree=31450956/32770688 swapFree=66927776/67108860
[pid=26048] ppid=26045 vsize=617876 memory=4692 CPUtime=3982.61 cores=0-7
/proc/26048/stat : 26048 (cosoco) S 26045 26048 25595 0 -1 1077944320 6836 0 0 0 398260 1 0 0 20 0 9 0 559339613 632705024 1173 33554432000 4194304 6211132 140725442071296 140725442069552 140055749676791 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
/proc/26048/statm: 154469 1173 839 493 0 147774 0
[pid=26048/tid=26050] ppid=26045 vsize=617876 memory=4692 CPUtime=493.97 cores=0-7
/proc/26048/task/26050/stat : 26050 (cosoco) R 26045 26048 25595 0 -1 4202560 574 0 0 0 49397 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055726533816 5186290 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26051] ppid=26045 vsize=617876 memory=4692 CPUtime=498.62 cores=0-7
/proc/26048/task/26051/stat : 26051 (cosoco) R 26045 26048 25595 0 -1 4202560 702 0 0 0 49862 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055718141200 5078762 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26052] ppid=26045 vsize=617876 memory=4692 CPUtime=498.65 cores=0-7
/proc/26048/task/26052/stat : 26052 (cosoco) R 26045 26048 25595 0 -1 4202560 686 0 0 0 49865 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055709748496 5039038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26053] ppid=26045 vsize=617876 memory=4692 CPUtime=498.62 cores=0-7
/proc/26048/task/26053/stat : 26053 (cosoco) R 26045 26048 25595 0 -1 4202560 685 0 0 0 49862 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055701355792 5083194 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26054] ppid=26045 vsize=617876 memory=4692 CPUtime=496.84 cores=0-7
/proc/26048/task/26054/stat : 26054 (cosoco) R 26045 26048 25595 0 -1 4202560 650 0 0 0 49684 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055692963000 5082397 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26055] ppid=26045 vsize=617876 memory=4692 CPUtime=498.61 cores=0-7
/proc/26048/task/26055/stat : 26055 (cosoco) R 26045 26048 25595 0 -1 4202560 747 0 0 0 49861 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055684570384 5039121 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26056] ppid=26045 vsize=617876 memory=4692 CPUtime=498.59 cores=0-7
/proc/26048/task/26056/stat : 26056 (cosoco) R 26045 26048 25595 0 -1 4202560 743 0 0 0 49859 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055676177344 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
[pid=26048/tid=26057] ppid=26045 vsize=617876 memory=4692 CPUtime=498.66 cores=0-7
/proc/26048/task/26057/stat : 26057 (cosoco) R 26045 26048 25595 0 -1 4202560 704 0 0 0 49866 0 0 0 20 0 9 0 559339614 632705024 1173 33554432000 4194304 6211132 140725442071296 140055667784888 5396380 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 14209024 140725442077713 140725442077805 140725442077805 140725442080718 0
Current children cumulated CPU time: 3982.61 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4692 KiB

Child status: 0
Real time (s): 498.715
CPU time (s): 3982.73
CPU user time (s): 3982.71
CPU system time (s): 0.011993
CPU usage (%): 798.597
Max. virtual memory (cumulated for all children) (KiB): 617876
Max. memory (cumulated for all children) (KiB): 4692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3982.71
system time used= 0.011993
maximum resident set size= 5084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6935
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= 46
involuntary context switches= 34391


# summary of solver processes directly reported to runsolver:
#   pid: 26048
#   total CPU time (s): 3982.73
#   total CPU user time (s): 3982.71
#   total CPU system time (s): 0.011993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08714 second user time and 4.32786 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-31 17:09:15
IDJOB=4409638
IDBENCH=135739
IDSOLVER=2877
FILE ID=node120/4409638-1569833335
RUNJOBID= node120-1325344631-25622
PBS_JOBID= 21705943
Free space on /tmp= 61844 MiB

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

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=318071477

node120.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        31452180 kB
MemAvailable:   31795460 kB
Buffers:          221068 kB
Cached:           451576 kB
SwapCached:        68828 kB
Active:           329884 kB
Inactive:         417448 kB
Active(anon):      26252 kB
Inactive(anon):   129512 kB
Active(file):     303632 kB
Inactive(file):   287936 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66927776 kB
Dirty:              2820 kB
Writeback:             0 kB
AnonPages:        123360 kB
Mapped:            28188 kB
Shmem:             72460 kB
Slab:             164664 kB
SReclaimable:     135092 kB
SUnreclaim:        29572 kB
KernelStack:        3728 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     547696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61840 MiB
End job on node120 at 2011-12-31 17:17:34