Trace number 4409562

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 parallelOPT5 4115.96 515.403

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.5376
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.05	c
0.00/0.05	c This is cosoco 2.00 --  
0.00/0.05	c
0.00/0.05	c command line: cosoco -model -nbcores=8 HOME/instance-4409562-1569818803.xml 
0.00/0.05	c enable optimization
0.00/0.05	c ========================================[ Problem Statistics ]===========================================
0.00/0.05	c |                                                                                                       
0.00/0.05	c |  Parse time        :         0.04 s 
0.00/0.05	c |
0.00/0.05	c |               Variables: 47
0.00/0.05	c |            Domain Sizes: 47..47
0.00/0.05	c |
0.00/0.05	c |             Constraints: 237
0.00/0.05	c |                   Arity: 2..47  -- Binary: 236
0.00/0.05	c | 
0.00/0.05	c |                   Types: 
0.00/0.05	c |                          (X != Y): 236
0.00/0.05	c |                          Max constant: 1
0.00/0.05	c |                          
0.00/0.05	c |               Objective: Minimize Max constant
0.00/0.05	
0.00/0.05	c =========================================================================================================
0.00/0.05	c Parallel mode: Portfolio
0.00/0.05	c [pFactory][Group N°0] created (threads:8).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.05	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.05	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.05	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.05	c [pFactory][Group N°0] task 7 launched on thread 1.
0.00/0.05	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.05	c [pFactory][Group N°0] task 5 launched on thread 2.
0.00/0.05	c [pFactory][Group N°0] task 4 launched on thread 6.
0.00/0.05	c [pFactory][Group N°0] task 3 launched on thread 5.
0.00/0.05	c [pFactory][Group N°0] task 2 launched on thread 3.
0.00/0.05	c [pFactory][Group N°0] task 1 launched on thread 4.
0.00/0.05	c [pFactory][Group N°0] task 0 launched on thread 7.
0.00/0.05	o 5
4115.95/515.40	c [pFactory][Group N°0] concurent mode: thread 2 has won with the task 5.
4115.95/515.40	c [pFactory][Group N°0] Thread N°0 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°1 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°2 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°3 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°4 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°5 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°6 is joined.
4115.95/515.40	c [pFactory][Group N°0] Thread N°7 is joined.
4115.95/515.40	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°2)
4115.95/515.40	s OPTIMUM FOUND
4115.95/515.40	c call to solver        : 2
4115.95/515.40	c
4115.95/515.40	c restarts              : 1048650     
4115.95/515.40	c conflicts             : 16391586     (3982 /sec)
4115.95/515.40	c decisions             : 94656335     (22998 /sec)
4115.95/515.40	c propagations          : 1055145307  (256356 /sec)
4115.95/515.40	c root propagations     : 2259        
4115.95/515.40	c filter calls          : 5871678412     (1426571 /sec)
4115.95/515.40	c useless filter calls  : 5006690597     (85 %)
4115.95/515.40	c Memory used           : 572.79 MB
4115.95/515.40	c Best bound time (wc)  : 0.0458021 s
4115.95/515.40	c CPU time              : 4115.94 s
4115.95/515.40	c real time             : 515.397 s
4115.95/515.40	
4115.95/515.40	
4115.95/515.40	v <instantiation type='solution' cost='5'>
4115.95/515.40	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[1] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[2] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[3] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[4] x[5] x[6] x[7] x[8] x[9] </list>
4115.95/515.40	v <values>1 1 3 4 3 4 2 2 2 3 4 0 2 5 1 3 0 3 0 2 2 0 1 3 0 2 0 3 0 3 0 2 2 0 0 3 0 2 0 0 1 2 2 2 3 4 2 </values>
4115.95/515.40	v </instantiation>
4115.95/515.40	

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409562-1569818803/watcher-4409562-1569818803 -o /tmp/evaluation-result-4409562-1569818803/solver-4409562-1569818803 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569816239-988 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409562-1569818803.xml 

