Trace number 4409945

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.0 parallelSAT (TO)523 2012.49 252.023

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark29.4515
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

8.51/1.11	c
8.51/1.11	c This is cosoco 2.00 --  
8.51/1.11	c
8.51/1.11	c command line: cosoco -model -nbcores=8 HOME/instance-4409945-1569827785.xml 
8.51/1.11	c enable optimization
8.51/1.11	c ========================================[ Problem Statistics ]===========================================
8.51/1.11	c |                                                                                                       
8.51/1.11	c |  Parse time        :         0.02 s 
8.51/1.11	c |
8.51/1.11	c |               Variables: 203
8.51/1.11	c |            Domain Sizes: 6..560
8.51/1.11	c |
8.51/1.11	c |             Constraints: 309
8.51/1.11	c |                   Arity: 1..9  -- Unary: 7  -- Binary: 196  -- Ternary: 49
8.51/1.11	c | 
8.51/1.11	c |                   Types: 
8.51/1.11	c |                          All Different: 7
8.51/1.11	c |                          Disjunctive: 147
8.51/1.11	c |                          Element Variable: 49
8.51/1.11	c |                          Extension: 49  (nb tuples: 7..7) -- (shared: 336)
8.51/1.11	c |                          Max constant: 1
8.51/1.11	c |                          Sum: 49
8.51/1.11	c |                          Unary: 7
8.51/1.11	c |                          
8.51/1.11	c |               Objective: Minimize Max constant
8.51/1.11	
8.51/1.11	c =========================================================================================================
8.51/1.11	c Parallel mode: Portfolio
8.51/1.11	c [pFactory][Group N°0] created (threads:8).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
8.51/1.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
8.51/1.11	c [pFactory][Group N°0] concurrent mode: enabled.
8.51/1.11	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
8.51/1.11	c [pFactory][Group N°0] task 7 launched on thread 0.
8.51/1.11	c [pFactory][Group N°0] task 6 launched on thread 4.
8.51/1.11	c [pFactory][Group N°0] task 5 launched on thread 1.
8.51/1.11	c [pFactory][Group N°0] task 4 launched on thread 5.
8.51/1.11	c [pFactory][Group N°0] task 3 launched on thread 6.
8.51/1.11	c [pFactory][Group N°0] task 2 launched on thread 2.
8.51/1.11	c [pFactory][Group N°0] task 1 launched on thread 7.
8.51/1.11	c [pFactory][Group N°0] task 0 launched on thread 3.
8.51/1.11	o 556
28.41/3.69	o 555
33.19/4.26	o 537
357.46/44.87	o 536
619.42/77.67	o 533
643.39/80.60	o 532
714.47/89.54	o 528
1448.46/181.41	o 527
1564.28/195.90	o 526
1640.95/205.54	o 523
2012.39/252.02	
2012.39/252.02	c *** INTERRUPTED ***
2012.39/252.02	c call to solver        : 9
2012.39/252.02	c
2012.39/252.02	c restarts              : 52873       
2012.39/252.02	c conflicts             : 161023       (80 /sec)
2012.39/252.02	c decisions             : 1155934      (574 /sec)
2012.39/252.02	c propagations          : 697511755   (346605 /sec)
2012.39/252.02	c root propagations     : 10341       
2012.39/252.02	c filter calls          : 84597383       (42038 /sec)
2012.39/252.02	c useless filter calls  : 64140532       (75 %)
2012.39/252.02	c Memory used           : 611.52 MB
2012.39/252.02	c Best bound time (wc)  : 205.539 s
2012.39/252.02	c CPU time              : 2012.41 s
2012.39/252.02	c real time             : 252.015 s
2012.39/252.02	
2012.39/252.02	s SATISFIABLE
2012.39/252.02	c Best value found: 523
2012.39/252.02	
2012.39/252.02	
2012.39/252.02	v <instantiation type='solution' cost='523'>
2012.39/252.02	v <list>d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] e[0] e[1] e[2] e[3] e[4] e[5] e[6] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] </list>
2012.39/252.02	v <values>32 31 71 72 43 32 67 47 13 35 60 41 72 66 44 46 94 23 15 6 73 42 95 69 90 20 50 92 13 37 68 51 86 75 93 82 65 47 62 63 27 89 86 64 62 31 17 93 92 517 513 428 496 523 515 519 0 32 69 191 305 356 450 134 182 195 230 291 372 447 1 49 95 235 274 345 355 4 46 141 210 301 321 404 4 20 63 131 258 353 430 46 128 194 243 332 397 426 7 145 212 274 305 323 427 0 450 356 305 69 191 32 182 372 195 447 291 134 230 49 95 235 1 274 355 345 210 321 404 46 141 4 301 131 20 258 353 4 430 63 426 194 128 243 332 46 397 323 274 7 145 212 305 427 0 6 4 5 3 2 1 5 0 2 6 4 1 3 3 0 1 2 4 6 5 5 3 4 0 6 1 2 4 1 6 0 2 3 5 5 2 1 3 4 6 0 2 3 4 1 5 0 6 </values>
2012.39/252.02	v </instantiation>
2012.39/252.02	

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409945-1569827785/watcher-4409945-1569827785 -o /tmp/evaluation-result-4409945-1569827785/solver-4409945-1569827785 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node124-1569816334-14422 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409945-1569827785.xml 

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

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


