Trace number 4398644

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 parallelOPT34 885.835 110.942

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-12.xml
MD5SUMd0005c97ad61d9cead696518787f869e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark14.9253
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints146
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":60},{"size":9,"count":60}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":60},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":30}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":30}]
Number of extensional constraints86
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":86},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemax 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-4398644-1568606851.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.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 120
0.00/0.01	c |            Domain Sizes: 2..9
0.00/0.01	c |
0.00/0.01	c |             Constraints: 147
0.00/0.01	c |                   Arity: 2..60  -- Binary: 60  -- Ternary: 26
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          Extension: 86  (nb tuples: 1..10) -- (shared: 648)
0.00/0.01	c |                          Sum: 61
0.00/0.01	c |                          
0.00/0.01	c |               Objective: Maximize 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 6.
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 0.
0.00/0.01	c [pFactory][Group N°0] task 4 launched on thread 4.
0.00/0.01	c [pFactory][Group N°0] task 3 launched on thread 1.
0.00/0.01	c [pFactory][Group N°0] task 2 launched on thread 5.
0.00/0.01	c [pFactory][Group N°0] task 1 launched on thread 3.
0.00/0.01	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.01	o 0
0.00/0.01	o 26
0.00/0.02	o 32
0.00/0.05	o 33
79.74/10.08	o 34
885.50/110.94	c [pFactory][Group N°0] concurent mode: thread 2 has won with the task 6.
885.50/110.94	c [pFactory][Group N°0] Thread N°0 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°1 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°2 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°3 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°4 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°5 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°6 is joined.
885.50/110.94	c [pFactory][Group N°0] Thread N°7 is joined.
885.50/110.94	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°2)
885.50/110.94	s OPTIMUM FOUND
885.50/110.94	c call to solver        : 4
885.50/110.94	c
885.50/110.94	c restarts              : 73808       
885.50/110.94	c conflicts             : 998486       (1127 /sec)
885.50/110.94	c decisions             : 6245224      (7050 /sec)
885.50/110.94	c propagations          : 93219669    (105236 /sec)
885.50/110.94	c root propagations     : 98          
885.50/110.94	c filter calls          : 135024485      (152429 /sec)
885.50/110.94	c useless filter calls  : 84291788       (62 %)
885.50/110.94	c Memory used           : 572.41 MB
885.50/110.94	c Best bound time (wc)  : 10.0813 s
885.50/110.94	c CPU time              : 885.818 s
885.50/110.94	c real time             : 110.937 s
885.50/110.94	
885.50/110.94	
885.50/110.94	v <instantiation type='solution' cost='34'>
885.50/110.94	v <list>s[0][0] s[0][10] s[0][11] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][10] s[1][11] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][10] s[2][11] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][10] s[3][11] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][10] s[4][11] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] x[0][0] x[0][10] x[0][11] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][10] x[1][11] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][10] x[2][11] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][10] x[3][11] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][10] x[4][11] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] </list>
885.50/110.94	v <values>2 4 2 4 4 3 4 3 2 4 2 3 2 3 2 3 3 3 3 5 3 6 3 5 4 4 4 6 6 6 4 5 2 6 2 5 2 3 2 3 3 3 3 5 3 6 3 5 2 4 2 4 4 3 4 3 2 4 2 3 1 0 1 0 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 1 </values>
885.50/110.94	v </instantiation>
885.50/110.94	

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398644-1568606851/watcher-4398644-1568606851 -o /tmp/evaluation-result-4398644-1568606851/solver-4398644-1568606851 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568593251-9649 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4398644-1568606851.xml 

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

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

solver pid=11029, runsolver pid=11026

[startup+0.100314 s]*
/proc/loadavg: 8.03 8.23 8.24 9/199 11038
/proc/meminfo: memFree=30868512/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=5612 CPUtime=0.72 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 1800 0 0 0 72 0 0 0 20 0 9 0 436940938 633778176 1403 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1403 861 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=576460756329955530 CPUtime=0.09 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647540853776 5397413 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=0 CPUtime=0.08 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647532461072 5250289 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=140494962397843 CPUtime=0.09 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647524068368 5155337 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=0 CPUtime=0.09 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647515675664 5186269 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=0 CPUtime=0.09 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647507282960 5397211 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=0 CPUtime=0.09 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647498890512 5027152 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=-1 CPUtime=0.09 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647490497808 5156456 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=0 CPUtime=0.09 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647482105104 5008831 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 5612 KiB

