Trace number 4409759

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 parallel? (TO) 20122.1 2520.02

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

20122.02/2520.02	c
20122.02/2520.02	c This is cosoco 2.00 --  
20122.02/2520.02	c
20122.02/2520.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409759-1569816356.xml 
20122.02/2520.02	c enable optimization
20122.02/2520.02	c ========================================[ Problem Statistics ]===========================================
20122.02/2520.02	c |                                                                                                       
20122.02/2520.02	c |  Parse time        :         0.13 s 
20122.02/2520.02	c |
20122.02/2520.02	c |               Variables: 915
20122.02/2520.02	c |            Domain Sizes: 13..1059
20122.02/2520.02	c |
20122.02/2520.02	c |             Constraints: 2281
20122.02/2520.02	c |                   Arity: 1..17  -- Unary: 15  -- Binary: 1800  -- Ternary: 225
20122.02/2520.02	c | 
20122.02/2520.02	c |                   Types: 
20122.02/2520.02	c |                          All Different: 15
20122.02/2520.02	c |                          Disjunctive: 1575
20122.02/2520.02	c |                          Element Variable: 225
20122.02/2520.02	c |                          Extension: 225  (nb tuples: 15..15) -- (shared: 1680)
20122.02/2520.02	c |                          Max constant: 1
20122.02/2520.02	c |                          Sum: 225
20122.02/2520.02	c |                          Unary: 15
20122.02/2520.02	c |                          
20122.02/2520.02	c |               Objective: Minimize Max constant
20122.02/2520.02	
20122.02/2520.02	c =========================================================================================================
20122.02/2520.02	c Parallel mode: Portfolio
20122.02/2520.02	c [pFactory][Group N°0] created (threads:8).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
20122.02/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
20122.02/2520.02	c [pFactory][Group N°0] concurrent mode: enabled.
20122.02/2520.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
20122.02/2520.02	c [pFactory][Group N°0] task 7 launched on thread 1.
20122.02/2520.02	c [pFactory][Group N°0] task 6 launched on thread 0.
20122.02/2520.02	c [pFactory][Group N°0] task 5 launched on thread 4.
20122.02/2520.02	c [pFactory][Group N°0] task 4 launched on thread 5.
20122.02/2520.02	c [pFactory][Group N°0] task 3 launched on thread 3.
20122.02/2520.02	c [pFactory][Group N°0] task 2 launched on thread 2.
20122.02/2520.02	c [pFactory][Group N°0] task 1 launched on thread 7.
20122.02/2520.02	c [pFactory][Group N°0] task 0 launched on thread 6.
20122.02/2520.02	
20122.02/2520.02	c *** INTERRUPTED ***
20122.02/2520.02	c call to solver        : 0
20122.02/2520.02	c
20122.02/2520.02	c restarts              : 32846       
20122.02/2520.02	c conflicts             : 387090       (19 /sec)
20122.02/2520.02	c decisions             : 2394806      (119 /sec)
20122.02/2520.02	c propagations          : 3036410539  (150904 /sec)
20122.02/2520.02	c root propagations     : 42407       
20122.02/2520.02	c filter calls          : 598023452      (29721 /sec)
20122.02/2520.02	c useless filter calls  : 516569972      (86 %)
20122.02/2520.02	c Memory used           : 751.50 MB
20122.02/2520.02	c Best bound time (wc)  : -1.56982e+09 s
20122.02/2520.02	c CPU time              : 20121.4 s
20122.02/2520.02	c real time             : 2520.02 s
20122.02/2520.02	
20122.02/2520.02	c No Bound found!
20122.02/2520.02	
20122.02/2520.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 (12249 MiB free)
  memory of node 1: 16384 MiB (15650 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409759-1569816356/watcher-4409759-1569816356 -o /tmp/evaluation-result-4409759-1569816356/solver-4409759-1569816356 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569816318-31364 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409759-1569816356.xml 

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

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

solver pid=31381, runsolver pid=31378

[startup+0.100155 s]*
/proc/loadavg: 0.86 1.11 1.55 2/192 31382
/proc/meminfo: memFree=28519396/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=78572 memory=54828 CPUtime=0.09 cores=0-7
/proc/31381/stat : 31381 (cosoco) R 31378 31381 31337 0 -1 4202496 13926 0 0 0 8 1 0 0 20 0 1 0 557797055 80457728 13707 33554432000 4194304 6211132 140730903946576 140730903943112 139822981815269 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 19643 13707 832 493 0 12948 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 78572 KiB
Current children cumulated memory: 54828 KiB

[startup+0.208726 s]*
/proc/loadavg: 0.86 1.11 1.55 3/200 31390
/proc/meminfo: memFree=28442252/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=736732 memory=134124 CPUtime=0.45 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 33955 0 0 0 40 5 0 0 20 0 9 0 557797055 754413568 33531 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 184183 33531 898 493 0 177488 0
[pid=31381/tid=31383] ppid=31378 vsize=736732 memory=8316850467074736180 CPUtime=0.03 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) D 31378 31381 31337 0 -1 4202560 366 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822974712520 139822982291031 0 0 4096 8405026 18446744071582151463 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=736732 memory=14976 CPUtime=0.03 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 404 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822966319816 5155828 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=736732 memory=288370899973584512 CPUtime=0.03 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 344 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822957927112 139822981811006 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=736732 memory=-1 CPUtime=0.03 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) D 31378 31381 31337 0 -1 4202560 351 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822949534392 139822982291031 0 0 4096 8405026 18446744071582151463 0 0 -1 0 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=736732 memory=0 CPUtime=0.03 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) D 31378 31381 31337 0 -1 4202560 389 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822941141688 139822982291031 0 0 4096 8405026 18446744071582151463 0 0 -1 6 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=736732 memory=0 CPUtime=0.03 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 324 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822932748984 139822982291031 0 0 4096 8405026 18446744071582151463 0 0 -1 5 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=736732 memory=-1 CPUtime=0.03 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) D 31378 31381 31337 0 -1 4202560 358 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822924356376 139822981811006 0 0 4096 8405026 18446744071582151416 0 0 -1 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=736732 memory=0 CPUtime=0.03 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 358 0 0 0 3 0 0 0 20 0 9 0 557797072 754413568 33531 33554432000 4194304 6211132 140730903946576 139822915963672 139822981811006 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 736732 KiB
Current children cumulated memory: 134124 KiB

