Trace number 4409627

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 parallelOPT5549 401.989 50.3636

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr18a.xml
MD5SUM7a8b402fb105147dc13a1900b7358194
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5549
Best CPU time to get the best result obtained on this benchmark12.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints18
Number of domains2
Minimum domain size18
Maximum domain size75
Distribution of domain sizes[{"size":18,"count":18},{"size":75,"count":17}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":307},{"degree":2,"count":24},{"degree":3,"count":6},{"degree":4,"count":5}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":17},{"arity":18,"count":1}]
Number of extensional constraints17
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":17},{"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.03	c
0.00/0.03	c This is cosoco 2.00 --  
0.00/0.03	c
0.00/0.03	c command line: cosoco -model -nbcores=8 HOME/instance-4409627-1569821644.xml 
0.00/0.03	c enable optimization
0.00/0.03	c ========================================[ Problem Statistics ]===========================================
0.00/0.03	c |                                                                                                       
0.00/0.03	c |  Parse time        :         0.02 s 
0.00/0.03	c |
0.00/0.03	c |               Variables: 342
0.00/0.03	c |            Domain Sizes: 18..75
0.00/0.03	c |
0.00/0.03	c |             Constraints: 19
0.00/0.03	c |                   Arity: 3..18  -- Ternary: 17
0.00/0.03	c | 
0.00/0.03	c |                   Types: 
0.00/0.03	c |                          All Different: 1
0.00/0.03	c |                          Extension: 17  (nb tuples: 306..306) -- (shared: 128)
0.00/0.03	c |                          Sum: 1
0.00/0.03	c |                          
0.00/0.03	c |               Objective: Minimize Sum
0.00/0.03	
0.00/0.03	c =========================================================================================================
0.00/0.03	c Parallel mode: Portfolio
0.00/0.03	c [pFactory][Group N°0] created (threads:8).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.03	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.03	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.03	c [pFactory][Group N°0] task 7 launched on thread 0.
0.00/0.03	c [pFactory][Group N°0] task 6 launched on thread 2.
0.00/0.03	c [pFactory][Group N°0] task 5 launched on thread 5.
0.00/0.03	c [pFactory][Group N°0] task 4 launched on thread 4.
0.00/0.03	c [pFactory][Group N°0] task 3 launched on thread 6.
0.00/0.03	c [pFactory][Group N°0] task 2 launched on thread 3.
0.00/0.03	c [pFactory][Group N°0] task 1 launched on thread 1.
0.00/0.03	o 29362
0.00/0.03	o 22550
0.00/0.03	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.03	o 22338
0.00/0.04	o 20121
0.00/0.05	o 13100
0.00/0.05	o 10942
0.00/0.05	o 10850
0.00/0.05	o 10495
0.00/0.07	o 10170
0.00/0.08	o 10007
0.00/0.09	o 9999
0.00/0.10	o 9420
0.69/0.16	o 9362
0.69/0.19	o 9340
0.69/0.21	o 8906
1.53/0.30	o 8877
1.53/0.32	o 8865
2.33/0.35	o 8536
2.33/0.37	o 8358
2.33/0.40	o 8285
3.13/0.44	o 8208
3.93/0.56	o 8122
3.93/0.59	o 7978
4.67/0.64	o 7886
4.67/0.66	o 7699
6.11/0.83	o 7620
8.57/1.16	o 7531
8.57/1.18	o 7273
9.30/1.28	o 7157
10.90/1.48	o 6905
12.50/1.63	o 6903
12.50/1.64	o 6580
17.29/2.22	o 6105
26.87/3.40	o 5884
38.06/4.88	o 5865
38.06/4.89	o 5804
67.60/8.55	o 5631
129.14/16.24	o 5571
159.53/20.04	o 5549
401.49/50.36	c [pFactory][Group N°0] concurent mode: thread 5 has won with the task 5.
401.49/50.36	c [pFactory][Group N°0] Thread N°0 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°1 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°2 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°3 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°4 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°5 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°6 is joined.
401.49/50.36	c [pFactory][Group N°0] Thread N°7 is joined.
401.49/50.36	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°5)
401.49/50.36	s OPTIMUM FOUND
401.49/50.36	c call to solver        : 34
401.49/50.36	c
401.49/50.36	c restarts              : 80398       
401.49/50.36	c conflicts             : 515343       (1282 /sec)
401.49/50.36	c decisions             : 1191356      (2964 /sec)
401.49/50.36	c propagations          : 164875203   (410180 /sec)
401.49/50.36	c root propagations     : 17          
401.49/50.36	c filter calls          : 14806576       (36836 /sec)
401.49/50.36	c useless filter calls  : 7699786        (52 %)
401.49/50.36	c Memory used           : 583.88 MB
401.49/50.36	c Best bound time (wc)  : 20.0398 s
401.49/50.36	c CPU time              : 401.958 s
401.49/50.36	c real time             : 50.3564 s
401.49/50.36	
401.49/50.36	
401.49/50.36	v <instantiation type='solution' cost='5549'>
401.49/50.36	v <list>d[0][0] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] 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[10][0] d[10][10] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][1] d[10][2] d[10][3] d[10][4] d[10][5] d[10][6] d[10][7] d[10][8] d[10][9] d[11][0] d[11][10] d[11][11] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][1] d[11][2] d[11][3] d[11][4] d[11][5] d[11][6] d[11][7] d[11][8] d[11][9] d[12][0] d[12][10] d[12][11] d[12][12] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][1] d[12][2] d[12][3] d[12][4] d[12][5] d[12][6] d[12][7] d[12][8] d[12][9] d[13][0] d[13][10] d[13][11] d[13][12] d[13][13] d[13][14] d[13][15] d[13][16] d[13][17] d[13][1] d[13][2] d[13][3] d[13][4] d[13][5] d[13][6] d[13][7] d[13][8] d[13][9] d[14][0] d[14][10] d[14][11] d[14][12] d[14][13] d[14][14] d[14][15] d[14][16] d[14][17] d[14][1] d[14][2] d[14][3] d[14][4] d[14][5] d[14][6] d[14][7] d[14][8] d[14][9] d[15][0] d[15][10] d[15][11] d[15][12] d[15][13] d[15][14] d[15][15] d[15][16] d[15][17] d[15][1] d[15][2] d[15][3] d[15][4] d[15][5] d[15][6] d[15][7] d[15][8] d[15][9] d[16][0] d[16][10] d[16][11] d[16][12] d[16][13] d[16][14] d[16][15] d[16][16] d[16][17] d[16][1] d[16][2] d[16][3] d[16][4] d[16][5] d[16][6] d[16][7] d[16][8] d[16][9] d[17][0] d[17][10] d[17][11] d[17][12] d[17][13] d[17][14] d[17][15] d[17][16] d[17][17] d[17][1] d[17][2] d[17][3] d[17][4] d[17][5] d[17][6] d[17][7] d[17][8] d[17][9] d[1][0] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] 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][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] 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][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] 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][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] 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][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] 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][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] 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][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] 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][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] 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][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] 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[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
401.49/50.36	v <values>* * * * * * * * * 1 3 2 * * * * * * * * * * 16 4 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 12 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 14 * * * * * * * * * * * * * * * * * * 13 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 13 19 * * * * * * * * * * * * * * * * * * 12 12 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 4 * * * * * * * * * * * * * * * * * * 43 * 1 * * * * * * * * * * * * * * * * * * 1 2 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 2 7 6 16 13 8 15 14 1 12 5 3 17 11 9 4 0 10 </values>
401.49/50.36	v </instantiation>
401.49/50.36	

Verifier Data

OK	5549

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409627-1569821644/watcher-4409627-1569821644 -o /tmp/evaluation-result-4409627-1569821644/solver-4409627-1569821644 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1569818084-23682 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409627-1569821644.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24211, runsolver pid=24208
Current StackSize limit: 8192 KiB


[startup+0.109971 s]*
/proc/loadavg: 8.42 8.48 7.89 9/201 24220
/proc/meminfo: memFree=30477224/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17404 CPUtime=0.69 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 4628 0 0 0 68 1 0 0 20 0 9 0 558078248 645812224 4351 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4351 860 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898029255952 5389440 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=4872558142750483006 CPUtime=0.08 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 5 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898020863584 5390016 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=139878843586176 CPUtime=0.08 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898012470544 5389408 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=0 CPUtime=0.08 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898004078176 5039240 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=0 CPUtime=0.07 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897995685136 5158060 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=0 CPUtime=0.08 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897987292432 5397281 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=-1 CPUtime=0.08 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897978900064 5038992 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=0 CPUtime=0.08 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897970507360 5397262 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17404 KiB

[startup+0.215969 s]*
/proc/loadavg: 8.42 8.48 7.89 10/201 24220
/proc/meminfo: memFree=30477408/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17404 CPUtime=1.53 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 4635 0 0 0 152 1 0 0 20 0 9 0 558078248 645812224 4351 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4351 860 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=4281629371440460426 CPUtime=0.19 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 29 0 0 0 19 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898029255952 5039132 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=4872558142750483006 CPUtime=0.19 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 19 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898020862992 5038982 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=139878843586176 CPUtime=0.19 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 18 0 0 0 19 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898012470544 5393072 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=0 CPUtime=0.18 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 18 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898004077712 5039189 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=0 CPUtime=0.17 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 17 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897995685136 5193786 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=0 CPUtime=0.19 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 7 0 0 0 19 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897987292432 5082393 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=-1 CPUtime=0.19 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 19 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897978899728 5037744 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=0 CPUtime=0.18 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 18 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897970506712 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17404 KiB

[startup+0.316971 s]*
/proc/loadavg: 8.42 8.48 7.89 9/201 24220
/proc/meminfo: memFree=30477408/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17404 CPUtime=2.33 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 4647 0 0 0 232 1 0 0 20 0 9 0 558078248 645812224 4351 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4351 860 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=0 CPUtime=0.29 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898029255952 5250491 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=4872558142750483006 CPUtime=0.29 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 29 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898020862992 5158038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=139878843586176 CPUtime=0.29 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 18 0 0 0 29 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898012470544 5186242 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=-1 CPUtime=0.29 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 29 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898004077712 139898036358117 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=0 CPUtime=0.26 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 26 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897995685136 5074364 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=0 CPUtime=0.29 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 13 0 0 0 29 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897987292432 5035232 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=2208 CPUtime=0.29 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 29 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897978899728 5039022 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=0 CPUtime=0.28 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 28 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897970506712 5394190 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17404 KiB

[startup+0.700965 s]
/proc/loadavg: 8.42 8.48 7.89 9/201 24220
/proc/meminfo: memFree=30477408/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17404 CPUtime=5.31 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 4649 0 0 0 530 1 0 0 20 0 9 0 558078248 645812224 4351 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4351 860 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=139883138553471 CPUtime=0.66 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 30 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898029255952 5039328 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=0 CPUtime=0.66 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898020862992 5081404 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=0 CPUtime=0.66 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 19 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898012470544 5157172 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=0 CPUtime=0.66 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139898004077840 5158069 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=0 CPUtime=0.62 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 62 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897995685136 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=4000 CPUtime=0.66 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 13 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897987292432 5082376 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=7548 CPUtime=0.66 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 12 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897978899728 5037825 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=2832 CPUtime=0.66 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 6 0 0 0 66 0 0 0 20 0 9 0 558078252 645812224 4351 33554432000 4194304 6211132 140726802061936 139897970506712 5250304 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17404 KiB

[startup+1.50097 s]
/proc/loadavg: 8.42 8.48 7.89 9/201 24220
/proc/meminfo: memFree=30477408/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17820 CPUtime=11.7 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 8177 0 0 0 1168 2 0 0 20 0 9 0 558078248 645812224 4455 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4455 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=0 CPUtime=1.46 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 249 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139898029255952 5250319 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=0 CPUtime=1.46 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 409 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139898020862992 5039161 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=0 CPUtime=1.46 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 432 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139898012470288 5250333 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=0 CPUtime=1.46 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 547 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139898004077584 5082393 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=6943526294502006880 CPUtime=1.4 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 448 0 0 0 140 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139897995684880 5250330 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=6944656575208382560 CPUtime=1.46 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 456 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139897987292432 5039193 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=6655300316396806240 CPUtime=1.46 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 593 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139897978899728 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=126 CPUtime=1.46 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 498 0 0 0 146 0 0 0 20 0 9 0 558078252 645812224 4455 33554432000 4194304 6211132 140726802061936 139897970506880 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 11.7 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17820 KiB

[startup+3.10997 s]
/proc/loadavg: 8.42 8.48 7.89 9/201 24220
/proc/meminfo: memFree=30476972/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17868 CPUtime=24.54 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 11162 0 0 0 2452 2 0 0 20 0 9 0 558078248 645812224 4467 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4467 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=0 CPUtime=3.07 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 395 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139898029255808 5082389 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=17820 CPUtime=3.07 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 815 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139898020862992 5193786 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=17820 CPUtime=3.07 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 791 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139898012470544 5078748 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=0 CPUtime=3.07 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 959 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139898004077584 5158052 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=17404 CPUtime=2.99 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 853 0 0 0 299 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139897995684992 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=6268 CPUtime=3.07 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 852 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139897987292288 5039376 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=0 CPUtime=3.07 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 1027 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139897978899728 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=0 CPUtime=3.07 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 925 0 0 0 307 0 0 0 20 0 9 0 558078252 645812224 4467 33554432000 4194304 6211132 140726802061936 139897970506880 5078899 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 24.54 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17868 KiB

[startup+6.30096 s]
/proc/loadavg: 7.91 8.38 7.86 9/201 24220
/proc/meminfo: memFree=30476312/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17892 CPUtime=50.02 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 18192 0 0 0 5000 2 0 0 20 0 9 0 558078248 645812224 4473 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4473 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=0 CPUtime=6.25 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 873 0 0 0 625 0 0 0 20 0 9 0 558078252 645812224 4473 33554432000 4194304 6211132 140726802061936 139898029255952 5389440 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=0 CPUtime=6.26 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 1700 0 0 0 626 0 0 0 20 0 9 0 558078252 645812224 4473 33554432000 4194304 6211132 140726802061936 139898020862992 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=17868 CPUtime=6.26 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 1643 0 0 0 626 0 0 0 20 0 9 0 558078252 645812224 4473 33554432000 4194304 6211132 140726802061936 139898012470400 5037801 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=17868 CPUtime=6.25 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2000 0 0 0 625 0 0 0 20 0 9 0 558078252 645812224 4473 33554432000 4194304 6211132 140726802061936 139898004077584 5035352 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0

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

Current children cumulated CPU time: 306.43 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

[startup+44.801 s]
/proc/loadavg: 7.95 8.33 7.87 9/201 24222
/proc/meminfo: memFree=30480052/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17960 CPUtime=357.56 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 27905 0 0 0 35754 2 0 0 20 0 9 0 558078248 645812224 4490 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4490 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=2012 CPUtime=44.28 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 1439 0 0 0 4428 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898029255696 5207536 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=3616 CPUtime=44.75 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 3337 0 0 0 4475 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898020862992 5250321 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=10408 CPUtime=44.75 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 2381 0 0 0 4475 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898012470400 5039022 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=17916 CPUtime=44.76 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2828 0 0 0 4476 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898004077584 5082724 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=17960 CPUtime=44.65 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 3640 0 0 0 4465 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897995684992 5078812 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=17960 CPUtime=44.76 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 2659 0 0 0 4476 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897987292432 5039038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=288230596050944315 CPUtime=44.76 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 3396 0 0 0 4476 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897978899472 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=17960 CPUtime=44.76 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 3680 0 0 0 4476 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897970506768 5039038 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 357.56 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

[startup+48.001 s]*
/proc/loadavg: 7.95 8.33 7.87 9/201 24222
/proc/meminfo: memFree=30480316/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17960 CPUtime=383.18 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 27909 0 0 0 38316 2 0 0 20 0 9 0 558078248 645812224 4490 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4490 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=1096 CPUtime=47.44 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 1440 0 0 0 4744 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898029255696 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=14008 CPUtime=47.96 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 3337 0 0 0 4796 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898020862992 5250321 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=17960 CPUtime=47.96 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 2381 0 0 0 4796 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898012470400 5074429 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=4872558044660077418 CPUtime=47.97 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2829 0 0 0 4797 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898004077584 5250330 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=12028 CPUtime=47.86 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 3640 0 0 0 4786 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897995684992 5081337 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=532 CPUtime=47.97 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 2659 0 0 0 4797 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897987292432 5186208 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=1564 CPUtime=47.97 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 3397 0 0 0 4797 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897978899472 5039213 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=3616 CPUtime=47.97 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 3681 0 0 0 4797 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897970506768 5039328 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 383.18 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

[startup+49.601 s]
/proc/loadavg: 7.96 8.32 7.87 9/201 24222
/proc/meminfo: memFree=30480440/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17960 CPUtime=395.9 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 27914 0 0 0 39588 2 0 0 20 0 9 0 558078248 645812224 4490 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4490 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=6935054825532540783 CPUtime=49.02 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 1440 0 0 0 4902 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898029255696 5037858 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=0 CPUtime=49.56 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 3339 0 0 0 4956 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898020862992 5081771 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=2832 CPUtime=49.55 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 2382 0 0 0 4955 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898012470400 5075560 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=1224 CPUtime=49.56 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2829 0 0 0 4956 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898004077584 5039247 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=17960 CPUtime=49.45 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 3640 0 0 0 4945 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897995684992 5186208 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=988 CPUtime=49.56 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 2659 0 0 0 4956 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897987292432 5079076 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=17960 CPUtime=49.56 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 3398 0 0 0 4956 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897978899472 5250491 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=1440 CPUtime=49.56 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 3682 0 0 0 4956 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897970506768 5250482 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 395.9 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

[startup+50.001 s]*
/proc/loadavg: 7.96 8.32 7.87 9/201 24222
/proc/meminfo: memFree=30480440/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17960 CPUtime=399.16 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 27915 0 0 0 39914 2 0 0 20 0 9 0 558078248 645812224 4490 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4490 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=1398722017469774279 CPUtime=49.42 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 1441 0 0 0 4942 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898029255696 5156148 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=4872558044660077418 CPUtime=49.96 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 3339 0 0 0 4996 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898020862992 5156014 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=0 CPUtime=49.96 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 2382 0 0 0 4996 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898012470400 5078752 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=303148748257886234 CPUtime=49.97 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2829 0 0 0 4997 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898004077584 5156165 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=288230596050944315 CPUtime=49.86 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 3640 0 0 0 4986 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897995684992 5250307 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=15816698942984824 CPUtime=49.97 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 2659 0 0 0 4997 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897987292432 5076431 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=0 CPUtime=49.97 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 3398 0 0 0 4997 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897978899472 5074403 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=0 CPUtime=49.97 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 3682 0 0 0 4997 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897970506768 5193776 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 399.16 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

[startup+50.205 s]
/proc/loadavg: 7.96 8.32 7.87 9/201 24222
/proc/meminfo: memFree=30480440/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17960 CPUtime=400.72 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 27916 0 0 0 40070 2 0 0 20 0 9 0 558078248 645812224 4490 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4490 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=288230596050944315 CPUtime=49.61 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 1441 0 0 0 4961 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898029255696 5158055 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=15816698942984824 CPUtime=50.16 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 3339 0 0 0 5016 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898020862992 5158060 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=303148748257886234 CPUtime=50.15 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 2382 0 0 0 5015 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898012470400 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=288230596050944315 CPUtime=50.16 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2830 0 0 0 5016 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898004077584 5074457 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=15816698942984824 CPUtime=50.06 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 3640 0 0 0 5006 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897995684992 5039029 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=4000 CPUtime=50.17 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 2659 0 0 0 5017 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897987292432 5158052 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=6935054825532540783 CPUtime=50.17 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 3398 0 0 0 5017 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897978899472 5157250 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=17960 CPUtime=50.17 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 3682 0 0 0 5017 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897970506768 5035263 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 400.72 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

[startup+50.301 s]
/proc/loadavg: 7.96 8.32 7.87 9/201 24222
/proc/meminfo: memFree=30480440/32770624 swapFree=67002424/67108860
[pid=24211] ppid=24208 vsize=630676 memory=17960 CPUtime=401.49 cores=0-7
/proc/24211/stat : 24211 (cosoco) S 24208 24211 23655 0 -1 1077944320 27920 0 0 0 40147 2 0 0 20 0 9 0 558078248 645812224 4490 33554432000 4194304 6211132 140726802061936 140726802060192 139898052398839 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
/proc/24211/statm: 157669 4490 870 493 0 150974 0
[pid=24211/tid=24213] ppid=24208 vsize=630676 memory=17960 CPUtime=49.71 cores=0-7
/proc/24211/task/24213/stat : 24213 (cosoco) R 24208 24211 23655 0 -1 4202560 1441 0 0 0 4971 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898029255696 5082735 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24214] ppid=24208 vsize=630676 memory=17960 CPUtime=50.26 cores=0-7
/proc/24211/task/24214/stat : 24214 (cosoco) R 24208 24211 23655 0 -1 4202560 3340 0 0 0 5026 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898020862992 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24215] ppid=24208 vsize=630676 memory=17960 CPUtime=50.25 cores=0-7
/proc/24211/task/24215/stat : 24215 (cosoco) R 24208 24211 23655 0 -1 4202560 2383 0 0 0 5025 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898012470400 5039210 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24216] ppid=24208 vsize=630676 memory=17960 CPUtime=50.26 cores=0-7
/proc/24211/task/24216/stat : 24216 (cosoco) R 24208 24211 23655 0 -1 4202560 2830 0 0 0 5026 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139898004077584 5039199 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24217] ppid=24208 vsize=630676 memory=17960 CPUtime=50.15 cores=0-7
/proc/24211/task/24217/stat : 24217 (cosoco) R 24208 24211 23655 0 -1 4202560 3640 0 0 0 5015 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897995684992 5186260 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24218] ppid=24208 vsize=630676 memory=17960 CPUtime=50.26 cores=0-7
/proc/24211/task/24218/stat : 24218 (cosoco) R 24208 24211 23655 0 -1 4202560 2659 0 0 0 5026 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897987292432 5158052 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24219] ppid=24208 vsize=630676 memory=0 CPUtime=50.26 cores=0-7
/proc/24211/task/24219/stat : 24219 (cosoco) R 24208 24211 23655 0 -1 4202560 3399 0 0 0 5026 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897978899472 5039038 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
[pid=24211/tid=24220] ppid=24208 vsize=630676 memory=17960 CPUtime=50.26 cores=0-7
/proc/24211/task/24220/stat : 24220 (cosoco) R 24208 24211 23655 0 -1 4202560 3683 0 0 0 5026 0 0 0 20 0 9 0 558078252 645812224 4490 33554432000 4194304 6211132 140726802061936 139897970506768 5082233 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38027264 140726802064401 140726802064493 140726802064493 140726802067406 0
Current children cumulated CPU time: 401.49 s
Current children cumulated vsize: 630676 KiB
Current children cumulated memory: 17960 KiB

