Trace number 4398248

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.O parallelSAT (TO)262 20125.9 2520.02

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 benchmark27.9344
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.08	c
0.00/0.08	c This is cosoco 2.00 --  
0.00/0.08	c
0.00/0.08	c command line: cosoco -model -nbcores=8 HOME/instance-4398248-1568596218.xml 
0.00/0.08	c enable optimization
0.00/0.08	c ========================================[ Problem Statistics ]===========================================
0.00/0.08	c |                                                                                                       
0.00/0.08	c |  Parse time        :         0.01 s 
0.00/0.08	c |
0.00/0.08	c |               Variables: 105
0.00/0.08	c |            Domain Sizes: 4..362
0.00/0.08	c |
0.00/0.08	c |             Constraints: 136
0.00/0.08	c |                   Arity: 1..7  -- Unary: 5  -- Binary: 75  -- Ternary: 25
0.00/0.08	c | 
0.00/0.08	c |                   Types: 
0.00/0.08	c |                          All Different: 5
0.00/0.08	c |                          Disjunctive: 50
0.00/0.08	c |                          Element Variable: 25
0.00/0.08	c |                          Extension: 25  (nb tuples: 5..5) -- (shared: 160)
0.00/0.08	c |                          Max constant: 1
0.00/0.08	c |                          Sum: 25
0.00/0.08	c |                          Unary: 5
0.00/0.08	c |                          
0.00/0.08	c |               Objective: Minimize Max constant
0.00/0.08	
0.00/0.08	c =========================================================================================================
0.00/0.08	c Parallel mode: Portfolio
0.00/0.08	c [pFactory][Group N°0] created (threads:8).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.08	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.08	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.08	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.08	c [pFactory][Group N°0] task 7 launched on thread 0.
0.00/0.08	c [pFactory][Group N°0] task 6 launched on thread 2.
0.00/0.08	c [pFactory][Group N°0] task 5 launched on thread 1.
0.00/0.08	c [pFactory][Group N°0] task 4 launched on thread 6.
0.00/0.08	c [pFactory][Group N°0] task 3 launched on thread 7.
0.00/0.08	c [pFactory][Group N°0] task 2 launched on thread 5.
0.00/0.08	c [pFactory][Group N°0] task 1 launched on thread 3.
0.00/0.08	c [pFactory][Group N°0] task 0 launched on thread 4.
0.00/0.08	o 361
0.71/0.11	o 353
0.71/0.15	o 352
0.71/0.15	o 350
0.71/0.18	o 338
0.71/0.21	o 320
1.58/0.24	o 319
2.37/0.33	o 317
2.37/0.34	o 312
3.16/0.43	o 298
3.16/0.46	o 296
3.95/0.53	o 295
4.68/0.69	o 294
6.21/0.86	o 292
7.01/0.94	o 285
8.67/1.18	o 281
9.40/1.22	o 276
9.40/1.29	o 275
12.59/1.69	o 273
14.19/1.83	o 271
30.17/3.82	o 269
35.76/4.53	o 268
36.55/4.68	o 267
37.35/4.77	o 266
100.44/12.61	o 265
179.50/22.59	o 264
361.62/45.36	o 263
396.77/49.79	o 262
20125.79/2520.02	
20125.79/2520.02	c *** INTERRUPTED ***
20125.79/2520.02	c call to solver        : 11
20125.79/2520.02	c
20125.79/2520.02	c restarts              : 714056      
20125.79/2520.02	c conflicts             : 8557401      (425 /sec)
20125.79/2520.02	c decisions             : 37985294     (1887 /sec)
20125.79/2520.02	c propagations          : 9909509987  (492379 /sec)
20125.79/2520.02	c root propagations     : 3141        
20125.79/2520.02	c filter calls          : 873688085      (43411 /sec)
20125.79/2520.02	c useless filter calls  : 565043871      (64 %)
20125.79/2520.02	c Memory used           : 605.72 MB
20125.79/2520.02	c Best bound time (wc)  : 49.7879 s
20125.79/2520.02	c CPU time              : 20125.8 s
20125.79/2520.02	c real time             : 2520.02 s
20125.79/2520.02	
20125.79/2520.02	s SATISFIABLE
20125.79/2520.02	c Best value found: 262
20125.79/2520.02	
20125.79/2520.02	
20125.79/2520.02	v <instantiation type='solution' cost='262'>
20125.79/2520.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>
20125.79/2520.02	v <values>83 32 19 81 38 64 22 90 52 6 35 15 8 83 1 87 21 33 71 40 86 55 42 15 55 261 258 207 262 262 0 83 119 141 223 2 87 109 200 252 24 70 89 109 206 0 87 115 151 222 0 86 149 192 207 119 223 141 0 83 252 87 2 109 200 89 109 70 206 24 151 0 222 87 115 0 192 86 207 149 3 4 0 2 1 2 1 3 4 0 4 2 0 1 3 1 3 4 0 2 0 2 4 1 3 </values>
20125.79/2520.02	v </instantiation>
20125.79/2520.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 (15451 MiB free)
  memory of node 1: 16384 MiB (15169 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398248-1568596218/watcher-4398248-1568596218 -o /tmp/evaluation-result-4398248-1568596218/solver-4398248-1568596218 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568596180-23901 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398248-1568596218.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=23918, runsolver pid=23915
Current StackSize limit: 8192 KiB


[startup+0.100175 s]*
/proc/loadavg: 2.00 2.02 2.05 9/200 23927
/proc/meminfo: memFree=31350596/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=621812 memory=10948 CPUtime=0.71 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 3074 0 0 0 71 0 0 0 20 0 9 0 435889566 636735488 2737 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155453 2737 900 493 0 148758 0
[pid=23918/tid=23920] ppid=23915 vsize=621812 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 148 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934918466576 5168216 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=621812 memory=4872558142750484543 CPUtime=0.08 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934910073872 5186228 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=621812 memory=139756753143424 CPUtime=0.08 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934901681168 5166836 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=621812 memory=0 CPUtime=0.08 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934893288464 5193696 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=621812 memory=0 CPUtime=0.08 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934884895760 5193696 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=621812 memory=0 CPUtime=0.08 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934876503168 5393965 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=621812 memory=-1 CPUtime=0.08 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 140 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934868110608 5166911 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=621812 memory=0 CPUtime=0.08 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 8 0 0 0 20 0 9 0 435889568 636735488 2737 33554432000 4194304 6211092 140728172951408 139934859717648 5166832 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 621812 KiB
Current children cumulated memory: 10948 KiB

[startup+0.210175 s]*
/proc/loadavg: 2.00 2.02 2.05 9/200 23927
/proc/meminfo: memFree=31350596/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=620772 memory=10388 CPUtime=1.58 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 3074 0 0 0 158 0 0 0 20 0 9 0 435889566 635670528 2597 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155193 2597 900 493 0 148498 0
[pid=23918/tid=23920] ppid=23915 vsize=620772 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 148 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934918466576 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620772 memory=8983 CPUtime=0.19 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934910074128 5167263 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620772 memory=3977438567866844832 CPUtime=0.19 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934901681424 5393920 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620772 memory=-1 CPUtime=0.19 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934893288776 5166836 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620772 memory=0 CPUtime=0.19 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934884895760 5393920 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620772 memory=0 CPUtime=0.19 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934876503312 5148687 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620772 memory=-1 CPUtime=0.18 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 140 0 0 0 18 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934868110608 5102327 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620772 memory=0 CPUtime=0.19 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 19 0 0 0 20 0 9 0 435889568 635670528 2597 33554432000 4194304 6211092 140728172951408 139934859717904 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 620772 KiB
Current children cumulated memory: 10388 KiB

[startup+0.310174 s]*
/proc/loadavg: 2.00 2.02 2.05 9/200 23927
/proc/meminfo: memFree=31350596/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=620512 memory=10248 CPUtime=2.37 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 3074 0 0 0 237 0 0 0 20 0 9 0 435889566 635404288 2562 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155128 2562 900 493 0 148433 0
[pid=23918/tid=23920] ppid=23915 vsize=620512 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 148 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934918466576 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620512 memory=4872558044660077418 CPUtime=0.29 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934910074128 5167892 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934901681424 5102815 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620512 memory=6655300316396806240 CPUtime=0.29 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934893288464 5102842 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620512 memory=6656426216303648864 CPUtime=0.29 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934884895776 5168225 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934876503056 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620512 memory=0 CPUtime=0.27 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 140 0 0 0 27 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934868110608 5168219 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620512 memory=0 CPUtime=0.29 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 29 0 0 0 20 0 9 0 435889568 635404288 2562 33554432000 4194304 6211092 140728172951408 139934859717648 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 620512 KiB
Current children cumulated memory: 10248 KiB

[startup+0.701174 s]
/proc/loadavg: 2.00 2.02 2.05 9/200 23927
/proc/meminfo: memFree=31350224/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10120 CPUtime=5.41 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 3079 0 0 0 541 0 0 0 20 0 9 0 435889566 635138048 2530 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2530 901 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=2832 CPUtime=0.68 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 153 0 0 0 68 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934918466888 5393934 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=1540 CPUtime=0.67 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 67 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934910074128 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=1696 CPUtime=0.68 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 68 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934901681424 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=5200 CPUtime=0.68 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 68 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934893288464 5393970 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=772 CPUtime=0.68 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 68 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934884895760 5393951 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=952 CPUtime=0.68 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 68 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934876503168 5193710 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=139761048110719 CPUtime=0.63 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 140 0 0 0 63 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934868110464 5390149 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=7079746850842632256 CPUtime=0.68 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 139 0 0 0 68 0 0 0 20 0 9 0 435889568 635138048 2530 33554432000 4194304 6211092 140728172951408 139934859717904 5167892 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10120 KiB

[startup+1.50117 s]
/proc/loadavg: 2.32 2.09 2.07 9/200 23927
/proc/meminfo: memFree=31350224/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10144 CPUtime=11.79 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 4420 0 0 0 1179 0 0 0 20 0 9 0 435889566 635138048 2536 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2536 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=0 CPUtime=1.47 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 320 0 0 0 147 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934918466592 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=0 CPUtime=1.47 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 359 0 0 0 147 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934910073888 5082393 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=576460756329985034 CPUtime=1.48 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 253 0 0 0 148 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934901681280 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=6296714424751582563 CPUtime=1.48 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 358 0 0 0 148 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934893288464 5167521 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=7232890293113415765 CPUtime=1.48 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 283 0 0 0 148 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934884895872 5168216 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=4638802609365935461 CPUtime=1.48 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 331 0 0 0 148 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934876503056 5393951 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=1071027616 CPUtime=1.42 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 291 0 0 0 142 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934868110608 5193696 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=139756625491492 CPUtime=1.47 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 273 0 0 0 147 0 0 0 20 0 9 0 435889568 635138048 2536 33554432000 4194304 6211092 140728172951408 139934859717904 5157993 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 11.79 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10144 KiB

[startup+3.10918 s]
/proc/loadavg: 2.32 2.09 2.07 9/200 23927
/proc/meminfo: memFree=31351428/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10160 CPUtime=24.63 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 5498 0 0 0 2463 0 0 0 20 0 9 0 435889566 635138048 2540 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2540 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=35316 CPUtime=3.08 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 409 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934918466688 5393984 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=984 CPUtime=3.08 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 505 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934910074128 5193696 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=164 CPUtime=3.08 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 373 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934901681280 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=7235993136284918615 CPUtime=3.08 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 475 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934893288464 5397226 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=7235993136284918615 CPUtime=3.08 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 459 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934884895872 5112160 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=10144 CPUtime=3.08 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 450 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934876503056 5149648 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=0 CPUtime=3 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 433 0 0 0 300 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934868110608 5186281 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=0 CPUtime=3.08 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 442 0 0 0 308 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934859717904 5207585 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 24.63 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10160 KiB

[startup+6.30117 s]
/proc/loadavg: 2.78 2.19 2.10 9/200 23927
/proc/meminfo: memFree=31351396/32770624 swapFree=66986124/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10160 CPUtime=50.13 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 8088 0 0 0 5013 0 0 0 20 0 9 0 435889566 635138048 2540 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2540 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=10160 CPUtime=6.27 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 716 0 0 0 627 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934918466576 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=279513250860624 CPUtime=6.27 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 915 0 0 0 627 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934910073984 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=10160 CPUtime=6.28 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 674 0 0 0 628 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934901681088 5393984 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=0 CPUtime=6.28 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 804 0 0 0 628 0 0 0 20 0 9 0 435889568 635138048 2540 33554432000 4194304 6211092 140728172951408 139934893288464 5389823 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0

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

/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 4995 0 0 0 226210 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934901681088 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=10232 CPUtime=2260.69 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 5440 0 0 0 226069 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934893288464 5081486 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=6935054825532540783 CPUtime=2245.98 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 5320 0 0 0 224597 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934884895760 5168219 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=10232 CPUtime=2262.06 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 5097 0 0 0 226206 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934876503056 5393951 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=1228 CPUtime=2260.9 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 5647 0 0 0 226090 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934868110608 5389823 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=10232 CPUtime=2261.88 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 5125 0 0 0 226184 4 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934859717760 5207504 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 18067.5 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10232 KiB

[startup+2322.3 s]
/proc/loadavg: 8.08 8.12 7.72 9/199 24138
/proc/meminfo: memFree=31335528/32770624 swapFree=66986180/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10232 CPUtime=18546.7 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 44791 0 0 0 1854663 9 0 0 20 0 9 0 435889566 635138048 2558 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2558 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=10232 CPUtime=2321.72 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 5458 0 0 0 232172 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934918466496 5393951 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=10232 CPUtime=2312.06 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 5256 0 0 0 231205 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934910073984 5193696 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=10232 CPUtime=2322.09 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 5081 0 0 0 232209 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934901681088 5393920 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=10232 CPUtime=2320.69 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 5511 0 0 0 232069 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934893288464 5193696 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=10232 CPUtime=2305.26 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 5417 0 0 0 230525 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934884895760 5186176 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=10232 CPUtime=2322.06 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 5162 0 0 0 232206 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934876503056 5167521 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=10232 CPUtime=2320.88 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 5746 0 0 0 232088 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934868110608 5193710 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=10232 CPUtime=2321.88 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 5208 0 0 0 232184 4 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934859717760 5157989 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 18546.7 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10232 KiB

[startup+2382.3 s]
/proc/loadavg: 8.67 8.27 7.79 9/199 24141
/proc/meminfo: memFree=31335212/32770624 swapFree=66986180/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10232 CPUtime=19025.9 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 45428 0 0 0 1902585 9 0 0 20 0 9 0 435889566 635138048 2558 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2558 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=10232 CPUtime=2381.71 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 5550 0 0 0 238171 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934918466496 5167556 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=10232 CPUtime=2372.06 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 5319 0 0 0 237205 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934910073984 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=10232 CPUtime=2382.09 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 5166 0 0 0 238209 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934901681088 5167917 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=10232 CPUtime=2380.68 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 5596 0 0 0 238068 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934893288464 5393965 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=10232 CPUtime=2364.52 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 5489 0 0 0 236451 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934884895760 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=10232 CPUtime=2382.05 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 5232 0 0 0 238205 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934876503056 5193696 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=10232 CPUtime=2380.88 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 5834 0 0 0 238088 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934868110608 5193710 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=10232 CPUtime=2381.88 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 5290 0 0 0 238184 4 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934859717760 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 19025.9 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10232 KiB

[startup+2442.3 s]
/proc/loadavg: 8.81 8.37 7.86 9/201 24154
/proc/meminfo: memFree=31334468/32770624 swapFree=66986192/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10232 CPUtime=19505.1 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 46088 0 0 0 1950503 10 0 0 20 0 9 0 435889566 635138048 2558 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2558 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=10232 CPUtime=2441.68 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 5612 0 0 0 244168 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934918466496 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=10232 CPUtime=2432.04 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 5388 0 0 0 243203 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934910073984 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=10232 CPUtime=2442.08 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 5266 0 0 0 244208 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934901681088 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=10232 CPUtime=2440.67 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 5660 0 0 0 244067 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934893288464 5167892 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=10232 CPUtime=2423.77 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 5604 0 0 0 242376 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934884895760 5167504 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=10232 CPUtime=2442.04 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 5294 0 0 0 244204 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934876503056 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=10232 CPUtime=2440.87 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 5936 0 0 0 244087 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934868110608 5393961 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=10232 CPUtime=2441.87 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 5376 0 0 0 244183 4 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934859717760 5167570 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 19505.1 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10232 KiB

[startup+2502.3 s]
/proc/loadavg: 8.39 8.33 7.88 9/200 24157
/proc/meminfo: memFree=31335564/32770624 swapFree=66986192/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10232 CPUtime=19984.3 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 46712 0 0 0 1998425 10 0 0 20 0 9 0 435889566 635138048 2558 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2558 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=1212 CPUtime=2501.68 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 5696 0 0 0 250168 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934918466496 5008840 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=10232 CPUtime=2492.04 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 5460 0 0 0 249203 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934910073984 5186184 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=10232 CPUtime=2502.08 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 5331 0 0 0 250208 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934901681088 5393984 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=3568 CPUtime=2500.66 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 5747 0 0 0 250066 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934893288464 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=4872558044660077418 CPUtime=2483.03 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 5681 0 0 0 248302 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934884895760 5393979 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=10232 CPUtime=2502.04 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 5365 0 0 0 250204 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934876503056 5193696 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=10232 CPUtime=2500.85 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 6019 0 0 0 250085 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934868110608 5393970 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=10232 CPUtime=2501.87 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 5461 0 0 0 250183 4 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934859717760 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 19984.3 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10232 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.31 8.32 7.88 10/200 24157
/proc/meminfo: memFree=31335596/32770624 swapFree=66986192/67108860
[pid=23918] ppid=23915 vsize=620252 memory=10232 CPUtime=20125.8 cores=0-7
/proc/23918/stat : 23918 (cosoco) S 23915 23918 23874 0 -1 1077944320 46713 0 0 0 2012569 10 0 0 20 0 9 0 435889566 635138048 2558 33554432000 4194304 6211092 140728172951408 140728172949664 139934941609719 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
/proc/23918/statm: 155063 2558 902 493 0 148368 0
[pid=23918/tid=23920] ppid=23915 vsize=620252 memory=1398722017469774279 CPUtime=2519.39 cores=0-7
/proc/23918/task/23920/stat : 23920 (cosoco) R 23915 23918 23874 0 -1 4202560 5696 0 0 0 251939 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934918466496 5393920 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23921] ppid=23915 vsize=620252 memory=4872558044660077418 CPUtime=2509.75 cores=0-7
/proc/23918/task/23921/stat : 23921 (cosoco) R 23915 23918 23874 0 -1 4202560 5460 0 0 0 250974 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934910073984 5078744 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23922] ppid=23915 vsize=620252 memory=10232 CPUtime=2519.79 cores=0-7
/proc/23918/task/23922/stat : 23922 (cosoco) R 23915 23918 23874 0 -1 4202560 5331 0 0 0 251979 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934901681088 5390056 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23923] ppid=23915 vsize=620252 memory=4104 CPUtime=2518.37 cores=0-7
/proc/23918/task/23923/stat : 23923 (cosoco) R 23915 23918 23874 0 -1 4202560 5747 0 0 0 251837 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934893288464 5167914 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23924] ppid=23915 vsize=620252 memory=1736 CPUtime=2500.51 cores=0-7
/proc/23918/task/23924/stat : 23924 (cosoco) R 23915 23918 23874 0 -1 4202560 5681 0 0 0 250050 1 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934884895760 5193710 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23925] ppid=23915 vsize=620252 memory=1398722017469774279 CPUtime=2519.75 cores=0-7
/proc/23918/task/23925/stat : 23925 (cosoco) R 23915 23918 23874 0 -1 4202560 5366 0 0 0 251975 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934876503056 5168360 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23926] ppid=23915 vsize=620252 memory=4872558044660077418 CPUtime=2518.56 cores=0-7
/proc/23918/task/23926/stat : 23926 (cosoco) R 23915 23918 23874 0 -1 4202560 6019 0 0 0 251856 0 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934868110608 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
[pid=23918/tid=23927] ppid=23915 vsize=620252 memory=9520 CPUtime=2519.58 cores=0-7
/proc/23918/task/23927/stat : 23927 (cosoco) R 23915 23918 23874 0 -1 4202560 5461 0 0 0 251954 4 0 0 20 0 9 0 435889568 635138048 2558 33554432000 4194304 6211092 140728172951408 139934859717760 5102695 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16502784 140728172954641 140728172954733 140728172954733 140728172957646 0
Current children cumulated CPU time: 20125.8 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 10232 KiB

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