[startup+0.100087 s]*
/proc/loadavg: 8.05 8.22 8.13 9/199 16013
/proc/meminfo: memFree=30926540/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=634412 memory=24984 CPUtime=0.55 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 7430 0 0 0 54 1 0 0 20 0 9 0 558718443 649637888 6246 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 158603 6246 891 493 0 151908 0
[pid=16004/tid=16006] ppid=16001 vsize=634412 memory=4134692831991786133 CPUtime=0.06 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 511 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430617627664 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=634412 memory=4126316290023845779 CPUtime=0.06 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430609234960 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=634412 memory=139747012519552 CPUtime=0.06 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430600842256 5155924 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=634412 memory=0 CPUtime=0.05 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 5 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430592449552 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 504 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430584056848 5156912 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 471 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430575664024 5167539 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=634412 memory=-1 CPUtime=0.06 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 506 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430567271440 5167539 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 6 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430558878472 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 24984 KiB

[startup+0.211096 s]*
/proc/loadavg: 8.05 8.22 8.13 9/199 16013
/proc/meminfo: memFree=30926540/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=634412 memory=24984 CPUtime=1.43 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 7435 0 0 0 142 1 0 0 20 0 9 0 558718443 649637888 6246 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 158603 6246 891 493 0 151908 0
[pid=16004/tid=16006] ppid=16001 vsize=634412 memory=7310027617963868211 CPUtime=0.17 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 516 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430617627664 5167924 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=634412 memory=288230587528118295 CPUtime=0.17 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430609234960 5389855 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=634412 memory=3905948320661382816 CPUtime=0.17 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430600842368 5103555 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=634412 memory=-1 CPUtime=0.15 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 15 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430592449552 5393993 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=634412 memory=0 CPUtime=0.17 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 504 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430584056848 5393977 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=634412 memory=0 CPUtime=0.17 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 471 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430575664024 5393952 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=634412 memory=-1 CPUtime=0.17 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 506 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430567271440 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=634412 memory=0 CPUtime=0.17 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 17 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430558878736 5389998 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 24984 KiB

[startup+0.310086 s]*
/proc/loadavg: 8.05 8.22 8.13 9/199 16013
/proc/meminfo: memFree=30925752/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=634412 memory=24984 CPUtime=2.21 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 7435 0 0 0 220 1 0 0 20 0 9 0 558718443 649637888 6246 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 158603 6246 891 493 0 151908 0
[pid=16004/tid=16006] ppid=16001 vsize=634412 memory=6935054825532540783 CPUtime=0.27 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 516 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430617627032 5102815 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=634412 memory=4126316290023845779 CPUtime=0.27 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430609234960 5390097 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=634412 memory=0 CPUtime=0.27 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430600842368 5393983 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=634412 memory=0 CPUtime=0.24 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 24 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430592449552 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=634412 memory=6656426216303648864 CPUtime=0.27 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 504 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430584056848 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=634412 memory=0 CPUtime=0.27 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 471 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430575664024 5168248 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=634412 memory=0 CPUtime=0.27 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 506 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430567271440 5193735 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=634412 memory=0 CPUtime=0.27 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 27 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430558878736 5393952 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 24984 KiB

