Trace number 4409831

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)1128 2012.68 252.02

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark101.21
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
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-4409831-1569829672.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: 89
0.00/0.02	c |            Domain Sizes: 2..2
0.00/0.02	c |
0.00/0.02	c |             Constraints: 29
0.00/0.02	c |                   Arity: 2..85  -- Binary: 2  -- Ternary: 5
0.00/0.02	c | 
0.00/0.02	c |                   Types: 
0.00/0.02	c |                          Sum: 29
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 6.
0.00/0.02	c [pFactory][Group N°0] task 6 launched on thread 1.
0.00/0.02	c [pFactory][Group N°0] task 5 launched on thread 0.
0.00/0.02	c [pFactory][Group N°0] task 4 launched on thread 2.
0.00/0.02	c [pFactory][Group N°0] task 3 launched on thread 5.
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 4.
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.02	o 6199
0.00/0.02	o 3753
0.00/0.02	o 3056
0.00/0.02	o 2197
0.00/0.02	o 2042
0.00/0.02	o 1957
0.00/0.02	o 1862
0.00/0.02	o 1846
0.00/0.02	o 1844
0.00/0.03	o 1836
0.00/0.03	o 1748
0.00/0.08	o 1717
0.78/0.11	o 1660
2.43/0.32	o 1650
2.43/0.33	o 1630
2.43/0.40	o 1599
6.28/0.88	o 1564
8.74/1.12	o 1547
11.07/1.41	o 1539
11.07/1.42	o 1532
12.66/1.66	o 1531
15.06/2.00	o 1530
16.73/2.16	o 1524
20.65/2.65	o 1446
26.24/3.33	o 1414
30.24/3.83	o 1336
42.21/5.39	o 1282
57.38/7.20	o 1234
254.66/31.90	o 1217
319.41/40.02	o 1193
733.06/91.84	o 1153
1217.86/152.50	o 1136
1974.98/247.32	o 1128
2012.58/252.01	
2012.58/252.01	c *** INTERRUPTED ***
2012.58/252.01	c call to solver        : 77
2012.58/252.01	c
2012.58/252.01	c restarts              : 369878      
2012.58/252.01	c conflicts             : 1508567      (750 /sec)
2012.58/252.01	c decisions             : 14568779     (7239 /sec)
2012.58/252.01	c propagations          : 73093252    (36317 /sec)
2012.58/252.01	c root propagations     : 248         
2012.58/252.01	c filter calls          : 105564855      (52450 /sec)
2012.58/252.01	c useless filter calls  : 94024959       (89 %)
2012.58/252.01	c Memory used           : 603.39 MB
2012.58/252.01	c Best bound time (wc)  : 247.322 s
2012.58/252.01	c CPU time              : 2012.66 s
2012.58/252.01	c real time             : 252.016 s
2012.58/252.01	
2012.58/252.01	s SATISFIABLE
2012.58/252.01	c Best value found: 1128
2012.58/252.01	
2012.58/252.01	
2012.58/252.01	v <instantiation type='solution' cost='1128'>
2012.58/252.01	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[1] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[2] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[3] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[4] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[5] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[6] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[7] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[8] x[9] </list>
2012.58/252.02	v <values>1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2012.58/252.02	v </instantiation>
2012.58/252.02	

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409831-1569829672/watcher-4409831-1569829672 -o /tmp/evaluation-result-4409831-1569829672/solver-4409831-1569829672 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node149-1569816999-10284 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409831-1569829672.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
solver pid=12629, runsolver pid=12626
Current StackSize limit: 8192 KiB


