Trace number 4398685

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 parallelSAT (TO)509 2012.5 252.026

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

12.42/1.62	c
12.42/1.62	c This is cosoco 2.00 --  
12.42/1.62	c
12.42/1.62	c command line: cosoco -model -nbcores=8 HOME/instance-4398685-1568605948.xml 
12.42/1.62	c enable optimization
12.42/1.62	c ========================================[ Problem Statistics ]===========================================
12.42/1.62	c |                                                                                                       
12.42/1.62	c |  Parse time        :         0.02 s 
12.42/1.62	c |
12.42/1.62	c |               Variables: 203
12.42/1.62	c |            Domain Sizes: 6..560
12.42/1.62	c |
12.42/1.62	c |             Constraints: 309
12.42/1.62	c |                   Arity: 1..9  -- Unary: 7  -- Binary: 196  -- Ternary: 49
12.42/1.62	c | 
12.42/1.62	c |                   Types: 
12.42/1.62	c |                          All Different: 7
12.42/1.62	c |                          Disjunctive: 147
12.42/1.62	c |                          Element Variable: 49
12.42/1.62	c |                          Extension: 49  (nb tuples: 7..7) -- (shared: 336)
12.42/1.62	c |                          Max constant: 1
12.42/1.62	c |                          Sum: 49
12.42/1.62	c |                          Unary: 7
12.42/1.62	c |                          
12.42/1.62	c |               Objective: Minimize Max constant
12.42/1.62	
12.42/1.62	c =========================================================================================================
12.42/1.62	c Parallel mode: Portfolio
12.42/1.62	c [pFactory][Group N°0] created (threads:8).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
12.42/1.62	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
12.42/1.62	c [pFactory][Group N°0] concurrent mode: enabled.
12.42/1.62	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
12.42/1.62	c [pFactory][Group N°0] task 7 launched on thread 0.
12.42/1.62	c [pFactory][Group N°0] task 6 launched on thread 5.
12.42/1.62	c [pFactory][Group N°0] task 5 launched on thread 1.
12.42/1.62	c [pFactory][Group N°0] task 4 launched on thread 6.
12.42/1.62	c [pFactory][Group N°0] task 3 launched on thread 7.
12.42/1.62	c [pFactory][Group N°0] task 2 launched on thread 2.
12.42/1.62	c [pFactory][Group N°0] task 1 launched on thread 4.
12.42/1.62	c [pFactory][Group N°0] task 0 launched on thread 3.
12.42/1.62	o 559
37.18/4.74	o 549
60.35/7.68	o 547
78.72/9.98	o 546
99.48/12.56	o 543
115.45/14.55	o 542
194.52/24.49	o 541
195.32/24.52	o 540
304.00/38.12	o 539
430.13/53.97	o 538
609.84/76.49	o 537
815.16/102.15	o 536
835.05/104.66	o 533
922.91/115.62	o 532
950.93/119.12	o 531
1345.42/168.53	o 523
1362.98/170.74	o 520
1578.62/197.76	o 510
1982.76/248.40	o 509
2012.39/252.02	
2012.39/252.02	c *** INTERRUPTED ***
2012.39/252.02	c call to solver        : 16
2012.39/252.02	c
2012.39/252.02	c restarts              : 48310       
2012.39/252.02	c conflicts             : 131573       (65 /sec)
2012.39/252.02	c decisions             : 1420579      (706 /sec)
2012.39/252.02	c propagations          : 761727665   (378514 /sec)
2012.39/252.02	c root propagations     : 10341       
2012.39/252.02	c filter calls          : 85315503       (42395 /sec)
2012.39/252.02	c useless filter calls  : 64569866       (75 %)
2012.39/252.02	c Memory used           : 611.52 MB
2012.39/252.02	c Best bound time (wc)  : 248.396 s
2012.39/252.02	c CPU time              : 2012.42 s
2012.39/252.02	c real time             : 252.018 s
2012.39/252.02	
2012.39/252.02	s SATISFIABLE
2012.39/252.02	c Best value found: 509
2012.39/252.02	
2012.39/252.02	
2012.39/252.02	v <instantiation type='solution' cost='509'>
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 71 31 32 67 43 72 60 35 41 47 13 72 66 6 94 46 44 73 23 15 95 50 42 20 69 92 90 93 51 86 75 68 13 37 82 62 27 47 89 63 65 93 31 86 64 17 92 62 509 509 509 509 509 509 459 13 45 116 147 304 394 437 37 97 217 301 358 371 443 1 7 101 174 348 421 494 14 146 196 238 258 327 419 86 179 230 316 391 459 472 4 109 171 198 245 334 444 8 101 132 218 282 299 397 147 304 13 394 45 437 116 358 371 97 443 217 301 37 101 7 421 174 494 348 1 419 146 327 14 258 196 238 179 472 230 316 459 86 391 245 198 444 109 334 4 171 8 101 132 218 397 282 299 2 4 6 0 1 3 5 6 2 4 5 0 1 3 6 1 0 3 5 2 4 3 1 5 6 4 2 0 5 0 2 3 6 4 1 5 3 6 1 0 4 2 0 1 2 3 5 6 4 </values>
2012.39/252.02	v </instantiation>
2012.39/252.02	

