Trace number 4398492

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)721 20126.4 2520.02

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1735.1
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2436.87/305.36	c
2436.87/305.36	c This is cosoco 2.00 --  
2436.87/305.36	c
2436.87/305.36	c command line: cosoco -model -nbcores=8 HOME/instance-4398492-1568597250.xml 
2436.87/305.36	c enable optimization
2436.87/305.36	c ========================================[ Problem Statistics ]===========================================
2436.87/305.36	c |                                                                                                       
2436.87/305.36	c |  Parse time        :         0.05 s 
2436.87/305.36	c |
2436.87/305.36	c |               Variables: 410
2436.87/305.36	c |            Domain Sizes: 8..723
2436.87/305.36	c |
2436.87/305.36	c |             Constraints: 771
2436.87/305.36	c |                   Arity: 1..12  -- Unary: 10  -- Binary: 550  -- Ternary: 100
2436.87/305.36	c | 
2436.87/305.36	c |                   Types: 
2436.87/305.36	c |                          All Different: 10
2436.87/305.36	c |                          Disjunctive: 450
2436.87/305.36	c |                          Element Variable: 100
2436.87/305.36	c |                          Extension: 100  (nb tuples: 10..10) -- (shared: 720)
2436.87/305.36	c |                          Max constant: 1
2436.87/305.36	c |                          Sum: 100
2436.87/305.36	c |                          Unary: 10
2436.87/305.36	c |                          
2436.87/305.36	c |               Objective: Minimize Max constant
2436.87/305.39	
2436.87/305.39	c =========================================================================================================
2436.87/305.39	c Parallel mode: Portfolio
2436.87/305.39	c [pFactory][Group N°0] created (threads:8).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
2436.87/305.39	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
2436.87/305.39	c [pFactory][Group N°0] concurrent mode: enabled.
2436.87/305.39	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
2436.87/305.39	c [pFactory][Group N°0] task 7 launched on thread 4.
2436.87/305.39	c [pFactory][Group N°0] task 6 launched on thread 1.
2436.87/305.39	c [pFactory][Group N°0] task 5 launched on thread 0.
2436.87/305.39	c [pFactory][Group N°0] task 4 launched on thread 2.
2436.87/305.39	c [pFactory][Group N°0] task 3 launched on thread 7.
2436.87/305.39	c [pFactory][Group N°0] task 2 launched on thread 3.
2436.87/305.39	c [pFactory][Group N°0] task 1 launched on thread 5.
2436.87/305.39	c [pFactory][Group N°0] task 0 launched on thread 6.
2436.87/305.39	o 721
20126.33/2520.01	
20126.33/2520.01	c *** INTERRUPTED ***
20126.33/2520.01	c call to solver        : 1
20126.33/2520.01	c
20126.33/2520.01	c restarts              : 147491      
20126.33/2520.01	c conflicts             : 1815488      (90 /sec)
20126.33/2520.01	c decisions             : 7712370      (383 /sec)
20126.33/2520.01	c propagations          : 6913571447  (343511 /sec)
20126.33/2520.01	c root propagations     : 17674       
20126.33/2520.01	c filter calls          : 738547587      (36696 /sec)
20126.33/2520.01	c useless filter calls  : 578942714      (78 %)
20126.33/2520.01	c Memory used           : 629.45 MB
20126.33/2520.01	c Best bound time (wc)  : 305.293 s
20126.33/2520.01	c CPU time              : 20126.2 s
20126.33/2520.01	c real time             : 2520.01 s
20126.33/2520.01	
20126.33/2520.01	s SATISFIABLE
20126.33/2520.01	c Best value found: 721
20126.33/2520.01	
20126.33/2520.01	
20126.33/2520.01	v <instantiation type='solution' cost='721'>
20126.33/2520.01	v <list>d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[0][7] sd[0][8] sd[0][9] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[1][7] sd[1][8] sd[1][9] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[2][7] sd[2][8] sd[2][9] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[3][7] sd[3][8] sd[3][9] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[4][7] sd[4][8] sd[4][9] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[5][7] sd[5][8] sd[5][9] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] sd[6][7] sd[6][8] sd[6][9] sd[7][0] sd[7][1] sd[7][2] sd[7][3] sd[7][4] sd[7][5] sd[7][6] sd[7][7] sd[7][8] sd[7][9] sd[8][0] sd[8][1] sd[8][2] sd[8][3] sd[8][4] sd[8][5] sd[8][6] sd[8][7] sd[8][8] sd[8][9] sd[9][0] sd[9][1] sd[9][2] sd[9][3] sd[9][4] sd[9][5] sd[9][6] sd[9][7] sd[9][8] sd[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] </list>
20126.33/2520.01	v <values>19 70 14 20 97 72 81 18 84 64 98 16 54 10 78 20 64 52 11 43 68 77 21 59 88 45 36 77 30 88 77 37 19 34 64 56 3 26 41 19 31 66 77 62 61 90 42 48 63 3 65 40 60 36 13 77 38 34 99 71 56 2 84 45 71 61 1 22 89 70 53 20 97 38 5 38 71 2 48 49 21 65 83 35 22 92 70 30 92 99 54 74 71 95 82 93 3 22 27 83 710 721 717 721 720 711 716 691 609 604 0 22 184 198 246 343 415 523 541 646 86 204 226 280 290 376 396 460 512 678 21 89 166 187 290 378 459 521 598 629 0 99 136 155 204 329 396 541 604 702 0 31 97 187 249 310 423 465 653 717 19 84 199 280 316 343 469 507 541 640 0 97 99 183 228 310 371 496 557 646 0 54 84 198 420 425 521 592 594 642 0 21 86 169 204 226 318 388 418 510 0 54 128 199 294 376 469 472 494 521 246 415 22 646 541 523 343 184 198 0 460 678 204 280 290 512 226 86 396 376 187 89 378 290 166 459 521 598 21 629 604 204 541 0 136 155 99 702 329 396 653 310 423 465 187 0 31 249 97 717 343 541 507 199 640 84 280 469 316 19 0 496 99 557 371 646 97 310 228 183 420 54 592 425 0 594 642 198 521 84 86 169 226 388 418 318 204 21 0 510 521 0 472 128 54 199 469 376 494 294 9 2 7 8 0 6 1 5 4 3 7 2 6 3 4 9 8 0 5 1 8 1 4 0 3 2 5 6 7 9 3 6 4 5 1 8 9 2 0 7 5 6 8 4 7 1 2 3 0 9 9 5 3 6 8 0 7 2 1 4 0 6 2 9 8 7 4 1 3 5 4 1 9 7 0 3 8 2 5 6 8 7 0 1 6 2 5 3 4 9 1 4 3 5 9 7 6 2 8 0 </values>
20126.33/2520.01	v </instantiation>
20126.33/2520.01	

