Trace number 4409935

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.0 parallelSAT (TO)91 2013.12 252.03

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9952
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -model -nbcores=8 HOME/instance-4409935-1569829942.xml 
0.00/0.01	c enable optimization
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.00 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 30
0.00/0.01	c |            Domain Sizes: 15..29
0.00/0.01	c |
0.00/0.01	c |             Constraints: 17
0.00/0.01	c |                   Arity: 3..15  -- Ternary: 15
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Extension: 15  (nb tuples: 210..210) -- (shared: 112)
0.00/0.01	c |                          Sum: 1
0.00/0.01	c |                          
0.00/0.01	c |               Objective: Minimize Sum
0.00/0.01	
0.00/0.01	c =========================================================================================================
0.00/0.01	c Parallel mode: Portfolio
0.00/0.01	c [pFactory][Group N°0] created (threads:8).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.01	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] task 7 launched on thread 0.
0.00/0.01	c [pFactory][Group N°0] task 6 launched on thread 2.
0.00/0.01	c [pFactory][Group N°0] task 5 launched on thread 1.
0.00/0.01	c [pFactory][Group N°0] task 4 launched on thread 5.
0.00/0.01	c [pFactory][Group N°0] task 3 launched on thread 4.
0.00/0.01	c [pFactory][Group N°0] task 2 launched on thread 6.
0.00/0.01	c [pFactory][Group N°0] task 1 launched on thread 3.
0.00/0.01	o 114
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.02	o 106
0.00/0.02	o 103
0.00/0.03	o 102
0.00/0.04	o 95
0.00/0.05	o 91
2012.95/252.02	
2012.95/252.02	c *** INTERRUPTED ***
2012.95/252.02	c call to solver        : 2
2012.95/252.02	c
2012.95/252.02	c restarts              : 294417      
2012.95/252.02	c conflicts             : 4226430      (2099 /sec)
2012.95/252.02	c decisions             : 9911679      (4924 /sec)
2012.95/252.02	c propagations          : 630285843   (313091 /sec)
2012.95/252.02	c root propagations     : 375         
2012.95/252.02	c filter calls          : 112948508      (56107 /sec)
2012.95/252.02	c useless filter calls  : 65601563       (58 %)
2012.95/252.02	c Memory used           : 603.40 MB
2012.95/252.02	c Best bound time (wc)  : 0.0402608 s
2012.95/252.02	c CPU time              : 2013.11 s
2012.95/252.02	c real time             : 252.023 s
2012.95/252.02	
2012.95/252.02	s SATISFIABLE
2012.95/252.02	c Best value found: 91
2012.95/252.02	
2012.95/252.02	
2012.95/252.02	v <instantiation type='solution' cost='91'>
2012.95/252.02	v <list>c[0] c[10] c[11] c[12] c[13] c[14] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[10] d[11] d[12] d[13] d[14] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] </list>
2012.95/252.02	v <values>2 10 11 6 0 5 1 3 4 7 8 9 14 13 12 5 7 15 8 15 6 2 2 9 2 2 7 1 6 4 </values>
2012.95/252.02	v </instantiation>
2012.95/252.02	

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409935-1569829942/watcher-4409935-1569829942 -o /tmp/evaluation-result-4409935-1569829942/solver-4409935-1569829942 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node146-1569818084-23682 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409935-1569829942.xml 

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

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