Verifier Data

OK	509

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398685-1568605948/watcher-4398685-1568605948 -o /tmp/evaluation-result-4398685-1568605948/solver-4398685-1568605948 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568595972-12105 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4398685-1568605948.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=14521, runsolver pid=14518
Current StackSize limit: 8192 KiB


[startup+0.101026 s]*
/proc/loadavg: 7.78 8.13 8.26 9/204 14530
/proc/meminfo: memFree=31171100/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=634412 memory=25332 CPUtime=0.56 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 7452 0 0 0 54 2 0 0 20 0 9 0 436834396 649637888 6333 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 158603 6333 891 493 0 151908 0
[pid=14521/tid=14523] ppid=14518 vsize=634412 memory=4134692831991786133 CPUtime=0.05 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 509 0 0 0 5 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425303411728 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=634412 memory=4872558044660077418 CPUtime=0.06 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 502 0 0 0 6 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425295019040 5167184 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=634412 memory=139893978498688 CPUtime=0.06 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 6 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425286626136 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 503 0 0 0 6 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425278233616 5393984 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 6 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425269840792 5193708 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 6 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425261447816 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=634412 memory=-1 CPUtime=0.07 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 508 0 0 0 7 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425253055504 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=634412 memory=0 CPUtime=0.06 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 6 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425244662408 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 25332 KiB

[startup+0.211025 s]*
/proc/loadavg: 7.78 8.13 8.26 9/204 14530
/proc/meminfo: memFree=31171100/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=634412 memory=25332 CPUtime=1.43 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 7452 0 0 0 141 2 0 0 20 0 9 0 436834396 649637888 6333 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 158603 6333 891 493 0 151908 0
[pid=14521/tid=14523] ppid=14518 vsize=634412 memory=6935054825532540783 CPUtime=0.16 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 509 0 0 0 16 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425303411728 5167904 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=634412 memory=4872558142750484026 CPUtime=0.17 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 502 0 0 0 17 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425295019136 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=634412 memory=139893978498688 CPUtime=0.17 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 17 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425286626136 5393945 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=634412 memory=0 CPUtime=0.16 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 503 0 0 0 16 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425278233616 5193710 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=634412 memory=0 CPUtime=0.17 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 17 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425269840792 5102815 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=634412 memory=0 CPUtime=0.17 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 17 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425261447976 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=634412 memory=-1 CPUtime=0.17 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 508 0 0 0 17 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425253055504 5193710 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=634412 memory=0 CPUtime=0.17 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 17 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425244662800 5393951 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 25332 KiB

[startup+0.311024 s]*
/proc/loadavg: 7.78 8.13 8.26 9/204 14530
/proc/meminfo: memFree=31171100/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=634412 memory=25332 CPUtime=2.22 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 7458 0 0 0 220 2 0 0 20 0 9 0 436834396 649637888 6333 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 158603 6333 891 493 0 151908 0
[pid=14521/tid=14523] ppid=14518 vsize=634412 memory=6935054825532540783 CPUtime=0.26 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 509 0 0 0 26 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425303411728 5393934 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=634412 memory=4872558142750484026 CPUtime=0.27 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 502 0 0 0 27 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425295019136 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=634412 memory=139893978498688 CPUtime=0.27 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 27 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425286626136 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=634412 memory=2240 CPUtime=0.25 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 503 0 0 0 25 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425278233616 5393938 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=634412 memory=2241 CPUtime=0.27 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 27 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425269840792 5168225 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=634412 memory=2241 CPUtime=0.27 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 27 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425261447976 5167888 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=634412 memory=-1 CPUtime=0.27 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 514 0 0 0 27 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425253054920 5193696 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=634412 memory=2209 CPUtime=0.27 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 27 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425244662800 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 25332 KiB

