Trace number 4409961

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.0 parallelSAT (TO)67514 2012.38 252.02

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10a.xml
MD5SUMb58690ea851c8aad9573a552336d280c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67514
Best CPU time to get the best result obtained on this benchmark30.4709
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size35
Distribution of domain sizes[{"size":10,"count":10},{"size":35,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.00/0.02	c
0.00/0.02	c This is cosoco 2.00 --  
0.00/0.02	c
0.00/0.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409961-1569828667.xml 
0.00/0.02	c enable optimization
0.00/0.02	c ========================================[ Problem Statistics ]===========================================
0.00/0.02	c |                                                                                                       
0.00/0.02	c |  Parse time        :         0.01 s 
0.00/0.02	c |
0.00/0.02	c |               Variables: 110
0.00/0.02	c |            Domain Sizes: 10..35
0.00/0.02	c |
0.00/0.02	c |             Constraints: 47
0.00/0.02	c |                   Arity: 3..45  -- Ternary: 45
0.00/0.02	c | 
0.00/0.02	c |                   Types: 
0.00/0.02	c |                          All Different: 1
0.00/0.02	c |                          Extension: 45  (nb tuples: 90..90) -- (shared: 352)
0.00/0.02	c |                          Sum: 1
0.00/0.02	c |                          
0.00/0.02	c |               Objective: Minimize Sum
0.00/0.02	
0.00/0.02	c =========================================================================================================
0.00/0.02	c Parallel mode: Portfolio
0.00/0.02	c [pFactory][Group N°0] created (threads:8).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.02	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.02	c [pFactory][Group N°0] task 7 launched on thread 4.
0.00/0.02	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.02	c [pFactory][Group N°0] task 5 launched on thread 2.
0.00/0.02	c [pFactory][Group N°0] task 4 launched on thread 1.
0.00/0.02	c [pFactory][Group N°0] task 3 launched on thread 7.
0.00/0.02	c [pFactory][Group N°0] task 2 launched on thread 3.
0.00/0.02	c [pFactory][Group N°0] task 1 launched on thread 6.
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 5.
0.00/0.02	o 98982
0.00/0.02	o 97445
0.00/0.02	o 96732
0.00/0.02	o 91481
0.00/0.02	o 88853
0.00/0.02	o 88189
0.00/0.02	o 86385
0.00/0.02	o 85824
0.00/0.02	o 85202
0.00/0.02	o 83982
0.00/0.02	o 83522
0.00/0.03	o 80648
0.00/0.04	o 76638
0.75/0.13	o 74948
0.75/0.13	o 74881
0.75/0.13	o 74758
0.75/0.17	o 74350
1.61/0.25	o 72886
3.18/0.51	o 72317
6.23/0.84	o 70633
9.42/1.28	o 70030
11.81/2.04	o 69214
11.81/9.56	o 67945
197.63/24.82	o 67914
509.10/63.83	o 67820
534.72/67.09	o 67801
1045.89/131.07	o 67514
2012.29/252.01	
2012.29/252.01	c *** INTERRUPTED ***
2012.29/252.01	c call to solver        : 20
2012.29/252.01	c
2012.29/252.01	c restarts              : 255426      
2012.29/252.01	c conflicts             : 1532931      (762 /sec)
2012.29/252.01	c decisions             : 11801115     (5866 /sec)
2012.29/252.01	c propagations          : 555681924   (276191 /sec)
2012.29/252.01	c root propagations     : 1633        
2012.29/252.01	c filter calls          : 161541728      (80291 /sec)
2012.29/252.01	c useless filter calls  : 120217574      (74 %)
2012.29/252.01	c Memory used           : 605.72 MB
2012.29/252.01	c Best bound time (wc)  : 131.073 s
2012.29/252.01	c CPU time              : 2011.95 s
2012.29/252.01	c real time             : 252.014 s
2012.29/252.01	
2012.29/252.01	s SATISFIABLE
2012.29/252.01	c Best value found: 67514
2012.29/252.01	
2012.29/252.01	
2012.29/252.01	v <instantiation type='solution' cost='67514'>
2012.29/252.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] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
2012.29/252.02	v <values>* 10 61 76 21 45 82 12 57 0 * * 25 41 4 56 82 95 6 21 * * * 18 36 86 35 84 18 79 * * * * 39 69 91 1 59 40 * * * * * 91 26 0 36 89 * * * * * * 26 9 56 44 * * * * * * * 35 11 6 * * * * * * * * 85 63 * * * * * * * * * 75 * * * * * * * * * * 8 0 7 5 9 4 3 2 6 1 </values>
2012.29/252.02	v </instantiation>
2012.29/252.02	

Verifier Data

OK	67514

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409961-1569828667/watcher-4409961-1569828667 -o /tmp/evaluation-result-4409961-1569828667/solver-4409961-1569828667 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node121-1569816066-8013 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409961-1569828667.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9844, runsolver pid=9841

[startup+0.100448 s]*
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30750496/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=6856 CPUtime=0.75 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 2015 0 0 0 75 0 0 0 20 0 9 0 559129382 635138048 1714 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1714 853 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673739795728 5158008 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=4872558142750482497 CPUtime=0.09 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673731403024 5039199 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=140227495081600 CPUtime=0.09 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673723010320 5158038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=0 CPUtime=0.09 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673714617616 5039014 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=0 CPUtime=0.09 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673706224824 5394410 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=0 CPUtime=0.09 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673697832208 5193776 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=-1 CPUtime=0.09 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673689439416 5157804 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=0 CPUtime=0.08 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673681046800 5039038 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 6856 KiB

[startup+0.210446 s]*
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30750496/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=6856 CPUtime=1.61 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 2020 0 0 0 161 0 0 0 20 0 9 0 559129382 635138048 1714 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1714 853 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 14 0 0 0 19 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673739795728 5039295 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=2996194 CPUtime=0.2 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 20 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673731403024 5039022 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=140227495091330 CPUtime=0.2 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 20 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673723010320 5157594 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=-1 CPUtime=0.2 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 20 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673714617616 5038788 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=0 CPUtime=0.2 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 22 0 0 0 20 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673706224824 5155836 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=0 CPUtime=0.2 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 20 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673697832208 5039014 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=-1 CPUtime=0.2 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 10 0 0 0 20 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673689439416 5081379 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=0 CPUtime=0.18 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 11 0 0 0 18 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673681046800 5039650 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 6856 KiB

[startup+0.309445 s]*
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30750496/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=6856 CPUtime=2.39 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 2020 0 0 0 239 0 0 0 20 0 9 0 559129382 635138048 1714 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1714 853 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 14 0 0 0 29 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673739795728 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=4872558044660077418 CPUtime=0.3 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 30 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673731403024 5157568 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=0 CPUtime=0.3 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 30 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673723010320 5157999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=6944656592455359580 CPUtime=0.3 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 30 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673714617616 5158217 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=6656426216303648864 CPUtime=0.3 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 22 0 0 0 30 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673706224824 5158055 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=0 CPUtime=0.3 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 30 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673697832208 5250319 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=0 CPUtime=0.29 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 10 0 0 0 29 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673689439416 5390016 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=0 CPUtime=0.27 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 11 0 0 0 27 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673681046800 5038992 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 6856 KiB

[startup+0.70044 s]
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30750496/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=6856 CPUtime=5.44 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 2020 0 0 0 542 2 0 0 20 0 9 0 559129382 635138048 1714 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1714 853 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=-7035114785800479027 CPUtime=0.67 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 14 0 0 0 67 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673739795728 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=1764 CPUtime=0.68 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673731403024 5035216 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=111632 CPUtime=0.68 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 68 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673723010320 5157576 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=804 CPUtime=0.68 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673714617616 5035232 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=1804 CPUtime=0.68 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673706224824 5397136 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=920 CPUtime=0.68 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 13 0 0 0 68 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673697832208 5039149 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=7100839861465685612 CPUtime=0.67 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 10 0 0 0 66 1 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673689439416 5394168 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=3054156605268465310 CPUtime=0.63 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 11 0 0 0 63 0 0 0 20 0 9 0 559129384 635138048 1714 33554432000 4194304 6211132 140721618764128 140673681046800 5155832 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 6856 KiB

[startup+1.50044 s]
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30749968/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7244 CPUtime=11.81 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 2946 0 0 0 1177 4 0 0 20 0 9 0 559129382 635138048 1811 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1811 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=1804 CPUtime=1.47 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 132 0 0 0 147 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673739795728 5193763 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=920 CPUtime=1.48 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 110 0 0 0 148 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673731403024 5193776 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7100839861465685612 CPUtime=1.48 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 131 0 0 0 148 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673723010320 5250307 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=0 CPUtime=1.48 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 148 0 0 0 148 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673714617616 5396518 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=6656426216303648864 CPUtime=1.48 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 93 0 0 0 148 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673706224912 5008827 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7598811100138176585 CPUtime=1.47 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 154 0 0 0 147 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673697832208 5079284 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=2996584 CPUtime=1.47 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 64 0 0 0 144 3 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673689439416 5158217 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=0 CPUtime=1.42 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 201 0 0 0 142 0 0 0 20 0 9 0 559129384 635138048 1811 33554432000 4194304 6211132 140721618764128 140673681046800 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 11.81 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7244 KiB

[startup+9.66445 s]
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30749968/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=77.03 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 5695 0 0 0 7679 24 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=3544392517689037162 CPUtime=9.64 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 511 0 0 0 964 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5035270 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=6935651454800449616 CPUtime=9.64 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 477 0 0 0 964 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5250325 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7161685920082121064 CPUtime=9.64 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 383 0 0 0 962 2 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5039295 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=3620 CPUtime=9.64 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 517 0 0 0 964 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=10660 CPUtime=9.64 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 446 0 0 0 964 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5250311 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=2004 CPUtime=9.63 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 493 0 0 0 963 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697832208 5039118 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=984 CPUtime=9.56 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 407 0 0 0 935 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439416 5250316 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=1436 CPUtime=9.59 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 548 0 0 0 959 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046800 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 77.03 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB

[startup+9.70145 s]
/proc/loadavg: 1.18 4.14 6.88 9/200 9853
/proc/meminfo: memFree=30749968/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=77.33 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 5697 0 0 0 7709 24 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=1804 CPUtime=9.67 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 512 0 0 0 967 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5158055 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=920 CPUtime=9.68 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 478 0 0 0 968 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5250499 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7100839861465685612 CPUtime=9.67 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 383 0 0 0 965 2 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5081371 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=0 CPUtime=9.68 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 517 0 0 0 968 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5394218 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0

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

/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 574 0 0 0 2510 19 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5157620 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=2029 CPUtime=25.43 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 807 0 0 0 2543 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5250319 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=2018 CPUtime=25.47 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 789 0 0 0 2547 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5250330 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7292 CPUtime=25.41 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 800 0 0 0 2541 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697832208 5039118 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=7292 CPUtime=25.39 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 635 0 0 0 2518 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439416 5158032 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=140227394199729 CPUtime=25.22 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 910 0 0 0 2522 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046800 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 203.21 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB

[startup+51.1104 s]
/proc/loadavg: 5.86 4.99 7.03 9/199 9861
/proc/meminfo: memFree=31914920/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=407.73 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 9327 0 0 0 40731 42 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=7292 CPUtime=51.07 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 945 0 0 0 5107 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5250325 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=7292 CPUtime=51.09 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 950 0 0 0 5109 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5079432 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7292 CPUtime=50.89 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 719 0 0 0 5070 19 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5158217 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=7292 CPUtime=51.04 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 965 0 0 0 5104 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5155832 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=7292 CPUtime=51.08 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 982 0 0 0 5108 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5193776 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7292 CPUtime=51.02 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 962 0 0 0 5102 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697832208 5080348 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=1028 CPUtime=51 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 781 0 0 0 5079 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439416 5250316 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=1060 CPUtime=50.49 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 1110 0 0 0 5049 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046800 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 407.73 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB

[startup+102.3 s]
/proc/loadavg: 7.56 5.58 7.12 9/199 9864
/proc/meminfo: memFree=31914968/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=816.59 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 11034 0 0 0 81616 43 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=7292 CPUtime=102.25 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 1131 0 0 0 10225 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5009258 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=7292 CPUtime=102.27 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 1213 0 0 0 10227 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5394362 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7292 CPUtime=102.08 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 915 0 0 0 10189 19 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5082435 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=7292 CPUtime=102.22 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 1192 0 0 0 10222 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5037744 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=7292 CPUtime=102.26 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 1254 0 0 0 10226 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5156148 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7292 CPUtime=102.2 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 1188 0 0 0 10220 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697832208 5039022 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=7292 CPUtime=102.17 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 926 0 0 0 10196 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439416 5250319 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=0 CPUtime=101.07 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 1302 0 0 0 10107 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046800 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 816.59 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB

[startup+162.3 s]
/proc/loadavg: 7.84 6.02 7.18 9/199 9867
/proc/meminfo: memFree=31914804/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=1295.81 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 11976 0 0 0 129538 43 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=7292 CPUtime=162.24 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 1224 0 0 0 16224 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5193780 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=7292 CPUtime=162.26 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 1317 0 0 0 16226 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5250321 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7292 CPUtime=162.07 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 1076 0 0 0 16188 19 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5158038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=7292 CPUtime=162.21 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 1351 0 0 0 16221 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5250256 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=7292 CPUtime=162.26 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 1340 0 0 0 16226 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5008844 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7292 CPUtime=162.19 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 1342 0 0 0 16219 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697832208 5155836 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=0 CPUtime=162.16 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 1022 0 0 0 16195 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439416 5158052 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=7292 CPUtime=160.34 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 1391 0 0 0 16034 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046800 5250316 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 1295.81 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB

[startup+222.3 s]
/proc/loadavg: 7.94 6.38 7.23 9/199 9870
/proc/meminfo: memFree=31914416/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=1775.02 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 13371 0 0 0 177459 43 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=7292 CPUtime=222.23 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 1387 0 0 0 22223 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5250319 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=7292 CPUtime=222.26 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 1490 0 0 0 22226 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5039261 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=7292 CPUtime=222.06 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 1210 0 0 0 22187 19 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5250325 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=7292 CPUtime=222.21 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 1519 0 0 0 22221 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5250321 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=3620 CPUtime=222.25 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 1542 0 0 0 22225 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5250497 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7292 CPUtime=222.18 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 1554 0 0 0 22218 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697831952 5158055 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=7292 CPUtime=222.15 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 1176 0 0 0 22194 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439248 5156246 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=10664 CPUtime=219.62 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 1580 0 0 0 21962 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046544 5158008 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 1775.02 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 7.96 6.54 7.25 9/199 9873
/proc/meminfo: memFree=31914924/32770624 swapFree=66993532/67108860
[pid=9844] ppid=9841 vsize=620252 memory=7292 CPUtime=2012.29 cores=0-7
/proc/9844/stat : 9844 (cosoco) S 9841 9844 7986 0 -1 1077944320 14049 0 0 0 201186 43 0 0 20 0 9 0 559129382 635138048 1823 33554432000 4194304 6211132 140721618764128 140721618762384 140673762938615 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
/proc/9844/statm: 155063 1823 864 493 0 148368 0
[pid=9844/tid=9846] ppid=9841 vsize=620252 memory=1398722017469774279 CPUtime=251.94 cores=0-7
/proc/9844/task/9846/stat : 9846 (cosoco) R 9841 9844 7986 0 -1 4202560 1470 0 0 0 25194 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673739795728 5078803 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9847] ppid=9841 vsize=620252 memory=4872558044660077418 CPUtime=251.96 cores=0-7
/proc/9844/task/9847/stat : 9847 (cosoco) R 9841 9844 7986 0 -1 4202560 1564 0 0 0 25196 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673731403024 5039536 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9848] ppid=9841 vsize=620252 memory=9520 CPUtime=251.76 cores=0-7
/proc/9844/task/9848/stat : 9848 (cosoco) R 9841 9844 7986 0 -1 4202560 1289 0 0 0 25157 19 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673723010320 5250319 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9849] ppid=9841 vsize=620252 memory=14008 CPUtime=251.91 cores=0-7
/proc/9844/task/9849/stat : 9849 (cosoco) R 9841 9844 7986 0 -1 4202560 1599 0 0 0 25191 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673714617616 5250304 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9850] ppid=9841 vsize=620252 memory=7292 CPUtime=251.95 cores=0-7
/proc/9844/task/9850/stat : 9850 (cosoco) R 9841 9844 7986 0 -1 4202560 1632 0 0 0 25195 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673706224912 5009218 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9851] ppid=9841 vsize=620252 memory=7292 CPUtime=251.88 cores=0-7
/proc/9844/task/9851/stat : 9851 (cosoco) R 9841 9844 7986 0 -1 4202560 1631 0 0 0 25188 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673697831952 5158035 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9852] ppid=9841 vsize=620252 memory=-7035114785800479027 CPUtime=251.86 cores=0-7
/proc/9844/task/9852/stat : 9852 (cosoco) R 9841 9844 7986 0 -1 4202560 1264 0 0 0 25165 21 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673689439168 5250325 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
[pid=9844/tid=9853] ppid=9841 vsize=620252 memory=756 CPUtime=248.95 cores=0-7
/proc/9844/task/9853/stat : 9853 (cosoco) R 9841 9844 7986 0 -1 4202560 1687 0 0 0 24895 0 0 0 20 0 9 0 559129384 635138048 1823 33554432000 4194304 6211132 140721618764128 140673681046544 5186301 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33816576 140721618773014 140721618773106 140721618773106 140721618776014 0
Current children cumulated CPU time: 2012.29 s
Current children cumulated vsize: 620252 KiB
Current children cumulated memory: 7292 KiB

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

