Trace number 4398752

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.O parallel? (TO) 2010.75 252.026

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu0120-05.xml
MD5SUM9ef2b094cdda1b830103df1ca446c40b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2400.21
Satisfiable
(Un)Satisfiability was proved
Number of variables470
Number of constraints70
Number of domains2
Minimum domain size62
Maximum domain size68
Distribution of domain sizes[{"size":62,"count":469},{"size":68,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":402},{"degree":4,"count":67}]
Minimum constraint arity7
Maximum constraint arity469
Distribution of constraint arities[{"arity":7,"count":67},{"arity":68,"count":1},{"arity":469,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":67},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
0.10/0.14	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.10/0.14	c
2010.63/252.02	c
2010.63/252.02	c This is cosoco 2.00 --  
2010.63/252.02	c
2010.63/252.02	c command line: cosoco -model -nbcores=8 HOME/instance-4398752-1568610120.xml 
2010.63/252.02	c enable optimization
2010.63/252.02	c ========================================[ Problem Statistics ]===========================================
2010.63/252.02	c |                                                                                                       
2010.63/252.02	c |  Parse time        :         0.16 s 
2010.63/252.02	c |
2010.63/252.02	c |               Variables: 470
2010.63/252.02	c |            Domain Sizes: 62..68
2010.63/252.02	c |
2010.63/252.02	c |             Constraints: 197
2010.63/252.02	c |                   Arity: 1..469  -- Unary: 1
2010.63/252.02	c | 
2010.63/252.02	c |                   Types: 
2010.63/252.02	c |                          Exactly K: 62
2010.63/252.02	c |                          Exactly K variable: 1
2010.63/252.02	c |                          Intension: 1
2010.63/252.02	c |                          Lex: 66
2010.63/252.02	c |                          MDD: 67
2010.63/252.02	c |                          
2010.63/252.02	c |               Objective: Maximize Intension
2010.63/252.02	
2010.63/252.02	c =========================================================================================================
2010.63/252.02	c Parallel mode: Portfolio
2010.63/252.02	c [pFactory][Group N°0] created (threads:8).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
2010.63/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
2010.63/252.02	c [pFactory][Group N°0] concurrent mode: enabled.
2010.63/252.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
2010.63/252.02	c [pFactory][Group N°0] task 7 launched on thread 2.
2010.63/252.02	c [pFactory][Group N°0] task 6 launched on thread 1.
2010.63/252.02	c [pFactory][Group N°0] task 5 launched on thread 0.
2010.63/252.02	c [pFactory][Group N°0] task 4 launched on thread 6.
2010.63/252.02	c [pFactory][Group N°0] task 3 launched on thread 7.
2010.63/252.02	c [pFactory][Group N°0] task 2 launched on thread 3.
2010.63/252.02	c [pFactory][Group N°0] task 1 launched on thread 5.
2010.63/252.02	c [pFactory][Group N°0] task 0 launched on thread 4.
2010.63/252.02	
2010.63/252.02	c *** INTERRUPTED ***
2010.63/252.02	c call to solver        : 0
2010.63/252.02	c
2010.63/252.02	c restarts              : 261         
2010.63/252.02	c conflicts             : 2183         (1 /sec)
2010.63/252.02	c decisions             : 59670        (30 /sec)
2010.63/252.02	c propagations          : 2116113     (1053 /sec)
2010.63/252.02	c root propagations     : 18760       
2010.63/252.02	c filter calls          : 7727529        (3844 /sec)
2010.63/252.02	c useless filter calls  : 7618507        (98 %)
2010.63/252.02	c Memory used           : 642.43 MB
2010.63/252.02	c Best bound time (wc)  : -1.56861e+09 s
2010.63/252.02	c CPU time              : 2010.45 s
2010.63/252.02	c real time             : 252.018 s
2010.63/252.02	
2010.63/252.02	c No Bound found!
2010.63/252.02	
2010.63/252.02	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398752-1568610120/watcher-4398752-1568610120 -o /tmp/evaluation-result-4398752-1568610120/solver-4398752-1568610120 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568597901-19118 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4398752-1568610120.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 thread7.x86_64
, 
Starting watchdog thread7.x86_64
, 
21709, runsolver pid=21706
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 2.63 7.09 8.46 2/195 21710
/proc/meminfo: memFree=29999672/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=47408 memory=22548 CPUtime=0.1 cores=0-7
/proc/21709/stat : 21709 (cosoco) R 21706 21709 19091 0 -1 4202496 6324 0 0 0 9 1 0 0 20 0 1 0 437262525 48545792 5637 33554432000 4194304 6211092 140731990951920 140731990948456 140192814857189 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 11852 5637 819 493 0 5157 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47408 KiB
Current children cumulated memory: 22548 KiB

[startup+0.209725 s]*
/proc/loadavg: 2.63 7.09 8.46 9/203 21718
/proc/meminfo: memFree=29983304/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=651684 memory=37856 CPUtime=0.46 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 10655 0 0 0 45 1 0 0 20 0 9 0 437262525 667324416 9464 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 162921 9464 876 493 0 156226 0
[pid=21709/tid=21711] ppid=21706 vsize=651684 memory=8316850467074736180 CPUtime=0.03 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192807754472 140192815332951 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=651684 memory=13909 CPUtime=0.03 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) D 21706 21709 19091 0 -1 4202560 45 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192799361768 140192814852926 0 0 4096 8405026 18446744071582151416 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=651684 memory=140384672159600 CPUtime=0.03 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) D 21706 21709 19091 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192790969064 140192814857189 0 0 4096 8405026 18446744071582151416 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=651684 memory=-1 CPUtime=0.03 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192782576360 5136272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=651684 memory=0 CPUtime=0.03 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) D 21706 21709 19091 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192774183512 140192814852926 0 0 4096 8405026 18446744071582151416 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=651684 memory=0 CPUtime=0.03 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) D 21706 21709 19091 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192765790952 140192814852926 0 0 4096 8405026 18446744071582151416 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=651684 memory=-1 CPUtime=0.03 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) D 21706 21709 19091 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192757398248 140192814857189 0 0 4096 8405026 18446744071582151416 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=651684 memory=0 CPUtime=0.03 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) D 21706 21709 19091 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 9 0 437262543 667324416 9464 33554432000 4194304 6211092 140731990951920 140192749005544 140192814857189 0 0 4096 8405026 18446744071582151416 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 651684 KiB
Current children cumulated memory: 37856 KiB