[startup+0.210319 s]*
/proc/loadavg: 8.03 8.23 8.24 9/199 11038
/proc/meminfo: memFree=30868512/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=5612 CPUtime=1.59 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 1800 0 0 0 159 0 0 0 20 0 9 0 436940938 633778176 1403 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1403 861 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 23 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647540853776 5409461 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=10923 CPUtime=0.18 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 18 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647532461072 5150981 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=288370871114098304 CPUtime=0.2 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647524068368 5148850 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=-1 CPUtime=0.2 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 21 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647515675664 5155345 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=0 CPUtime=0.2 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647507282960 5390011 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=0 CPUtime=0.2 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647498890512 5397375 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=-1 CPUtime=0.2 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 27 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647490497808 5250467 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=0 CPUtime=0.2 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 20 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647482105104 5396417 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 5612 KiB

[startup+0.310318 s]*
/proc/loadavg: 8.03 8.23 8.24 9/199 11038
/proc/meminfo: memFree=30868512/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=5612 CPUtime=2.38 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 1800 0 0 0 238 0 0 0 20 0 9 0 436940938 633778176 1403 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1403 861 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 23 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647540853776 5409866 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=0 CPUtime=0.27 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 27 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647532461072 5409461 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=0 CPUtime=0.3 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647524068368 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=6944656592455097440 CPUtime=0.3 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 21 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647515675664 5155345 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=0 CPUtime=0.3 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647507282960 5250234 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=0 CPUtime=0.3 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647498890512 5149217 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=0 CPUtime=0.3 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 27 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647490497808 5155679 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=0 CPUtime=0.3 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 30 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647482105104 5397216 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 5612 KiB

[startup+0.701319 s]
/proc/loadavg: 8.03 8.23 8.24 9/199 11038
/proc/meminfo: memFree=30868512/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=5612 CPUtime=5.43 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 1800 0 0 0 543 0 0 0 20 0 9 0 436940938 633778176 1403 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1403 861 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=14012 CPUtime=0.68 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 23 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647540853776 5148679 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=9696 CPUtime=0.63 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 63 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647532461072 5150746 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=2120 CPUtime=0.68 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 20 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647524068368 5156240 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=12020 CPUtime=0.68 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647515675664 5149192 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=496 CPUtime=0.68 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647507282960 5250284 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=1560 CPUtime=0.68 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647498890512 5148884 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=928 CPUtime=0.68 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 27 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647490497808 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=1680 CPUtime=0.68 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 436940940 633778176 1403 33554432000 4194304 6211092 140733985099504 139647482105104 5250224 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 5612 KiB

[startup+1.50131 s]
/proc/loadavg: 8.03 8.23 8.24 9/199 11038
/proc/meminfo: memFree=30868512/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6320 CPUtime=11.81 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 2487 0 0 0 1181 0 0 0 20 0 9 0 436940938 633778176 1580 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1580 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=0 CPUtime=1.48 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 74 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647540853776 5156502 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=0 CPUtime=1.42 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 84 0 0 0 142 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647532461072 5148684 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=0 CPUtime=1.48 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 131 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647524068368 5156256 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=8243114992657236051 CPUtime=1.48 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 136 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647515675664 5148684 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=288287792163980140 CPUtime=1.48 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 81 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647507283216 5156256 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=0 CPUtime=1.48 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 129 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647498890512 5390142 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=9364 CPUtime=1.48 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 141 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647490497808 5151120 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=280989645571872 CPUtime=1.48 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 88 0 0 0 148 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647482105104 5151112 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 11.81 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6320 KiB

