Trace number 4409866

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)332 2012.64 252.022

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark26.2049
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
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

0.00/0.05	c
0.00/0.05	c This is cosoco 2.00 --  
0.00/0.05	c
0.00/0.05	c command line: cosoco -model -nbcores=8 HOME/instance-4409866-1569827531.xml 
0.00/0.05	c enable optimization
0.00/0.05	c ========================================[ Problem Statistics ]===========================================
0.00/0.05	c |                                                                                                       
0.00/0.05	c |  Parse time        :         0.01 s 
0.00/0.05	c |
0.00/0.05	c |               Variables: 105
0.00/0.05	c |            Domain Sizes: 5..429
0.00/0.05	c |
0.00/0.05	c |             Constraints: 136
0.00/0.05	c |                   Arity: 1..7  -- Unary: 5  -- Binary: 75  -- Ternary: 25
0.00/0.05	c | 
0.00/0.05	c |                   Types: 
0.00/0.05	c |                          All Different: 5
0.00/0.05	c |                          Disjunctive: 50
0.00/0.05	c |                          Element Variable: 25
0.00/0.05	c |                          Extension: 25  (nb tuples: 5..5) -- (shared: 160)
0.00/0.05	c |                          Max constant: 1
0.00/0.05	c |                          Sum: 25
0.00/0.05	c |                          Unary: 5
0.00/0.05	c |                          
0.00/0.05	c |               Objective: Minimize Max constant
0.00/0.05	
0.00/0.05	c =========================================================================================================
0.00/0.05	c Parallel mode: Portfolio
0.00/0.05	c [pFactory][Group N°0] created (threads:8).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.05	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.05	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.05	c [pFactory][Group N°0] task 7 launched on thread 5.
0.00/0.05	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.05	c [pFactory][Group N°0] task 5 launched on thread 2.
0.00/0.05	c [pFactory][Group N°0] task 4 launched on thread 1.
0.00/0.05	c [pFactory][Group N°0] task 3 launched on thread 4.
0.00/0.05	c [pFactory][Group N°0] task 2 launched on thread 3.
0.00/0.05	c [pFactory][Group N°0] task 1 launched on thread 6.
0.00/0.05	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.05	o 415
0.00/0.08	o 411
0.65/0.12	o 407
0.65/0.20	o 406
0.65/0.21	o 396
1.52/0.23	o 395
1.52/0.28	o 393
1.52/0.30	o 381
1.52/0.31	o 380
3.10/0.46	o 379
3.90/0.53	o 376
5.36/0.75	o 375
5.36/0.78	o 374
6.16/0.82	o 371
9.34/1.24	o 366
13.34/1.77	o 352
25.31/3.22	o 351
26.11/3.37	o 350
27.71/3.53	o 348
55.72/7.01	o 347
62.85/7.96	o 334
361.56/45.34	o 333
1149.07/143.99	o 332
2012.55/252.02	
2012.55/252.02	c *** INTERRUPTED ***
2012.55/252.02	c call to solver        : 11
2012.55/252.02	c
2012.55/252.02	c restarts              : 69974       
2012.55/252.02	c conflicts             : 506088       (251 /sec)
2012.55/252.02	c decisions             : 2520113      (1252 /sec)
2012.55/252.02	c propagations          : 864755127   (429669 /sec)
2012.55/252.02	c root propagations     : 5571        
2012.55/252.02	c filter calls          : 72609025       (36077 /sec)
2012.55/252.02	c useless filter calls  : 47585117       (65 %)
2012.55/252.02	c Memory used           : 605.97 MB
2012.55/252.02	c Best bound time (wc)  : 143.989 s
2012.55/252.02	c CPU time              : 2012.61 s
2012.55/252.02	c real time             : 252.015 s
2012.55/252.02	
2012.55/252.02	s SATISFIABLE
2012.55/252.02	c Best value found: 332
2012.55/252.02	
2012.55/252.02	
2012.55/252.02	v <instantiation type='solution' cost='332'>
2012.55/252.02	v <list>d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] e[0] e[1] e[2] e[3] e[4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] </list>
2012.55/252.02	v <values>73 60 78 58 52 46 92 33 48 52 86 59 63 80 31 2 85 92 56 5 49 91 75 78 28 332 332 332 329 329 3 81 143 222 280 4 85 187 232 280 0 87 154 221 301 0 2 87 222 324 2 51 148 223 301 222 280 143 81 3 187 232 4 280 85 0 87 221 154 301 87 2 324 222 0 301 148 51 2 223 4 3 2 0 1 2 4 0 1 3 0 1 3 2 4 4 1 0 3 2 3 2 1 4 0 </values>
2012.55/252.02	v </instantiation>
2012.55/252.02	

