Trace number 4409808

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)262 2012.59 252.021

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-1.xml
MD5SUM3747a76ad44ca32161ac6cfee5e9d7cb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262
Best CPU time to get the best result obtained on this benchmark28.3402
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size362
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":362,"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.07	c
0.00/0.07	c This is cosoco 2.00 --  
0.00/0.07	c
0.00/0.07	c command line: cosoco -model -nbcores=8 HOME/instance-4409808-1569827398.xml 
0.00/0.07	c enable optimization
0.00/0.07	c ========================================[ Problem Statistics ]===========================================
0.00/0.07	c |                                                                                                       
0.00/0.07	c |  Parse time        :         0.01 s 
0.00/0.07	c |
0.00/0.07	c |               Variables: 105
0.00/0.07	c |            Domain Sizes: 4..362
0.00/0.07	c |
0.00/0.07	c |             Constraints: 136
0.00/0.07	c |                   Arity: 1..7  -- Unary: 5  -- Binary: 75  -- Ternary: 25
0.00/0.07	c | 
0.00/0.07	c |                   Types: 
0.00/0.07	c |                          All Different: 5
0.00/0.07	c |                          Disjunctive: 50
0.00/0.07	c |                          Element Variable: 25
0.00/0.07	c |                          Extension: 25  (nb tuples: 5..5) -- (shared: 160)
0.00/0.07	c |                          Max constant: 1
0.00/0.07	c |                          Sum: 25
0.00/0.07	c |                          Unary: 5
0.00/0.07	c |                          
0.00/0.07	c |               Objective: Minimize Max constant
0.00/0.07	
0.00/0.07	c =========================================================================================================
0.00/0.07	c Parallel mode: Portfolio
0.00/0.07	c [pFactory][Group N°0] created (threads:8).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.07	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.07	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.07	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.07	c [pFactory][Group N°0] task 7 launched on thread 7.
0.00/0.07	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.07	c [pFactory][Group N°0] task 5 launched on thread 2.
0.00/0.07	c [pFactory][Group N°0] task 4 launched on thread 1.
0.00/0.07	c [pFactory][Group N°0] task 3 launched on thread 6.
0.00/0.07	c [pFactory][Group N°0] task 2 launched on thread 4.
0.00/0.07	c [pFactory][Group N°0] task 1 launched on thread 3.
0.00/0.07	c [pFactory][Group N°0] task 0 launched on thread 5.
0.00/0.07	o 360
0.00/0.10	o 353
0.70/0.19	o 352
1.57/0.27	o 350
1.57/0.28	o 349
2.36/0.32	o 343
2.36/0.33	o 335
2.36/0.34	o 334
2.36/0.36	o 325
2.36/0.39	o 319
3.15/0.43	o 318
3.15/0.44	o 305
3.15/0.46	o 304
3.94/0.55	o 303
6.20/0.86	o 302
7.85/1.03	o 300
7.85/1.10	o 299
9.39/1.28	o 298
10.99/1.45	o 297
11.79/1.56	o 293
12.59/1.68	o 289
14.99/1.92	o 288
16.65/2.13	o 286
17.38/2.21	o 284
19.78/2.53	o 281
23.83/3.02	o 280
28.56/3.61	o 279
34.15/4.35	o 278
36.55/4.60	o 277
62.10/7.83	o 276
65.29/8.28	o 274
90.05/11.37	o 272
125.20/15.74	o 270
227.44/28.50	o 269
232.30/29.13	o 266
313.68/39.30	o 265
352.82/44.20	o 264
386.34/48.42	o 263
1094.82/137.16	o 262
2012.50/252.02	
2012.50/252.02	c *** INTERRUPTED ***
2012.50/252.02	c call to solver        : 18
2012.50/252.02	c
2012.50/252.02	c restarts              : 117391      
2012.50/252.02	c conflicts             : 545299       (271 /sec)
2012.50/252.02	c decisions             : 3397769      (1688 /sec)
2012.50/252.02	c propagations          : 942689864   (468401 /sec)
2012.50/252.02	c root propagations     : 3141        
2012.50/252.02	c filter calls          : 83463948       (41471 /sec)
2012.50/252.02	c useless filter calls  : 55856899       (66 %)
2012.50/252.02	c Memory used           : 605.72 MB
2012.50/252.02	c Best bound time (wc)  : 137.158 s
2012.50/252.02	c CPU time              : 2012.57 s
2012.50/252.02	c real time             : 252.015 s
2012.50/252.02	
2012.50/252.02	s SATISFIABLE
2012.50/252.02	c Best value found: 262
2012.50/252.02	
2012.50/252.02	
2012.50/252.02	v <instantiation type='solution' cost='262'>
2012.50/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.50/252.02	v <values>83 32 38 81 19 6 22 64 90 52 8 83 35 15 1 40 33 21 71 87 15 86 55 42 55 260 258 260 262 259 0 85 120 160 241 9 15 40 111 206 1 37 120 244 259 0 46 83 104 175 0 16 104 160 204 241 120 160 0 85 9 15 40 111 206 1 37 244 259 120 104 175 0 83 46 16 0 104 204 160 3 4 1 2 0 0 1 2 3 4 0 1 4 2 3 2 4 3 0 1 1 0 2 4 3 </values>
2012.50/252.02	v </instantiation>
2012.50/252.02	

