Trace number 4398479

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)443 20120.1 2520.02

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark20119.8
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.93/0.30	c
0.93/0.30	c This is cosoco 2.00 --  
0.93/0.30	c
0.93/0.30	c command line: cosoco -model -nbcores=8 HOME/instance-4398479-1568610829.xml 
0.93/0.30	c enable optimization
0.93/0.30	c ========================================[ Problem Statistics ]===========================================
0.93/0.30	c |                                                                                                       
0.93/0.30	c |  Parse time        :         0.08 s 
0.93/0.30	c |
0.93/0.30	c |               Variables: 200
0.93/0.30	c |            Domain Sizes: 62..100
0.93/0.30	c |
0.93/0.30	c |             Constraints: 102
0.93/0.30	c |                   Arity: 3..100  -- Ternary: 100
0.93/0.30	c | 
0.93/0.30	c |                   Types: 
0.93/0.30	c |                          All Different: 1
0.93/0.30	c |                          Extension: 100  (nb tuples: 9900..9900) -- (shared: 792)
0.93/0.30	c |                          Sum: 1
0.93/0.30	c |                          
0.93/0.30	c |               Objective: Minimize Sum
0.93/0.30	
0.93/0.30	c =========================================================================================================
0.93/0.30	c Parallel mode: Portfolio
0.93/0.30	c [pFactory][Group N°0] created (threads:8).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.93/0.30	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.93/0.30	c [pFactory][Group N°0] concurrent mode: enabled.
0.93/0.30	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.93/0.30	c [pFactory][Group N°0] task 7 launched on thread 1.
0.93/0.30	c [pFactory][Group N°0] task 6 launched on thread 0.
0.93/0.30	c [pFactory][Group N°0] task 5 launched on thread 2.
0.93/0.30	c [pFactory][Group N°0] task 4 launched on thread 5.
0.93/0.30	c [pFactory][Group N°0] task 3 launched on thread 3.
0.93/0.30	c [pFactory][Group N°0] task 2 launched on thread 4.
0.93/0.30	c [pFactory][Group N°0] task 1 launched on thread 6.
0.93/0.30	c [pFactory][Group N°0] task 0 launched on thread 7.
0.93/0.30	o 2315
3.31/0.53	o 1702
7.22/1.03	o 1408
13.54/1.88	o 489
22.32/2.95	o 465
26.31/3.46	o 446
31.17/4.07	o 445
35.90/4.61	o 443
20119.98/2520.02	
20119.98/2520.02	c *** INTERRUPTED ***
20119.98/2520.02	c call to solver        : 3
20119.98/2520.02	c
20119.98/2520.02	c restarts              : 65596       
20119.98/2520.02	c conflicts             : 726254       (36 /sec)
20119.98/2520.02	c decisions             : 1246124      (62 /sec)
20119.98/2520.02	c propagations          : 1099553788  (54650 /sec)
20119.98/2520.02	c root propagations     : 11539       
20119.98/2520.02	c filter calls          : 47927218       (2382 /sec)
20119.98/2520.02	c useless filter calls  : 23724236       (49 %)
20119.98/2520.02	c Memory used           : 674.16 MB
20119.98/2520.02	c Best bound time (wc)  : 4.60489 s
20119.98/2520.02	c CPU time              : 20119.8 s
20119.98/2520.02	c real time             : 2520.02 s
20119.98/2520.02	
20119.98/2520.02	s SATISFIABLE
20119.98/2520.02	c Best value found: 443
20119.98/2520.02	
20119.98/2520.02	
20119.98/2520.02	v <instantiation type='solution' cost='443'>
20119.98/2520.02	v <list>c[0] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[1] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[2] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[3] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[4] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[5] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[6] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[7] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[8] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[9] d[0] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[1] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[2] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[3] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[4] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[5] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[6] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[7] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[8] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99] d[9] </list>
20119.98/2520.02	v <values>46 83 75 72 92 96 97 99 87 93 94 40 98 88 89 85 84 78 74 70 69 77 41 73 76 80 57 51 38 34 39 44 56 81 45 31 30 14 1 0 2 11 17 21 86 27 15 12 16 6 3 8 10 20 19 90 32 35 36 47 49 53 42 37 28 22 91 13 9 7 4 5 18 25 24 26 29 95 23 33 43 48 50 54 55 62 66 60 82 59 65 68 61 64 67 71 63 58 52 79 2 2 5 15 5 2 1 4 2 1 1 1 3 5 5 2 4 2 2 2 5 9 18 4 3 14 4 5 7 3 2 4 4 6 6 2 7 19 30 5 6 2 2 4 4 5 1 1 5 2 4 4 8 2 7 9 1 1 7 1 2 6 6 6 3 5 2 6 3 1 4 7 3 1 2 4 4 7 5 5 3 1 1 1 5 2 7 1 1 9 2 4 4 1 2 4 4 4 3 3 </values>
20119.98/2520.02	v </instantiation>
20119.98/2520.02	