Verifier Data

OK	332

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 (14992 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-4409866-1569827531/watcher-4409866-1569827531 -o /tmp/evaluation-result-4409866-1569827531/solver-4409866-1569827531 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node124-1569816334-14422 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409866-1569827531.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=15908, runsolver pid=15905
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 8.64 8.28 8.10 9/200 15917
/proc/meminfo: memFree=30938156/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=623604 memory=12896 CPUtime=0.65 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 4127 0 0 0 65 0 0 0 20 0 9 0 558693111 638570496 3224 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155901 3224 900 493 0 149206 0
[pid=15908/tid=15910] ppid=15905 vsize=623604 memory=4134692831991786133 CPUtime=0.08 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 8 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111940230160 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=623604 memory=4126316290023845779 CPUtime=0.08 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 8 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111931837456 5167975 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=623604 memory=140569096357504 CPUtime=0.07 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 7 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111923445008 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=623604 memory=0 CPUtime=0.08 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 8 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111915052064 5186271 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=623604 memory=0 CPUtime=0.08 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 8 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111906659344 5166947 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=623604 memory=0 CPUtime=0.07 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 7 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111898266752 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=623604 memory=-1 CPUtime=0.07 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 7 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111889873936 5393952 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=623604 memory=0 CPUtime=0.08 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 8 0 0 0 20 0 9 0 558693113 638570496 3224 33554432000 4194304 6211132 140723426095072 140111881481248 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 623604 KiB
Current children cumulated memory: 12896 KiB

[startup+0.210121 s]*
/proc/loadavg: 8.64 8.28 8.10 9/200 15917
/proc/meminfo: memFree=30938156/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=621540 memory=12276 CPUtime=1.52 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 4127 0 0 0 152 0 0 0 20 0 9 0 558693111 636456960 3069 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155385 3069 901 493 0 148690 0
[pid=15908/tid=15910] ppid=15905 vsize=621540 memory=7310027617963868211 CPUtime=0.19 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 19 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111940230176 5168395 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=621540 memory=288230587528118295 CPUtime=0.19 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 19 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111931837456 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=621540 memory=3905949142745220768 CPUtime=0.18 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 18 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111923444560 5186278 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=621540 memory=-1 CPUtime=0.19 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 19 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111915052064 5156912 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=621540 memory=0 CPUtime=0.19 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 19 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111906659344 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=621540 memory=0 CPUtime=0.18 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 1077944384 267 0 0 0 18 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111898266640 140111963394493 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=621540 memory=-1 CPUtime=0.17 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 17 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111889873936 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=621540 memory=0 CPUtime=0.19 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 19 0 0 0 20 0 9 0 558693113 636456960 3069 33554432000 4194304 6211132 140723426095072 140111881481248 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 621540 KiB
Current children cumulated memory: 12276 KiB

[startup+0.312131 s]*
/proc/loadavg: 8.64 8.28 8.10 9/200 15917
/proc/meminfo: memFree=30938416/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=11964 CPUtime=2.32 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 4127 0 0 0 232 0 0 0 20 0 9 0 558693111 635400192 2991 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 2991 901 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 29 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111940230416 5167574 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=4126316290023845779 CPUtime=0.29 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 29 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111931837712 5167539 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=0 CPUtime=0.28 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 28 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111923444752 5167920 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=0 CPUtime=0.29 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 29 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111915052064 5102815 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=6656426216303648864 CPUtime=0.29 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 29 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111906659344 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=0 CPUtime=0.27 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 27 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111898266896 5167602 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=0 CPUtime=0.27 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 27 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111889874248 5102734 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=0 CPUtime=0.29 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 29 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111881481248 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 11964 KiB

[startup+0.701121 s]
/proc/loadavg: 8.64 8.28 8.10 9/200 15917
/proc/meminfo: memFree=30938044/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=11964 CPUtime=5.36 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 4127 0 0 0 535 1 0 0 20 0 9 0 558693111 635400192 2991 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 2991 901 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=776 CPUtime=0.67 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 67 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111940230160 5102783 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=1564 CPUtime=0.67 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 67 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111931837712 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=6332 CPUtime=0.66 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 66 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111923444752 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=1060 CPUtime=0.67 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 67 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111915052048 5168251 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=2828 CPUtime=0.67 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 67 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111906659344 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=140573391324799 CPUtime=0.63 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 267 0 0 0 63 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111898266752 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=4638778437306302560 CPUtime=0.65 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 262 0 0 0 65 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111889874192 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=3470692292451393600 CPUtime=0.67 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 261 0 0 0 67 0 0 0 20 0 9 0 558693113 635400192 2991 33554432000 4194304 6211132 140723426095072 140111881481344 5393970 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 5.36 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 11964 KiB

[startup+1.50113 s]
/proc/loadavg: 8.64 8.28 8.10 9/200 15917
/proc/meminfo: memFree=30938532/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=11968 CPUtime=11.74 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 5528 0 0 0 1173 1 0 0 20 0 9 0 558693111 635400192 2992 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 2992 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=1660 CPUtime=1.47 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 396 0 0 0 147 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111940230272 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=10536 CPUtime=1.47 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 497 0 0 0 147 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111931837472 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=988 CPUtime=1.46 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 419 0 0 0 146 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111923444752 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=2008 CPUtime=1.47 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 425 0 0 0 147 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111915052048 5156933 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=1440 CPUtime=1.47 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 390 0 0 0 147 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111906659344 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=580 CPUtime=1.41 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 401 0 0 0 141 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111898266896 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=1720 CPUtime=1.45 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 492 0 0 0 145 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111889873936 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=10604 CPUtime=1.47 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 483 0 0 0 147 0 0 0 20 0 9 0 558693113 635400192 2992 33554432000 4194304 6211132 140723426095072 140111881481232 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 11.74 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 11968 KiB

[startup+3.11013 s]
/proc/loadavg: 8.67 8.29 8.11 9/200 15917
/proc/meminfo: memFree=30939164/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=11988 CPUtime=24.58 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 6790 0 0 0 2457 1 0 0 20 0 9 0 558693111 635400192 2997 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 2997 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=0 CPUtime=3.08 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 588 0 0 0 308 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111940229816 5168251 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=0 CPUtime=3.08 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 678 0 0 0 308 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111931837472 5390520 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=5865491479076426066 CPUtime=3.07 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 560 0 0 0 307 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111923444408 5393997 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=7524201410499929408 CPUtime=3.08 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 505 0 0 0 308 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111915052048 5167539 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=0 CPUtime=3.08 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 579 0 0 0 308 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111906659360 5102758 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=0 CPUtime=3 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 530 0 0 0 300 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111898266640 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=1966176 CPUtime=3.06 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 745 0 0 0 306 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111889873936 5168251 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=1967567 CPUtime=3.08 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 580 0 0 0 308 0 0 0 20 0 9 0 558693113 635400192 2997 33554432000 4194304 6211132 140723426095072 140111881481232 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 24.58 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 11988 KiB

[startup+6.30113 s]
/proc/loadavg: 8.67 8.29 8.11 9/200 15917
/proc/meminfo: memFree=30938580/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=11992 CPUtime=50.07 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 9535 0 0 0 5006 1 0 0 20 0 9 0 558693111 635400192 2998 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 2998 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=11988 CPUtime=6.27 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 988 0 0 0 627 0 0 0 20 0 9 0 558693113 635400192 2998 33554432000 4194304 6211132 140723426095072 140111940230008 5207536 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=11992 CPUtime=6.27 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 1034 0 0 0 627 0 0 0 20 0 9 0 558693113 635400192 2998 33554432000 4194304 6211132 140723426095072 140111931837568 5394002 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=140573391324799 CPUtime=6.26 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 928 0 0 0 626 0 0 0 20 0 9 0 558693113 635400192 2998 33554432000 4194304 6211132 140723426095072 140111923444752 5250339 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=0 CPUtime=6.27 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 862 0 0 0 627 0 0 0 20 0 9 0 558693113 635400192 2998 33554432000 4194304 6211132 140723426095072 140111915052160 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0

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

/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 1561 0 0 0 2546 0 0 0 20 0 9 0 558693113 635400192 3025 33554432000 4194304 6211132 140723426095072 140111923444408 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=12100 CPUtime=25.47 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 1543 0 0 0 2547 0 0 0 20 0 9 0 558693113 635400192 3025 33554432000 4194304 6211132 140723426095072 140111915052160 5167960 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=6935054825532540783 CPUtime=25.47 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 1411 0 0 0 2547 0 0 0 20 0 9 0 558693113 635400192 3025 33554432000 4194304 6211132 140723426095072 140111906659456 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=288230600345911612 CPUtime=25.11 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 1484 0 0 0 2511 0 0 0 20 0 9 0 558693113 635400192 3025 33554432000 4194304 6211132 140723426095072 140111898266896 5167536 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=12100 CPUtime=25.44 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 1867 0 0 0 2544 0 0 0 20 0 9 0 558693113 635400192 3025 33554432000 4194304 6211132 140723426095072 140111889873592 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=0 CPUtime=25.46 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 1552 0 0 0 2546 0 0 0 20 0 9 0 558693113 635400192 3025 33554432000 4194304 6211132 140723426095072 140111881481232 5168248 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 203.41 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 12100 KiB

[startup+51.1101 s]
/proc/loadavg: 8.66 8.34 8.14 9/200 15920
/proc/meminfo: memFree=30939284/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=12104 CPUtime=407.95 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 17697 0 0 0 40793 2 0 0 20 0 9 0 558693111 635400192 3026 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 3026 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=12104 CPUtime=51.07 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 2038 0 0 0 5107 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111940230272 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=6325 CPUtime=51.08 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 2257 0 0 0 5108 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111931837712 5156940 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=12100 CPUtime=51.06 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 1885 0 0 0 5106 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111923445008 5394016 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=0 CPUtime=51.07 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 1893 0 0 0 5107 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111915052048 5102851 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=-1391509512798375272 CPUtime=51.08 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 1740 0 0 0 5108 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111906659456 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=164 CPUtime=50.41 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 1747 0 0 0 5041 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111898266896 5207617 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=33 CPUtime=51.05 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 2061 0 0 0 5105 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111889873936 5390177 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=1660 CPUtime=51.06 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 2051 0 0 0 5106 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111881481232 5167255 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 407.95 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 12104 KiB

[startup+102.301 s]
/proc/loadavg: 8.44 8.33 8.14 9/201 15925
/proc/meminfo: memFree=30940672/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=12104 CPUtime=816.81 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 19091 0 0 0 81679 2 0 0 20 0 9 0 558693111 635400192 3026 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 3026 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=12104 CPUtime=102.25 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 2235 0 0 0 10225 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111940230272 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=171 CPUtime=102.27 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 2494 0 0 0 10227 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111931837712 5168395 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=0 CPUtime=102.24 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 2066 0 0 0 10224 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111923445008 5166868 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=0 CPUtime=102.26 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 2061 0 0 0 10226 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111915052048 5167949 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=12104 CPUtime=101.99 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 1874 0 0 0 10199 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111906659456 5102815 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=3620 CPUtime=101.24 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 1820 0 0 0 10124 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111898266896 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=12104 CPUtime=102.23 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 2277 0 0 0 10223 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111889873784 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=12104 CPUtime=102.25 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 2239 0 0 0 10225 0 0 0 20 0 9 0 558693113 635400192 3026 33554432000 4194304 6211132 140723426095072 140111881481232 5168392 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 816.81 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 12104 KiB

[startup+162.301 s]
/proc/loadavg: 8.23 8.30 8.14 9/200 15928
/proc/meminfo: memFree=30941188/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=12196 CPUtime=1296.03 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 21892 0 0 0 129601 2 0 0 20 0 9 0 558693111 635400192 3049 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 3049 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=12196 CPUtime=162.25 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 2548 0 0 0 16225 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111940230008 5102851 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=12196 CPUtime=162.27 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 2869 0 0 0 16227 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111931837712 5102795 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=12168 CPUtime=162.23 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 2423 0 0 0 16223 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111923444600 5102840 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=12196 CPUtime=162.26 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 2431 0 0 0 16226 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111915052048 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=12196 CPUtime=161.26 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 2177 0 0 0 16126 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111906659456 5167539 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=12196 CPUtime=161.22 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 2100 0 0 0 16122 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111898266896 5389883 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=12196 CPUtime=162.22 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 2615 0 0 0 16222 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111889873784 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=12196 CPUtime=162.25 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 2704 0 0 0 16225 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111881481232 5167920 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 1296.03 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 12196 KiB

[startup+222.301 s]
/proc/loadavg: 8.08 8.25 8.13 9/199 15931
/proc/meminfo: memFree=30941348/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=12196 CPUtime=1775.26 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 23209 0 0 0 177524 2 0 0 20 0 9 0 558693111 635400192 3049 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 3049 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=12196 CPUtime=222.25 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 2753 0 0 0 22225 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111940230008 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=12196 CPUtime=222.25 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 3036 0 0 0 22225 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111931837712 5167059 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=12196 CPUtime=222.22 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 2609 0 0 0 22222 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111923444600 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=12196 CPUtime=222.26 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 2643 0 0 0 22226 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111915052048 5167591 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=3620 CPUtime=220.53 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 2260 0 0 0 22053 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111906659456 5008971 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=12196 CPUtime=221.21 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 2219 0 0 0 22121 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111898266896 5167924 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=12196 CPUtime=222.22 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 2746 0 0 0 22222 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111889873784 5168392 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=2008 CPUtime=222.25 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 2918 0 0 0 22225 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111881481232 5168368 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 1775.26 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 12196 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.05 8.22 8.13 9/199 15933
/proc/meminfo: memFree=30940904/32770624 swapFree=66976580/67108860
[pid=15908] ppid=15905 vsize=620508 memory=12196 CPUtime=2012.55 cores=0-7
/proc/15908/stat : 15908 (cosoco) S 15905 15908 14394 0 -1 1077944320 24577 0 0 0 201252 3 0 0 20 0 9 0 558693111 635400192 3049 33554432000 4194304 6211132 140723426095072 140723426093328 140111963373303 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
/proc/15908/statm: 155127 3049 902 493 0 148432 0
[pid=15908/tid=15910] ppid=15905 vsize=620508 memory=6935054825532540783 CPUtime=251.96 cores=0-7
/proc/15908/task/15910/stat : 15910 (cosoco) R 15905 15908 14394 0 -1 4202560 2960 0 0 0 25196 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111940230008 5168395 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15911] ppid=15905 vsize=620508 memory=4126316290023845779 CPUtime=251.95 cores=0-7
/proc/15908/task/15911/stat : 15911 (cosoco) R 15905 15908 14394 0 -1 4202560 3196 0 0 0 25195 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111931837712 5168401 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15912] ppid=15905 vsize=620508 memory=2008 CPUtime=251.92 cores=0-7
/proc/15908/task/15912/stat : 15912 (cosoco) R 15905 15908 14394 0 -1 4202560 2735 0 0 0 25192 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111923444600 5167539 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15913] ppid=15905 vsize=620508 memory=1440 CPUtime=251.97 cores=0-7
/proc/15908/task/15913/stat : 15913 (cosoco) R 15905 15908 14394 0 -1 4202560 2808 0 0 0 25197 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111915052048 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15914] ppid=15905 vsize=620508 memory=580 CPUtime=249.87 cores=0-7
/proc/15908/task/15914/stat : 15914 (cosoco) R 15905 15908 14394 0 -1 4202560 2438 0 0 0 24987 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111906659456 5168392 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15915] ppid=15905 vsize=620508 memory=1720 CPUtime=250.91 cores=0-7
/proc/15908/task/15915/stat : 15915 (cosoco) R 15905 15908 14394 0 -1 4202560 2364 0 0 0 25091 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111898266896 5168401 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15916] ppid=15905 vsize=620508 memory=10604 CPUtime=251.92 cores=0-7
/proc/15908/task/15916/stat : 15916 (cosoco) R 15905 15908 14394 0 -1 4202560 2921 0 0 0 25192 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111889873784 5102842 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
[pid=15908/tid=15917] ppid=15905 vsize=620508 memory=12196 CPUtime=251.96 cores=0-7
/proc/15908/task/15917/stat : 15917 (cosoco) R 15905 15908 14394 0 -1 4202560 3130 0 0 0 25196 0 0 0 20 0 9 0 558693113 635400192 3049 33554432000 4194304 6211132 140723426095072 140111881481232 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 17174528 140723426096150 140723426096242 140723426096242 140723426099150 0
Current children cumulated CPU time: 2012.55 s
Current children cumulated vsize: 620508 KiB
Current children cumulated memory: 12196 KiB

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

