Trace number 4409940

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)39 2012.6 252.02

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-07-10.xml
MD5SUMebe39bf25244fda615bb1bf8fe88192a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark31.4095
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints166
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":40}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96},{"type":"sum","count":70}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c
0.00/0.02	c This is cosoco 2.00 --  
0.00/0.02	c
0.00/0.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409940-1569828086.xml 
0.00/0.02	c enable optimization
0.00/0.02	c ========================================[ Problem Statistics ]===========================================
0.00/0.02	c |                                                                                                       
0.00/0.02	c |  Parse time        :         0.01 s 
0.00/0.02	c |
0.00/0.02	c |               Variables: 140
0.00/0.02	c |            Domain Sizes: 2..9
0.00/0.02	c |
0.00/0.02	c |             Constraints: 167
0.00/0.02	c |                   Arity: 2..70  -- Binary: 70  -- Ternary: 26
0.00/0.02	c | 
0.00/0.02	c |                   Types: 
0.00/0.02	c |                          Extension: 96  (nb tuples: 1..10) -- (shared: 728)
0.00/0.02	c |                          Sum: 71
0.00/0.02	c |                          
0.00/0.02	c |               Objective: Maximize Sum
0.00/0.02	
0.00/0.02	c =========================================================================================================
0.00/0.02	c Parallel mode: Portfolio
0.00/0.02	c [pFactory][Group N°0] created (threads:8).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.02	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.02	c [pFactory][Group N°0] task 7 launched on thread 1.
0.00/0.02	c [pFactory][Group N°0] task 6 launched on thread 2.
0.00/0.02	c [pFactory][Group N°0] task 5 launched on thread 0.
0.00/0.02	c [pFactory][Group N°0] task 4 launched on thread 6.
0.00/0.02	c [pFactory][Group N°0] task 3 launched on thread 3.
0.00/0.02	c [pFactory][Group N°0] task 2 launched on thread 4.
0.00/0.02	c [pFactory][Group N°0] task 1 launched on thread 7.
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 5.
0.00/0.02	o 34
0.00/0.03	o 36
0.69/0.16	o 37
13.37/1.71	o 38
342.42/42.94	o 39
2012.50/252.01	
2012.50/252.01	c *** INTERRUPTED ***
2012.50/252.01	c call to solver        : 5
2012.50/252.01	c
2012.50/252.01	c restarts              : 269106      
2012.50/252.01	c conflicts             : 2201210      (1094 /sec)
2012.50/252.01	c decisions             : 13914535     (6914 /sec)
2012.50/252.01	c propagations          : 212347553   (105510 /sec)
2012.50/252.01	c root propagations     : 98          
2012.50/252.01	c filter calls          : 302692760      (150400 /sec)
2012.50/252.01	c useless filter calls  : 186446482      (61 %)
2012.50/252.01	c Memory used           : 604.79 MB
2012.50/252.01	c Best bound time (wc)  : 42.9418 s
2012.50/252.01	c CPU time              : 2012.58 s
2012.50/252.01	c real time             : 252.015 s
2012.50/252.01	
2012.50/252.01	s SATISFIABLE
2012.50/252.01	c Best value found: 39
2012.50/252.01	
2012.50/252.01	
2012.50/252.01	v <instantiation type='solution' cost='39'>
2012.50/252.01	v <list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] </list>
2012.50/252.02	v <values>3 3 4 2 3 4 3 3 4 2 3 3 5 3 5 3 3 4 3 2 4 5 5 3 5 5 5 5 5 4 2 3 3 4 3 2 2 2 3 2 3 5 5 3 5 5 5 5 5 3 4 3 5 3 5 3 2 4 3 4 2 2 4 2 3 4 2 4 2 2 1 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 </values>
2012.50/252.02	v </instantiation>
2012.50/252.02	

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409940-1569828086/watcher-4409940-1569828086 -o /tmp/evaluation-result-4409940-1569828086/solver-4409940-1569828086 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569817401-14086 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409940-1569828086.xml 

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

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


