Trace number 4398322

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.O parallelOPT30 1463.31 183.247

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-14.xml
MD5SUM19ed80590beafaab4553f21dc50e09e4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark16.9051
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints140
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":56},{"size":9,"count":56}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":56},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":24}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":56},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":24}]
Number of extensional constraints84
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":84},{"type":"sum","count":56}]
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-4398322-1568597383.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: 112
0.00/0.02	c |            Domain Sizes: 2..9
0.00/0.02	c |
0.00/0.02	c |             Constraints: 141
0.00/0.02	c |                   Arity: 2..56  -- Binary: 56  -- Ternary: 28
0.00/0.02	c | 
0.00/0.02	c |                   Types: 
0.00/0.02	c |                          Extension: 84  (nb tuples: 1..10) -- (shared: 632)
0.00/0.02	c |                          Sum: 57
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 4.
0.00/0.02	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.02	c [pFactory][Group N°0] task 5 launched on thread 6.
0.00/0.02	c [pFactory][Group N°0] task 4 launched on thread 1.
0.00/0.02	c [pFactory][Group N°0] task 3 launched on thread 7.
0.00/0.02	c [pFactory][Group N°0] task 2 launched on thread 2.
0.00/0.02	c [pFactory][Group N°0] task 1 launched on thread 5.
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 3.
0.00/0.02	o 23
0.00/0.02	o 24
0.00/0.02	o 26
0.00/0.02	o 27
0.00/0.03	o 28
24.66/3.15	o 29
42.16/5.32	o 30
1462.93/183.24	c [pFactory][Group N°0] concurent mode: thread 1 has won with the task 4.
1462.93/183.24	c [pFactory][Group N°0] Thread N°0 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°1 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°2 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°3 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°4 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°5 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°6 is joined.
1462.93/183.24	c [pFactory][Group N°0] Thread N°7 is joined.
1462.93/183.24	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°1)
1462.93/183.24	s OPTIMUM FOUND
1462.93/183.24	c call to solver        : 7
1462.93/183.24	c
1462.93/183.24	c restarts              : 139359      
1462.93/183.24	c conflicts             : 1818263      (1243 /sec)
1462.93/183.24	c decisions             : 11667711     (7974 /sec)
1462.93/183.24	c propagations          : 167308619   (114337 /sec)
1462.93/183.24	c root propagations     : 104         
1462.93/183.24	c filter calls          : 248631305      (169912 /sec)
1462.93/183.24	c useless filter calls  : 155244701      (62 %)
1462.93/183.24	c Memory used           : 572.27 MB
1462.93/183.24	c Best bound time (wc)  : 5.31768 s
1462.93/183.24	c CPU time              : 1463.29 s
1462.93/183.24	c real time             : 183.241 s
1462.93/183.24	
1462.93/183.24	
1462.93/183.24	v <instantiation type='solution' cost='30'>
1462.93/183.24	v <list>s[0][0] s[0][10] s[0][11] s[0][12] s[0][13] 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][10] s[1][11] s[1][12] s[1][13] 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][10] s[2][11] s[2][12] s[2][13] 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][10] s[3][11] s[3][12] s[3][13] 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] x[0][0] x[0][10] x[0][11] x[0][12] x[0][13] 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][10] x[1][11] x[1][12] x[1][13] 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][10] x[2][11] x[2][12] x[2][13] 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][10] x[3][11] x[3][12] x[3][13] 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] </list>
1462.93/183.24	v <values>2 2 2 2 2 2 4 2 2 2 2 2 4 2 4 4 4 4 3 3 4 3 4 4 4 3 4 3 3 3 4 3 4 4 4 4 3 4 3 4 4 4 2 2 4 2 2 2 2 2 2 4 2 2 2 2 1 1 0 1 1 1 0 1 1 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 1 1 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 1 1 1 0 1 1 0 1 1 0 1 </values>
1462.93/183.24	v </instantiation>
1462.93/183.24	

Verifier Data

OK	30

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398322-1568597383/watcher-4398322-1568597383 -o /tmp/evaluation-result-4398322-1568597383/solver-4398322-1568597383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568597343-23918 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398322-1568597383.xml 

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

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