[startup+252.02 s]
# the end of solver process 9844 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2011.95 s, system=0.43479 s

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

Child status: 1
Real time (s): 252.02
CPU time (s): 2012.38
CPU user time (s): 2011.95
CPU system time (s): 0.43479
CPU usage (%): 798.5
Max. virtual memory (cumulated for all children) (KiB): 620252
Max. memory (cumulated for all children) (KiB): 7292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2011.95
system time used= 0.43479
maximum resident set size= 7500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14094
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= 58
involuntary context switches= 17784


# summary of solver processes directly reported to runsolver:
#   pid: 9844
#   total CPU time (s): 2012.38
#   total CPU user time (s): 2011.95
#   total CPU system time (s): 0.43479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.14749 second user time and 1.81226 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-30 09:30:25
IDJOB=4409961
IDBENCH=123062
IDSOLVER=2878
FILE ID=node121/4409961-1569828667
RUNJOBID= node121-1569816066-8013
PBS_JOBID= 21705901
Free space on /tmp= 61472 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10a.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409961-1569828667/watcher-4409961-1569828667 -o /tmp/evaluation-result-4409961-1569828667/solver-4409961-1569828667 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node121-1569816066-8013 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409961-1569828667.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=672976568

node121.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.75
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.75
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.75
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.75
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:        30753068 kB
MemAvailable:   31858484 kB
Buffers:           69660 kB
Cached:          1353216 kB
SwapCached:         4524 kB
Active:           145688 kB
Inactive:        1286304 kB
Active(anon):       3992 kB
Inactive(anon):    80044 kB
Active(file):     141696 kB
Inactive(file):  1206260 kB
Unevictable:      109564 kB
Mlocked:          109564 kB
SwapTotal:      67108860 kB
SwapFree:       66993532 kB
Dirty:            948588 kB
Writeback:         80880 kB
AnonPages:        122512 kB
Mapped:            27892 kB
Shmem:             66168 kB
Slab:             176228 kB
SReclaimable:     146592 kB
SUnreclaim:        29636 kB
KernelStack:        3120 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     541236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node121 at 2019-09-30 09:34:37