[startup+0.701023 s]
/proc/loadavg: 7.78 8.13 8.26 9/204 14530
/proc/meminfo: memFree=31171100/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=634412 memory=25332 CPUtime=5.24 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 7461 0 0 0 522 2 0 0 20 0 9 0 436834396 649637888 6333 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 158603 6333 891 493 0 151908 0
[pid=14521/tid=14523] ppid=14518 vsize=634412 memory=0 CPUtime=0.64 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 509 0 0 0 64 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425303411728 5167917 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=634412 memory=0 CPUtime=0.65 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 502 0 0 0 65 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425295019136 5156077 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=634412 memory=0 CPUtime=0.65 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 65 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425286626136 5168225 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=634412 memory=0 CPUtime=0.61 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 506 0 0 0 61 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425278233288 5168488 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=634412 memory=1716 CPUtime=0.65 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 65 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425269840792 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=634412 memory=784 CPUtime=0.65 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 501 0 0 0 65 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425261447976 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=634412 memory=8252 CPUtime=0.66 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 514 0 0 0 66 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425253054920 5167518 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=634412 memory=6024 CPUtime=0.65 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 500 0 0 0 65 0 0 0 20 0 9 0 436834400 649637888 6333 33554432000 4194304 6211092 140731562500416 140425244662800 5193710 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 25332 KiB

[startup+1.50103 s]
/proc/loadavg: 7.78 8.13 8.26 9/204 14530
/proc/meminfo: memFree=31170252/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=634412 memory=26240 CPUtime=11.62 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 10415 0 0 0 1160 2 0 0 20 0 9 0 436834396 649637888 6560 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 158603 6560 891 493 0 151908 0
[pid=14521/tid=14523] ppid=14518 vsize=634412 memory=6944656592455359580 CPUtime=1.44 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 928 0 0 0 144 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425303411728 5167504 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=634412 memory=6944656575208382560 CPUtime=1.45 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 884 0 0 0 145 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425295019136 5168192 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=634412 memory=-5587106306044206369 CPUtime=1.45 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 1033 0 0 0 145 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425286626136 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=634412 memory=119 CPUtime=1.39 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 894 0 0 0 139 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425278233728 5156901 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=634412 memory=125 CPUtime=1.45 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 836 0 0 0 145 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425269840792 5008827 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=634412 memory=125 CPUtime=1.45 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 776 0 0 0 145 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425261447976 5393920 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=634412 memory=126 CPUtime=1.46 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 831 0 0 0 146 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425253054952 5102806 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=634412 memory=125 CPUtime=1.45 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 805 0 0 0 145 0 0 0 20 0 9 0 436834400 649637888 6560 33554432000 4194304 6211092 140731562500416 140425244662800 5193696 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 11.62 s
Current children cumulated vsize: 634412 KiB
Current children cumulated memory: 26240 KiB

[startup+3.11002 s]
/proc/loadavg: 7.78 8.13 8.26 9/204 14530
/proc/meminfo: memFree=31171796/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21772 CPUtime=24.48 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 13223 0 0 0 2445 3 0 0 20 0 9 0 436834396 641216512 5443 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5443 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=21752 CPUtime=3.05 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 1242 0 0 0 305 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425303412040 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=56 CPUtime=3.06 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 1109 0 0 0 306 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425295019336 5167529 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=0 CPUtime=3.06 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 1346 0 0 0 306 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425286626320 5167507 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=0 CPUtime=2.98 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 1134 0 0 0 298 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425278233728 5155800 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=238 CPUtime=3.06 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 1322 0 0 0 306 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425269840792 5393984 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=245 CPUtime=3.06 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 1248 0 0 0 306 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425261448464 5390500 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=245 CPUtime=3.06 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 1188 0 0 0 306 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425253055160 5167581 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=21752 CPUtime=3.06 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 1206 0 0 0 306 0 0 0 20 0 9 0 436834400 641216512 5443 33554432000 4194304 6211092 140731562500416 140425244662800 5167020 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 24.48 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21772 KiB