[startup+0.100708 s]*
/proc/loadavg: 1.00 1.01 1.27 9/200 23944
/proc/meminfo: memFree=30269004/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=5604 CPUtime=0.74 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 1765 0 0 0 74 0 0 0 20 0 9 0 436010870 633630720 1401 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1401 886 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=4134692831991786133 CPUtime=0.09 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654586883088 5409453 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=4872558044660077418 CPUtime=0.09 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654578490384 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=140052081600128 CPUtime=0.09 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654570097504 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=0 CPUtime=0.09 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654561705232 5148713 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=0 CPUtime=0.09 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654553312272 5156465 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=0 CPUtime=0.09 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654544919392 5033583 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=-1 CPUtime=0.08 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 8 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654536527120 5390041 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=0 CPUtime=0.09 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654528134160 5150215 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 5604 KiB

[startup+0.210708 s]*
/proc/loadavg: 1.00 1.01 1.27 9/200 23944
/proc/meminfo: memFree=30269004/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=5604 CPUtime=1.61 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 1766 0 0 0 161 0 0 0 20 0 9 0 436010870 633630720 1401 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1401 886 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6935054825532540783 CPUtime=0.2 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654586883088 5156240 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=4872558142750483514 CPUtime=0.2 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654578490384 5157480 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=140052081600128 CPUtime=0.2 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 20 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654570097504 5397365 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=0 CPUtime=0.2 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 25 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654561705232 5155353 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=0 CPUtime=0.2 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654553312272 5392060 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=0 CPUtime=0.2 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654544919488 5149163 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=-1 CPUtime=0.18 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 18 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654536527120 5156256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=0 CPUtime=0.2 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 19 0 0 0 20 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654528134160 5150162 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 5604 KiB

[startup+0.309707 s]*
/proc/loadavg: 1.00 1.01 1.27 9/200 23944
/proc/meminfo: memFree=30269004/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=5604 CPUtime=2.39 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 1766 0 0 0 239 0 0 0 20 0 9 0 436010870 633630720 1401 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1401 886 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654586883088 5148900 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=-1 CPUtime=0.3 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654578490384 5250224 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=140052081600130 CPUtime=0.3 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 20 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654570097504 5397226 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=-1 CPUtime=0.3 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 25 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654561705232 5156256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=0 CPUtime=0.3 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654553312272 5156465 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=0 CPUtime=0.3 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654544919488 5409453 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=2208 CPUtime=0.27 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 27 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654536527120 5148684 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=0 CPUtime=0.3 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 19 0 0 0 30 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654528134160 5149658 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 5604 KiB

[startup+0.700707 s]
/proc/loadavg: 1.00 1.01 1.27 9/200 23944
/proc/meminfo: memFree=30268720/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=5604 CPUtime=5.42 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 1767 0 0 0 542 0 0 0 20 0 9 0 436010870 633630720 1401 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1401 886 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=0 CPUtime=0.68 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654586883088 5149221 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=0 CPUtime=0.68 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654578490384 5148998 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=0 CPUtime=0.67 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 20 0 0 0 67 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654570097680 5009098 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=0 CPUtime=0.68 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 25 0 0 0 68 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654561705232 5027194 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=4956 CPUtime=0.68 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 68 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654553312272 5017588 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=10092 CPUtime=0.68 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654544919488 5250284 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=1908 CPUtime=0.63 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 23 0 0 0 63 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654536527120 5380267 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=1360 CPUtime=0.68 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 19 0 0 0 68 0 0 0 20 0 9 0 436010871 633630720 1401 33554432000 4194304 6211092 140726551115360 139654528134160 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 5604 KiB

[startup+1.50071 s]
/proc/loadavg: 1.00 1.01 1.27 10/200 23944
/proc/meminfo: memFree=30268916/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6300 CPUtime=11.81 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 2426 0 0 0 1181 0 0 0 20 0 9 0 436010870 633630720 1575 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1575 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6944656575208382560 CPUtime=1.48 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 79 0 0 0 148 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654586883088 5149056 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=6655300316396806240 CPUtime=1.48 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 134 0 0 0 148 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654578490384 5148689 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=6944656592455097440 CPUtime=1.47 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 85 0 0 0 147 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654570097680 5148684 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=280103942748448 CPUtime=1.48 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 138 0 0 0 148 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654561705232 5149292 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=242837450963712 CPUtime=1.48 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 76 0 0 0 148 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654553312272 5149217 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=242837450963713 CPUtime=1.48 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 110 0 0 0 148 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654544919488 5156471 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=242837450963714 CPUtime=1.42 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 138 0 0 0 142 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654536527120 5250284 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=140056376567423 CPUtime=1.48 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 73 0 0 0 148 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654528134160 5149039 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 11.81 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6300 KiB