[startup+2520.02 s]
# the end of solver process 23918 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20125.8 s, system=0.101954 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 20125.9
CPU user time (s): 20125.8
CPU system time (s): 0.101954
CPU usage (%): 798.639
Max. virtual memory (cumulated for all children) (KiB): 621812
Max. memory (cumulated for all children) (KiB): 10948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20125.8
system time used= 0.101954
maximum resident set size= 11228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46765
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= 242
involuntary context switches= 166714


# summary of solver processes directly reported to runsolver:
#   pid: 23918
#   total CPU time (s): 20125.9
#   total CPU user time (s): 20125.8
#   total CPU system time (s): 0.101954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2444 second user time and 19.4007 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-16 03:09:40
IDJOB=4398248
IDBENCH=115810
IDSOLVER=2851
FILE ID=node126/4398248-1568596218
RUNJOBID= node126-1568596180-23901
PBS_JOBID= 21703398
Free space on /tmp= 55708 MiB

SOLVER NAME= cosoco 2.O 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-4398248-1568596218/watcher-4398248-1568596218 -o /tmp/evaluation-result-4398248-1568596218/solver-4398248-1568596218 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568596180-23901 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398248-1568596218.xml

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

MD5SUM BENCH= 3747a76ad44ca32161ac6cfee5e9d7cb
RANDOM SEED=1384026501

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31355868 kB
MemAvailable:   31899844 kB
Buffers:           15816 kB
Cached:           795148 kB
SwapCached:         3720 kB
Active:           493744 kB
Inactive:         324316 kB
Active(anon):      22788 kB
Inactive(anon):    15608 kB
Active(file):     470956 kB
Inactive(file):   308708 kB
Unevictable:      108840 kB
Mlocked:          108840 kB
SwapTotal:      67108860 kB
SwapFree:       66986124 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:        113264 kB
Mapped:            39420 kB
Shmem:             22568 kB
Slab:             189220 kB
SReclaimable:     160292 kB
SUnreclaim:        28928 kB
KernelStack:        3344 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55704 MiB
End job on node126 at 2019-09-16 03:51:40