[startup+3.10932 s]
/proc/loadavg: 8.03 8.23 8.24 9/199 11038
/proc/meminfo: memFree=30869068/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6320 CPUtime=24.65 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 3156 0 0 0 2465 0 0 0 20 0 9 0 436940938 633778176 1580 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1580 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=6673 CPUtime=3.09 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 163 0 0 0 309 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647540853776 5155341 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=4420 CPUtime=3 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 165 0 0 0 300 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647532461072 5150774 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=6628 CPUtime=3.09 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 221 0 0 0 309 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647524068368 5149048 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=140499257353855 CPUtime=3.09 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 232 0 0 0 309 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647515675664 5149719 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=6944652177228980320 CPUtime=3.09 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 137 0 0 0 309 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647507283216 5155341 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=6935649255759568960 CPUtime=3.08 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 208 0 0 0 308 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647498890512 5250293 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=31876 CPUtime=3.09 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 224 0 0 0 309 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647490497808 5193731 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=7596606704787861592 CPUtime=3.09 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 183 0 0 0 309 0 0 0 20 0 9 0 436940940 633778176 1580 33554432000 4194304 6211092 140733985099504 139647482105104 5150615 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 24.65 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6320 KiB

[startup+6.30133 s]
/proc/loadavg: 8.10 8.24 8.24 9/199 11038
/proc/meminfo: memFree=30869792/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6324 CPUtime=50.15 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 4568 0 0 0 5015 0 0 0 20 0 9 0 436940938 633778176 1581 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1581 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=-4546129931942301728 CPUtime=6.28 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 319 0 0 0 628 0 0 0 20 0 9 0 436940940 633778176 1581 33554432000 4194304 6211092 140733985099504 139647540853776 5250465 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=6324 CPUtime=6.16 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 336 0 0 0 616 0 0 0 20 0 9 0 436940940 633778176 1581 33554432000 4194304 6211092 140733985099504 139647532461072 5157283 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=6656426216303648864 CPUtime=6.27 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 409 0 0 0 627 0 0 0 20 0 9 0 436940940 633778176 1581 33554432000 4194304 6211092 140733985099504 139647524068368 5397375 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=6656426216303648864 CPUtime=6.28 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 432 0 0 0 628 0 0 0 20 0 9 0 436940940 633778176 1581 33554432000 4194304 6211092 140733985099504 139647515675664 5148830 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0

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

Current children cumulated CPU time: 817.61 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

[startup+105.601 s]
/proc/loadavg: 8.12 8.22 8.23 9/198 11046
/proc/meminfo: memFree=30869332/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6336 CPUtime=843.17 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 10842 0 0 0 84317 0 0 0 20 0 9 0 436940938 633778176 1584 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1584 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=3580 CPUtime=105.56 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 1045 0 0 0 10556 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647540853776 5027152 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=28196 CPUtime=105.25 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 1084 0 0 0 10525 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647532461072 5397387 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=988 CPUtime=105.55 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 1222 0 0 0 10555 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647524068368 5148846 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=9364 CPUtime=105.55 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 1296 0 0 0 10555 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647515675920 5149974 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=1120 CPUtime=104.53 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 1057 0 0 0 10453 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647507283216 5250224 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=776 CPUtime=105.56 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 1201 0 0 0 10556 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647498890512 5397230 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=6336 CPUtime=105.56 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 1219 0 0 0 10556 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647490497808 5156240 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=6082769252474319209 CPUtime=105.57 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 1095 0 0 0 10557 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647482105104 5250241 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 843.17 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

[startup+108.801 s]
/proc/loadavg: 8.12 8.22 8.23 9/198 11046
/proc/meminfo: memFree=30869332/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6336 CPUtime=868.73 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 10842 0 0 0 86873 0 0 0 20 0 9 0 436940938 633778176 1584 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1584 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=28196 CPUtime=108.76 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 1045 0 0 0 10876 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647540853776 5148593 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=988 CPUtime=108.45 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 1084 0 0 0 10845 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647532461072 5250251 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=6336 CPUtime=108.75 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 1222 0 0 0 10875 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647524068368 5008831 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=1208 CPUtime=108.75 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 1296 0 0 0 10875 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647515675920 5186207 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=6336 CPUtime=107.68 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 1057 0 0 0 10768 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647507283216 5250241 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=6336 CPUtime=108.76 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 1201 0 0 0 10876 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647498890512 5033516 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=6336 CPUtime=108.76 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 1219 0 0 0 10876 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647490497808 5250284 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=7811318067322448741 CPUtime=108.77 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 1095 0 0 0 10877 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647482105104 5017186 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 868.73 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