[startup+3.10971 s]
/proc/loadavg: 1.00 1.01 1.27 9/200 23944
/proc/meminfo: memFree=30269196/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6300 CPUtime=24.66 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 3075 0 0 0 2466 0 0 0 20 0 9 0 436010870 633630720 1575 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1575 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6300 CPUtime=3.09 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 156 0 0 0 309 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654586883088 5155720 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=5604 CPUtime=3.09 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 216 0 0 0 309 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654578490384 5409439 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=0 CPUtime=3.08 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 172 0 0 0 308 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654570097680 5397289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=8740 CPUtime=3.09 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 232 0 0 0 309 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654561705232 5155345 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=0 CPUtime=3.09 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 127 0 0 0 309 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654553312272 5389841 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=0 CPUtime=3.09 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 194 0 0 0 309 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654544919488 5017277 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=6944656591801717918 CPUtime=3.01 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 231 0 0 0 301 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654536527120 5150543 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=-7377321093059949659 CPUtime=3.09 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 154 0 0 0 309 0 0 0 20 0 9 0 436010871 633630720 1575 33554432000 4194304 6211092 140726551115360 139654528134160 5250459 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 24.66 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6300 KiB

[startup+6.30071 s]
/proc/loadavg: 1.64 1.15 1.31 11/200 23944
/proc/meminfo: memFree=30269568/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6304 CPUtime=50.15 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 3759 0 0 0 5015 0 0 0 20 0 9 0 436010870 633630720 1576 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1576 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=578 CPUtime=6.28 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 232 0 0 0 628 0 0 0 20 0 9 0 436010871 633630720 1576 33554432000 4194304 6211092 140726551115360 139654586883088 5155341 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=6304 CPUtime=6.28 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 314 0 0 0 628 0 0 0 20 0 9 0 436010871 633630720 1576 33554432000 4194304 6211092 140726551115360 139654578490384 5149120 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=6304 CPUtime=6.27 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 249 0 0 0 627 0 0 0 20 0 9 0 436010871 633630720 1576 33554432000 4194304 6211092 140726551115360 139654570097680 5391245 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=280103943064896 CPUtime=6.28 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 318 0 0 0 628 0 0 0 20 0 9 0 436010871 633630720 1576 33554432000 4194304 6211092 140726551115360 139654561705232 5156465 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0

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

Current children cumulated CPU time: 1328.76 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

[startup+172.801 s]
/proc/loadavg: 7.66 4.09 2.41 9/201 23963
/proc/meminfo: memFree=30266288/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6316 CPUtime=1379.88 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 11171 0 0 0 137987 1 0 0 20 0 9 0 436010870 633630720 1579 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1579 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6316 CPUtime=172.73 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 1126 0 0 0 17273 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654586883088 5250450 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=6316 CPUtime=172.76 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 1294 0 0 0 17276 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654578490304 5148869 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=1844 CPUtime=172.73 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 1129 0 0 0 17273 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654570097680 5409453 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=4956 CPUtime=172.75 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 1336 0 0 0 17275 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654561705232 5150111 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=10092 CPUtime=172.75 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 1075 0 0 0 17275 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654553312192 5193696 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=860 CPUtime=172.75 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 1266 0 0 0 17275 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654544919568 5156471 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=776 CPUtime=170.58 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 1212 0 0 0 17058 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654536527120 5155341 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=1612 CPUtime=172.77 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 1140 0 0 0 17277 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654528134416 5390041 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1379.88 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

[startup+179.201 s]
/proc/loadavg: 7.71 4.22 2.47 10/201 23963
/proc/meminfo: memFree=30266412/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6316 CPUtime=1430.99 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 11804 0 0 0 143098 1 0 0 20 0 9 0 436010870 633630720 1579 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1579 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6316 CPUtime=179.13 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 1181 0 0 0 17913 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654586883088 5149288 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=6316 CPUtime=179.16 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 1364 0 0 0 17916 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654578490304 5250284 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=1296 CPUtime=179.13 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 1224 0 0 0 17913 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654570097680 5389408 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=6316 CPUtime=179.14 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 1420 0 0 0 17914 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654561705232 5156465 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=4120 CPUtime=179.15 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 1154 0 0 0 17915 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654553312192 5149700 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=30360 CPUtime=179.15 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 1356 0 0 0 17915 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654544919568 5250224 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=1360 CPUtime=176.89 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 1304 0 0 0 17689 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654536527120 5250279 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=7452 CPUtime=179.17 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 1208 0 0 0 17917 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654528134416 5409453 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1430.99 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