Verifier Data

OK	721

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398492-1568597250/watcher-4398492-1568597250 -o /tmp/evaluation-result-4398492-1568597250/solver-4398492-1568597250 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568597208-1351 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398492-1568597250.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
Current StackSize limit: 8192 KiB

solver pid=1371, runsolver pid=1368

[startup+0.100904 s]*
/proc/loadavg: 2.00 2.01 1.96 9/199 1380
/proc/meminfo: memFree=31031660/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=48508 CPUtime=0.26 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 13439 0 0 0 24 2 0 0 20 0 9 0 435662854 668442624 12127 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12127 866 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=8317482817917895235 CPUtime=0.02 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 684 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140446016039952 5156901 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=664954298467758088 CPUtime=0.02 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140446007646904 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=140486303356544 CPUtime=0.02 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140445999254544 5102854 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 675 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140445990861608 5193696 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=652776 memory=0 CPUtime=0.03 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 681 0 0 0 3 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140445982469136 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 1077944384 675 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140445974076432 140446039204285 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=652776 memory=-1 CPUtime=0.02 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140445965683608 5186281 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 675 0 0 0 2 0 0 0 20 0 9 0 435662861 668442624 12127 33554432000 4194304 6211092 140721891526352 140445957291024 5193696 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 48508 KiB

[startup+0.21102 s]*
/proc/loadavg: 2.00 2.01 1.96 9/199 1380
/proc/meminfo: memFree=31032404/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=49300 CPUtime=1.13 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 13612 0 0 0 111 2 0 0 20 0 9 0 435662854 668442624 12325 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12325 867 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=8318255677412212789 CPUtime=0.13 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 751 0 0 0 13 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140446016039320 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=331 CPUtime=0.13 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 13 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140446007646856 5193696 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=140486306477276 CPUtime=0.13 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 13 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140445999254360 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=0 CPUtime=0.13 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 692 0 0 0 13 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140445990861208 5409444 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=652776 memory=-1 CPUtime=0.14 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 746 0 0 0 14 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140445982468504 5393945 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=652776 memory=0 CPUtime=0.12 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 699 0 0 0 12 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140445974075880 5102856 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=652776 memory=-1 CPUtime=0.13 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 13 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140445965683728 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=652776 memory=0 CPUtime=0.13 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 675 0 0 0 13 0 0 0 20 0 9 0 435662861 668442624 12325 33554432000 4194304 6211092 140721891526352 140445957290904 5193710 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 49300 KiB