[startup+6.30102 s]
/proc/loadavg: 7.71 8.11 8.25 10/204 14530
/proc/meminfo: memFree=31172876/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21852 CPUtime=49.96 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 19743 0 0 0 4992 4 0 0 20 0 9 0 436834396 641216512 5463 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5463 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=0 CPUtime=6.24 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 1959 0 0 0 624 0 0 0 20 0 9 0 436834400 641216512 5463 33554432000 4194304 6211092 140731562500416 140425303411984 5168192 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=0 CPUtime=6.22 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 2127 0 0 0 622 0 0 0 20 0 9 0 436834400 641216512 5463 33554432000 4194304 6211092 140731562500416 140425295019336 5193696 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=139898273465983 CPUtime=6.25 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 2276 0 0 0 625 0 0 0 20 0 9 0 436834400 641216512 5463 33554432000 4194304 6211092 140731562500416 140425286626320 5167901 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=3280 CPUtime=6.16 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 1954 0 0 0 616 0 0 0 20 0 9 0 436834400 641216512 5463 33554432000 4194304 6211092 140731562500416 140425278233728 5393965 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0

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

/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 3503 0 0 0 2545 0 0 0 20 0 9 0 436834400 641216512 5470 33554432000 4194304 6211092 140731562500416 140425286626432 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=164 CPUtime=25.36 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 3238 0 0 0 2536 0 0 0 20 0 9 0 436834400 641216512 5470 33554432000 4194304 6211092 140731562500416 140425278233728 5168225 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=6390911337647 CPUtime=25.45 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 3389 0 0 0 2545 0 0 0 20 0 9 0 436834400 641216512 5470 33554432000 4194304 6211092 140731562500416 140425269840912 5102758 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=59 CPUtime=25.45 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 3227 0 0 0 2545 0 0 0 20 0 9 0 436834400 641216512 5470 33554432000 4194304 6211092 140731562500416 140425261448464 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=21880 CPUtime=25.45 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 3182 0 0 0 2545 0 0 0 20 0 9 0 436834400 641216512 5470 33554432000 4194304 6211092 140731562500416 140425253055760 5168192 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=21880 CPUtime=25.45 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 2989 0 0 0 2545 0 0 0 20 0 9 0 436834400 641216512 5470 33554432000 4194304 6211092 140731562500416 140425244662912 5393970 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 203.31 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21880 KiB

[startup+51.11 s]
/proc/loadavg: 8.24 8.20 8.28 9/205 14534
/proc/meminfo: memFree=31173392/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21924 CPUtime=407.83 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 35093 0 0 0 40778 5 0 0 20 0 9 0 436834396 641216512 5481 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5481 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=21924 CPUtime=51.05 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 3759 0 0 0 5105 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425303411664 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=21924 CPUtime=50.44 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 3935 0 0 0 5044 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425295018960 5102776 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=21924 CPUtime=51.05 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 4333 0 0 0 5105 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425286626320 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=0 CPUtime=50.96 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 3964 0 0 0 5096 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425278233728 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=56 CPUtime=51.04 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 4302 0 0 0 5104 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425269840912 5393965 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=65 CPUtime=51.06 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 3873 0 0 0 5106 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425261448464 5156908 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=21924 CPUtime=51.05 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 3725 0 0 0 5105 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425253055160 5167547 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=0 CPUtime=51.05 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 3774 0 0 0 5105 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425244662912 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 407.83 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21924 KiB