[startup+0.701094 s]
/proc/loadavg: 8.05 8.22 8.13 9/199 16013
/proc/meminfo: memFree=30925752/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=634412 memory=24984 CPUtime=5.25 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 7444 0 0 0 524 1 0 0 20 0 9 0 558718443 649637888 6246 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 158603 6246 891 493 0 151908 0
[pid=16004/tid=16006] ppid=16001 vsize=634412 memory=776 CPUtime=0.65 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 518 0 0 0 65 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430617627032 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=634412 memory=1564 CPUtime=0.65 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 65 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430609234960 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=634412 memory=6332 CPUtime=0.65 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 65 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430600842368 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=634412 memory=1060 CPUtime=0.61 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 502 0 0 0 61 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430592449552 5394016 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=634412 memory=2828 CPUtime=0.65 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 504 0 0 0 65 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430584056848 5390543 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=634412 memory=139751307486847 CPUtime=0.65 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 471 0 0 0 65 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430575664024 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=634412 memory=4638778437306302560 CPUtime=0.66 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 513 0 0 0 66 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430567271440 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=634412 memory=3470692292451393600 CPUtime=0.65 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 503 0 0 0 65 0 0 0 20 0 9 0 558718446 649637888 6246 33554432000 4194304 6211132 140733784382784 140430558878736 5158008 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 24984 KiB

[startup+1.50109 s]
/proc/loadavg: 8.05 8.22 8.13 10/199 16013
/proc/meminfo: memFree=30925380/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=627216 memory=21852 CPUtime=11.64 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 10593 0 0 0 1162 2 0 0 20 0 9 0 558718443 642269184 5463 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156804 5463 891 493 0 150109 0
[pid=16004/tid=16006] ppid=16001 vsize=627216 memory=1660 CPUtime=1.45 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 963 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430617627320 5168392 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=627216 memory=10536 CPUtime=1.45 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 779 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430609234960 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=627216 memory=988 CPUtime=1.45 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 1042 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430600842368 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=627216 memory=2008 CPUtime=1.39 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 908 0 0 0 139 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430592449664 5102809 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=627216 memory=1440 CPUtime=1.45 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 872 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430584056848 5166629 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=627216 memory=580 CPUtime=1.45 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 864 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430575664456 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=627216 memory=1720 CPUtime=1.45 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 876 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430567271752 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=627216 memory=10604 CPUtime=1.45 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 861 0 0 0 145 0 0 0 20 0 9 0 558718446 642269184 5463 33554432000 4194304 6211132 140733784382784 140430558878736 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 11.64 s
Current children cumulated vsize: 627216 KiB
Current children cumulated memory: 21852 KiB

[startup+3.11009 s]
/proc/loadavg: 8.05 8.22 8.13 9/199 16013
/proc/meminfo: memFree=30926632/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21344 CPUtime=24.48 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 13406 0 0 0 2446 2 0 0 20 0 9 0 558718443 641216512 5336 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5336 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=0 CPUtime=3.06 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 1229 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430617627320 5393952 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=0 CPUtime=3.06 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 1135 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430609234960 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=5865491479076426066 CPUtime=3.06 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 1407 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430600842568 5167936 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=7524201410499929408 CPUtime=2.98 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 1432 0 0 0 298 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430592449664 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=0 CPUtime=3.06 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 1160 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430584057160 5390144 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=0 CPUtime=3.06 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 1270 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430575664456 5168248 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=1966176 CPUtime=3.06 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 1104 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430567271456 5167536 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=1967567 CPUtime=3.06 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 1241 0 0 0 306 0 0 0 20 0 9 0 558718446 641216512 5336 33554432000 4194304 6211132 140733784382784 140430558878736 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 24.48 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21344 KiB

[startup+6.30109 s]
/proc/loadavg: 8.05 8.22 8.13 9/199 16013
/proc/meminfo: memFree=30928308/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21508 CPUtime=49.97 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 20090 0 0 0 4994 3 0 0 20 0 9 0 558718443 641216512 5377 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5377 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=21388 CPUtime=6.25 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 1855 0 0 0 625 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430617627320 5394016 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=21508 CPUtime=6.25 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 1964 0 0 0 625 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430609235272 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=139751307486847 CPUtime=6.25 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 2159 0 0 0 625 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430600842568 5102834 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=0 CPUtime=6.13 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 2401 0 0 0 613 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430592449456 5394002 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0

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

/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 3614 0 0 0 2545 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430600842256 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=21508 CPUtime=25.08 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 4052 0 0 0 2508 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430592449456 5396432 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=6935054825532540783 CPUtime=25.45 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 3355 0 0 0 2545 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430584057160 5393970 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=288230600345911612 CPUtime=25.45 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 3548 0 0 0 2545 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430575664456 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=21508 CPUtime=25.44 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 3341 0 0 0 2544 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430567271096 5167539 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=0 CPUtime=25.44 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 3736 0 0 0 2544 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430558878736 5207536 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 203.31 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21508 KiB