[startup+0.31003 s]*
/proc/loadavg: 2.00 2.01 1.96 9/199 1380
/proc/meminfo: memFree=31032404/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=49564 CPUtime=1.91 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 13631 0 0 0 189 2 0 0 20 0 9 0 435662854 668442624 12391 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12391 867 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=8317482817917895235 CPUtime=0.23 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 751 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140446016039320 5167892 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=4872558044660077418 CPUtime=0.23 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140446007646856 5393951 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445999254360 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=6944656592455097440 CPUtime=0.23 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 703 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445990861288 5102628 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=652776 memory=6656426216303648864 CPUtime=0.23 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 749 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445982468504 5167901 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=652776 memory=0 CPUtime=0.2 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 704 0 0 0 20 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445974075704 5393970 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445965683728 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 675 0 0 0 23 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445957290904 5193696 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 49564 KiB

[startup+0.701019 s]
/proc/loadavg: 2.00 2.01 1.96 9/199 1380
/proc/meminfo: memFree=31032032/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=49564 CPUtime=4.96 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 13685 0 0 0 494 2 0 0 20 0 9 0 435662854 668442624 12391 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12391 867 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=1408 CPUtime=0.61 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 769 0 0 0 61 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140446016039320 5156116 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=2232 CPUtime=0.61 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 61 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140446007646856 5393970 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=0 CPUtime=0.61 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 61 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445999254360 5102815 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=0 CPUtime=0.61 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 722 0 0 0 61 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445990861240 5157131 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=652776 memory=0 CPUtime=0.62 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 763 0 0 0 62 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445982468504 5193710 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=652776 memory=1056 CPUtime=0.57 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 707 0 0 0 57 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445974075880 5102856 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=652776 memory=11464 CPUtime=0.61 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 673 0 0 0 61 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445965683728 5393920 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=652776 memory=3984 CPUtime=0.61 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 675 0 0 0 61 0 0 0 20 0 9 0 435662861 668442624 12391 33554432000 4194304 6211092 140721891526352 140445957290904 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 49564 KiB

[startup+1.50102 s]
/proc/loadavg: 2.00 2.01 1.96 9/199 1380
/proc/meminfo: memFree=31032032/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=50620 CPUtime=11.35 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 21781 0 0 0 1130 5 0 0 20 0 9 0 435662854 668442624 12655 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12655 867 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=7593730235286317153 CPUtime=1.41 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 1695 0 0 0 141 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140446016039368 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=5931329053776695376 CPUtime=1.41 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 1727 0 0 0 141 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140446007646856 5167507 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=132 CPUtime=1.41 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 1458 0 0 0 141 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140445999254360 5193696 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=288230600329134386 CPUtime=1.41 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 1473 0 0 0 141 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140445990861272 5168225 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=652776 memory=13564890522584532 CPUtime=1.41 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 1539 0 0 0 141 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140445982468504 5397454 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=652776 memory=3908 CPUtime=1.35 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 1994 0 0 0 135 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140445974075864 5193696 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=652776 memory=0 CPUtime=1.41 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 1876 0 0 0 140 1 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140445965683728 5393920 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=652776 memory=4580 CPUtime=1.41 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 1989 0 0 0 141 0 0 0 20 0 9 0 435662861 668442624 12655 33554432000 4194304 6211092 140721891526352 140445957290904 5167570 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 11.35 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 50620 KiB

[startup+3.11002 s]
/proc/loadavg: 2.56 2.13 2.00 9/199 1380
/proc/meminfo: memFree=31031288/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=50720 CPUtime=24.19 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 27373 0 0 0 2414 5 0 0 20 0 9 0 435662854 668442624 12680 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12680 867 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=50644 CPUtime=3.02 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 2106 0 0 0 302 0 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140446016039624 5167939 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=55 CPUtime=3.02 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 2222 0 0 0 302 0 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140446007646856 5193696 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=140486165689326 CPUtime=3.02 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 2854 0 0 0 302 0 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140445999254360 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=50620 CPUtime=3.02 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 2069 0 0 0 302 0 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140445990861272 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=652776 memory=7598542776401657925 CPUtime=3.03 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 2224 0 0 0 302 1 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140445982468552 5393920 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=652776 memory=0 CPUtime=2.94 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 2625 0 0 0 294 0 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140445974075832 5157976 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=652776 memory=0 CPUtime=3.02 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 2408 0 0 0 301 1 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140445965683728 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=652776 memory=50644 CPUtime=3.02 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 2835 0 0 0 302 0 0 0 20 0 9 0 435662861 668442624 12680 33554432000 4194304 6211092 140721891526352 140445957290904 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 24.19 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 50720 KiB