[startup+0.100778 s]*
/proc/loadavg: 8.07 7.85 7.05 9/200 26760
/proc/meminfo: memFree=30290784/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4480 CPUtime=0.79 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 1383 0 0 0 79 0 0 0 20 0 9 0 558908044 632705024 1120 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1120 830 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=4134692831991786133 CPUtime=0.1 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031106026768 5155836 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4872558044660077418 CPUtime=0.09 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 5 0 0 0 9 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031097633976 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=140381246989952 CPUtime=0.1 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031089241272 5037744 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 3 0 0 0 10 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031080848520 5039029 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031072455864 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=0 CPUtime=0.1 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031064063160 5039026 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=-1 CPUtime=0.1 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 10 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031055670880 5082376 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=0 CPUtime=0.09 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 3 0 0 0 9 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031047277752 5079843 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 0.79 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.209784 s]*
/proc/loadavg: 8.07 7.85 7.05 9/200 26760
/proc/meminfo: memFree=30290784/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4480 CPUtime=1.65 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 1384 0 0 0 165 0 0 0 20 0 9 0 558908044 632705024 1120 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1120 830 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=6935054825532540783 CPUtime=0.2 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031106026768 5186344 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4872558142750483006 CPUtime=0.19 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 5 0 0 0 19 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031097633976 5081728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=140381246989952 CPUtime=0.2 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031089241272 5039026 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031080848568 5039247 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031072455864 5193763 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031064063160 5082397 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=-1 CPUtime=0.2 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031055670880 5397258 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=0 CPUtime=0.2 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 3 0 0 0 20 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031047277752 5039185 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.309781 s]*
/proc/loadavg: 8.07 7.85 7.05 9/200 26760
/proc/meminfo: memFree=30291084/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4480 CPUtime=2.44 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 1384 0 0 0 244 0 0 0 20 0 9 0 558908044 632705024 1120 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1120 830 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 16 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031106026768 5389929 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4872558142750483006 CPUtime=0.28 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 5 0 0 0 28 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031097633976 5038982 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=140381255204989 CPUtime=0.3 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031089241272 5039007 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=-1 CPUtime=0.3 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031080848568 5392375 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031072455864 5039323 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031064063160 5079418 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=2208 CPUtime=0.3 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031055670456 5080012 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=0 CPUtime=0.3 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 3 0 0 0 30 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031047277752 5039261 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+0.700779 s]
/proc/loadavg: 8.07 7.85 7.05 9/200 26760
/proc/meminfo: memFree=30291084/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4480 CPUtime=5.48 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 1385 0 0 0 548 0 0 0 20 0 9 0 558908044 632705024 1120 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1120 830 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=0 CPUtime=0.69 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 16 0 0 0 69 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031106026768 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=0 CPUtime=0.64 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 5 0 0 0 64 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031097633976 5038990 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=0 CPUtime=0.69 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031089241272 5037744 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=0 CPUtime=0.69 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031080848568 5080672 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=764 CPUtime=0.69 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031072455864 5037808 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=1692 CPUtime=0.69 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031064063160 5037801 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=3988 CPUtime=0.69 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 69 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031055670456 5037744 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=7548 CPUtime=0.68 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 4 0 0 0 68 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031047277752 5079649 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+1.50078 s]
/proc/loadavg: 8.07 7.85 7.05 9/200 26760
/proc/meminfo: memFree=30291084/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4480 CPUtime=11.87 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 1671 0 0 0 1187 0 0 0 20 0 9 0 558908044 632705024 1120 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1120 830 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=6944656592455359580 CPUtime=1.49 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 36 0 0 0 149 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031106026768 5250330 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=6944656575208382560 CPUtime=1.43 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 45 0 0 0 143 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031097633976 5079328 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=7976406965554101975 CPUtime=1.49 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 33 0 0 0 149 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031089241272 5038718 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 50 0 0 0 149 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031080848568 5081965 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=6655300316396806240 CPUtime=1.49 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 30 0 0 0 149 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031072455864 5079529 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=6944656575208382560 CPUtime=1.49 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 56 0 0 0 149 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031064063160 5039042 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=0 CPUtime=1.49 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 33 0 0 0 149 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031055670456 5039178 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=129 CPUtime=1.48 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 48 0 0 0 148 0 0 0 20 0 9 0 558908045 632705024 1120 33554432000 4194304 6211132 140726448443760 140031047277752 5397281 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 11.87 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4480 KiB