running on 8 cores: 0-7

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


[startup+0.100977 s]*
/proc/loadavg: 8.16 8.26 7.86 9/199 1289
/proc/meminfo: memFree=31479948/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=6320 CPUtime=0.5 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 1971 0 0 0 49 1 0 0 20 0 9 0 557821836 634310656 1580 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1580 870 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=1398722017469774279 CPUtime=0.05 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212937980944 5165640 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=3677534773662714415 CPUtime=0.05 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 84 0 0 0 5 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212929588240 5165649 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=139997080557184 CPUtime=0.05 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212921195536 5392293 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=0 CPUtime=0.06 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212912802752 5396432 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=0 CPUtime=0.06 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212904410128 5008971 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=0 CPUtime=0.06 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212896017424 5397407 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=-1 CPUtime=0.04 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212887624720 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=0 CPUtime=0.05 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212879232016 5390448 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 6320 KiB

[startup+0.210975 s]*
/proc/loadavg: 8.16 8.26 7.86 9/199 1289
/proc/meminfo: memFree=31479948/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=6320 CPUtime=1.36 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 1971 0 0 0 135 1 0 0 20 0 9 0 557821836 634310656 1580 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1580 870 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=8318255677412212789 CPUtime=0.16 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212937980944 5397400 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=342 CPUtime=0.16 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 84 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212929588240 5397397 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=139997080583145 CPUtime=0.16 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212921195536 5186330 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=-1 CPUtime=0.16 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212912802752 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=0 CPUtime=0.16 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212904410128 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=0 CPUtime=0.16 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212896017424 5165661 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=-1 CPUtime=0.14 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 14 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212887624720 5392740 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=0 CPUtime=0.16 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212879232016 5392371 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 6320 KiB

[startup+0.310977 s]*
/proc/loadavg: 8.16 8.26 7.86 9/199 1289
/proc/meminfo: memFree=31479948/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=6320 CPUtime=2.15 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 1971 0 0 0 214 1 0 0 20 0 9 0 557821836 634310656 1580 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1580 870 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=8316850467074736180 CPUtime=0.26 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212937980944 5392371 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=9086 CPUtime=0.26 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 84 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212929588240 5008971 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=139997080580087 CPUtime=0.26 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212921195536 5165748 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=-1 CPUtime=0.26 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212912802752 5390515 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=0 CPUtime=0.26 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212904410128 5390481 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=0 CPUtime=0.26 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212896017424 5165751 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=-1 CPUtime=0.23 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 23 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212887624720 5392755 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=0 CPUtime=0.26 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 26 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212879232016 5008831 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 6320 KiB

[startup+0.700976 s]
/proc/loadavg: 8.16 8.26 7.86 9/199 1289
/proc/meminfo: memFree=31480592/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=6320 CPUtime=5.19 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 1971 0 0 0 518 1 0 0 20 0 9 0 557821836 634310656 1580 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1580 870 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=3516 CPUtime=0.64 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 64 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212937980864 5380299 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=1088 CPUtime=0.64 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 84 0 0 0 64 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212929588240 5392375 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=2832 CPUtime=0.64 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 64 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212921195536 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=1564 CPUtime=0.65 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 65 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212912802752 5392375 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=8392 CPUtime=0.65 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 65 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212904410128 5397407 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=7014751519700964689 CPUtime=0.65 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 28 0 0 0 65 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212896017424 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=6388 CPUtime=0.59 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 29 0 0 0 59 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212887624720 5009136 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=14068 CPUtime=0.64 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 27 0 0 0 64 0 0 0 20 0 9 0 557821841 634310656 1580 33554432000 4194304 6211132 140727299612448 140212879232016 5409485 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 6320 KiB