[startup+6.30102 s]
/proc/loadavg: 2.56 2.13 2.00 9/199 1380
/proc/meminfo: memFree=31030692/32770624 swapFree=66921440/67108860
[pid=1371] ppid=1368 vsize=652776 memory=50760 CPUtime=49.66 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 36133 0 0 0 4960 6 0 0 20 0 9 0 435662854 668442624 12690 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 163194 12690 867 493 0 156499 0
[pid=1371/tid=1373] ppid=1368 vsize=652776 memory=50724 CPUtime=6.2 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 3148 0 0 0 620 0 0 0 20 0 9 0 435662861 668442624 12690 33554432000 4194304 6211092 140721891526352 140446016039624 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=652776 memory=50728 CPUtime=6.2 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 3363 0 0 0 620 0 0 0 20 0 9 0 435662861 668442624 12690 33554432000 4194304 6211092 140721891526352 140446007646856 5393984 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=652776 memory=0 CPUtime=6.2 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 3927 0 0 0 620 0 0 0 20 0 9 0 435662861 668442624 12690 33554432000 4194304 6211092 140721891526352 140445999254656 5168363 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=652776 memory=50760 CPUtime=6.21 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 3004 0 0 0 621 0 0 0 20 0 9 0 435662861 668442624 12690 33554432000 4194304 6211092 140721891526352 140445990861512 5167521 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0

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

/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 16413 0 0 0 231519 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445999254856 5167521 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=644552 memory=932 CPUtime=2322.2 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 14943 0 0 0 232218 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445990861496 5167462 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=644552 memory=1804 CPUtime=2322.27 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 16053 0 0 0 232225 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445982468792 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=644552 memory=288230574492221466 CPUtime=2305.87 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 18443 0 0 0 230585 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445974076104 5193696 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=644552 memory=288230583166042426 CPUtime=2322.02 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 17795 0 0 0 232200 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445965683632 5393970 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=644552 memory=14972265406137817 CPUtime=2322.18 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 18762 0 0 0 232216 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445957291336 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 18547.2 s
Current children cumulated vsize: 644552 KiB
Current children cumulated memory: 43904 KiB

[startup+2382.3 s]
/proc/loadavg: 8.01 8.15 7.72 9/199 1589
/proc/meminfo: memFree=31038108/32770624 swapFree=66921460/67108860
[pid=1371] ppid=1368 vsize=644552 memory=43904 CPUtime=19026.5 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 145515 0 0 0 1902626 21 0 0 20 0 9 0 435662854 660021248 10976 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 161138 10976 868 493 0 154443 0
[pid=1371/tid=1373] ppid=1368 vsize=644552 memory=2932 CPUtime=2374.44 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 16867 0 0 0 237442 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446016039608 5393965 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=644552 memory=-7035114785800479027 CPUtime=2382.15 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 17454 0 0 0 238213 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446007647504 5193696 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=644552 memory=1492 CPUtime=2375.2 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 16510 0 0 0 237518 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445999254856 5167570 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=644552 memory=876 CPUtime=2382.2 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 15072 0 0 0 238218 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445990861496 5167550 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=644552 memory=1448 CPUtime=2382.29 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 16273 0 0 0 238226 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445982468792 5393965 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=644552 memory=1980 CPUtime=2365.87 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 18550 0 0 0 236585 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445974076104 5193696 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=644552 memory=43904 CPUtime=2382.01 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 17898 0 0 0 238199 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445965683632 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=644552 memory=111636 CPUtime=2382.17 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 18861 0 0 0 238215 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445957291336 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 19026.5 s
Current children cumulated vsize: 644552 KiB
Current children cumulated memory: 43904 KiB