Verifier Data

OK	443

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398479-1568610829/watcher-4398479-1568610829 -o /tmp/evaluation-result-4398479-1568610829/solver-4398479-1568610829 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568606727-13461 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398479-1568610829.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=13592, runsolver pid=13589

[startup+0.100163 s]*
/proc/loadavg: 8.00 8.10 8.44 2/192 13593
/proc/meminfo: memFree=30324544/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=97132 memory=73404 CPUtime=0.1 cores=0-7
/proc/13592/stat : 13592 (cosoco) R 13589 13592 13434 0 -1 4202496 18624 0 0 0 8 2 0 0 20 0 1 0 437337365 99463168 18351 33554432000 4194304 6211092 140735830148096 140735830144632 5037221 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 24283 18351 829 493 0 17588 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 97132 KiB
Current children cumulated memory: 73404 KiB

[startup+0.209738 s]*
/proc/loadavg: 8.00 8.10 8.44 9/200 13601
/proc/meminfo: memFree=30308284/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=76836 CPUtime=0.93 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 19672 0 0 0 91 2 0 0 20 0 9 0 437337365 706904064 19209 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19209 846 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=600678639078699210 CPUtime=0.1 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020506521184 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=0 CPUtime=0.1 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020498128480 5039323 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=3762387425498850976 CPUtime=0.1 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020489735776 5038992 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=0 CPUtime=0.09 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020481342648 5039323 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=0 CPUtime=0.1 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020472950368 5039121 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=0 CPUtime=0.1 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020464557664 5039026 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=-1 CPUtime=0.1 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020456164960 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=0 CPUtime=0.1 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020447771832 5037843 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 76836 KiB

[startup+0.31073 s]*
/proc/loadavg: 8.00 8.10 8.44 9/200 13601
/proc/meminfo: memFree=30308284/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=76836 CPUtime=1.73 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 19748 0 0 0 171 2 0 0 20 0 9 0 437337365 706904064 19209 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19209 846 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=8317482817917895235 CPUtime=0.2 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 18 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020506521184 5038947 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=0 CPUtime=0.2 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 26 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020498128480 5038995 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=0 CPUtime=0.2 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 53 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020489735440 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=0 CPUtime=0.18 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 17 0 0 0 18 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020481342648 5039121 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=0 CPUtime=0.2 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 19 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020472949944 5039029 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=0 CPUtime=0.2 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 53 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020464557664 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=0 CPUtime=0.2 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 17 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020456164960 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=0 CPUtime=0.2 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 17 0 0 0 20 0 0 0 20 0 9 0 437337376 706904064 19209 33554432000 4194304 6211092 140735830148096 140020447771832 5039029 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 76836 KiB

[startup+0.700738 s]
/proc/loadavg: 8.00 8.10 8.44 9/200 13601
/proc/meminfo: memFree=30307924/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=77096 CPUtime=4.76 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 20013 0 0 0 474 2 0 0 20 0 9 0 437337365 706904064 19274 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19274 855 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=1056 CPUtime=0.58 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 65 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020506521184 5038992 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=1724 CPUtime=0.58 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 68 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020498128144 5039038 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=6044 CPUtime=0.58 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 53 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020489735440 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=14012 CPUtime=0.54 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 64 0 0 0 54 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020481341832 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=2116 CPUtime=0.58 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 58 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020472949352 5250289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=139894655379071 CPUtime=0.58 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 53 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020464557664 5039129 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=5860981295213602148 CPUtime=0.58 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 62 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020456164960 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=5860981295213602148 CPUtime=0.58 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 62 0 0 0 58 0 0 0 20 0 9 0 437337376 706904064 19274 33554432000 4194304 6211092 140735830148096 140020447771832 5083029 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 77096 KiB