[startup+0.100513 s]*
/proc/loadavg: 8.72 7.43 6.07 9/199 12638
/proc/meminfo: memFree=31462036/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4544 CPUtime=0.78 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 1435 0 0 0 78 0 0 0 20 0 9 0 559205770 632692736 1136 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1136 868 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=4134692831991786133 CPUtime=0.09 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219151531280 5155861 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=4872558044660077418 CPUtime=0.09 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219143138488 5250304 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=140030526416512 CPUtime=0.09 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219134745784 5009214 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219126353168 5155839 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 10 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219117960376 5193776 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219109567672 5158052 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=-1 CPUtime=0.09 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219101174968 5156176 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219092782264 5250485 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.210511 s]*
/proc/loadavg: 8.72 7.43 6.07 9/199 12638
/proc/meminfo: memFree=31462036/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4544 CPUtime=1.65 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 1436 0 0 0 165 0 0 0 20 0 9 0 559205770 632692736 1136 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1136 868 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219151531280 5250482 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=1943650 CPUtime=0.2 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219143138488 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=140030530549972 CPUtime=0.2 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 13 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219134745784 5250311 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=-1 CPUtime=0.2 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219126353168 5156940 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219117960376 5158169 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219109567672 5155385 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=-1 CPUtime=0.19 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 19 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219101175056 5250304 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219092782264 5155832 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.309513 s]*
/proc/loadavg: 8.72 7.43 6.07 9/199 12638
/proc/meminfo: memFree=31462036/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4544 CPUtime=2.43 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 1436 0 0 0 243 0 0 0 20 0 9 0 559205770 632692736 1136 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1136 868 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219151531280 5155377 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=4872558044660077418 CPUtime=0.3 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219143138488 5155816 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 13 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219134745872 5156497 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219126353168 5250266 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=6656426216303648864 CPUtime=0.3 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219117960376 5250491 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219109567672 5250304 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=0 CPUtime=0.28 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 28 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219101175056 5158132 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219092782264 5156176 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.700511 s]
/proc/loadavg: 8.67 7.44 6.08 9/199 12638
/proc/meminfo: memFree=31462036/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4544 CPUtime=5.48 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 1438 0 0 0 548 0 0 0 20 0 9 0 559205770 632692736 1136 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1136 868 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=1436 CPUtime=0.69 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 69 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219151531280 5156665 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=892 CPUtime=0.69 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 11 0 0 0 69 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219143138488 5157609 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=1764 CPUtime=0.69 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 13 0 0 0 69 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219134745872 5250316 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=111628 CPUtime=0.68 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219126353168 5392115 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=800 CPUtime=0.68 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219117960376 5155989 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=-7175204567652784766 CPUtime=0.69 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 69 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219109567672 5157453 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=7100839861465685612 CPUtime=0.64 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 16 0 0 0 64 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219101175056 5396455 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=3054156605268465310 CPUtime=0.68 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 559205771 632692736 1136 33554432000 4194304 6211132 140726896950720 140219092782264 5156264 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+1.50051 s]
/proc/loadavg: 8.67 7.44 6.08 9/199 12638
/proc/meminfo: memFree=31461896/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4776 CPUtime=11.87 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 1795 0 0 0 1187 0 0 0 20 0 9 0 559205770 632692736 1194 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1194 878 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=0 CPUtime=1.49 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 39 0 0 0 149 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219151531280 5250316 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=148 CPUtime=1.49 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 66 0 0 0 149 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219143138488 5009258 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=1943580 CPUtime=1.49 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 46 0 0 0 149 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219134745872 5409414 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=1945826 CPUtime=1.48 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 79 0 0 0 148 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219126353168 5158226 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=0 CPUtime=1.48 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 48 0 0 0 148 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219117960376 5157115 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=0 CPUtime=1.49 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 77 0 0 0 149 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219109567672 5250330 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=0 CPUtime=1.43 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 71 0 0 0 143 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219101175056 5157594 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=280060858728688 CPUtime=1.48 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 42 0 0 0 148 0 0 0 20 0 9 0 559205771 632692736 1194 33554432000 4194304 6211132 140726896950720 140219092782264 5155752 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 11.87 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4776 KiB