[startup+0.10045 s]*
/proc/loadavg: 7.53 6.00 6.12 9/198 16865
/proc/meminfo: memFree=31856708/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=6128 CPUtime=0.69 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 1939 0 0 0 69 0 0 0 20 0 9 0 559080869 634167296 1532 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1532 893 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=-7318199385771439040 CPUtime=0.08 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957851671568 5250321 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=732369880351742949 CPUtime=0.08 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957843278864 5155380 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=139742014289536 CPUtime=0.08 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957834886120 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=0 CPUtime=0.08 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 26 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957826493456 5250273 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=0 CPUtime=0.08 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957818100576 5155703 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=0 CPUtime=0.08 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957809707872 5149660 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=-1 CPUtime=0.08 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957801315344 5390043 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=0 CPUtime=0.08 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957792922896 5250283 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 6128 KiB

[startup+0.210449 s]*
/proc/loadavg: 7.53 6.00 6.12 9/198 16865
/proc/meminfo: memFree=31856708/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=6128 CPUtime=1.56 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 1941 0 0 0 156 0 0 0 20 0 9 0 559080869 634167296 1532 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1532 893 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=279483722498288 CPUtime=0.19 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 24 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957851671568 5155766 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=279483875538680 CPUtime=0.19 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 33 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957843278864 5397472 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=139742014289536 CPUtime=0.19 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 29 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957834886120 5193786 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=0 CPUtime=0.19 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 26 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957826493456 5409476 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=0 CPUtime=0.19 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 30 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957818100576 5155385 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=0 CPUtime=0.19 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 32 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957809708304 5391398 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=-1 CPUtime=0.18 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 31 0 0 0 18 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957801315344 5149651 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=0 CPUtime=0.19 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 27 0 0 0 19 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957792922896 5390058 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 6128 KiB

[startup+0.309448 s]*
/proc/loadavg: 7.53 6.00 6.12 9/198 16865
/proc/meminfo: memFree=31856708/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=6128 CPUtime=2.34 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 1941 0 0 0 234 0 0 0 20 0 9 0 559080869 634167296 1532 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1532 893 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=0 CPUtime=0.28 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 24 0 0 0 28 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957851671568 5156288 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=3472468021062100656 CPUtime=0.29 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 33 0 0 0 29 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957843278864 5148716 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=139742014289536 CPUtime=0.29 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957834886120 5149080 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=0 CPUtime=0.29 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 26 0 0 0 29 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957826493456 5156707 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=0 CPUtime=0.29 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 30 0 0 0 29 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957818100576 5155380 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=0 CPUtime=0.29 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 32 0 0 0 29 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957809708304 5156492 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=0 CPUtime=0.27 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 31 0 0 0 27 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957801315344 5009195 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=0 CPUtime=0.28 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 27 0 0 0 28 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957792922896 5409497 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 6128 KiB

[startup+0.700449 s]
/proc/loadavg: 7.53 6.00 6.12 9/198 16865
/proc/meminfo: memFree=31856336/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=6128 CPUtime=5.38 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 1941 0 0 0 538 0 0 0 20 0 9 0 559080869 634167296 1532 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1532 893 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=139746309256831 CPUtime=0.67 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 24 0 0 0 67 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957851671568 5148887 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=10544 CPUtime=0.67 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 33 0 0 0 67 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957843278864 5148965 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=988 CPUtime=0.68 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 29 0 0 0 68 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957834886120 5156497 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=0 CPUtime=0.67 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 26 0 0 0 67 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957826493456 5148687 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=0 CPUtime=0.68 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 30 0 0 0 68 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957818100576 5150205 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=0 CPUtime=0.67 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 32 0 0 0 67 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957809708304 5250321 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=0 CPUtime=0.63 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 31 0 0 0 63 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957801315344 5250339 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=2832 CPUtime=0.67 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 27 0 0 0 67 0 0 0 20 0 9 0 559080871 634167296 1532 33554432000 4194304 6211132 140726029303504 139957792922896 5250325 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 6128 KiB