Verifier Data

OK	262

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409808-1569827398/watcher-4409808-1569827398 -o /tmp/evaluation-result-4409808-1569827398/solver-4409808-1569827398 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node140-1569818144-9348 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409808-1569827398.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=10820, runsolver pid=10817
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 8.50 8.54 8.36 9/199 10829
/proc/meminfo: memFree=30965320/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=621552 memory=10792 CPUtime=0.7 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 3067 0 0 0 70 0 0 0 20 0 9 0 558678071 636469248 2698 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155388 2698 900 493 0 148693 0
[pid=10820/tid=10822] ppid=10817 vsize=621552 memory=4134692831991786133 CPUtime=0.08 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122821078288 5168254 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=621552 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122812685584 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=621552 memory=140713593071232 CPUtime=0.08 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122804292624 5186208 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=621552 memory=0 CPUtime=0.08 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 140 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122795899920 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=621552 memory=0 CPUtime=0.07 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 7 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122787507216 5167561 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=621552 memory=0 CPUtime=0.08 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122779114512 5193742 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=621552 memory=-1 CPUtime=0.08 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122770721808 5167553 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=621552 memory=0 CPUtime=0.08 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 145 0 0 0 8 0 0 0 20 0 9 0 558678073 636469248 2698 33554432000 4194304 6211132 140722098702528 140122762328928 5158032 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 621552 KiB
Current children cumulated memory: 10792 KiB

[startup+0.210112 s]*
/proc/loadavg: 8.50 8.54 8.36 9/199 10829
/proc/meminfo: memFree=30965056/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620512 memory=10260 CPUtime=1.57 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 3067 0 0 0 157 0 0 0 20 0 9 0 558678071 635404288 2565 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155128 2565 901 493 0 148433 0
[pid=10820/tid=10822] ppid=10817 vsize=620512 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122821078048 5186256 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620512 memory=2129199 CPUtime=0.19 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122812685328 5155801 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620512 memory=3617434120398759584 CPUtime=0.19 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122804292936 5167960 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620512 memory=-1 CPUtime=0.19 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 140 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122795899920 5396344 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620512 memory=0 CPUtime=0.17 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 17 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122787507472 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620512 memory=0 CPUtime=0.19 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122779114512 5168251 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620512 memory=-1 CPUtime=0.19 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122770721808 5102815 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620512 memory=0 CPUtime=0.19 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 145 0 0 0 19 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122762328928 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 620512 KiB
Current children cumulated memory: 10260 KiB