[startup+0.310722 s]*
/proc/loadavg: 2.63 7.09 8.46 9/203 21718
/proc/meminfo: memFree=29982320/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=651684 memory=42044 CPUtime=1.25 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 11485 0 0 0 123 2 0 0 20 0 9 0 437262525 667324416 10511 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 162921 10511 882 493 0 156226 0
[pid=21709/tid=21711] ppid=21706 vsize=651684 memory=6935054825532540783 CPUtime=0.12 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 135 0 0 0 12 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192807754472 5250279 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=651684 memory=4872558044660077418 CPUtime=0.13 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 155 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192799361768 140192814857189 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=651684 memory=0 CPUtime=0.13 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 148 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192790969064 140192814857189 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=651684 memory=0 CPUtime=0.13 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 143 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192782576360 140192814852926 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=651684 memory=0 CPUtime=0.13 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 143 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192774183656 140192814852926 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=651684 memory=0 CPUtime=0.13 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 151 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192765790952 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=651684 memory=0 CPUtime=0.13 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 137 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192757398152 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=651684 memory=0 CPUtime=0.13 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 137 0 0 0 13 0 0 0 20 0 9 0 437262543 667324416 10511 33554432000 4194304 6211092 140731990951920 140192749005448 5136311 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 651684 KiB
Current children cumulated memory: 42044 KiB

[startup+0.700724 s]
/proc/loadavg: 2.63 7.09 8.46 9/203 21718
/proc/meminfo: memFree=29960756/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=62108 CPUtime=4.26 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 16723 0 0 0 424 2 0 0 20 0 9 0 437262525 673628160 15527 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 15527 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=1052 CPUtime=0.48 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 961 0 0 0 48 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192807754768 5250293 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=6040 CPUtime=0.51 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 697 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192799362064 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=8564 CPUtime=0.51 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 700 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192790969360 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=776 CPUtime=0.51 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 703 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192782576312 5250234 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=14012 CPUtime=0.51 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 703 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192774183952 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=140388963796607 CPUtime=0.51 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 692 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192765790904 5250260 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=7525623169297308015 CPUtime=0.51 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 960 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192757398544 5250467 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=7523661640653429099 CPUtime=0.51 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 960 0 0 0 51 0 0 0 20 0 9 0 437262543 673628160 15527 33554432000 4194304 6211092 140731990951920 140192749005448 5250287 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 62108 KiB