[startup+1.50074 s]
/proc/loadavg: 8.00 8.10 8.44 9/200 13601
/proc/meminfo: memFree=30307660/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=78992 CPUtime=11.14 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 38910 0 0 0 1105 9 0 0 20 0 9 0 437337365 706904064 19748 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19748 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=0 CPUtime=1.38 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 2528 0 0 0 136 2 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020506520008 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=3054156605301691547 CPUtime=1.38 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 2381 0 0 0 138 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020498128144 5039038 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=279780478274080 CPUtime=1.37 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 2230 0 0 0 136 1 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020489735440 5039014 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=6199980755136892112 CPUtime=1.33 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 2597 0 0 0 133 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020481341832 5039029 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=4134930537816160314 CPUtime=1.38 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 2349 0 0 0 137 1 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020472949192 5039014 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=3624 CPUtime=1.38 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 2368 0 0 0 137 1 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020464556568 5037858 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=33252 CPUtime=1.38 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 2331 0 0 0 138 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020456163720 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=984 CPUtime=1.38 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 2598 0 0 0 138 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020447771160 5039026 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 78992 KiB

[startup+3.11073 s]
/proc/loadavg: 8.00 8.10 8.44 9/200 13601
/proc/meminfo: memFree=30309756/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=78992 CPUtime=23.99 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 38975 0 0 0 2390 9 0 0 20 0 9 0 437337365 706904064 19748 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19748 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=78992 CPUtime=2.99 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 2535 0 0 0 297 2 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020506520008 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=0 CPUtime=2.99 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 2395 0 0 0 299 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020498128144 5250289 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=78992 CPUtime=2.98 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 2242 0 0 0 297 1 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020489734680 5039561 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=0 CPUtime=2.91 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 2607 0 0 0 291 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020481341752 5039022 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=-7318199385855260611 CPUtime=2.99 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 2356 0 0 0 298 1 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020472949160 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=279780478108904 CPUtime=2.99 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 2368 0 0 0 298 1 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020464556568 5008831 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=60553603058410 CPUtime=2.99 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 2338 0 0 0 299 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020456163944 5039199 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=60553603058410 CPUtime=2.99 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 2606 0 0 0 299 0 0 0 20 0 9 0 437337376 706904064 19748 33554432000 4194304 6211092 140735830148096 140020447771240 5038990 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 23.99 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 78992 KiB

[startup+6.30073 s]
/proc/loadavg: 8.00 8.09 8.44 9/200 13601
/proc/meminfo: memFree=30309588/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79344 CPUtime=49.46 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 95654 0 0 0 4932 14 0 0 20 0 9 0 437337365 706904064 19836 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19836 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=3624 CPUtime=6.18 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 9601 0 0 0 616 2 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020506520008 5037843 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=78992 CPUtime=6.17 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 9905 0 0 0 617 0 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020498128144 5039014 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=79280 CPUtime=6.18 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 8908 0 0 0 616 2 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020489734680 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=4116487348374156736 CPUtime=6.05 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 9596 0 0 0 605 0 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020481342152 5039014 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=3618278838703094020 CPUtime=6.17 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 9261 0 0 0 616 1 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020472949160 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=279780478323136 CPUtime=6.18 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 9947 0 0 0 616 2 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020464556568 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=751379189527281969 CPUtime=6.17 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 9181 0 0 0 617 0 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020456163944 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=318629897897771364 CPUtime=6.17 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 9727 0 0 0 617 0 0 0 20 0 9 0 437337376 706904064 19836 33554432000 4194304 6211092 140735830148096 140020447771080 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 49.46 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79344 KiB

[startup+12.7007 s]
/proc/loadavg: 8.00 8.09 8.43 9/201 13603
/proc/meminfo: memFree=30307860/32770624 swapFree=66999392/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79352 CPUtime=100.57 cores=0-7

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

/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 20761 0 0 0 226166 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020489734856 5039038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=79500 CPUtime=2259.05 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 22621 0 0 0 225903 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020481341864 5038990 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=79500 CPUtime=2261.37 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 22328 0 0 0 226134 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020472949448 5039549 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=948 CPUtime=2261.81 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 22878 0 0 0 226178 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020464556536 5038947 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=79500 CPUtime=2261.36 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 19680 0 0 0 226134 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020456164040 5039536 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=3624 CPUtime=2234.19 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 22556 0 0 0 223417 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020447771336 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 18062.3 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79500 KiB

[startup+2322.3 s]
/proc/loadavg: 8.52 8.25 8.27 9/200 13778
/proc/meminfo: memFree=30309400/32770624 swapFree=66999408/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79500 CPUtime=18541.4 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 203464 0 0 0 1854112 28 0 0 20 0 9 0 437337365 706904064 19875 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19875 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=79500 CPUtime=2321.84 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 24205 0 0 0 232181 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020506520008 5039070 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=79500 CPUtime=2320.79 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 28318 0 0 0 232077 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020498127272 5038990 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=79500 CPUtime=2321.68 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 20857 0 0 0 232165 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020489734856 5037823 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=79500 CPUtime=2319.03 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 22747 0 0 0 231901 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020481341864 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=79500 CPUtime=2321.37 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 22426 0 0 0 232133 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020472949448 5039029 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=79500 CPUtime=2321.81 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 22967 0 0 0 232178 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020464556536 5039026 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=79500 CPUtime=2321.35 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 19771 0 0 0 232133 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020456164040 5079027 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=79500 CPUtime=2293.34 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 22645 0 0 0 229332 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020447771336 5039228 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 18541.4 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79500 KiB