[startup+1.50045 s]
/proc/loadavg: 7.53 6.00 6.12 9/198 16865
/proc/meminfo: memFree=31855960/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7060 CPUtime=11.77 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 2797 0 0 0 1177 0 0 0 20 0 9 0 559080869 634167296 1765 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1765 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=988 CPUtime=1.47 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 147 0 0 0 147 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957851671568 5186256 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=6128 CPUtime=1.47 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 195 0 0 0 147 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957843278864 5250319 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=279483722748128 CPUtime=1.47 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 104 0 0 0 147 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957834886160 5397437 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=1060 CPUtime=1.47 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 172 0 0 0 147 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957826493456 5155377 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=1212 CPUtime=1.48 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 125 0 0 0 148 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957818100752 5148998 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=5932 CPUtime=1.47 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 137 0 0 0 147 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957809708304 5148808 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=780 CPUtime=1.42 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 107 0 0 0 142 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957801315344 5397391 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=14008 CPUtime=1.47 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 101 0 0 0 147 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957792922896 5148990 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 11.77 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7060 KiB

[startup+3.10945 s]
/proc/loadavg: 7.53 6.00 6.12 10/198 16865
/proc/meminfo: memFree=31855712/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7060 CPUtime=24.62 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 3607 0 0 0 2462 0 0 0 20 0 9 0 559080869 634167296 1765 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1765 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=0 CPUtime=3.08 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 232 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957851671568 5409485 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=0 CPUtime=3.08 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 295 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957843278864 5157490 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=0 CPUtime=3.08 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 178 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957834886416 5149647 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=6944656592455360604 CPUtime=3.08 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 270 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957826493456 5156492 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=0 CPUtime=3.08 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 220 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957818100752 5155532 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=-2247047206188255056 CPUtime=3.08 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 281 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957809708304 5155377 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=6655300316396806240 CPUtime=3 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 216 0 0 0 300 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957801315344 5390116 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=3592 CPUtime=3.08 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 206 0 0 0 308 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957792922896 5156272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 24.62 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7060 KiB

[startup+6.30044 s]
/proc/loadavg: 7.01 5.92 6.09 9/198 16865
/proc/meminfo: memFree=31855612/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7060 CPUtime=50.11 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 4430 0 0 0 5010 1 0 0 20 0 9 0 559080869 634167296 1765 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1765 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=139746309256831 CPUtime=6.27 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 342 0 0 0 627 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957851671568 5409485 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=7060 CPUtime=6.27 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 415 0 0 0 627 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957843278864 5157303 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=2832 CPUtime=6.27 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 261 0 0 0 627 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957834886416 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=772 CPUtime=6.27 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 385 0 0 0 627 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957826493456 5148716 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0

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

/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 773 0 0 0 2547 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957834886416 5380336 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=164 CPUtime=25.47 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 966 0 0 0 2547 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957826493456 5409485 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=7060 CPUtime=25.28 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 726 0 0 0 2528 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957818100752 5155377 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=3592 CPUtime=25.47 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 989 0 0 0 2547 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957809708304 5250330 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=7060 CPUtime=25.3 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 840 0 0 0 2530 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957801315344 5156288 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=7060 CPUtime=25.47 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 831 0 0 0 2547 0 0 0 20 0 9 0 559080871 634167296 1765 33554432000 4194304 6211132 140726029303504 139957792922896 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 203.46 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7060 KiB

[startup+51.1094 s]
/proc/loadavg: 7.53 6.21 6.18 9/198 16868
/proc/meminfo: memFree=31855592/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7068 CPUtime=407.97 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 10303 0 0 0 40796 1 0 0 20 0 9 0 559080869 634167296 1767 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1767 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=7068 CPUtime=51.07 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 1022 0 0 0 5107 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957851671568 5155489 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=7068 CPUtime=51.07 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 1147 0 0 0 5107 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957843279120 5150941 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=33 CPUtime=51.08 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 1030 0 0 0 5108 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957834886416 5155711 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=7060 CPUtime=51.07 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 1210 0 0 0 5107 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957826493456 5157286 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=7068 CPUtime=50.56 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 918 0 0 0 5056 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957818100752 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=7060 CPUtime=51.08 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 1220 0 0 0 5108 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957809708304 5156288 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=10544 CPUtime=50.9 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 1047 0 0 0 5090 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957801315344 5156288 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=3592 CPUtime=51.07 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 1000 0 0 0 5107 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957792922896 5409471 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 407.97 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7068 KiB