[startup+1.50098 s]
/proc/loadavg: 8.16 8.26 7.86 9/199 1289
/proc/meminfo: memFree=31480592/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=11.58 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 2656 0 0 0 1157 1 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=279993884314064 CPUtime=1.44 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 75 0 0 0 144 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5397407 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=301741420669313896 CPUtime=1.44 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 164 0 0 0 144 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588240 5009314 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=279993884409376 CPUtime=1.44 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 76 0 0 0 144 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5186344 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=290200942345978166 CPUtime=1.45 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 155 0 0 0 145 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5165642 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=13565990034212318 CPUtime=1.45 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 77 0 0 0 145 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410128 5390524 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=0 CPUtime=1.45 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 155 0 0 0 145 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5392384 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=0 CPUtime=1.38 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 74 0 0 0 138 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624720 5397407 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=0 CPUtime=1.44 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 188 0 0 0 144 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5165636 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 11.58 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+3.11098 s]
/proc/loadavg: 8.15 8.26 7.87 9/200 1291
/proc/meminfo: memFree=31479560/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=24.42 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 3331 0 0 0 2441 1 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=7176 CPUtime=3.04 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 160 0 0 0 304 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5392310 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=139996942145144 CPUtime=3.05 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 265 0 0 0 305 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588240 5397407 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=7176 CPUtime=3.05 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 115 0 0 0 305 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5165640 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=7176 CPUtime=3.06 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 249 0 0 0 306 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=5792589356591895908 CPUtime=3.05 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 174 0 0 0 305 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410128 5165661 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=0 CPUtime=3.06 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 234 0 0 0 306 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=279993884613248 CPUtime=2.97 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 153 0 0 0 297 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624720 5396441 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=3612 CPUtime=3.05 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 289 0 0 0 305 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5186288 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 24.42 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+6.30098 s]
/proc/loadavg: 8.15 8.26 7.87 9/200 1291
/proc/meminfo: memFree=31479576/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=49.9 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 4713 0 0 0 4989 1 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=4136 CPUtime=6.19 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 307 0 0 0 619 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=7176 CPUtime=6.24 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 450 0 0 0 624 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588240 5404572 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=3472328296227679313 CPUtime=6.24 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 253 0 0 0 624 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5390515 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=0 CPUtime=6.25 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 462 0 0 0 625 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5397486 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0

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