[startup+2382.3 s]
/proc/loadavg: 8.67 8.33 8.30 9/200 13781
/proc/meminfo: memFree=30309928/32770624 swapFree=66999408/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79500 CPUtime=19020.5 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 204577 0 0 0 1902019 28 0 0 20 0 9 0 437337365 706904064 19875 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19875 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=79500 CPUtime=2381.84 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 24306 0 0 0 238180 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020506520008 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=79500 CPUtime=2380.78 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 28723 0 0 0 238076 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020498127272 5082431 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=79500 CPUtime=2381.68 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 20941 0 0 0 238165 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020489734856 5039217 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=0 CPUtime=2379.01 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 22872 0 0 0 237899 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020481341864 5038964 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=79500 CPUtime=2381.35 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 22509 0 0 0 238131 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020472949448 5037823 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=79500 CPUtime=2381.81 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 23092 0 0 0 238178 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020464556536 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=79500 CPUtime=2381.35 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 19872 0 0 0 238133 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020456164040 5039178 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=79500 CPUtime=2352.47 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 22734 0 0 0 235245 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020447771336 5038999 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 19020.5 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79500 KiB

[startup+2442.3 s]
/proc/loadavg: 8.30 8.28 8.29 9/201 13786
/proc/meminfo: memFree=30308500/32770624 swapFree=66999408/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79500 CPUtime=19499.5 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 205524 0 0 0 1949924 29 0 0 20 0 9 0 437337365 706904064 19875 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19875 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=79500 CPUtime=2441.82 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 24397 0 0 0 244178 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020506520008 5157993 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=79500 CPUtime=2440.77 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 28931 0 0 0 244075 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020498127272 5037854 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=79500 CPUtime=2441.66 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 21015 0 0 0 244163 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020489734856 5037759 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=79500 CPUtime=2439.01 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 23028 0 0 0 243899 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020481341864 5039022 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=79500 CPUtime=2441.32 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 22602 0 0 0 244128 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020472949448 5039121 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=79500 CPUtime=2441.8 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 23232 0 0 0 244177 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020464556536 5039145 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=79500 CPUtime=2441.34 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 19958 0 0 0 244132 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020456164040 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=3624 CPUtime=2411.62 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 22833 0 0 0 241159 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020447771336 5250234 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 19499.5 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79500 KiB