[startup+0.310121 s]*
/proc/loadavg: 0.86 1.11 1.55 9/200 31390
/proc/meminfo: memFree=28393284/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=179284 CPUtime=1.18 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 43177 0 0 0 111 7 0 0 20 0 9 0 557797055 788000768 44821 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 44821 900 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=1398722017469774279 CPUtime=0.11 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 1506 0 0 0 11 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822974712848 5394002 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=0 CPUtime=0.12 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 1521 0 0 0 12 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822966320144 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=0 CPUtime=0.11 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 1514 0 0 0 11 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822957927552 5397445 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=0 CPUtime=0.12 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 1514 0 0 0 12 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822949534544 5102806 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=0 CPUtime=0.13 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 1503 0 0 0 13 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822941142048 5102308 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=0 CPUtime=0.12 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 1515 0 0 0 12 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822932748936 5102783 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=0 CPUtime=0.12 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 1515 0 0 0 12 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822924356504 5393952 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=0 CPUtime=0.12 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 1514 0 0 0 12 0 0 0 20 0 9 0 557797072 788000768 44821 33554432000 4194304 6211132 140730903946576 139822915963920 5166868 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 179284 KiB

[startup+0.701121 s]
/proc/loadavg: 0.86 1.11 1.55 9/200 31390
/proc/meminfo: memFree=28392912/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=179544 CPUtime=4.22 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 43246 0 0 0 415 7 0 0 20 0 9 0 557797055 788000768 44886 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 44886 900 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=1720 CPUtime=0.49 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 1506 0 0 0 49 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822974712848 5393952 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=1096 CPUtime=0.5 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 1521 0 0 0 50 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822966320144 5102871 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=6304 CPUtime=0.47 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 1514 0 0 0 47 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822957927552 5193742 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=14012 CPUtime=0.51 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 1514 0 0 0 51 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822949534544 5158060 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=6344 CPUtime=0.51 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 1572 0 0 0 51 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822941142048 5167052 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=0 CPUtime=0.5 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 1515 0 0 0 50 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822932748936 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=0 CPUtime=0.5 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 1515 0 0 0 50 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822924356624 5102856 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=0 CPUtime=0.5 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 1514 0 0 0 50 0 0 0 20 0 9 0 557797072 788000768 44886 33554432000 4194304 6211132 140730903946576 139822915963920 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 179544 KiB