[startup+3.10978 s]
/proc/loadavg: 8.14 7.86 7.06 9/200 26760
/proc/meminfo: memFree=30290960/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4636 CPUtime=24.72 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 1956 0 0 0 2472 0 0 0 20 0 9 0 558908044 632705024 1159 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1159 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=4480 CPUtime=3.1 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 84 0 0 0 310 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031106026768 5250304 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4480 CPUtime=3.02 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 85 0 0 0 302 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031097633976 5082358 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=4480 CPUtime=3.1 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 54 0 0 0 310 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031089241272 5081216 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=0 CPUtime=3.1 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 89 0 0 0 310 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031080848568 5155924 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=0 CPUtime=3.1 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 63 0 0 0 310 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031072455864 5038999 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=0 CPUtime=3.1 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 90 0 0 0 310 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031064063160 5082759 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=6935054825532540783 CPUtime=3.1 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 72 0 0 0 310 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031055670456 5039104 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=2110731747518596 CPUtime=3.09 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 79 0 0 0 309 0 0 0 20 0 9 0 558908045 632705024 1159 33554432000 4194304 6211132 140726448443760 140031047277752 5081280 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 24.72 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4636 KiB

[startup+6.30078 s]
/proc/loadavg: 8.14 7.86 7.06 9/200 26760
/proc/meminfo: memFree=30290828/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4676 CPUtime=50.21 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 2553 0 0 0 5021 0 0 0 20 0 9 0 558908044 632705024 1169 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1169 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=280762146518098 CPUtime=6.29 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 158 0 0 0 629 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031106026768 5039328 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=140385541957247 CPUtime=6.17 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 146 0 0 0 617 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031097633976 5186271 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=0 CPUtime=6.29 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 112 0 0 0 629 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031089241272 5393358 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=0 CPUtime=6.29 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 174 0 0 0 629 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031080848568 5250304 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0

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

/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 247 0 0 0 2549 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031089241272 5082378 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=4676 CPUtime=25.49 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 324 0 0 0 2549 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031080848568 5038999 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=1772 CPUtime=25.48 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 306 0 0 0 2548 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031072455864 5186349 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=2648 CPUtime=25.49 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 325 0 0 0 2549 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031064063160 5250311 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=2012 CPUtime=25.49 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 258 0 0 0 2549 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031055670456 5039536 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=1424 CPUtime=25.47 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 327 0 0 0 2547 0 0 0 20 0 9 0 558908045 632705024 1169 33554432000 4194304 6211132 140726448443760 140031047277752 5037854 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 203.57 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4676 KiB

[startup+51.1098 s]
/proc/loadavg: 8.07 7.88 7.10 9/200 26762
/proc/meminfo: memFree=30292276/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4680 CPUtime=408.15 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 4036 0 0 0 40815 0 0 0 20 0 9 0 558908044 632705024 1170 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1170 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=4676 CPUtime=51.1 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 348 0 0 0 5110 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031106026768 5079344 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=56 CPUtime=50.44 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 339 0 0 0 5044 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031097633976 5039178 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=4680 CPUtime=51.1 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 287 0 0 0 5110 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031089241272 5035283 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=2867664640227160 CPUtime=51.09 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 364 0 0 0 5109 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031080848568 5078762 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=7548 CPUtime=51.1 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 329 0 0 0 5110 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031072455864 5039213 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=2832 CPUtime=51.1 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 367 0 0 0 5110 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031064063160 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=1224 CPUtime=51.1 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 298 0 0 0 5110 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031055670456 5039026 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=1919 CPUtime=51.08 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 364 0 0 0 5108 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031047277752 5078762 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 408.15 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4680 KiB