[startup+3.11051 s]
/proc/loadavg: 8.67 7.44 6.08 9/199 12638
/proc/meminfo: memFree=31461612/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4940 CPUtime=24.72 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 2125 0 0 0 2472 0 0 0 20 0 9 0 559205770 632692736 1235 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1235 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=0 CPUtime=3.1 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 84 0 0 0 310 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219151531280 5157572 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=4420 CPUtime=3.1 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 109 0 0 0 310 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219143138488 5250304 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=0 CPUtime=3.1 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 88 0 0 0 310 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219134745872 5156272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=0 CPUtime=3.09 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 118 0 0 0 309 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219126353168 5156497 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=4776 CPUtime=3.09 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 93 0 0 0 309 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219117960376 5156000 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=13985292122065240 CPUtime=3.09 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 129 0 0 0 309 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219109567672 5250304 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=4544 CPUtime=3.01 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 112 0 0 0 301 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219101175056 5397391 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=1408 CPUtime=3.09 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 65 0 0 0 309 0 0 0 20 0 9 0 559205771 632692736 1235 33554432000 4194304 6211132 140726896950720 140219092782264 5409493 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 24.72 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4940 KiB

[startup+6.30051 s]
/proc/loadavg: 8.61 7.45 6.09 9/199 12638
/proc/meminfo: memFree=31462180/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4988 CPUtime=50.19 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 2838 0 0 0 5019 0 0 0 20 0 9 0 559205770 632692736 1247 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1247 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=6656426216303648864 CPUtime=6.29 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 162 0 0 0 629 0 0 0 20 0 9 0 559205771 632692736 1247 33554432000 4194304 6211132 140726896950720 140219151531280 5157572 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=3620 CPUtime=6.29 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 202 0 0 0 629 0 0 0 20 0 9 0 559205771 632692736 1247 33554432000 4194304 6211132 140726896950720 140219143138488 5155849 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=140034821383807 CPUtime=6.29 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 162 0 0 0 629 0 0 0 20 0 9 0 559205771 632692736 1247 33554432000 4194304 6211132 140726896950720 140219134745872 5250304 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=0 CPUtime=6.28 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 234 0 0 0 628 0 0 0 20 0 9 0 559205771 632692736 1247 33554432000 4194304 6211132 140726896950720 140219126353168 5157576 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0

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

/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 313 0 0 0 2548 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219134745872 5155700 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=4992 CPUtime=25.48 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 410 0 0 0 2548 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219126353168 5157576 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=1040 CPUtime=25.48 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 323 0 0 0 2548 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219117960376 5250495 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=780 CPUtime=25.48 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 374 0 0 0 2548 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219109567672 5250499 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=56 CPUtime=25.13 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 372 0 0 0 2513 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219101175056 5156028 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=7679937539659563834 CPUtime=25.47 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 375 0 0 0 2547 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219092782264 5156503 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 203.54 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4992 KiB

[startup+51.1095 s]
/proc/loadavg: 8.34 7.54 6.19 9/199 12641
/proc/meminfo: memFree=31462536/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4992 CPUtime=408.07 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 4917 0 0 0 40807 0 0 0 20 0 9 0 559205770 632692736 1248 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1248 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=1988 CPUtime=51.09 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 411 0 0 0 5109 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219151531280 5155976 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=988 CPUtime=51.09 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 470 0 0 0 5109 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219143138488 5009168 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=4992 CPUtime=51.09 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 385 0 0 0 5109 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219134745872 5157479 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=7881696724453321575 CPUtime=51.09 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 519 0 0 0 5109 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219126353168 5250482 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=4992 CPUtime=51.08 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 413 0 0 0 5108 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219117960376 5156968 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=4992 CPUtime=51.08 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 450 0 0 0 5108 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219109567672 5158032 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=4992 CPUtime=50.43 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 467 0 0 0 5043 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219101175056 5158121 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=4992 CPUtime=51.08 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 475 0 0 0 5108 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219092782264 5250485 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 408.07 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4992 KiB