[startup+0.310112 s]*
/proc/loadavg: 8.50 8.54 8.36 9/199 10829
/proc/meminfo: memFree=30965056/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620512 memory=10260 CPUtime=2.36 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 3067 0 0 0 236 0 0 0 20 0 9 0 558678071 635404288 2565 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155128 2565 901 493 0 148433 0
[pid=10820/tid=10822] ppid=10817 vsize=620512 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122821078144 5389855 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620512 memory=4872558044660077418 CPUtime=0.29 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122812685584 5167561 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122804292880 5389855 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 140 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122795900232 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620512 memory=6656426216303648864 CPUtime=0.27 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 27 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122787507472 5393952 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122779114512 5393997 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122770721808 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 145 0 0 0 29 0 0 0 20 0 9 0 558678073 635404288 2565 33554432000 4194304 6211132 140722098702528 140122762328928 5193740 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 620512 KiB
Current children cumulated memory: 10260 KiB

[startup+0.701112 s]
/proc/loadavg: 8.50 8.54 8.36 9/199 10829
/proc/meminfo: memFree=30965056/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10120 CPUtime=5.4 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 3079 0 0 0 540 0 0 0 20 0 9 0 558678071 635138048 2530 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2530 901 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=1980 CPUtime=0.67 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 149 0 0 0 67 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122821078288 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=2540 CPUtime=0.67 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 67 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122812685584 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=1760 CPUtime=0.67 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 138 0 0 0 67 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122804292624 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=111636 CPUtime=0.67 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 140 0 0 0 67 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122795899920 5397407 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=804 CPUtime=0.63 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 63 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122787507328 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=7100839861465685612 CPUtime=0.68 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 68 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122779114320 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=-7175204567652784766 CPUtime=0.67 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 139 0 0 0 67 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122770721920 5168633 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=3054156605268465310 CPUtime=0.67 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 145 0 0 0 67 0 0 0 20 0 9 0 558678073 635138048 2530 33554432000 4194304 6211132 140722098702528 140122762329104 5394002 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10120 KiB

[startup+1.50111 s]
/proc/loadavg: 8.50 8.54 8.36 9/199 10829
/proc/meminfo: memFree=30963996/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10172 CPUtime=11.79 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 4345 0 0 0 1178 1 0 0 20 0 9 0 558678071 635138048 2543 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2543 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=0 CPUtime=1.47 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 294 0 0 0 147 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122821078288 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=148 CPUtime=1.47 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 354 0 0 0 147 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122812685584 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=2129121 CPUtime=1.47 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 247 0 0 0 147 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122804292880 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=2141841 CPUtime=1.47 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 306 0 0 0 147 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122795899920 5102834 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=0 CPUtime=1.41 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 271 0 0 0 141 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122787507328 5193742 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=0 CPUtime=1.48 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 342 0 0 0 148 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122779114512 5102734 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=0 CPUtime=1.47 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 276 0 0 0 147 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122770721808 5167570 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=281426926764272 CPUtime=1.47 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 304 0 0 0 147 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122762329360 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 11.79 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10172 KiB

[startup+3.11011 s]
/proc/loadavg: 8.46 8.54 8.36 9/199 10829
/proc/meminfo: memFree=30964120/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10172 CPUtime=24.64 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 5572 0 0 0 2463 1 0 0 20 0 9 0 558678071 635138048 2543 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2543 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=0 CPUtime=3.08 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 461 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122821078288 5390481 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=4420 CPUtime=3.08 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 513 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122812685584 5393970 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=0 CPUtime=3.08 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 393 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122804292880 5149714 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=0 CPUtime=3.08 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 493 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122795900032 5250304 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=10172 CPUtime=3 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 481 0 0 0 300 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122787507328 5391746 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=13713322042198360 CPUtime=3.08 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 456 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122779114512 5167574 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=10120 CPUtime=3.08 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 359 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122770721920 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=1408 CPUtime=3.08 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 465 0 0 0 308 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122762329360 5186313 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 24.64 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10172 KiB