[startup+102.3 s]
/proc/loadavg: 7.80 6.49 6.27 10/197 16872
/proc/meminfo: memFree=31857040/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7068 CPUtime=816.82 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 12804 0 0 0 81681 1 0 0 20 0 9 0 559080869 634167296 1767 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1767 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=2016 CPUtime=102.26 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 1333 0 0 0 10226 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957851671568 5250256 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=7068 CPUtime=102.26 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 1470 0 0 0 10226 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957843279120 5156497 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=7068 CPUtime=102.25 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 1350 0 0 0 10225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957834886416 5155373 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=7068 CPUtime=102.26 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 1526 0 0 0 10226 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957826493456 5156492 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=0 CPUtime=101.46 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 1262 0 0 0 10146 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957818100752 5250283 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=279482917455281 CPUtime=102.25 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 1530 0 0 0 10225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957809708304 5250499 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=6945507666079274341 CPUtime=101.76 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 1332 0 0 0 10176 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957801315344 5250307 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=7068 CPUtime=102.26 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 1292 0 0 0 10226 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957792922896 5250330 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 816.82 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7068 KiB

[startup+162.3 s]
/proc/loadavg: 7.93 6.76 6.38 10/197 16875
/proc/meminfo: memFree=31856316/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7068 CPUtime=1296.03 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 14431 0 0 0 129602 1 0 0 20 0 9 0 559080869 634167296 1767 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1767 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=7068 CPUtime=162.26 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 1528 0 0 0 16226 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957851671568 5149680 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=7068 CPUtime=162.26 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 1699 0 0 0 16226 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957843279120 5150165 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=148 CPUtime=162.25 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 1572 0 0 0 16225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957834886416 5155407 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=7068 CPUtime=162.25 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 1723 0 0 0 16225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957826493456 5155519 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=7068 CPUtime=161.45 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 1486 0 0 0 16145 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957818100752 5250325 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=7068 CPUtime=162.24 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 1749 0 0 0 16224 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957809708304 5150965 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=7068 CPUtime=161.02 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 1514 0 0 0 16102 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957801315344 5158169 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=288230574492221466 CPUtime=162.25 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 1451 0 0 0 16225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957792922896 5155377 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 1296.03 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7068 KiB

[startup+222.3 s]
/proc/loadavg: 7.97 6.99 6.48 10/197 16880
/proc/meminfo: memFree=31856380/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7068 CPUtime=1775.22 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 15244 0 0 0 177521 1 0 0 20 0 9 0 559080869 634167296 1767 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1767 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=1060 CPUtime=222.25 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 1617 0 0 0 22225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957851671568 5390144 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=7068 CPUtime=222.25 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 1787 0 0 0 22225 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957843279120 5149647 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=7068 CPUtime=222.24 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 1651 0 0 0 22224 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957834886416 5009098 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=7068 CPUtime=222.24 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 1820 0 0 0 22224 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957826493456 5380208 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=7068 CPUtime=221.45 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 1591 0 0 0 22145 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957818100752 5151102 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=7068 CPUtime=222.23 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 1874 0 0 0 22223 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957809708304 5156529 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=3592 CPUtime=220.27 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 1625 0 0 0 22027 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957801315344 5397258 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=10544 CPUtime=222.23 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 1570 0 0 0 22223 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957792922896 5156933 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 1775.22 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7068 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 7.98 7.08 6.53 9/197 16881
/proc/meminfo: memFree=31856864/32770624 swapFree=66905140/67108860
[pid=16856] ppid=16853 vsize=619304 memory=7068 CPUtime=2012.5 cores=0-7
/proc/16856/stat : 16856 (cosoco) S 16853 16856 14059 0 -1 1077944320 16091 0 0 0 201249 1 0 0 20 0 9 0 559080869 634167296 1767 33554432000 4194304 6211132 140726029303504 140726029301760 139957874814711 0 0 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
/proc/16856/statm: 154826 1767 901 493 0 148131 0
[pid=16856/tid=16858] ppid=16853 vsize=619304 memory=0 CPUtime=251.96 cores=0-7
/proc/16856/task/16858/stat : 16858 (cosoco) R 16853 16856 14059 0 -1 4202560 1730 0 0 0 25196 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957851671568 5156681 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16859] ppid=16853 vsize=619304 memory=0 CPUtime=251.96 cores=0-7
/proc/16856/task/16859/stat : 16859 (cosoco) R 16853 16856 14059 0 -1 4202560 1892 0 0 0 25196 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957843279120 5148672 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16860] ppid=16853 vsize=619304 memory=0 CPUtime=251.94 cores=0-7
/proc/16856/task/16860/stat : 16860 (cosoco) R 16853 16856 14059 0 -1 4202560 1733 0 0 0 25194 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957834886416 5155377 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16861] ppid=16853 vsize=619304 memory=-7003737579269690708 CPUtime=251.95 cores=0-7
/proc/16856/task/16861/stat : 16861 (cosoco) R 16853 16856 14059 0 -1 4202560 1924 0 0 0 25195 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957826493456 5148745 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16862] ppid=16853 vsize=619304 memory=288230596050944315 CPUtime=251.15 cores=0-7
/proc/16856/task/16862/stat : 16862 (cosoco) R 16853 16856 14059 0 -1 4202560 1686 0 0 0 25115 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957818100752 5017267 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16863] ppid=16853 vsize=619304 memory=13571487609129518 CPUtime=251.94 cores=0-7
/proc/16856/task/16863/stat : 16863 (cosoco) R 16853 16856 14059 0 -1 4202560 1974 0 0 0 25194 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957809708304 5250304 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16864] ppid=16853 vsize=619304 memory=1060 CPUtime=249.61 cores=0-7
/proc/16856/task/16864/stat : 16864 (cosoco) R 16853 16856 14059 0 -1 4202560 1751 0 0 0 24961 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957801315344 5396441 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
[pid=16856/tid=16865] ppid=16853 vsize=619304 memory=7068 CPUtime=251.94 cores=0-7
/proc/16856/task/16865/stat : 16865 (cosoco) R 16853 16856 14059 0 -1 4202560 1692 0 0 0 25194 0 0 0 20 0 9 0 559080871 634167296 1767 33554432000 4194304 6211132 140726029303504 139957792922896 5250330 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28463104 140726029304854 140726029304946 140726029304946 140726029307854 0
Current children cumulated CPU time: 2012.5 s
Current children cumulated vsize: 619304 KiB
Current children cumulated memory: 7068 KiB

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