[startup+102.301 s]
/proc/loadavg: 8.32 7.66 6.30 9/199 12644
/proc/meminfo: memFree=31462492/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4992 CPUtime=816.92 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 5612 0 0 0 81692 0 0 0 20 0 9 0 559205770 632692736 1248 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1248 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=3620 CPUtime=102.28 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 501 0 0 0 10228 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219151531280 5155836 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=164 CPUtime=102.27 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 566 0 0 0 10227 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219143138488 5250482 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=140034821383807 CPUtime=102.27 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 470 0 0 0 10227 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219134745872 5155836 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=6935054825532540783 CPUtime=102.26 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 619 0 0 0 10226 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219126353168 5158127 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=10644 CPUtime=102.27 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 498 0 0 0 10227 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219117960376 5156472 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=0 CPUtime=102.26 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 514 0 0 0 10226 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219109567672 5156272 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=677 CPUtime=101 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 549 0 0 0 10100 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219101175056 5250495 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=10644 CPUtime=102.26 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 568 0 0 0 10226 0 0 0 20 0 9 0 559205771 632692736 1248 33554432000 4194304 6211132 140726896950720 140219092782352 5250482 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 816.92 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4992 KiB

[startup+162.301 s]
/proc/loadavg: 8.56 7.83 6.44 9/199 12649
/proc/meminfo: memFree=31462564/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=4996 CPUtime=1296.13 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 5986 0 0 0 129612 1 0 0 20 0 9 0 559205770 632692736 1249 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1249 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=4996 CPUtime=162.28 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 549 0 0 0 16228 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219151531280 5250283 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=4996 CPUtime=162.26 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 623 0 0 0 16226 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219143138576 5155960 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=4996 CPUtime=162.27 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 495 0 0 0 16227 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219134745872 5155836 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=4996 CPUtime=162.24 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 664 0 0 0 16224 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219126353168 5156497 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=4996 CPUtime=162.25 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 541 0 0 0 16225 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219117960376 5250256 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=4996 CPUtime=162.25 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 563 0 0 0 16225 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219109567672 5250491 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=4996 CPUtime=160.27 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 598 0 0 0 16027 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219101175056 5390456 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=4996 CPUtime=162.26 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 626 0 0 0 16226 0 0 0 20 0 9 0 559205771 632692736 1249 33554432000 4194304 6211132 140726896950720 140219092782352 5155992 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 1296.13 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4996 KiB

[startup+222.301 s]
/proc/loadavg: 8.69 8.00 6.59 9/200 12659
/proc/meminfo: memFree=31461616/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=5004 CPUtime=1775.32 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 6683 0 0 0 177531 1 0 0 20 0 9 0 559205770 632692736 1251 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1251 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=5004 CPUtime=222.27 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 640 0 0 0 22227 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219151531280 5250256 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=5004 CPUtime=222.25 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 719 0 0 0 22225 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219143138576 5155373 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=5004 CPUtime=222.27 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 563 0 0 0 22227 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219134745872 5156165 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=5004 CPUtime=222.23 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 753 0 0 0 22223 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219126353168 5250482 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=5004 CPUtime=222.24 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 619 0 0 0 22224 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219117960376 5250283 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=988 CPUtime=222.23 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 663 0 0 0 22223 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219109567672 5156211 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=1388 CPUtime=219.55 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 671 0 0 0 21955 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219101175056 5156256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=1724 CPUtime=222.24 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 728 0 0 0 22224 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219092782352 5193776 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 1775.32 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5004 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.59 8.04 6.65 9/200 12661
/proc/meminfo: memFree=31461224/32770624 swapFree=66943324/67108860
[pid=12629] ppid=12626 vsize=617864 memory=5004 CPUtime=2012.58 cores=0-7
/proc/12629/stat : 12629 (cosoco) S 12626 12629 10257 0 -1 1077944320 6697 0 0 0 201257 1 0 0 20 0 9 0 559205770 632692736 1251 33554432000 4194304 6211132 140726896950720 140726896948976 140219174674167 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
/proc/12629/statm: 154466 1251 881 493 0 147771 0
[pid=12629/tid=12631] ppid=12626 vsize=617864 memory=6935054825532540783 CPUtime=251.97 cores=0-7
/proc/12629/task/12631/stat : 12631 (cosoco) R 12626 12629 10257 0 -1 4202560 640 0 0 0 25197 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219151531280 5250490 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12632] ppid=12626 vsize=617864 memory=4872558044660077418 CPUtime=251.95 cores=0-7
/proc/12629/task/12632/stat : 12632 (cosoco) R 12626 12629 10257 0 -1 4202560 719 0 0 0 25195 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219143138576 5155373 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12633] ppid=12626 vsize=617864 memory=2112 CPUtime=251.98 cores=0-7
/proc/12629/task/12633/stat : 12633 (cosoco) R 12626 12629 10257 0 -1 4202560 564 0 0 0 25198 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219134745872 5250321 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12634] ppid=12626 vsize=617864 memory=11852 CPUtime=251.92 cores=0-7
/proc/12629/task/12634/stat : 12634 (cosoco) R 12626 12629 10257 0 -1 4202560 763 0 0 0 25192 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219126353168 5157572 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12635] ppid=12626 vsize=617864 memory=8532 CPUtime=251.94 cores=0-7
/proc/12629/task/12635/stat : 12635 (cosoco) R 12626 12629 10257 0 -1 4202560 619 0 0 0 25194 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219117960376 5157572 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12636] ppid=12626 vsize=617864 memory=1556 CPUtime=251.93 cores=0-7
/proc/12629/task/12636/stat : 12636 (cosoco) R 12626 12629 10257 0 -1 4202560 666 0 0 0 25193 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219109567672 5250330 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12637] ppid=12626 vsize=617864 memory=0 CPUtime=248.89 cores=0-7
/proc/12629/task/12637/stat : 12637 (cosoco) R 12626 12629 10257 0 -1 4202560 671 0 0 0 24889 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219101175056 5156288 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
[pid=12629/tid=12638] ppid=12626 vsize=617864 memory=4426639978525455914 CPUtime=251.95 cores=0-7
/proc/12629/task/12638/stat : 12638 (cosoco) R 12626 12629 10257 0 -1 4202560 728 0 0 0 25195 0 0 0 20 0 9 0 559205771 632692736 1251 33554432000 4194304 6211132 140726896950720 140219092782352 5157988 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 9441280 140726896952342 140726896952434 140726896952434 140726896955342 0
Current children cumulated CPU time: 2012.58 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5004 KiB

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