[startup+1.50072 s]
/proc/loadavg: 2.63 7.09 8.46 9/203 21718
/proc/meminfo: memFree=29960756/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=63356 CPUtime=10.65 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 27095 0 0 0 1058 7 0 0 20 0 9 0 437262525 673628160 15839 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 15839 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=7144996204474478898 CPUtime=1.26 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 2340 0 0 0 126 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192807754768 5136256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=0 CPUtime=1.31 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 2333 0 0 0 131 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192799362064 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=0 CPUtime=1.31 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 2340 0 0 0 131 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192790969360 5250272 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=-6519613052471072158 CPUtime=1.31 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 1804 0 0 0 130 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192782576312 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=0 CPUtime=1.31 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 12591168 1314 0 0 0 131 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192774183952 5008912 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=3617431630716685497 CPUtime=1.31 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 2340 0 0 0 131 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192765791248 5250272 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=-7737643479190322274 CPUtime=1.3 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 1960 0 0 0 130 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192757398544 5250289 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=140381006069761 CPUtime=1.3 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 2318 0 0 0 129 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192749005448 5250450 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 10.65 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 63356 KiB

[startup+3.11073 s]
/proc/loadavg: 2.63 7.09 8.46 9/203 21718
/proc/meminfo: memFree=29959812/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=63356 CPUtime=23.49 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 28519 0 0 0 2341 8 0 0 20 0 9 0 437262525 673628160 15839 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 15839 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=0 CPUtime=2.84 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 2583 0 0 0 284 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192807754768 5250289 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=63356 CPUtime=2.92 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 2477 0 0 0 292 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192799362064 5250284 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=63356 CPUtime=2.91 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 2483 0 0 0 291 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192790969360 5250272 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=0 CPUtime=2.91 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 1884 0 0 0 290 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192782576312 5250224 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=0 CPUtime=2.92 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 1557 0 0 0 291 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192774183952 5250287 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=63356 CPUtime=2.92 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 2443 0 0 0 292 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192765791248 5136256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=6944656425123485561 CPUtime=2.92 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 2277 0 0 0 291 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192757398544 5250289 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=7682744562830902035 CPUtime=2.91 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 2468 0 0 0 290 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192749005448 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 23.49 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 63356 KiB

[startup+6.30072 s]
/proc/loadavg: 2.90 7.07 8.45 9/203 21718
/proc/meminfo: memFree=29960344/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=63356 CPUtime=48.97 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 50298 0 0 0 4885 12 0 0 20 0 9 0 437262525 673628160 15839 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 15839 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=63356 CPUtime=5.99 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 5596 0 0 0 599 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192807754768 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=6944613755495348631 CPUtime=6.1 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 5367 0 0 0 610 0 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192799362064 5250293 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=63356 CPUtime=6.11 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 5568 0 0 0 610 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192790969360 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=294873079 CPUtime=6.1 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 4261 0 0 0 609 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192782576312 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=0 CPUtime=6.1 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 3806 0 0 0 609 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192774183952 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=0 CPUtime=6.11 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 5193 0 0 0 610 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192765791248 5023001 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=63356 CPUtime=6.1 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 5016 0 0 0 609 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192757398544 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=33 CPUtime=6.1 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 5144 0 0 0 609 1 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192749005448 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 48.97 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 63356 KiB

[startup+12.7007 s]

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

/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 11706 0 0 0 2528 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192790969360 5250287 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=0 CPUtime=25.28 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 9867 0 0 0 2526 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192782576312 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=0 CPUtime=25.3 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 8486 0 0 0 2528 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192774183952 5250289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=63356 CPUtime=25.31 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 10377 0 0 0 2529 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192765791248 5136256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=9051840099689595053 CPUtime=25.3 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 10363 0 0 0 2528 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192757398544 5250289 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=6944656592387989600 CPUtime=25.29 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 11696 0 0 0 2526 3 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192749005448 5136256 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 202.25 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 63356 KiB

[startup+51.1107 s]
/proc/loadavg: 5.82 7.26 8.45 9/203 21721
/proc/meminfo: memFree=29957712/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=63356 CPUtime=406.74 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 118046 0 0 0 40648 26 0 0 20 0 9 0 437262525 673628160 15839 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 15839 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=63356 CPUtime=50.16 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 13735 0 0 0 5014 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192807754768 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=4877 CPUtime=50.91 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 14247 0 0 0 5089 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192799362064 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=45148 CPUtime=50.91 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 14837 0 0 0 5088 3 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192790969360 5250224 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=140384563173304 CPUtime=50.89 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 12656 0 0 0 5086 3 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192782576312 5250467 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=63356 CPUtime=50.9 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 10953 0 0 0 5088 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192774183952 5250275 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=63356 CPUtime=50.92 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 13229 0 0 0 5089 3 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192765791248 5250287 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=63356 CPUtime=50.9 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 13274 0 0 0 5088 2 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192757398544 5250279 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=3628 CPUtime=50.89 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 14768 0 0 0 5086 3 0 0 20 0 9 0 437262543 673628160 15839 33554432000 4194304 6211092 140731990951920 140192749005448 5250289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 406.74 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 63356 KiB