[startup+102.301 s]
/proc/loadavg: 8.10 8.17 8.26 9/205 14537
/proc/meminfo: memFree=31172444/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21924 CPUtime=816.68 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 44039 0 0 0 81662 6 0 0 20 0 9 0 436834396 641216512 5481 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5481 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=21924 CPUtime=102.23 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 4718 0 0 0 10223 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425303411840 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=21924 CPUtime=100.98 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 4966 0 0 0 10098 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425295018960 5167412 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=3280 CPUtime=102.24 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 5311 0 0 0 10223 1 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425286626320 5102772 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=0 CPUtime=102.15 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 5178 0 0 0 10215 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425278233872 5193696 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=45668 CPUtime=102.24 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 5650 0 0 0 10224 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425269841168 5393920 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=21924 CPUtime=102.25 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 5110 0 0 0 10225 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425261448464 5102834 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=2052 CPUtime=102.25 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 4657 0 0 0 10224 1 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425253055160 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=1220 CPUtime=102.24 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 5021 0 0 0 10224 0 0 0 20 0 9 0 436834400 641216512 5481 33554432000 4194304 6211092 140731562500416 140425244662912 5168472 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 816.68 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21924 KiB

[startup+162.301 s]
/proc/loadavg: 8.13 8.17 8.26 9/205 14540
/proc/meminfo: memFree=31173168/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21928 CPUtime=1295.9 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 46919 0 0 0 129583 7 0 0 20 0 9 0 436834396 641216512 5482 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5482 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=21928 CPUtime=162.22 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 5041 0 0 0 16222 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425303411840 5393951 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=21928 CPUtime=160.21 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 5299 0 0 0 16021 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425295019136 5156914 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=21928 CPUtime=162.25 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 5608 0 0 0 16224 1 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425286626320 5168369 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=21928 CPUtime=162.15 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 5578 0 0 0 16215 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425278233616 5186269 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=21928 CPUtime=162.24 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 6122 0 0 0 16224 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425269841168 5102848 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=21928 CPUtime=162.25 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 5455 0 0 0 16225 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425261448464 5168336 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=21928 CPUtime=162.25 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 4898 0 0 0 16224 1 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425253055160 5393965 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=6024 CPUtime=162.23 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 5490 0 0 0 16223 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425244662912 5167507 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 1295.9 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21928 KiB

[startup+222.301 s]
/proc/loadavg: 8.13 8.17 8.25 9/204 14546
/proc/meminfo: memFree=31173580/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21928 CPUtime=1775.09 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 49995 0 0 0 177502 7 0 0 20 0 9 0 436834396 641216512 5482 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5482 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=21928 CPUtime=222.21 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 5315 0 0 0 22221 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425303411728 5167538 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=21928 CPUtime=219.43 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 5693 0 0 0 21943 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425295018928 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=21928 CPUtime=222.25 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 6151 0 0 0 22224 1 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425286626320 5167538 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=21928 CPUtime=222.14 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 5998 0 0 0 22214 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425278233272 5168219 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=21928 CPUtime=222.23 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 6502 0 0 0 22223 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425269841168 5102871 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=21928 CPUtime=222.24 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 5800 0 0 0 22224 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425261448320 5167529 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=21928 CPUtime=222.25 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 5280 0 0 0 22224 1 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425253055160 5167504 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=21928 CPUtime=222.24 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 5828 0 0 0 22224 0 0 0 20 0 9 0 436834400 641216512 5482 33554432000 4194304 6211092 140731562500416 140425244663056 5168363 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 1775.09 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21928 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.27 8.20 8.26 9/204 14546
/proc/meminfo: memFree=31173392/32770624 swapFree=67004452/67108860
[pid=14521] ppid=14518 vsize=626188 memory=21984 CPUtime=2012.39 cores=0-7
/proc/14521/stat : 14521 (cosoco) S 14518 14521 12078 0 -1 1077944320 52912 0 0 0 201231 8 0 0 20 0 9 0 436834396 641216512 5496 33554432000 4194304 6211092 140731562500416 140731562498672 140425326554871 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
/proc/14521/statm: 156547 5496 892 493 0 149852 0
[pid=14521/tid=14523] ppid=14518 vsize=626188 memory=6935054825532540783 CPUtime=251.92 cores=0-7
/proc/14521/task/14523/stat : 14523 (cosoco) R 14518 14521 12078 0 -1 4202560 5660 0 0 0 25192 0 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425303411728 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14524] ppid=14518 vsize=626188 memory=4872558044660077418 CPUtime=248.76 cores=0-7
/proc/14521/task/14524/stat : 14524 (cosoco) R 14518 14521 12078 0 -1 4202560 6020 0 0 0 24876 0 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425295018928 5193696 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14525] ppid=14518 vsize=626188 memory=2052 CPUtime=251.95 cores=0-7
/proc/14521/task/14525/stat : 14525 (cosoco) R 14518 14521 12078 0 -1 4202560 6348 0 0 0 25194 1 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425286626320 5167044 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14526] ppid=14518 vsize=626188 memory=288230574492221466 CPUtime=251.84 cores=0-7
/proc/14521/task/14526/stat : 14526 (cosoco) R 14518 14521 12078 0 -1 4202560 6329 0 0 0 25184 0 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425278233464 5102776 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14527] ppid=14518 vsize=626188 memory=303148756931707194 CPUtime=251.94 cores=0-7
/proc/14521/task/14527/stat : 14527 (cosoco) R 14518 14521 12078 0 -1 4202560 7020 0 0 0 25194 0 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425269841168 5186299 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14528] ppid=14518 vsize=626188 memory=14694080391154107 CPUtime=251.95 cores=0-7
/proc/14521/task/14528/stat : 14528 (cosoco) R 14518 14521 12078 0 -1 4202560 6187 0 0 0 25195 0 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425261448320 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14529] ppid=14518 vsize=626188 memory=1056 CPUtime=251.96 cores=0-7
/proc/14521/task/14529/stat : 14529 (cosoco) R 14518 14521 12078 0 -1 4202560 5601 0 0 0 25195 1 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425253055160 5393965 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
[pid=14521/tid=14530] ppid=14518 vsize=626188 memory=1540 CPUtime=251.94 cores=0-7
/proc/14521/task/14530/stat : 14530 (cosoco) R 14518 14521 12078 0 -1 4202560 6319 0 0 0 25194 0 0 0 20 0 9 0 436834400 641216512 5496 33554432000 4194304 6211092 140731562500416 140425244663056 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 40882176 140731562509334 140731562509426 140731562509426 140731562512334 0
Current children cumulated CPU time: 2012.39 s
Current children cumulated vsize: 626188 KiB
Current children cumulated memory: 21984 KiB

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