[startup+2502.3 s]
/proc/loadavg: 8.14 8.25 8.27 9/200 13789
/proc/meminfo: memFree=30309980/32770624 swapFree=66999408/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79500 CPUtime=19978.6 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 206485 0 0 0 1997830 29 0 0 20 0 9 0 437337365 706904064 19875 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19875 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=79500 CPUtime=2501.82 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 24554 0 0 0 250178 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020506520008 5039022 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=79500 CPUtime=2500.74 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 29109 0 0 0 250072 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020498127272 5074575 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=79500 CPUtime=2501.66 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 21095 0 0 0 250163 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020489734856 5390498 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=79500 CPUtime=2499.01 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 23128 0 0 0 249899 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020481341864 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=79500 CPUtime=2501.3 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 22697 0 0 0 250126 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020472949448 5076402 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=6935054825532540783 CPUtime=2501.8 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 23331 0 0 0 250177 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020464556536 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=1724 CPUtime=2501.33 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 20100 0 0 0 250131 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020456164040 5039121 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=79500 CPUtime=2470.76 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 22943 0 0 0 247073 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020447771336 5038990 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 19978.6 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79500 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.11 8.23 8.27 9/200 13789
/proc/meminfo: memFree=30309620/32770624 swapFree=66999408/67108860
[pid=13592] ppid=13589 vsize=690336 memory=79500 CPUtime=20120 cores=0-7
/proc/13592/stat : 13592 (cosoco) S 13589 13592 13434 0 -1 1077944320 206497 0 0 0 2011969 29 0 0 20 0 9 0 437337365 706904064 19875 33554432000 4194304 6211092 140735830148096 140735830146352 140020529663735 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
/proc/13592/statm: 172584 19875 857 493 0 165889 0
[pid=13592/tid=13594] ppid=13589 vsize=690336 memory=8317482817917895235 CPUtime=2519.53 cores=0-7
/proc/13592/task/13594/stat : 13594 (cosoco) R 13589 13592 13434 0 -1 4202560 24555 0 0 0 251949 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020506520008 5037823 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13595] ppid=13589 vsize=690336 memory=2832 CPUtime=2518.44 cores=0-7
/proc/13592/task/13595/stat : 13595 (cosoco) R 13589 13592 13434 0 -1 4202560 29116 0 0 0 251842 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020498127272 5037880 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13596] ppid=13589 vsize=690336 memory=79500 CPUtime=2519.37 cores=0-7
/proc/13592/task/13596/stat : 13596 (cosoco) R 13589 13592 13434 0 -1 4202560 21096 0 0 0 251934 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020489734856 5037744 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13597] ppid=13589 vsize=690336 memory=1164 CPUtime=2516.71 cores=0-7
/proc/13592/task/13597/stat : 13597 (cosoco) R 13589 13592 13434 0 -1 4202560 23128 0 0 0 251669 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020481341864 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13598] ppid=13589 vsize=690336 memory=8317482817917895235 CPUtime=2519 cores=0-7
/proc/13592/task/13598/stat : 13598 (cosoco) R 13589 13592 13434 0 -1 4202560 22699 0 0 0 251896 4 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020472949448 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13599] ppid=13589 vsize=690336 memory=1408 CPUtime=2519.5 cores=0-7
/proc/13592/task/13599/stat : 13599 (cosoco) R 13589 13592 13434 0 -1 4202560 23331 0 0 0 251947 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020464556536 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13600] ppid=13589 vsize=690336 memory=2832 CPUtime=2519.03 cores=0-7
/proc/13592/task/13600/stat : 13600 (cosoco) R 13589 13592 13434 0 -1 4202560 20101 0 0 0 251901 2 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020456164040 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
[pid=13592/tid=13601] ppid=13589 vsize=690336 memory=79500 CPUtime=2488.21 cores=0-7
/proc/13592/task/13601/stat : 13601 (cosoco) R 13589 13592 13434 0 -1 4202560 22943 0 0 0 248818 3 0 0 20 0 9 0 437337376 706904064 19875 33554432000 4194304 6211092 140735830148096 140020447771336 5037823 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 11431936 140735830152209 140735830152301 140735830152301 140735830155214 0
Current children cumulated CPU time: 20120 s
Current children cumulated vsize: 690336 KiB
Current children cumulated memory: 79500 KiB

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

[startup+2520.02 s]
# the end of solver process 13592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20119.8 s, system=0.295784 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): 20120.1
CPU user time (s): 20119.8
CPU system time (s): 0.295784
CPU usage (%): 798.409
Max. virtual memory (cumulated for all children) (KiB): 690336
Max. memory (cumulated for all children) (KiB): 79500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20119.8
system time used= 0.295784
maximum resident set size= 79756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206550
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= 196
involuntary context switches= 148022


# summary of solver processes directly reported to runsolver:
#   pid: 13592
#   total CPU time (s): 20120.1
#   total CPU user time (s): 20119.8
#   total CPU system time (s): 0.295784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6941 second user time and 22.2896 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 06:12:30
IDJOB=4398479
IDBENCH=135903
IDSOLVER=2851
FILE ID=node106/4398479-1568610829
RUNJOBID= node106-1568606727-13461
PBS_JOBID= 21703445
Free space on /tmp= 59112 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398479-1568610829/watcher-4398479-1568610829 -o /tmp/evaluation-result-4398479-1568610829/solver-4398479-1568610829 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568606727-13461 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398479-1568610829.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1845038660

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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:        30382644 kB
MemAvailable:   31891696 kB
Buffers:          213704 kB
Cached:          1584736 kB
SwapCached:         7992 kB
Active:           493304 kB
Inactive:        1318444 kB
Active(anon):      14364 kB
Inactive(anon):    42764 kB
Active(file):     478940 kB
Inactive(file):  1275680 kB
Unevictable:      107440 kB
Mlocked:          107440 kB
SwapTotal:      67108860 kB
SwapFree:       66999392 kB
Dirty:              2792 kB
Writeback:             0 kB
AnonPages:        112956 kB
Mapped:            42748 kB
Shmem:             35172 kB
Slab:             170108 kB
SReclaimable:     140532 kB
SUnreclaim:        29576 kB
KernelStack:        3440 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59108 MiB
End job on node106 at 2019-09-16 06:54:30