[startup+1.50112 s]
/proc/loadavg: 0.86 1.11 1.55 9/200 31390
/proc/meminfo: memFree=28392912/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=182220 CPUtime=10.6 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 74912 0 0 0 1041 19 0 0 20 0 9 0 557797055 788000768 45555 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 45555 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=0 CPUtime=1.29 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 3928 0 0 0 127 2 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822974712848 5394002 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=3977581415807145575 CPUtime=1.3 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 5020 0 0 0 130 0 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822966319544 5397265 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=281047359408192 CPUtime=1.25 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 5692 0 0 0 123 2 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822957927552 5393997 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=2321500078031854800 CPUtime=1.3 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 6236 0 0 0 130 0 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822949534736 5393952 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=7228395476677780589 CPUtime=1.31 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 5989 0 0 0 130 1 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822941141464 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=-3826832332642136911 CPUtime=1.3 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 5795 0 0 0 127 3 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822932749440 5393997 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=7739834435468158033 CPUtime=1.3 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 6708 0 0 0 130 0 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822924356624 139822981815269 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=7451324791650276193 CPUtime=1.3 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 4471 0 0 0 127 3 0 0 20 0 9 0 557797072 788000768 45555 33554432000 4194304 6211132 140730903946576 139822915963920 5393952 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 182220 KiB

[startup+3.11012 s]
/proc/loadavg: 0.86 1.11 1.55 9/201 31392
/proc/meminfo: memFree=28387896/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=183228 CPUtime=23.44 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 77797 0 0 0 2324 20 0 0 20 0 9 0 557797055 788000768 45807 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 45807 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=140523679790535 CPUtime=2.9 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 5108 0 0 0 287 3 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822974712848 5193742 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=8836 CPUtime=2.91 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 5637 0 0 0 291 0 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822966319512 5167920 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=11044 CPUtime=2.84 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 5851 0 0 0 282 2 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822957927552 5409476 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=0 CPUtime=2.91 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 6280 0 0 0 291 0 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822949534736 5394002 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=140527034958241 CPUtime=2.92 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 6148 0 0 0 291 1 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822941141464 5168248 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=-7019007802211101846 CPUtime=2.9 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 5835 0 0 0 287 3 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822932749440 5156960 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=6944613755495348631 CPUtime=2.91 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 6781 0 0 0 291 0 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822924356624 5393970 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=0 CPUtime=2.91 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 5082 0 0 0 288 3 0 0 20 0 9 0 557797072 788000768 45807 33554432000 4194304 6211132 140730903946576 139822915963920 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 23.44 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 183228 KiB

[startup+6.31112 s]
/proc/loadavg: 1.51 1.25 1.59 9/201 31392
/proc/meminfo: memFree=28387220/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=184328 CPUtime=49 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 178354 0 0 0 4870 30 0 0 20 0 9 0 557797055 788000768 46082 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 46082 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=7378978034978679140 CPUtime=6.1 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 17001 0 0 0 605 5 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822974712848 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=0 CPUtime=6.11 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 17251 0 0 0 610 1 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822966319592 5168368 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=184240 CPUtime=6 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 18768 0 0 0 597 3 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822957927552 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=281047359273920 CPUtime=6.11 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 19174 0 0 0 609 2 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822949534736 5393952 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=281047359307576 CPUtime=6.12 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 20005 0 0 0 610 2 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822941141448 5102762 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=136954561693930 CPUtime=6.1 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 18053 0 0 0 606 4 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822932749440 5158032 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=182220 CPUtime=6.12 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 19921 0 0 0 610 2 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822924356624 5102776 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=281047359035012 CPUtime=6.11 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 17106 0 0 0 607 4 0 0 20 0 9 0 557797072 788000768 46082 33554432000 4194304 6211132 140730903946576 139822915963920 5156960 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 49 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 184328 KiB

[startup+12.7011 s]
/proc/loadavg: 2.11 1.37 1.63 9/200 31392
/proc/meminfo: memFree=28387036/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=184468 CPUtime=100.03 cores=0-7

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

/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 48801 0 0 0 223108 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822957927552 5393952 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=195724 CPUtime=2262.02 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 55738 0 0 0 226195 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822949534736 5168257 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=195724 CPUtime=2261.91 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 66098 0 0 0 226184 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822941141704 5168257 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=195724 CPUtime=2261.91 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 53619 0 0 0 226182 9 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822932749440 5168368 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=195724 CPUtime=2261.75 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 52388 0 0 0 226168 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822924356624 5394002 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=195724 CPUtime=2261.87 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 47940 0 0 0 226179 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822915963920 5393997 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 18064.1 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 195724 KiB