[startup+252.026 s]
# the end of solver process 14521 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.42 s, system=0.083963 s

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

Child status: 1
Real time (s): 252.026
CPU time (s): 2012.5
CPU user time (s): 2012.42
CPU system time (s): 0.083963
CPU usage (%): 798.531
Max. virtual memory (cumulated for all children) (KiB): 634412
Max. memory (cumulated for all children) (KiB): 26240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.42
system time used= 0.083963
maximum resident set size= 26240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52950
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= 1315
involuntary context switches= 18914


# summary of solver processes directly reported to runsolver:
#   pid: 14521
#   total CPU time (s): 2012.5
#   total CPU user time (s): 2012.42
#   total CPU system time (s): 0.083963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20922 second user time and 2.06129 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-16 05:51:48
IDJOB=4398685
IDBENCH=115852
IDSOLVER=2852
FILE ID=node133/4398685-1568605948
RUNJOBID= node133-1568595972-12105
PBS_JOBID= 21703396
Free space on /tmp= 59576 MiB

SOLVER NAME= cosoco 2.O 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-4398685-1568605948/watcher-4398685-1568605948 -o /tmp/evaluation-result-4398685-1568605948/solver-4398685-1568605948 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568595972-12105 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4398685-1568605948.xml

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=149419028

node133.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.18
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.18
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.18
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.18
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:        31191408 kB
MemAvailable:   31889116 kB
Buffers:          224284 kB
Cached:           764624 kB
SwapCached:         3216 kB
Active:           460904 kB
Inactive:         532420 kB
Active(anon):      28648 kB
Inactive(anon):    24388 kB
Active(file):     432256 kB
Inactive(file):   508032 kB
Unevictable:      111236 kB
Mlocked:          111236 kB
SwapTotal:      67108860 kB
SwapFree:       67004452 kB
Dirty:              2796 kB
Writeback:             0 kB
AnonPages:        134540 kB
Mapped:            47572 kB
Shmem:             40004 kB
Slab:             175364 kB
SReclaimable:     146512 kB
SUnreclaim:        28852 kB
KernelStack:        3792 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59572 MiB
End job on node133 at 2019-09-16 05:56:00