[startup+102.301 s]
/proc/loadavg: 7.49 7.49 8.46 9/203 21724
/proc/meminfo: memFree=29955128/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=65396 CPUtime=815.37 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 129321 0 0 0 81510 27 0 0 20 0 9 0 437262525 673628160 16349 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 16349 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=65396 CPUtime=101 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 15449 0 0 0 10098 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192807754768 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=65396 CPUtime=102.08 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 15913 0 0 0 10206 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192799362064 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=10177 CPUtime=101.96 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 16244 0 0 0 10193 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192790969360 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=63356 CPUtime=102.06 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 13974 0 0 0 10203 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192782576312 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=45148 CPUtime=102.07 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 12303 0 0 0 10204 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192774183952 5136256 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=280769126264688 CPUtime=101.81 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 14449 0 0 0 10178 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192765791248 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=280769126298096 CPUtime=102.07 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 14630 0 0 0 10205 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192757398544 5250272 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=63356 CPUtime=102.06 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 16012 0 0 0 10203 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192749005448 5250289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 815.37 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 65396 KiB

[startup+162.301 s]
/proc/loadavg: 8.42 7.75 8.49 10/204 21730
/proc/meminfo: memFree=29954716/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=65396 CPUtime=1294.4 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 132720 0 0 0 129412 28 0 0 20 0 9 0 437262525 673628160 16349 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 16349 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=65396 CPUtime=160.99 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 16021 0 0 0 16097 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192807754768 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=45148 CPUtime=162.07 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 16399 0 0 0 16205 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192799362064 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=65396 CPUtime=161.94 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 16644 0 0 0 16191 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192790969360 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=65396 CPUtime=162.06 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 14304 0 0 0 16203 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192782576312 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=65396 CPUtime=162.05 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 12624 0 0 0 16202 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192774183952 5136256 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=65396 CPUtime=160.94 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 14910 0 0 0 16091 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192765791248 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=65396 CPUtime=162.06 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 14981 0 0 0 16203 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192757398544 5023141 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=65396 CPUtime=162.04 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 16490 0 0 0 16200 4 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192749005448 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 1294.4 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 65396 KiB