[startup+2322.3 s]
/proc/loadavg: 8.01 8.16 7.70 9/200 31568
/proc/meminfo: memFree=28379516/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=195724 CPUtime=18543.2 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 454909 0 0 0 1854253 68 0 0 20 0 9 0 557797055 788000768 48931 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 48931 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=195724 CPUtime=2321.35 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 46565 0 0 0 232127 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822974712848 5393952 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=195724 CPUtime=2321.87 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 52242 0 0 0 232180 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822966319816 5167219 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=195724 CPUtime=2290.31 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 48844 0 0 0 229023 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822957927552 5393952 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=195724 CPUtime=2322.01 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 55797 0 0 0 232194 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822949534736 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=195724 CPUtime=2321.91 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 66349 0 0 0 232184 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822941141704 5394016 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=281047360261200 CPUtime=2321.9 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 53667 0 0 0 232181 9 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822932749440 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=195724 CPUtime=2321.74 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 52404 0 0 0 232167 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822924356624 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=195724 CPUtime=2321.87 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 47966 0 0 0 232179 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822915963920 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 18543.2 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 195724 KiB

[startup+2382.31 s]
/proc/loadavg: 8.00 8.13 7.72 9/200 31571
/proc/meminfo: memFree=28379020/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=195724 CPUtime=19022.4 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 455454 0 0 0 1902169 68 0 0 20 0 9 0 557797055 788000768 48931 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 48931 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=195724 CPUtime=2381.35 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 46613 0 0 0 238127 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822974712848 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=195724 CPUtime=2381.87 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 52291 0 0 0 238180 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822966319816 5393983 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=195724 CPUtime=2349.47 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 48881 0 0 0 234939 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822957927552 5393952 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=195724 CPUtime=2382.02 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 55860 0 0 0 238195 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822949534736 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=195724 CPUtime=2381.92 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 66601 0 0 0 238185 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822941141704 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=195724 CPUtime=2381.89 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 53712 0 0 0 238180 9 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822932749440 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=195724 CPUtime=2381.74 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 52433 0 0 0 238167 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822924356624 5168254 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=195724 CPUtime=2381.87 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 47988 0 0 0 238179 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822915963920 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 19022.4 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 195724 KiB

[startup+2442.3 s]
/proc/loadavg: 8.21 8.15 7.75 9/199 31576
/proc/meminfo: memFree=28378840/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=195724 CPUtime=19501.5 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 456026 0 0 0 1950078 69 0 0 20 0 9 0 557797055 788000768 48931 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 48931 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=195724 CPUtime=2441.34 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 46659 0 0 0 244126 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822974712848 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=195724 CPUtime=2441.85 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 52364 0 0 0 244178 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822966319816 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=195724 CPUtime=2408.63 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 48928 0 0 0 240855 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822957927552 5193742 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=195724 CPUtime=2442.01 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 55915 0 0 0 244194 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822949534736 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=195724 CPUtime=2441.92 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 66871 0 0 0 244185 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822941141704 5046864 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=195724 CPUtime=2441.88 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 53757 0 0 0 244179 9 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822932749440 5393997 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=195724 CPUtime=2441.72 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 52454 0 0 0 244165 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822924356624 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=195724 CPUtime=2441.87 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 48003 0 0 0 244179 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822915963920 5166591 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 19501.5 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 195724 KiB