[startup+109.601 s]
/proc/loadavg: 8.12 8.22 8.23 9/198 11046
/proc/meminfo: memFree=30869332/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6336 CPUtime=875.12 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 10842 0 0 0 87512 0 0 0 20 0 9 0 436940938 633778176 1584 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1584 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=2016 CPUtime=109.56 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 1045 0 0 0 10956 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647540853776 5148846 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=1284 CPUtime=109.25 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 1084 0 0 0 10925 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647532461072 5250463 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=1044 CPUtime=109.55 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 1222 0 0 0 10955 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647524068368 5396756 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=6336 CPUtime=109.55 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 1296 0 0 0 10955 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647515675920 5150968 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=1760 CPUtime=108.47 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 1057 0 0 0 10847 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647507283216 5250284 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=111632 CPUtime=109.56 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 1201 0 0 0 10956 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647498890512 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=3580 CPUtime=109.56 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 1219 0 0 0 10956 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647490497808 5250275 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=28196 CPUtime=109.57 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 1095 0 0 0 10957 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647482105104 5156911 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 875.12 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

[startup+110.401 s]
/proc/loadavg: 8.11 8.22 8.23 9/198 11046
/proc/meminfo: memFree=30869332/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6336 CPUtime=881.5 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 10842 0 0 0 88150 0 0 0 20 0 9 0 436940938 633778176 1584 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1584 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=288230596050944315 CPUtime=110.36 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 1045 0 0 0 11036 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647540853776 5155500 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=3580 CPUtime=110.05 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 1084 0 0 0 11005 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647532461072 5157458 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=28196 CPUtime=110.35 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 1222 0 0 0 11035 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647524068368 5156880 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=988 CPUtime=110.34 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 1296 0 0 0 11034 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647515675920 5155341 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=6935054825532540783 CPUtime=109.26 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 1057 0 0 0 10926 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647507283216 5155341 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=0 CPUtime=110.36 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 1201 0 0 0 11036 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647498890512 5156928 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=0 CPUtime=110.36 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 1219 0 0 0 11036 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647490497808 5034129 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=0 CPUtime=110.37 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 1095 0 0 0 11037 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647482105104 5250241 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 881.5 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

[startup+110.801 s]
/proc/loadavg: 8.11 8.22 8.23 9/198 11046
/proc/meminfo: memFree=30869332/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6336 CPUtime=884.7 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 10842 0 0 0 88470 0 0 0 20 0 9 0 436940938 633778176 1584 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1584 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=924 CPUtime=110.76 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 1045 0 0 0 11076 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647540853776 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=4476 CPUtime=110.45 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 1084 0 0 0 11045 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647532461072 5148869 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=4104 CPUtime=110.75 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 1222 0 0 0 11075 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647524068368 5149120 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=984 CPUtime=110.74 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 1296 0 0 0 11074 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647515675920 5149793 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=14012 CPUtime=109.66 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 1057 0 0 0 10966 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647507283216 5156256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=9696 CPUtime=110.76 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 1201 0 0 0 11076 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647498890512 5250293 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=2120 CPUtime=110.76 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 1219 0 0 0 11076 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647490497808 5148850 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=12020 CPUtime=110.77 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 1095 0 0 0 11077 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647482105104 5149674 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 884.7 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