[startup+102.301 s]
/proc/loadavg: 8.03 7.90 7.15 9/200 26765
/proc/meminfo: memFree=30292304/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4680 CPUtime=817.07 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 4635 0 0 0 81707 0 0 0 20 0 9 0 558908044 632705024 1170 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1170 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=3616 CPUtime=102.29 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 438 0 0 0 10229 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031106026768 5039132 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4680 CPUtime=101.48 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 424 0 0 0 10148 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031097633976 5082411 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=4680 CPUtime=102.3 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 364 0 0 0 10230 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031089241272 5039323 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=4676 CPUtime=102.29 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 421 0 0 0 10229 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031080848568 5078807 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=4680 CPUtime=102.29 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 411 0 0 0 10229 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031072455864 5250319 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=33 CPUtime=101.82 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 425 0 0 0 10182 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031064062912 5250330 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=164 CPUtime=102.29 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 363 0 0 0 10229 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031055670456 5193776 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=4680 CPUtime=102.27 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 449 0 0 0 10227 0 0 0 20 0 9 0 558908045 632705024 1170 33554432000 4194304 6211132 140726448443760 140031047277752 5037744 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 817.07 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4680 KiB

[startup+162.301 s]
/proc/loadavg: 8.01 7.92 7.20 9/201 26770
/proc/meminfo: memFree=30291520/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4684 CPUtime=1296.35 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 4929 0 0 0 129635 0 0 0 20 0 9 0 558908044 632705024 1171 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1171 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=4680 CPUtime=162.29 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 480 0 0 0 16229 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031106026768 5038944 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4680 CPUtime=161.49 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 462 0 0 0 16149 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031097633976 5390243 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=4684 CPUtime=162.3 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 402 0 0 0 16230 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031089241272 5080080 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=4684 CPUtime=162.29 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 467 0 0 0 16229 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031080848568 5080136 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=4684 CPUtime=162.3 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 447 0 0 0 16230 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031072455696 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=3616 CPUtime=161.08 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 444 0 0 0 16108 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031064062912 5039137 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=4680 CPUtime=162.28 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 403 0 0 0 16228 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031055670456 5039026 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=4684 CPUtime=162.27 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 484 0 0 0 16227 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031047277696 5250319 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 1296.35 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

[startup+222.301 s]
/proc/loadavg: 8.00 7.93 7.25 9/199 26774
/proc/meminfo: memFree=30292908/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4684 CPUtime=1775.63 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 5242 0 0 0 177563 0 0 0 20 0 9 0 558908044 632705024 1171 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1171 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=772 CPUtime=222.29 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 525 0 0 0 22229 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031106026768 5082358 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4684 CPUtime=221.49 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 500 0 0 0 22149 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031097633976 5390177 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=4684 CPUtime=222.31 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 442 0 0 0 22231 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031089241272 5397248 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=4684 CPUtime=222.29 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 505 0 0 0 22229 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031080848568 5039536 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=4684 CPUtime=222.31 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 492 0 0 0 22231 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031072455696 5081375 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=4684 CPUtime=220.36 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 465 0 0 0 22036 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031064062912 5081301 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=4684 CPUtime=222.28 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 446 0 0 0 22228 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031055670456 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=4684 CPUtime=222.27 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 527 0 0 0 22227 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031047277696 5038964 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 1775.63 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.00 7.94 7.28 9/200 26777
/proc/meminfo: memFree=30292084/32770624 swapFree=67002424/67108860
[pid=26751] ppid=26748 vsize=617876 memory=4684 CPUtime=2012.95 cores=0-7
/proc/26751/stat : 26751 (cosoco) S 26748 26751 23655 0 -1 1077944320 5242 0 0 0 201295 0 0 0 20 0 9 0 558908044 632705024 1171 33554432000 4194304 6211132 140726448443760 140726448442016 140031129169655 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
/proc/26751/statm: 154469 1171 841 493 0 147774 0
[pid=26751/tid=26753] ppid=26748 vsize=617876 memory=6935054825532540783 CPUtime=251.99 cores=0-7
/proc/26751/task/26753/stat : 26753 (cosoco) R 26748 26751 23655 0 -1 4202560 525 0 0 0 25199 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031106026768 5079658 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26754] ppid=26748 vsize=617876 memory=4872558044660077418 CPUtime=251.2 cores=0-7
/proc/26751/task/26754/stat : 26754 (cosoco) R 26748 26751 23655 0 -1 4202560 500 0 0 0 25120 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031097633976 5158217 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26755] ppid=26748 vsize=617876 memory=1692 CPUtime=252.01 cores=0-7
/proc/26751/task/26755/stat : 26755 (cosoco) R 26748 26751 23655 0 -1 4202560 442 0 0 0 25201 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031089241272 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26756] ppid=26748 vsize=617876 memory=3988 CPUtime=252 cores=0-7
/proc/26751/task/26756/stat : 26756 (cosoco) R 26748 26751 23655 0 -1 4202560 505 0 0 0 25200 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031080848568 5037880 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26757] ppid=26748 vsize=617876 memory=7548 CPUtime=252.02 cores=0-7
/proc/26751/task/26757/stat : 26757 (cosoco) R 26748 26751 23655 0 -1 4202560 492 0 0 0 25202 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031072455696 5080233 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26758] ppid=26748 vsize=617876 memory=2832 CPUtime=249.71 cores=0-7
/proc/26751/task/26758/stat : 26758 (cosoco) R 26748 26751 23655 0 -1 4202560 465 0 0 0 24971 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031064063104 5081325 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26759] ppid=26748 vsize=617876 memory=1224 CPUtime=251.99 cores=0-7
/proc/26751/task/26759/stat : 26759 (cosoco) R 26748 26751 23655 0 -1 4202560 446 0 0 0 25199 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031055670288 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
[pid=26751/tid=26760] ppid=26748 vsize=617876 memory=6268 CPUtime=251.98 cores=0-7
/proc/26751/task/26760/stat : 26760 (cosoco) R 26748 26751 23655 0 -1 4202560 527 0 0 0 25198 0 0 0 20 0 9 0 558908045 632705024 1171 33554432000 4194304 6211132 140726448443760 140031047277696 5397267 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 24154112 140726448448534 140726448448626 140726448448626 140726448451534 0
Current children cumulated CPU time: 2012.95 s
Current children cumulated vsize: 617876 KiB
Current children cumulated memory: 4684 KiB

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