[startup+6.30111 s]
/proc/loadavg: 8.46 8.54 8.36 10/199 10829
/proc/meminfo: memFree=30963808/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10172 CPUtime=50.12 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 8085 0 0 0 5011 1 0 0 20 0 9 0 558678071 635138048 2543 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2543 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=10172 CPUtime=6.27 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 727 0 0 0 627 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122821078032 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=0 CPUtime=6.27 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 795 0 0 0 627 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122812685440 5158008 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=0 CPUtime=6.27 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 762 0 0 0 627 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122804292880 5304901 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=8316868033356759116 CPUtime=6.27 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 829 0 0 0 627 0 0 0 20 0 9 0 558678073 635138048 2543 33554432000 4194304 6211132 140722098702528 140122795899920 5393952 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0

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

/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 1398 0 0 0 2546 0 0 0 20 0 9 0 558678073 635138048 2544 33554432000 4194304 6211132 140722098702528 140122804292880 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=33 CPUtime=25.47 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 1448 0 0 0 2547 0 0 0 20 0 9 0 558678073 635138048 2544 33554432000 4194304 6211132 140722098702528 140122795899920 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=1424 CPUtime=25.11 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 1348 0 0 0 2511 0 0 0 20 0 9 0 558678073 635138048 2544 33554432000 4194304 6211132 140722098702528 140122787507216 5167920 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=10176 CPUtime=25.47 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 1419 0 0 0 2547 0 0 0 20 0 9 0 558678073 635138048 2544 33554432000 4194304 6211132 140722098702528 140122779114512 5393952 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=10176 CPUtime=25.47 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 1269 0 0 0 2547 0 0 0 20 0 9 0 558678073 635138048 2544 33554432000 4194304 6211132 140722098702528 140122770722064 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=988 CPUtime=25.47 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 1326 0 0 0 2547 0 0 0 20 0 9 0 558678073 635138048 2544 33554432000 4194304 6211132 140722098702528 140122762329216 5167606 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 203.48 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10176 KiB

[startup+51.1101 s]
/proc/loadavg: 8.70 8.59 8.38 11/201 10841
/proc/meminfo: memFree=30964408/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10188 CPUtime=407.97 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 15386 0 0 0 40795 2 0 0 20 0 9 0 558678071 635138048 2547 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2547 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=10188 CPUtime=50.76 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 1624 0 0 0 5076 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122821078032 5102815 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=0 CPUtime=51.08 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 1747 0 0 0 5108 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122812685584 5102871 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=10188 CPUtime=51.06 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 1682 0 0 0 5106 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122804292736 5167943 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=3624 CPUtime=51.07 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 1814 0 0 0 5107 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122795899920 5193742 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=10492 CPUtime=50.7 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 1669 0 0 0 5070 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122787507216 5390167 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=988 CPUtime=51.08 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 1774 0 0 0 5108 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122779114624 5167920 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=2016 CPUtime=51.08 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 1520 0 0 0 5108 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122770722064 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=10176 CPUtime=51.07 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 1605 0 0 0 5107 0 0 0 20 0 9 0 558678073 635138048 2547 33554432000 4194304 6211132 140722098702528 140122762329216 5009168 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 407.97 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10188 KiB

[startup+102.301 s]
/proc/loadavg: 8.44 8.53 8.38 9/201 10844
/proc/meminfo: memFree=30965940/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10220 CPUtime=816.82 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 18886 0 0 0 81680 2 0 0 20 0 9 0 558678071 635138048 2555 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2555 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=6425271076035 CPUtime=101.3 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 1964 0 0 0 10130 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122821077880 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=10220 CPUtime=102.27 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 2166 0 0 0 10227 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122812685584 5167284 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=10220 CPUtime=102.25 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 2184 0 0 0 10225 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122804292736 5102691 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=10220 CPUtime=102.26 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 2337 0 0 0 10226 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122795899920 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=10220 CPUtime=101.89 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 2040 0 0 0 10189 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122787507216 5102758 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=2257 CPUtime=102.27 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 2147 0 0 0 10227 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122779114624 5102856 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=0 CPUtime=102.26 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 2007 0 0 0 10226 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122770722064 5167924 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=2557 CPUtime=102.26 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 2090 0 0 0 10226 0 0 0 20 0 9 0 558678073 635138048 2555 33554432000 4194304 6211132 140722098702528 140122762329216 5393997 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 816.82 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10220 KiB