[startup+252.02 s]
# the end of solver process 12629 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.67 s, system=0.012994 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.68
CPU user time (s): 2012.67
CPU system time (s): 0.012994
CPU usage (%): 798.618
Max. virtual memory (cumulated for all children) (KiB): 617864
Max. memory (cumulated for all children) (KiB): 5004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.67
system time used= 0.012994
maximum resident set size= 5176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6736
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= 47
involuntary context switches= 17943


# summary of solver processes directly reported to runsolver:
#   pid: 12629
#   total CPU time (s): 2012.68
#   total CPU user time (s): 2012.67
#   total CPU system time (s): 0.012994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13743 second user time and 1.94561 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-30 09:47:13
IDJOB=4409831
IDBENCH=135459
IDSOLVER=2878
FILE ID=node149/4409831-1569829672
RUNJOBID= node149-1569816999-10284
PBS_JOBID= 21705913
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409831-1569829672/watcher-4409831-1569829672 -o /tmp/evaluation-result-4409831-1569829672/solver-4409831-1569829672 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node149-1569816999-10284 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409831-1569829672.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=724270802

node149.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.81
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.81
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.81
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.81
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:        31463568 kB
MemAvailable:   31930572 kB
Buffers:          125952 kB
Cached:           630236 kB
SwapCached:         5468 kB
Active:           153424 kB
Inactive:         609348 kB
Active(anon):      12484 kB
Inactive(anon):    20396 kB
Active(file):     140940 kB
Inactive(file):   588952 kB
Unevictable:      109768 kB
Mlocked:          109768 kB
SwapTotal:      67108860 kB
SwapFree:       66943324 kB
Dirty:              2752 kB
Writeback:            28 kB
AnonPages:        102632 kB
Mapped:            26668 kB
Shmem:             17908 kB
Slab:             135356 kB
SReclaimable:     105896 kB
SUnreclaim:        29460 kB
KernelStack:        3440 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 62028 MiB
End job on node149 at 2019-09-30 09:51:25