[startup+2442.3 s]
/proc/loadavg: 8.00 8.13 7.74 9/199 1592
/proc/meminfo: memFree=31037972/32770624 swapFree=66921460/67108860
[pid=1371] ppid=1368 vsize=644552 memory=43904 CPUtime=19505.7 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 147860 0 0 0 1950552 21 0 0 20 0 9 0 435662854 660021248 10976 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 161138 10976 868 493 0 154443 0
[pid=1371/tid=1373] ppid=1368 vsize=644552 memory=290763857956438330 CPUtime=2433.69 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 17176 0 0 0 243367 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446016039608 5393920 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=644552 memory=14972265406137817 CPUtime=2442.16 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 17699 0 0 0 244214 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446007647504 5393961 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=644552 memory=14972265406137817 CPUtime=2435.21 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 16800 0 0 0 243519 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445999254856 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=644552 memory=1172 CPUtime=2442.19 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 15431 0 0 0 244217 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445990861496 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=644552 memory=14008 CPUtime=2442.29 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 16542 0 0 0 244226 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445982468792 5193696 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=644552 memory=4100 CPUtime=2425.87 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 18851 0 0 0 242585 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445974076104 5393938 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=644552 memory=14076 CPUtime=2442.01 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 18205 0 0 0 244199 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445965683632 5393965 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=644552 memory=2116 CPUtime=2442.17 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 19126 0 0 0 244215 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445957291336 5167888 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 19505.7 s
Current children cumulated vsize: 644552 KiB
Current children cumulated memory: 43904 KiB

[startup+2502.3 s]
/proc/loadavg: 8.16 8.14 7.77 9/199 1595
/proc/meminfo: memFree=31037904/32770624 swapFree=66921460/67108860
[pid=1371] ppid=1368 vsize=644552 memory=43904 CPUtime=19985 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 153433 0 0 0 1998475 22 0 0 20 0 9 0 435662854 660021248 10976 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 161138 10976 868 493 0 154443 0
[pid=1371/tid=1373] ppid=1368 vsize=644552 memory=303148756931707194 CPUtime=2493.26 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 17798 0 0 0 249324 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446016039608 5166878 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=644552 memory=14972265406137817 CPUtime=2502.16 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 18365 0 0 0 250214 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446007647504 5167928 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=644552 memory=780 CPUtime=2495.21 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 17450 0 0 0 249519 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445999254856 5393984 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=644552 memory=1580 CPUtime=2502.19 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 16220 0 0 0 250217 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445990861496 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=644552 memory=8317482817917895235 CPUtime=2501.97 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 17325 0 0 0 250194 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445982468792 5393920 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=644552 memory=4872558044660077418 CPUtime=2485.87 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 19561 0 0 0 248585 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445974076104 5193696 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=644552 memory=1560 CPUtime=2501.99 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 18923 0 0 0 250197 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445965683632 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=644552 memory=932 CPUtime=2502.17 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 19761 0 0 0 250215 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445957291336 5193696 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 19985 s
Current children cumulated vsize: 644552 KiB
Current children cumulated memory: 43904 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 8.46 8.21 7.80 9/199 1597
/proc/meminfo: memFree=31037880/32770624 swapFree=66921460/67108860
[pid=1371] ppid=1368 vsize=644552 memory=43904 CPUtime=20126.3 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 155157 0 0 0 2012611 22 0 0 20 0 9 0 435662854 660021248 10976 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 161138 10976 868 493 0 154443 0
[pid=1371/tid=1373] ppid=1368 vsize=644552 memory=43904 CPUtime=2510.97 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 17942 0 0 0 251094 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446016039608 5167529 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.86 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 18662 0 0 0 251984 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446007647504 5167529 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=644552 memory=43904 CPUtime=2512.9 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 17641 0 0 0 251288 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445999254856 5168520 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.9 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 16468 0 0 0 251988 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445990861496 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.45 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 17563 0 0 0 251942 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445982468792 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=644552 memory=43904 CPUtime=2503.57 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 19772 0 0 0 250355 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445974076104 5102815 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.69 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 19122 0 0 0 251967 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445965683632 5393938 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.87 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 19957 0 0 0 251985 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445957291336 5393951 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 20126.3 s
Current children cumulated vsize: 644552 KiB
Current children cumulated memory: 43904 KiB

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

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

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