[startup+162.301 s]
/proc/loadavg: 8.16 8.44 8.35 9/201 10847
/proc/meminfo: memFree=30966412/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10224 CPUtime=1296.02 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 20140 0 0 0 129600 2 0 0 20 0 9 0 558678071 635138048 2556 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2556 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=10224 CPUtime=161.08 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 2106 0 0 0 16108 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122821077704 5390144 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=10224 CPUtime=162.27 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 2309 0 0 0 16227 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122812685584 5390068 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=3624 CPUtime=161.68 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 2349 0 0 0 16168 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122804292736 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=10224 CPUtime=162.25 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 2540 0 0 0 16225 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122795899920 5390068 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=10224 CPUtime=161.89 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 2117 0 0 0 16189 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122787507328 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=772 CPUtime=162.28 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 2307 0 0 0 16228 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122779114624 5168257 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=10224 CPUtime=162.26 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 2190 0 0 0 16226 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122770722064 5158008 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=10224 CPUtime=162.25 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 2271 0 0 0 16225 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122762329216 5389840 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 1296.02 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10224 KiB

[startup+222.301 s]
/proc/loadavg: 8.06 8.36 8.33 9/201 10852
/proc/meminfo: memFree=30966240/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10224 CPUtime=1775.22 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 21358 0 0 0 177520 2 0 0 20 0 9 0 558678071 635138048 2556 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2556 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=10224 CPUtime=221.07 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 2252 0 0 0 22107 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122821077704 5078911 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=10224 CPUtime=222.26 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 2438 0 0 0 22226 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122812685584 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=10224 CPUtime=220.92 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 2511 0 0 0 22092 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122804292736 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=21915 CPUtime=222.24 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 2777 0 0 0 22224 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122795899920 5102809 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=10224 CPUtime=221.88 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 2213 0 0 0 22188 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122787507328 5167602 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=10224 CPUtime=222.28 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 2451 0 0 0 22228 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122779114624 5193742 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=2016 CPUtime=222.25 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 2351 0 0 0 22225 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122770722064 5167536 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=1424 CPUtime=222.24 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 2414 0 0 0 22224 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122762329216 5167570 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 1775.22 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10224 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.04 8.32 8.32 9/201 10853
/proc/meminfo: memFree=30966348/32770624 swapFree=66997268/67108860
[pid=10820] ppid=10817 vsize=620252 memory=10224 CPUtime=2012.5 cores=0-7
/proc/10820/stat : 10820 (cosoco) S 10817 10820 9321 0 -1 1077944320 22494 0 0 0 201248 2 0 0 20 0 9 0 558678071 635138048 2556 33554432000 4194304 6211132 140722098702528 140722098700784 140122844221175 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
/proc/10820/statm: 155063 2556 902 493 0 148368 0
[pid=10820/tid=10822] ppid=10817 vsize=620252 memory=2116 CPUtime=250.78 cores=0-7
/proc/10820/task/10822/stat : 10822 (cosoco) R 10817 10820 9321 0 -1 4202560 2368 0 0 0 25078 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122821077704 5102854 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10823] ppid=10817 vsize=620252 memory=10224 CPUtime=251.96 cores=0-7
/proc/10820/task/10823/stat : 10823 (cosoco) R 10817 10820 9321 0 -1 4202560 2613 0 0 0 25196 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122812685584 5168248 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10824] ppid=10817 vsize=620252 memory=10224 CPUtime=250.26 cores=0-7
/proc/10820/task/10824/stat : 10824 (cosoco) R 10817 10820 9321 0 -1 4202560 2654 0 0 0 25026 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122804292736 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10825] ppid=10817 vsize=620252 memory=4872558044660077418 CPUtime=251.95 cores=0-7
/proc/10820/task/10825/stat : 10825 (cosoco) R 10817 10820 9321 0 -1 4202560 2969 0 0 0 25195 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122795899920 5397255 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10826] ppid=10817 vsize=620252 memory=916 CPUtime=251.59 cores=0-7
/proc/10820/task/10826/stat : 10826 (cosoco) R 10817 10820 9321 0 -1 4202560 2318 0 0 0 25159 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122787507328 5167553 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10827] ppid=10817 vsize=620252 memory=4484 CPUtime=251.99 cores=0-7
/proc/10820/task/10827/stat : 10827 (cosoco) R 10817 10820 9321 0 -1 4202560 2587 0 0 0 25199 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122779114624 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10828] ppid=10817 vsize=620252 memory=4100 CPUtime=251.96 cores=0-7
/proc/10820/task/10828/stat : 10828 (cosoco) R 10817 10820 9321 0 -1 4202560 2457 0 0 0 25196 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122770722064 5390037 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
[pid=10820/tid=10829] ppid=10817 vsize=620252 memory=1408 CPUtime=251.95 cores=0-7
/proc/10820/task/10829/stat : 10829 (cosoco) R 10817 10820 9321 0 -1 4202560 2577 0 0 0 25195 0 0 0 20 0 9 0 558678073 635138048 2556 33554432000 4194304 6211132 140722098702528 140122762329216 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10268672 140722098709526 140722098709618 140722098709618 140722098712526 0
Current children cumulated CPU time: 2012.5 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10224 KiB

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