[startup+222.301 s]
/proc/loadavg: 8.37 7.87 8.49 9/204 21734
/proc/meminfo: memFree=29955796/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=65396 CPUtime=1773.45 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 135934 0 0 0 177316 29 0 0 20 0 9 0 437262525 673628160 16349 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 16349 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=65396 CPUtime=220.98 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 16475 0 0 0 22096 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192807754768 5250293 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=65396 CPUtime=222.06 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 16782 0 0 0 22204 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192799362064 5136311 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=65396 CPUtime=221.92 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 17002 0 0 0 22189 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192790969360 5250289 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=65396 CPUtime=222.05 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 14636 0 0 0 22202 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192782576312 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=65396 CPUtime=222.03 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 12979 0 0 0 22200 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192774183952 5136311 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=65396 CPUtime=220.07 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 15388 0 0 0 22004 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192765791248 5250289 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=65396 CPUtime=222.06 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 15398 0 0 0 22203 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192757398544 5250272 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=3628 CPUtime=222.03 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 16927 0 0 0 22199 4 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192749005448 5250289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 1773.45 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 65396 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.33 7.91 8.49 9/204 21736
/proc/meminfo: memFree=29956156/32770624 swapFree=66917044/67108860
[pid=21709] ppid=21706 vsize=657840 memory=65396 CPUtime=2010.63 cores=0-7
/proc/21709/stat : 21709 (cosoco) S 21706 21709 19091 0 -1 1077944320 136149 0 0 0 201034 29 0 0 20 0 9 0 437262525 673628160 16349 33554432000 4194304 6211092 140731990951920 140731990950176 140192830897911 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
/proc/21709/statm: 164460 16349 884 493 0 157765 0
[pid=21709/tid=21711] ppid=21706 vsize=657840 memory=6935054825532540783 CPUtime=250.67 cores=0-7
/proc/21709/task/21711/stat : 21711 (cosoco) R 21706 21709 19091 0 -1 4202560 16521 0 0 0 25065 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192807754768 5250289 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21712] ppid=21706 vsize=657840 memory=4872558044660077418 CPUtime=251.76 cores=0-7
/proc/21709/task/21712/stat : 21712 (cosoco) R 21706 21709 19091 0 -1 4202560 16806 0 0 0 25174 2 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192799362064 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21713] ppid=21706 vsize=657840 memory=928 CPUtime=251.62 cores=0-7
/proc/21709/task/21713/stat : 21713 (cosoco) R 21706 21709 19091 0 -1 4202560 17124 0 0 0 25159 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192790969360 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21714] ppid=21706 vsize=657840 memory=1460 CPUtime=251.76 cores=0-7
/proc/21709/task/21714/stat : 21714 (cosoco) R 21706 21709 19091 0 -1 4202560 14645 0 0 0 25173 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192782576312 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21715] ppid=21706 vsize=657840 memory=916 CPUtime=251.73 cores=0-7
/proc/21709/task/21715/stat : 21715 (cosoco) R 21706 21709 19091 0 -1 4202560 12980 0 0 0 25170 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192774183952 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21716] ppid=21706 vsize=657840 memory=1444 CPUtime=249.34 cores=0-7
/proc/21709/task/21716/stat : 21716 (cosoco) R 21706 21709 19091 0 -1 4202560 15390 0 0 0 24931 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192765791248 5136256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21717] ppid=21706 vsize=657840 memory=1984 CPUtime=251.76 cores=0-7
/proc/21709/task/21717/stat : 21717 (cosoco) R 21706 21709 19091 0 -1 4202560 15407 0 0 0 25173 3 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192757398544 5250272 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
[pid=21709/tid=21718] ppid=21706 vsize=657840 memory=2528 CPUtime=251.73 cores=0-7
/proc/21709/task/21718/stat : 21718 (cosoco) R 21706 21709 19091 0 -1 4202560 16929 0 0 0 25169 4 0 0 20 0 9 0 437262543 673628160 16349 33554432000 4194304 6211092 140731990951920 140192749005448 5136256 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16945152 140731990955030 140731990955122 140731990955122 140731990958030 0
Current children cumulated CPU time: 2010.63 s
Current children cumulated vsize: 657840 KiB
Current children cumulated memory: 65396 KiB

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

[startup+252.026 s]
# the end of solver process 21709 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2010.45 s, system=0.296798 s

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

Child status: 1
Real time (s): 252.026
CPU time (s): 2010.75
CPU user time (s): 2010.45
CPU system time (s): 0.296798
CPU usage (%): 797.835
Max. virtual memory (cumulated for all children) (KiB): 657840
Max. memory (cumulated for all children) (KiB): 65396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2010.45
system time used= 0.296798
maximum resident set size= 65696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136339
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= 511
involuntary context switches= 18230


# summary of solver processes directly reported to runsolver:
#   pid: 21709
#   total CPU time (s): 2010.75
#   total CPU user time (s): 2010.45
#   total CPU system time (s): 0.296798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3064 second user time and 2.31519 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-16 07:01:19
IDJOB=4398752
IDBENCH=138293
IDSOLVER=2852
FILE ID=node134/4398752-1568610120
RUNJOBID= node134-1568597901-19118
PBS_JOBID= 21703415
Free space on /tmp= 59600 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu0120-05.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398752-1568610120/watcher-4398752-1568610120 -o /tmp/evaluation-result-4398752-1568610120/solver-4398752-1568610120 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568597901-19118 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4398752-1568610120.xml

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

MD5SUM BENCH= 9ef2b094cdda1b830103df1ca446c40b
RANDOM SEED=765702318

node134.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.76
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.76
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.76
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.76
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:        30018596 kB
MemAvailable:   31787368 kB
Buffers:          209164 kB
Cached:          1833156 kB
SwapCached:        90384 kB
Active:           605304 kB
Inactive:        1531164 kB
Active(anon):       3936 kB
Inactive(anon):   138064 kB
Active(file):     601368 kB
Inactive(file):  1393100 kB
Unevictable:      108520 kB
Mlocked:          108520 kB
SwapTotal:      67108860 kB
SwapFree:       66917044 kB
Dirty:              2764 kB
Writeback:             4 kB
AnonPages:        113124 kB
Mapped:            46784 kB
Shmem:             39652 kB
Slab:             210876 kB
SReclaimable:     180280 kB
SUnreclaim:        30596 kB
KernelStack:        3456 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505948 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59596 MiB
End job on node134 at 2019-09-16 07:05:31