[startup+51.1101 s]
/proc/loadavg: 8.02 8.19 8.13 9/199 16016
/proc/meminfo: memFree=30929484/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21508 CPUtime=407.84 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 34919 0 0 0 40779 5 0 0 20 0 9 0 558718443 641216512 5377 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5377 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=21508 CPUtime=51.06 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 3614 0 0 0 5105 1 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430617627320 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=21508 CPUtime=51.04 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 3927 0 0 0 5104 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430609235216 5168257 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=0 CPUtime=51.06 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 3939 0 0 0 5106 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430600842256 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=0 CPUtime=50.37 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 4476 0 0 0 5037 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430592449456 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=1216 CPUtime=51.06 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 3639 0 0 0 5106 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430584057160 5168257 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=984 CPUtime=51.05 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 3972 0 0 0 5105 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430575664256 5393970 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=21508 CPUtime=51.05 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 3756 0 0 0 5105 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430567271552 5167561 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=6935054825532540783 CPUtime=51.05 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 4168 0 0 0 5105 0 0 0 20 0 9 0 558718446 641216512 5377 33554432000 4194304 6211132 140733784382784 140430558878640 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 407.84 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21508 KiB

[startup+102.301 s]
/proc/loadavg: 8.01 8.16 8.12 9/199 16019
/proc/meminfo: memFree=30930016/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21512 CPUtime=816.7 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 46569 0 0 0 81663 7 0 0 20 0 9 0 558718443 641216512 5378 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5378 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=164 CPUtime=102.25 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 4912 0 0 0 10224 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430617627920 5394016 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=21512 CPUtime=102.23 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 5404 0 0 0 10223 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430609234960 5167602 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=56 CPUtime=102.25 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 5118 0 0 0 10225 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430600842256 5394002 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=1660 CPUtime=100.92 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 6164 0 0 0 10092 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430592449664 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=56 CPUtime=102.25 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 4992 0 0 0 10225 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430584056848 5167602 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=3620 CPUtime=102.24 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 5171 0 0 0 10224 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430575664256 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=1660 CPUtime=102.23 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 5448 0 0 0 10222 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430567271552 5207550 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=3620 CPUtime=102.23 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 5932 0 0 0 10223 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430558878848 5393993 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 816.7 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21512 KiB

[startup+162.301 s]
/proc/loadavg: 8.45 8.25 8.16 9/199 16024
/proc/meminfo: memFree=30931712/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21512 CPUtime=1295.91 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 49456 0 0 0 129584 7 0 0 20 0 9 0 558718443 641216512 5378 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5378 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=21512 CPUtime=162.24 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 5335 0 0 0 16223 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430617627920 5167579 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=21512 CPUtime=162.22 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 5747 0 0 0 16222 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430609234976 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=21512 CPUtime=162.24 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 5469 0 0 0 16224 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430600842256 5158069 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=21512 CPUtime=160.68 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 6567 0 0 0 16068 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430592449664 5394033 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=21512 CPUtime=162.25 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 5320 0 0 0 16225 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430584056848 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=21512 CPUtime=161.72 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 5557 0 0 0 16172 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430575664256 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=3620 CPUtime=162.22 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 5720 0 0 0 16221 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430567271552 5168368 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=1660 CPUtime=162.22 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 6313 0 0 0 16222 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430558878848 5166864 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 1295.91 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21512 KiB