[startup+252.021 s]
# the end of solver process 10820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.57 s, system=0.024988 s

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

Child status: 1
Real time (s): 252.021
CPU time (s): 2012.59
CPU user time (s): 2012.57
CPU system time (s): 0.024988
CPU usage (%): 798.581
Max. virtual memory (cumulated for all children) (KiB): 621552
Max. memory (cumulated for all children) (KiB): 10792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.57
system time used= 0.024988
maximum resident set size= 11204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22546
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= 257
involuntary context switches= 18152


# summary of solver processes directly reported to runsolver:
#   pid: 10820
#   total CPU time (s): 2012.59
#   total CPU user time (s): 2012.57
#   total CPU system time (s): 0.024988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10432 second user time and 2.09062 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-30 09:09:16
IDJOB=4409808
IDBENCH=115810
IDSOLVER=2878
FILE ID=node140/4409808-1569827398
RUNJOBID= node140-1569818144-9348
PBS_JOBID= 21705927
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-1.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409808-1569827398/watcher-4409808-1569827398 -o /tmp/evaluation-result-4409808-1569827398/solver-4409808-1569827398 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node140-1569818144-9348 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409808-1569827398.xml

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

MD5SUM BENCH= 3747a76ad44ca32161ac6cfee5e9d7cb
RANDOM SEED=1415955762

node140.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.43
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.43
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.43
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.43
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:        30971048 kB
MemAvailable:   31875748 kB
Buffers:          118208 kB
Cached:          1123972 kB
SwapCached:         3040 kB
Active:           893160 kB
Inactive:         357196 kB
Active(anon):       4200 kB
Inactive(anon):    83760 kB
Active(file):     888960 kB
Inactive(file):   273436 kB
Unevictable:      107704 kB
Mlocked:          107704 kB
SwapTotal:      67108860 kB
SwapFree:       66997268 kB
Dirty:              2804 kB
Writeback:             8 kB
AnonPages:        170700 kB
Mapped:            26900 kB
Shmem:             71168 kB
Slab:             144416 kB
SReclaimable:     116276 kB
SUnreclaim:        28140 kB
KernelStack:        3456 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 62028 MiB
End job on node140 at 2019-09-30 09:13:28