Child status: 0
Real time (s): 50.3636
CPU time (s): 401.989
CPU user time (s): 401.958
CPU system time (s): 0.03099
CPU usage (%): 798.174
Max. virtual memory (cumulated for all children) (KiB): 630676
Max. memory (cumulated for all children) (KiB): 17960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.958
system time used= 0.03099
maximum resident set size= 18204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28016
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= 68
involuntary context switches= 3464


# summary of solver processes directly reported to runsolver:
#   pid: 24211
#   total CPU time (s): 401.989
#   total CPU user time (s): 401.958
#   total CPU system time (s): 0.03099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.259478 second user time and 0.409163 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-30 07:33:22
IDJOB=4409627
IDBENCH=123027
IDSOLVER=2877
FILE ID=node146/4409627-1569821644
RUNJOBID= node146-1569818084-23682
PBS_JOBID= 21705925
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr18a.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409627-1569821644/watcher-4409627-1569821644 -o /tmp/evaluation-result-4409627-1569821644/solver-4409627-1569821644 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1569818084-23682 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409627-1569821644.xml

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

MD5SUM BENCH= 7a8b402fb105147dc13a1900b7358194
RANDOM SEED=1765870375

node146.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.90
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:        30491044 kB
MemAvailable:   31871204 kB
Buffers:          128396 kB
Cached:          1590068 kB
SwapCached:         3676 kB
Active:          1062864 kB
Inactive:         661504 kB
Active(anon):       2784 kB
Inactive(anon):    84432 kB
Active(file):    1060080 kB
Inactive(file):   577072 kB
Unevictable:      109348 kB
Mlocked:          109348 kB
SwapTotal:      67108860 kB
SwapFree:       67002424 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:        113336 kB
Mapped:            26756 kB
Shmem:             72200 kB
Slab:             146356 kB
SReclaimable:     117688 kB
SUnreclaim:        28668 kB
KernelStack:        3408 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     540000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 62028 MiB
End job on node146 at 2019-09-30 07:34:12