[startup+252.02 s]
# the end of solver process 16856 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.58 s, system=0.018991 s

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

Child status: 1
Real time (s): 252.02
CPU time (s): 2012.6
CPU user time (s): 2012.58
CPU system time (s): 0.018991
CPU usage (%): 798.587
Max. virtual memory (cumulated for all children) (KiB): 619304
Max. memory (cumulated for all children) (KiB): 7068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.58
system time used= 0.018991
maximum resident set size= 7188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16139
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= 86
involuntary context switches= 13886


# summary of solver processes directly reported to runsolver:
#   pid: 16856
#   total CPU time (s): 2012.6
#   total CPU user time (s): 2012.58
#   total CPU system time (s): 0.018991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10834 second user time and 2.02102 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-30 09:23:54
IDJOB=4409940
IDBENCH=116014
IDSOLVER=2878
FILE ID=node139/4409940-1569828086
RUNJOBID= node139-1569817401-14086
PBS_JOBID= 21705915
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-07-10.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409940-1569828086/watcher-4409940-1569828086 -o /tmp/evaluation-result-4409940-1569828086/solver-4409940-1569828086 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569817401-14086 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409940-1569828086.xml

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

MD5SUM BENCH= ebe39bf25244fda615bb1bf8fe88192a
RANDOM SEED=1148481234

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
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:        31857520 kB
MemAvailable:   31843900 kB
Buffers:           63196 kB
Cached:           229928 kB
SwapCached:        75244 kB
Active:            98804 kB
Inactive:         272848 kB
Active(anon):      13928 kB
Inactive(anon):   107212 kB
Active(file):      84876 kB
Inactive(file):   165636 kB
Unevictable:      109076 kB
Mlocked:          109076 kB
SwapTotal:      67108860 kB
SwapFree:       66905140 kB
Dirty:              2720 kB
Writeback:             0 kB
AnonPages:        113672 kB
Mapped:            25884 kB
Shmem:             33864 kB
Slab:             132480 kB
SReclaimable:     103404 kB
SUnreclaim:        29076 kB
KernelStack:        3536 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     530228 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62028 MiB
End job on node139 at 2019-09-30 09:28:06