[startup+252.022 s]
# the end of solver process 15908 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.61 s, system=0.031986 s

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

Child status: 1
Real time (s): 252.022
CPU time (s): 2012.64
CPU user time (s): 2012.61
CPU system time (s): 0.031986
CPU usage (%): 798.598
Max. virtual memory (cumulated for all children) (KiB): 623604
Max. memory (cumulated for all children) (KiB): 12896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.61
system time used= 0.031986
maximum resident set size= 13208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24630
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= 671
involuntary context switches= 17948


# summary of solver processes directly reported to runsolver:
#   pid: 15908
#   total CPU time (s): 2012.64
#   total CPU user time (s): 2012.61
#   total CPU system time (s): 0.031986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16792 second user time and 1.9412 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-30 09:11:29
IDJOB=4409866
IDBENCH=115816
IDSOLVER=2878
FILE ID=node124/4409866-1569827531
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-05-05-4.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409866-1569827531/watcher-4409866-1569827531 -o /tmp/evaluation-result-4409866-1569827531/solver-4409866-1569827531 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node124-1569816334-14422 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409866-1569827531.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=1906643101

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:        30946432 kB
MemAvailable:   31844468 kB
Buffers:          119488 kB
Cached:          1118968 kB
SwapCached:        29128 kB
Active:           880196 kB
Inactive:         393152 kB
Active(anon):       5648 kB
Inactive(anon):   111220 kB
Active(file):     874548 kB
Inactive(file):   281932 kB
Unevictable:      109524 kB
Mlocked:          109524 kB
SwapTotal:      67108860 kB
SwapFree:       66976580 kB
Dirty:              2808 kB
Writeback:             0 kB
AnonPages:        142304 kB
Mapped:            26856 kB
Shmem:             73488 kB
Slab:             143544 kB
SReclaimable:     114784 kB
SUnreclaim:        28760 kB
KernelStack:        3728 kB
PageTables:         5960 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:     96256 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:15:42