[startup+180.801 s]
/proc/loadavg: 7.71 4.22 2.47 10/201 23963
/proc/meminfo: memFree=30266132/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6316 CPUtime=1443.77 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 11819 0 0 0 144376 1 0 0 20 0 9 0 436010870 633630720 1579 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1579 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=6316 CPUtime=180.73 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 1182 0 0 0 18073 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654586883088 5033853 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=140051971629819 CPUtime=180.76 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 1365 0 0 0 18076 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654578490304 5150957 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=140051971497664 CPUtime=180.73 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 1225 0 0 0 18073 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654570097680 5156465 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=6935054825532540783 CPUtime=180.74 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 1421 0 0 0 18074 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654561705232 5158176 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=6316 CPUtime=180.75 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 1155 0 0 0 18075 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654553312192 5148684 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=2676 CPUtime=180.75 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 1357 0 0 0 18075 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654544919568 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=13240 CPUtime=178.48 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 1311 0 0 0 17848 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654536527120 5008918 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=6935054825532540783 CPUtime=180.77 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 1210 0 0 0 18077 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654528134416 5250450 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1443.77 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

[startup+182.401 s]
/proc/loadavg: 7.71 4.22 2.47 9/201 23963
/proc/meminfo: memFree=30266132/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6316 CPUtime=1456.55 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 11823 0 0 0 145654 1 0 0 20 0 9 0 436010870 633630720 1579 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1579 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=804 CPUtime=182.33 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 1182 0 0 0 18233 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654586883088 5008912 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=6316 CPUtime=182.36 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 1367 0 0 0 18236 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654578490304 5155341 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=288230583166042426 CPUtime=182.33 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 1226 0 0 0 18233 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654570097680 5155628 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=16100381516106309 CPUtime=182.34 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 1422 0 0 0 18234 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654561705232 5148830 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=6316 CPUtime=182.35 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 1155 0 0 0 18235 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654553312192 5149244 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=4112 CPUtime=182.35 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 1357 0 0 0 18235 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654544919568 5149246 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=1804 CPUtime=180.06 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 1311 0 0 0 18006 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654536527120 5148830 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=4120 CPUtime=182.37 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 1210 0 0 0 18237 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654528134416 5397244 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1456.55 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

[startup+182.801 s]
/proc/loadavg: 7.71 4.22 2.47 9/201 23963
/proc/meminfo: memFree=30266132/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6316 CPUtime=1459.74 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 11824 0 0 0 145973 1 0 0 20 0 9 0 436010870 633630720 1579 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1579 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=1908 CPUtime=182.73 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 1183 0 0 0 18273 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654586883088 5250467 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=6935054825532540783 CPUtime=182.76 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 1367 0 0 0 18276 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654578490304 5148737 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=1384 CPUtime=182.73 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 1226 0 0 0 18273 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654570097680 5397249 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=15080 CPUtime=182.74 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 1422 0 0 0 18274 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654561705232 5156256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=6935054825532540783 CPUtime=182.75 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 1155 0 0 0 18275 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654553312192 5155539 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=1296 CPUtime=182.75 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 1357 0 0 0 18275 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654544919568 5149674 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=2184 CPUtime=180.45 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 1311 0 0 0 18045 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654536527120 5149705 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=1844 CPUtime=182.77 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 1210 0 0 0 18277 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654528134416 5391245 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1459.74 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