Current children cumulated CPU time: 3986.55 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+505.601 s]
/proc/loadavg: 8.25 8.26 8.01 9/200 1330
/proc/meminfo: memFree=31481396/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=4037.67 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 24089 0 0 0 403765 2 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=3612 CPUtime=499.04 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 2608 0 0 0 49904 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5186344 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=7176 CPUtime=505.52 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 2886 0 0 0 50552 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588160 5165767 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=780 CPUtime=505.53 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 2550 0 0 0 50553 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5392289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=1444 CPUtime=505.51 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 3185 0 0 0 50551 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5112160 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=10244 CPUtime=505.44 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 2334 0 0 0 50544 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410048 5392297 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=984 CPUtime=505.56 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 2820 0 0 0 50556 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5392310 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=2044 CPUtime=505.45 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 2553 0 0 0 50545 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624640 5392367 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=1368 CPUtime=505.51 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 3461 0 0 0 50551 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5409485 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 4037.67 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+512.001 s]*
/proc/loadavg: 8.23 8.26 8.01 9/200 1331
/proc/meminfo: memFree=31481676/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=4088.84 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 24091 0 0 0 408882 2 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=3612 CPUtime=505.37 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 2608 0 0 0 50537 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5112672 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=4126316290023845779 CPUtime=511.93 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 2886 0 0 0 51193 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588160 5112689 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=35833 CPUtime=511.93 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 2550 0 0 0 51193 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5392301 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=50716 CPUtime=511.92 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 3185 0 0 0 51192 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5165625 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=50705 CPUtime=511.85 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 2336 0 0 0 51185 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410048 5009195 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=50711 CPUtime=511.97 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 2820 0 0 0 51197 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5165701 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=55 CPUtime=511.86 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 2553 0 0 0 51186 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624640 5396293 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=4638778398332698722 CPUtime=511.92 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 3461 0 0 0 51192 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5165744 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 4088.84 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+513.601 s]
/proc/loadavg: 8.21 8.25 8.01 9/200 1331
/proc/meminfo: memFree=31481676/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=4101.57 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 24091 0 0 0 410155 2 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=10244 CPUtime=506.94 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 2608 0 0 0 50694 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5009320 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=7176 CPUtime=513.52 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 2886 0 0 0 51352 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588160 5112709 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=1696 CPUtime=513.52 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 2550 0 0 0 51352 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5392375 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=1228 CPUtime=513.51 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 3185 0 0 0 51351 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5165636 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=5527622911271 CPUtime=513.44 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 2336 0 0 0 51344 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410048 5390233 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=4279353494052299584 CPUtime=513.56 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 2820 0 0 0 51356 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=7445126831785662569 CPUtime=513.45 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 2553 0 0 0 51345 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624640 5392367 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=-7035114785800479027 CPUtime=513.51 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 3461 0 0 0 51351 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5397397 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 4101.57 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+514.401 s]
/proc/loadavg: 8.21 8.25 8.01 9/200 1331
/proc/meminfo: memFree=31481676/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=4107.96 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 24091 0 0 0 410794 2 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=7176 CPUtime=507.73 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 2608 0 0 0 50773 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=7176 CPUtime=514.32 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 2886 0 0 0 51432 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588160 5392371 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=7176 CPUtime=514.32 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 2550 0 0 0 51432 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5392313 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=-7035114785800479027 CPUtime=514.31 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 3185 0 0 0 51431 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=14008 CPUtime=514.24 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 2336 0 0 0 51424 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410048 5390120 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=6392 CPUtime=514.36 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 2820 0 0 0 51436 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5392306 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=14068 CPUtime=514.25 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 2553 0 0 0 51425 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624640 5390511 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=2120 CPUtime=514.31 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 3461 0 0 0 51431 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5186216 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 4107.96 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+515.201 s]
/proc/loadavg: 8.21 8.25 8.01 9/200 1331
/proc/meminfo: memFree=31481676/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=4114.35 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 24091 0 0 0 411433 2 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=3612 CPUtime=508.52 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 2608 0 0 0 50852 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5397414 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=10244 CPUtime=515.12 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 2886 0 0 0 51512 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588160 5165777 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=984 CPUtime=515.12 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 2550 0 0 0 51512 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5009218 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=7176 CPUtime=515.11 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 3185 0 0 0 51511 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5186274 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=7176 CPUtime=515.04 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 2336 0 0 0 51504 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410048 5009195 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=1564 CPUtime=515.16 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 2820 0 0 0 51516 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5009235 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=2044 CPUtime=515.05 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 2553 0 0 0 51505 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624640 5165714 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=1368 CPUtime=515.11 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 3461 0 0 0 51511 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5392371 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 4114.35 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