[startup+2502.3 s]
/proc/loadavg: 8.54 8.27 7.82 9/199 31579
/proc/meminfo: memFree=28379152/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=195724 CPUtime=19980.6 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 456568 0 0 0 1997992 69 0 0 20 0 9 0 557797055 788000768 48931 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 48931 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=195724 CPUtime=2501.33 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 46704 0 0 0 250125 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822974712848 5167539 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=195724 CPUtime=2501.84 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 52440 0 0 0 250177 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822966319816 5102734 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=195724 CPUtime=2467.79 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 48970 0 0 0 246771 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822957927552 5168251 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=195724 CPUtime=2502.01 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 55949 0 0 0 250194 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822949534736 5167936 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=195724 CPUtime=2501.92 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 67130 0 0 0 250185 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822941141704 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=1052 CPUtime=2501.89 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 53799 0 0 0 250180 9 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822932749440 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=7548 CPUtime=2501.71 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 52478 0 0 0 250164 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822924356624 5102871 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=195724 CPUtime=2501.87 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 48023 0 0 0 250179 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822915963920 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 19980.6 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 195724 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.64 8.31 7.84 9/199 31580
/proc/meminfo: memFree=28378996/32770624 swapFree=67002732/67108860
[pid=31381] ppid=31378 vsize=769532 memory=195724 CPUtime=20122 cores=0-7
/proc/31381/stat : 31381 (cosoco) S 31378 31381 31337 0 -1 1077944320 456581 0 0 0 2012133 69 0 0 20 0 9 0 557797055 788000768 48931 33554432000 4194304 6211132 140730903946576 140730903944832 139822997855991 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
/proc/31381/statm: 192383 48931 901 493 0 185688 0
[pid=31381/tid=31383] ppid=31378 vsize=769532 memory=1398722017469774279 CPUtime=2519.04 cores=0-7
/proc/31381/task/31383/stat : 31383 (cosoco) R 31378 31381 31337 0 -1 4202560 46704 0 0 0 251896 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822974712848 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31384] ppid=31378 vsize=769532 memory=2928 CPUtime=2519.55 cores=0-7
/proc/31381/task/31384/stat : 31384 (cosoco) R 31378 31381 31337 0 -1 4202560 52441 0 0 0 251948 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822966319816 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31385] ppid=31378 vsize=769532 memory=195724 CPUtime=2485.25 cores=0-7
/proc/31381/task/31385/stat : 31385 (cosoco) R 31378 31381 31337 0 -1 4202560 48970 0 0 0 248517 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822957927552 5393952 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31386] ppid=31378 vsize=769532 memory=4104 CPUtime=2519.72 cores=0-7
/proc/31381/task/31386/stat : 31386 (cosoco) R 31378 31381 31337 0 -1 4202560 55961 0 0 0 251965 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822949534736 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31387] ppid=31378 vsize=769532 memory=1736 CPUtime=2519.63 cores=0-7
/proc/31381/task/31387/stat : 31387 (cosoco) R 31378 31381 31337 0 -1 4202560 67130 0 0 0 251956 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822941141704 5167539 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31388] ppid=31378 vsize=769532 memory=1398722017469774279 CPUtime=2519.59 cores=0-7
/proc/31381/task/31388/stat : 31388 (cosoco) R 31378 31381 31337 0 -1 4202560 53799 0 0 0 251950 9 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822932749440 5102898 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31389] ppid=31378 vsize=769532 memory=2928 CPUtime=2519.42 cores=0-7
/proc/31381/task/31389/stat : 31389 (cosoco) R 31378 31381 31337 0 -1 4202560 52478 0 0 0 251935 7 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822924356624 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
[pid=31381/tid=31390] ppid=31378 vsize=769532 memory=195724 CPUtime=2519.57 cores=0-7
/proc/31381/task/31390/stat : 31390 (cosoco) R 31378 31381 31337 0 -1 4202560 48023 0 0 0 251949 8 0 0 20 0 9 0 557797072 788000768 48931 33554432000 4194304 6211132 140730903946576 139822915963920 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 16650240 140730903950353 140730903950445 140730903950445 140730903953358 0
Current children cumulated CPU time: 20122 s
Current children cumulated vsize: 769532 KiB
Current children cumulated memory: 195724 KiB

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

[startup+2520.02 s]
# the end of solver process 31381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20121.4 s, system=0.700583 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 20122.1
CPU user time (s): 20121.4
CPU system time (s): 0.700583
CPU usage (%): 798.49
Max. virtual memory (cumulated for all children) (KiB): 769532
Max. memory (cumulated for all children) (KiB): 195724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20121.4
system time used= 0.700583
maximum resident set size= 195844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456627
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= 2897
involuntary context switches= 163908


# summary of solver processes directly reported to runsolver:
#   pid: 31381
#   total CPU time (s): 20122.1
#   total CPU user time (s): 20121.4
#   total CPU system time (s): 0.700583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2575 second user time and 22.1717 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-30 06:05:18
IDJOB=4409759
IDBENCH=115801
IDSOLVER=2877
FILE ID=node148/4409759-1569816356
RUNJOBID= node148-1569816318-31364
PBS_JOBID= 21705905
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409759-1569816356/watcher-4409759-1569816356 -o /tmp/evaluation-result-4409759-1569816356/solver-4409759-1569816356 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569816318-31364 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409759-1569816356.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1813548751

node148.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.13
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.13
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.13
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.13
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:        28569952 kB
MemAvailable:   31874576 kB
Buffers:          170916 kB
Cached:          3472308 kB
SwapCached:         3492 kB
Active:          2237592 kB
Inactive:        1410232 kB
Active(anon):      18068 kB
Inactive(anon):    67284 kB
Active(file):    2219524 kB
Inactive(file):  1342948 kB
Unevictable:      111248 kB
Mlocked:          111248 kB
SwapTotal:      67108860 kB
SwapFree:       67002732 kB
Dirty:              2896 kB
Writeback:             0 kB
AnonPages:        112680 kB
Mapped:            26056 kB
Shmem:             71796 kB
Slab:             145100 kB
SReclaimable:     115972 kB
SUnreclaim:        29128 kB
KernelStack:        3296 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     538352 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62028 MiB
End job on node148 at 2019-09-30 06:47:18