[startup+222.301 s]
/proc/loadavg: 8.67 8.35 8.19 9/199 16027
/proc/meminfo: memFree=30932076/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21512 CPUtime=1775.12 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 52353 0 0 0 177505 7 0 0 20 0 9 0 558718443 641216512 5378 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5378 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=21512 CPUtime=222.24 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 5620 0 0 0 22223 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430617627776 5393970 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=21512 CPUtime=222.22 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 6043 0 0 0 22222 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430609235216 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=21512 CPUtime=222.23 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 5895 0 0 0 22223 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430600842256 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=21512 CPUtime=220.68 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 7019 0 0 0 22067 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430592449664 5389855 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=21512 CPUtime=222.25 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 5719 0 0 0 22225 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430584056960 5167553 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=21512 CPUtime=220.97 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 5906 0 0 0 22097 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430575664144 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=3620 CPUtime=222.21 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 6062 0 0 0 22220 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430567271552 5167936 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=1660 CPUtime=222.21 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 6661 0 0 0 22221 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430558878848 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 1775.12 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21512 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.47 8.33 8.19 9/199 16029
/proc/meminfo: memFree=30932112/32770624 swapFree=66976580/67108860
[pid=16004] ppid=16001 vsize=626188 memory=21512 CPUtime=2012.39 cores=0-7
/proc/16004/stat : 16004 (cosoco) S 16001 16004 14394 0 -1 1077944320 52375 0 0 0 201232 7 0 0 20 0 9 0 558718443 641216512 5378 33554432000 4194304 6211132 140733784382784 140733784381040 140430640770807 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
/proc/16004/statm: 156547 5378 892 493 0 149852 0
[pid=16004/tid=16006] ppid=16001 vsize=626188 memory=6935054825532540783 CPUtime=251.95 cores=0-7
/proc/16004/task/16006/stat : 16006 (cosoco) R 16001 16004 14394 0 -1 4202560 5621 0 0 0 25194 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430617627776 5168224 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16007] ppid=16001 vsize=626188 memory=4126316290023845779 CPUtime=251.93 cores=0-7
/proc/16004/task/16007/stat : 16007 (cosoco) R 16001 16004 14394 0 -1 4202560 6044 0 0 0 25193 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430609235216 5167561 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16008] ppid=16001 vsize=626188 memory=924 CPUtime=251.94 cores=0-7
/proc/16004/task/16008/stat : 16008 (cosoco) R 16001 16004 14394 0 -1 4202560 5897 0 0 0 25194 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430600842256 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16009] ppid=16001 vsize=626188 memory=4476 CPUtime=250.37 cores=0-7
/proc/16004/task/16009/stat : 16009 (cosoco) R 16001 16004 14394 0 -1 4202560 7021 0 0 0 25036 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430592449664 5397407 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16010] ppid=16001 vsize=626188 memory=4096 CPUtime=251.95 cores=0-7
/proc/16004/task/16010/stat : 16010 (cosoco) R 16001 16004 14394 0 -1 4202560 5723 0 0 0 25195 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430584056960 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16011] ppid=16001 vsize=626188 memory=1408 CPUtime=250.31 cores=0-7
/proc/16004/task/16011/stat : 16011 (cosoco) R 16001 16004 14394 0 -1 4202560 5912 0 0 0 25031 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430575664144 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16012] ppid=16001 vsize=626188 memory=2760 CPUtime=251.92 cores=0-7
/proc/16004/task/16012/stat : 16012 (cosoco) R 16001 16004 14394 0 -1 4202560 6063 0 0 0 25191 1 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430567271552 5167536 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
[pid=16004/tid=16013] ppid=16001 vsize=626188 memory=288230574492221466 CPUtime=251.92 cores=0-7
/proc/16004/task/16013/stat : 16013 (cosoco) R 16001 16004 14394 0 -1 4202560 6666 0 0 0 25192 0 0 0 20 0 9 0 558718446 641216512 5378 33554432000 4194304 6211132 140733784382784 140430558878848 5102806 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8683520 140733784388630 140733784388722 140733784388722 140733784391630 0
Current children cumulated CPU time: 2012.39 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21512 KiB

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

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

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

Child status: 1
Real time (s): 252.023
CPU time (s): 2012.49
CPU user time (s): 2012.41
CPU system time (s): 0.080963
CPU usage (%): 798.537
Max. virtual memory (cumulated for all children) (KiB): 634412
Max. memory (cumulated for all children) (KiB): 25772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.41
system time used= 0.080963
maximum resident set size= 25772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52427
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= 1356
involuntary context switches= 17977


# summary of solver processes directly reported to runsolver:
#   pid: 16004
#   total CPU time (s): 2012.49
#   total CPU user time (s): 2012.41
#   total CPU system time (s): 0.080963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16543 second user time and 1.97523 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-30 09:15:43
IDJOB=4409945
IDBENCH=115852
IDSOLVER=2878
FILE ID=node124/4409945-1569827785
RUNJOBID= node124-1569816334-14422
PBS_JOBID= 21705906
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-8.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409945-1569827785/watcher-4409945-1569827785 -o /tmp/evaluation-result-4409945-1569827785/solver-4409945-1569827785 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node124-1569816334-14422 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409945-1569827785.xml

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=2044979590

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        30947752 kB
MemAvailable:   31845716 kB
Buffers:          119592 kB
Cached:          1118948 kB
SwapCached:        29128 kB
Active:           879724 kB
Inactive:         393248 kB
Active(anon):       5344 kB
Inactive(anon):   111220 kB
Active(file):     874380 kB
Inactive(file):   282028 kB
Unevictable:      109524 kB
Mlocked:          109524 kB
SwapTotal:      67108860 kB
SwapFree:       66976580 kB
Dirty:              2768 kB
Writeback:             0 kB
AnonPages:        115736 kB
Mapped:            25320 kB
Shmem:             73488 kB
Slab:             143516 kB
SReclaimable:     114784 kB
SUnreclaim:        28732 kB
KernelStack:        3344 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2019-09-30 09:19:55