[startup+515.401 s]
/proc/loadavg: 8.21 8.25 8.01 9/200 1331
/proc/meminfo: memFree=31481676/32770688 swapFree=67001380/67108860
[pid=1280] ppid=1277 vsize=619444 memory=7176 CPUtime=4115.95 cores=0-7
/proc/1280/stat : 1280 (cosoco) S 1277 1280 961 0 -1 1077944320 24095 0 0 0 411593 2 0 0 20 0 9 0 557821836 634310656 1794 33554432000 4194304 6211132 140727299612448 140727299610704 140212961124087 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
/proc/1280/statm: 154861 1794 873 493 0 148166 0
[pid=1280/tid=1282] ppid=1277 vsize=619444 memory=7176 CPUtime=508.72 cores=0-7
/proc/1280/task/1282/stat : 1282 (cosoco) R 1277 1280 961 0 -1 4202560 2608 0 0 0 50872 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212937980864 5396432 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1283] ppid=1277 vsize=619444 memory=6944613755361064352 CPUtime=515.32 cores=0-7
/proc/1280/task/1283/stat : 1283 (cosoco) R 1277 1280 961 0 -1 4202560 2886 0 0 0 51532 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212929588160 5193731 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1284] ppid=1277 vsize=619444 memory=7079764443835424832 CPUtime=515.32 cores=0-7
/proc/1280/task/1284/stat : 1284 (cosoco) R 1277 1280 961 0 -1 4202560 2552 0 0 0 51532 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212921195536 5009311 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1285] ppid=1277 vsize=619444 memory=-7035114785800479027 CPUtime=515.31 cores=0-7
/proc/1280/task/1285/stat : 1285 (cosoco) R 1277 1280 961 0 -1 4202560 3185 0 0 0 51531 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212912802752 5392371 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1286] ppid=1277 vsize=619444 memory=7176 CPUtime=515.24 cores=0-7
/proc/1280/task/1286/stat : 1286 (cosoco) R 1277 1280 961 0 -1 4202560 2337 0 0 0 51524 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212904410048 5392297 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1287] ppid=1277 vsize=619444 memory=6276 CPUtime=515.36 cores=0-7
/proc/1280/task/1287/stat : 1287 (cosoco) R 1277 1280 961 0 -1 4202560 2820 0 0 0 51536 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212896017424 5391746 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1288] ppid=1277 vsize=619444 memory=7176 CPUtime=515.25 cores=0-7
/proc/1280/task/1288/stat : 1288 (cosoco) R 1277 1280 961 0 -1 4202560 2553 0 0 0 51525 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212887624640 5008971 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
[pid=1280/tid=1289] ppid=1277 vsize=619444 memory=-7035114785800479027 CPUtime=515.31 cores=0-7
/proc/1280/task/1289/stat : 1289 (cosoco) R 1277 1280 961 0 -1 4202560 3462 0 0 0 51531 0 0 0 20 0 9 0 557821841 634310656 1794 33554432000 4194304 6211132 140727299612448 140212879232016 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 33419264 140727299613713 140727299613805 140727299613805 140727299616718 0
Current children cumulated CPU time: 4115.95 s
Current children cumulated vsize: 619444 KiB
Current children cumulated memory: 7176 KiB

Child status: 0
Real time (s): 515.403
CPU time (s): 4115.96
CPU user time (s): 4115.94
CPU system time (s): 0.023989
CPU usage (%): 798.592
Max. virtual memory (cumulated for all children) (KiB): 619444
Max. memory (cumulated for all children) (KiB): 7176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4115.94
system time used= 0.023989
maximum resident set size= 7176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24161
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= 724
involuntary context switches= 34707


# summary of solver processes directly reported to runsolver:
#   pid: 1280
#   total CPU time (s): 4115.96
#   total CPU user time (s): 4115.94
#   total CPU system time (s): 0.023989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37082 second user time and 4.31581 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-30 06:46:01
IDJOB=4409562
IDBENCH=120561
IDSOLVER=2877
FILE ID=node116/4409562-1569818803
RUNJOBID= node116-1569816239-988
PBS_JOBID= 21705903
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409562-1569818803/watcher-4409562-1569818803 -o /tmp/evaluation-result-4409562-1569818803/solver-4409562-1569818803 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569816239-988 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409562-1569818803.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=2055248853

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        31483072 kB
MemAvailable:   31853948 kB
Buffers:          198800 kB
Cached:           492244 kB
SwapCached:         3344 kB
Active:           375348 kB
Inactive:         321516 kB
Active(anon):      23868 kB
Inactive(anon):    62888 kB
Active(file):     351480 kB
Inactive(file):   258628 kB
Unevictable:      109448 kB
Mlocked:          109448 kB
SwapTotal:      67108860 kB
SwapFree:       67001380 kB
Dirty:              2772 kB
Writeback:             0 kB
AnonPages:        112004 kB
Mapped:            26232 kB
Shmem:             72416 kB
Slab:             182988 kB
SReclaimable:     153204 kB
SUnreclaim:        29784 kB
KernelStack:        3344 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     538676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node116 at 2019-09-30 06:54:36