[startup+183.201 s]
/proc/loadavg: 7.71 4.22 2.47 10/201 23963
/proc/meminfo: memFree=30266132/32770624 swapFree=67026020/67108860
[pid=23935] ppid=23932 vsize=618780 memory=6316 CPUtime=1462.93 cores=0-7
/proc/23935/stat : 23935 (cosoco) S 23932 23935 23891 0 -1 1077944320 11824 0 0 0 146292 1 0 0 20 0 9 0 436010870 633630720 1579 33554432000 4194304 6211092 140726551115360 140726551113616 139654610026231 0 0 4096 8405026 18446744073709551615 0 0 17 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
/proc/23935/statm: 154695 1579 894 493 0 148000 0
[pid=23935/tid=23937] ppid=23932 vsize=618780 memory=0 CPUtime=183.13 cores=0-7
/proc/23935/task/23937/stat : 23937 (cosoco) R 23932 23935 23891 0 -1 4202560 1183 0 0 0 18313 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654586883088 5390011 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23938] ppid=23932 vsize=618780 memory=30360 CPUtime=183.16 cores=0-7
/proc/23935/task/23938/stat : 23938 (cosoco) R 23932 23935 23891 0 -1 4202560 1367 0 0 0 18316 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654578490304 5148679 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23939] ppid=23932 vsize=618780 memory=1296 CPUtime=183.13 cores=0-7
/proc/23935/task/23939/stat : 23939 (cosoco) R 23932 23935 23891 0 -1 4202560 1226 0 0 0 18313 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654570097680 5017248 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23940] ppid=23932 vsize=618780 memory=4120 CPUtime=183.14 cores=0-7
/proc/23935/task/23940/stat : 23940 (cosoco) R 23932 23935 23891 0 -1 4202560 1422 0 0 0 18314 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654561705232 5156256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23941] ppid=23932 vsize=618780 memory=30360 CPUtime=183.15 cores=0-7
/proc/23935/task/23941/stat : 23941 (cosoco) R 23932 23935 23891 0 -1 4202560 1155 0 0 0 18315 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654553312192 5250450 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23942] ppid=23932 vsize=618780 memory=6316 CPUtime=183.15 cores=0-7
/proc/23935/task/23942/stat : 23942 (cosoco) R 23932 23935 23891 0 -1 4202560 1357 0 0 0 18315 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654544919568 5397226 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23943] ppid=23932 vsize=618780 memory=280103943830976 CPUtime=180.84 cores=0-7
/proc/23935/task/23943/stat : 23943 (cosoco) R 23932 23935 23891 0 -1 4202560 1311 0 0 0 18084 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654536527120 5149224 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
[pid=23935/tid=23944] ppid=23932 vsize=618780 memory=0 CPUtime=183.17 cores=0-7
/proc/23935/task/23944/stat : 23944 (cosoco) R 23932 23935 23891 0 -1 4202560 1210 0 0 0 18317 0 0 0 20 0 9 0 436010871 633630720 1579 33554432000 4194304 6211092 140726551115360 139654528134416 5149228 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 35639296 140726551122961 140726551123053 140726551123053 140726551125966 0
Current children cumulated CPU time: 1462.93 s
Current children cumulated vsize: 618780 KiB
Current children cumulated memory: 6316 KiB

Child status: 0
Real time (s): 183.247
CPU time (s): 1463.31
CPU user time (s): 1463.29
CPU system time (s): 0.011993
CPU usage (%): 798.541
Max. virtual memory (cumulated for all children) (KiB): 618780
Max. memory (cumulated for all children) (KiB): 6316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.29
system time used= 0.011993
maximum resident set size= 6484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11883
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= 99
involuntary context switches= 12145


# summary of solver processes directly reported to runsolver:
#   pid: 23935
#   total CPU time (s): 1463.31
#   total CPU user time (s): 1463.29
#   total CPU system time (s): 0.011993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.847678 second user time and 1.44159 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-16 03:29:03
IDJOB=4398322
IDBENCH=115938
IDSOLVER=2851
FILE ID=node150/4398322-1568597383
RUNJOBID= node150-1568597343-23918
PBS_JOBID= 21703409
Free space on /tmp= 59368 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-14.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398322-1568597383/watcher-4398322-1568597383 -o /tmp/evaluation-result-4398322-1568597383/solver-4398322-1568597383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568597343-23918 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398322-1568597383.xml

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

MD5SUM BENCH= 19ed80590beafaab4553f21dc50e09e4
RANDOM SEED=330805188

node150.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.79
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.79
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.79
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.79
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:        30271208 kB
MemAvailable:   31841728 kB
Buffers:          178212 kB
Cached:          1653148 kB
SwapCached:        11888 kB
Active:           824060 kB
Inactive:        1052164 kB
Active(anon):       4568 kB
Inactive(anon):    78540 kB
Active(file):     819492 kB
Inactive(file):   973624 kB
Unevictable:      109656 kB
Mlocked:          109656 kB
SwapTotal:      67108860 kB
SwapFree:       67026020 kB
Dirty:              2728 kB
Writeback:             0 kB
AnonPages:        142876 kB
Mapped:            44172 kB
Shmem:             29512 kB
Slab:             216068 kB
SReclaimable:     186480 kB
SUnreclaim:        29588 kB
KernelStack:        3296 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505712 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:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59368 MiB
End job on node150 at 2019-09-16 03:32:06