[startup+2520 s]
/proc/loadavg: 8.46 8.21 7.80 9/199 1597
/proc/meminfo: memFree=31037880/32770624 swapFree=66921460/67108860
[pid=1371] ppid=1368 vsize=644552 memory=43904 CPUtime=20126.3 cores=0-7
/proc/1371/stat : 1371 (cosoco) S 1368 1371 1323 0 -1 1077944320 155157 0 0 0 2012611 22 0 0 20 0 9 0 435662854 660021248 10976 33554432000 4194304 6211092 140721891526352 140721891524608 140446039183095 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
/proc/1371/statm: 161138 10976 868 493 0 154443 0
[pid=1371/tid=1373] ppid=1368 vsize=644552 memory=43904 CPUtime=2510.97 cores=0-7
/proc/1371/task/1373/stat : 1373 (cosoco) R 1368 1371 1323 0 -1 4202560 17942 0 0 0 251094 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446016039608 5167529 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1374] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.86 cores=0-7
/proc/1371/task/1374/stat : 1374 (cosoco) R 1368 1371 1323 0 -1 4202560 18662 0 0 0 251984 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140446007647504 5167529 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1375] ppid=1368 vsize=644552 memory=43904 CPUtime=2512.9 cores=0-7
/proc/1371/task/1375/stat : 1375 (cosoco) R 1368 1371 1323 0 -1 4202560 17641 0 0 0 251288 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445999254856 5168520 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1376] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.9 cores=0-7
/proc/1371/task/1376/stat : 1376 (cosoco) R 1368 1371 1323 0 -1 4202560 16468 0 0 0 251988 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445990861496 5193696 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1377] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.45 cores=0-7
/proc/1371/task/1377/stat : 1377 (cosoco) R 1368 1371 1323 0 -1 4202560 17563 0 0 0 251942 3 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445982468792 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1378] ppid=1368 vsize=644552 memory=43904 CPUtime=2503.57 cores=0-7
/proc/1371/task/1378/stat : 1378 (cosoco) R 1368 1371 1323 0 -1 4202560 19772 0 0 0 250355 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445974076104 5102815 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1379] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.69 cores=0-7
/proc/1371/task/1379/stat : 1379 (cosoco) R 1368 1371 1323 0 -1 4202560 19122 0 0 0 251967 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445965683632 5393938 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
[pid=1371/tid=1380] ppid=1368 vsize=644552 memory=43904 CPUtime=2519.87 cores=0-7
/proc/1371/task/1380/stat : 1380 (cosoco) R 1368 1371 1323 0 -1 4202560 19957 0 0 0 251985 2 0 0 20 0 9 0 435662861 660021248 10976 33554432000 4194304 6211092 140721891526352 140445957291336 5393951 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 24805376 140721891529745 140721891529837 140721891529837 140721891532750 0
Current children cumulated CPU time: 20126.3 s
Current children cumulated vsize: 644552 KiB
Current children cumulated memory: 43904 KiB

Child status: 1
Real time (s): 2520.02
CPU time (s): 20126.4
CPU user time (s): 20126.2
CPU system time (s): 0.2299
CPU usage (%): 798.664
Max. virtual memory (cumulated for all children) (KiB): 652776
Max. memory (cumulated for all children) (KiB): 51560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20126.2
system time used= 0.2299
maximum resident set size= 51560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155253
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= 2597
involuntary context switches= 177442


# summary of solver processes directly reported to runsolver:
#   pid: 1371
#   total CPU time (s): 20126.4
#   total CPU user time (s): 20126.2
#   total CPU system time (s): 0.2299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8546 second user time and 20.6462 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-16 03:26:48
IDJOB=4398492
IDBENCH=115840
IDSOLVER=2851
FILE ID=node141/4398492-1568597250
RUNJOBID= node141-1568597208-1351
PBS_JOBID= 21703404
Free space on /tmp= 58544 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398492-1568597250/watcher-4398492-1568597250 -o /tmp/evaluation-result-4398492-1568597250/solver-4398492-1568597250 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568597208-1351 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398492-1568597250.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=2127538762

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31077900 kB
MemAvailable:   31833764 kB
Buffers:          205180 kB
Cached:           847244 kB
SwapCached:        78508 kB
Active:           443688 kB
Inactive:         691368 kB
Active(anon):       9380 kB
Inactive(anon):   115176 kB
Active(file):     434308 kB
Inactive(file):   576192 kB
Unevictable:      109628 kB
Mlocked:          109628 kB
SwapTotal:      67108860 kB
SwapFree:       66921440 kB
Dirty:              2772 kB
Writeback:             0 kB
AnonPages:        163352 kB
Mapped:            40396 kB
Shmem:             33620 kB
Slab:             152384 kB
SReclaimable:     122396 kB
SUnreclaim:        29988 kB
KernelStack:        3712 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58540 MiB
End job on node141 at 2019-09-16 04:08:48