[startup+252.029 s]
# the end of solver process 26751 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2013.11 s, system=0.007997 s

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

Child status: 1
Real time (s): 252.03
CPU time (s): 2013.12
CPU user time (s): 2013.11
CPU system time (s): 0.007997
CPU usage (%): 798.763
Max. virtual memory (cumulated for all children) (KiB): 617876
Max. memory (cumulated for all children) (KiB): 4684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2013.11
system time used= 0.007997
maximum resident set size= 4980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5287
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= 35
involuntary context switches= 16746


# summary of solver processes directly reported to runsolver:
#   pid: 26751
#   total CPU time (s): 2013.12
#   total CPU user time (s): 2013.11
#   total CPU system time (s): 0.007997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19061 second user time and 1.86868 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-30 09:51:40
IDJOB=4409935
IDBENCH=135747
IDSOLVER=2878
FILE ID=node146/4409935-1569829942
RUNJOBID= node146-1569818084-23682
PBS_JOBID= 21705925
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409935-1569829942/watcher-4409935-1569829942 -o /tmp/evaluation-result-4409935-1569829942/solver-4409935-1569829942 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node146-1569818084-23682 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409935-1569829942.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=1486990732

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30291404 kB
MemAvailable:   31869076 kB
Buffers:          137352 kB
Cached:          1776892 kB
SwapCached:         3676 kB
Active:          1067548 kB
Inactive:         854280 kB
Active(anon):       4060 kB
Inactive(anon):    84340 kB
Active(file):    1063488 kB
Inactive(file):   769940 kB
Unevictable:      109348 kB
Mlocked:          109348 kB
SwapTotal:      67108860 kB
SwapFree:       67002424 kB
Dirty:              2764 kB
Writeback:             0 kB
AnonPages:        114512 kB
Mapped:            26968 kB
Shmem:             72200 kB
Slab:             149164 kB
SReclaimable:     120156 kB
SUnreclaim:        29008 kB
KernelStack:        3440 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     541024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 62028 MiB
End job on node146 at 2019-09-30 09:55:52