[startup+110.901 s]
/proc/loadavg: 8.11 8.22 8.23 9/198 11046
/proc/meminfo: memFree=30869332/32770624 swapFree=66925660/67108860
[pid=11029] ppid=11026 vsize=618924 memory=6336 CPUtime=885.5 cores=0-7
/proc/11029/stat : 11029 (cosoco) S 11026 11029 9622 0 -1 1077944320 10842 0 0 0 88550 0 0 0 20 0 9 0 436940938 633778176 1584 33554432000 4194304 6211092 140733985099504 140733985097760 139647563996919 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
/proc/11029/statm: 154731 1584 869 493 0 148036 0
[pid=11029/tid=11031] ppid=11026 vsize=618924 memory=6336 CPUtime=110.86 cores=0-7
/proc/11029/task/11031/stat : 11031 (cosoco) R 11026 11029 9622 0 -1 4202560 1045 0 0 0 11086 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647540853776 5409461 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11032] ppid=11026 vsize=618924 memory=3580 CPUtime=110.55 cores=0-7
/proc/11029/task/11032/stat : 11032 (cosoco) R 11026 11029 9622 0 -1 4202560 1084 0 0 0 11055 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647532461072 5250251 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11033] ppid=11026 vsize=618924 memory=6336 CPUtime=110.85 cores=0-7
/proc/11029/task/11033/stat : 11033 (cosoco) R 11026 11029 9622 0 -1 4202560 1222 0 0 0 11085 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647524068368 5250224 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11034] ppid=11026 vsize=618924 memory=6336 CPUtime=110.84 cores=0-7
/proc/11029/task/11034/stat : 11034 (cosoco) R 11026 11029 9622 0 -1 4202560 1296 0 0 0 11084 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647515675920 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11035] ppid=11026 vsize=618924 memory=6336 CPUtime=109.76 cores=0-7
/proc/11029/task/11035/stat : 11035 (cosoco) R 11026 11029 9622 0 -1 4202560 1057 0 0 0 10976 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647507283216 5250241 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11036] ppid=11026 vsize=618924 memory=6336 CPUtime=110.86 cores=0-7
/proc/11029/task/11036/stat : 11036 (cosoco) R 11026 11029 9622 0 -1 4202560 1201 0 0 0 11086 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647498890512 5250450 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11037] ppid=11026 vsize=618924 memory=6336 CPUtime=110.86 cores=0-7
/proc/11029/task/11037/stat : 11037 (cosoco) R 11026 11029 9622 0 -1 4202560 1219 0 0 0 11086 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647490497808 5250279 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
[pid=11029/tid=11038] ppid=11026 vsize=618924 memory=6336 CPUtime=110.87 cores=0-7
/proc/11029/task/11038/stat : 11038 (cosoco) R 11026 11029 9622 0 -1 4202560 1095 0 0 0 11087 0 0 0 20 0 9 0 436940940 633778176 1584 33554432000 4194304 6211092 140733985099504 139647482105104 5250467 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 41746432 140733985100822 140733985100914 140733985100914 140733985103822 0
Current children cumulated CPU time: 885.5 s
Current children cumulated vsize: 618924 KiB
Current children cumulated memory: 6336 KiB

Child status: 0
Real time (s): 110.942
CPU time (s): 885.835
CPU user time (s): 885.819
CPU system time (s): 0.015991
CPU usage (%): 798.465
Max. virtual memory (cumulated for all children) (KiB): 618924
Max. memory (cumulated for all children) (KiB): 6336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 885.819
system time used= 0.015991
maximum resident set size= 6628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10932
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= 81
involuntary context switches= 6243


# summary of solver processes directly reported to runsolver:
#   pid: 11029
#   total CPU time (s): 885.835
#   total CPU user time (s): 885.819
#   total CPU system time (s): 0.015991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.474813 second user time and 0.920528 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-16 05:05:33
IDJOB=4398644
IDBENCH=115990
IDSOLVER=2852
FILE ID=node107/4398644-1568606851
RUNJOBID= node107-1568593251-9649
PBS_JOBID= 21703401
Free space on /tmp= 59040 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-12.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398644-1568606851/watcher-4398644-1568606851 -o /tmp/evaluation-result-4398644-1568606851/solver-4398644-1568606851 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568593251-9649 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4398644-1568606851.xml

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

MD5SUM BENCH= d0005c97ad61d9cead696518787f869e
RANDOM SEED=148285899

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30870224 kB
MemAvailable:   31819768 kB
Buffers:          203824 kB
Cached:          1026928 kB
SwapCached:        77144 kB
Active:           574984 kB
Inactive:         733728 kB
Active(anon):      11340 kB
Inactive(anon):   108748 kB
Active(file):     563644 kB
Inactive(file):   624980 kB
Unevictable:      111252 kB
Mlocked:          111252 kB
SwapTotal:      67108860 kB
SwapFree:       66925660 kB
Dirty:              2920 kB
Writeback:             0 kB
AnonPages:        164308 kB
Mapped:            40460 kB
Shmem:             33288 kB
Slab:             182388 kB
SReclaimable:     153508 kB
SUnreclaim:        28880 kB
KernelStack:        3712 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59036 MiB
End job on node107 at 2019-09-16 05:07:24